Pull request #42473 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 3eb125769899193cc8f255edf91fde4194625cb2+5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 (02707b70193bc26e3cffbfa5034d604165485d26) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-42473@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-06-15T23:18:28.717Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-06-15T23:18:28.721Z] Trying to pass milestone 16 [Pipeline] milestone [2021-06-15T23:18:28.773Z] Trying to pass milestone 17 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-06-15T23:18:29.027Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ccc3dcadcf48cfc6) in /home/ubuntu/workspace/moby_PR-42473 [Pipeline] { [Pipeline] checkout [2021-06-15T23:18:29.145Z] The recommended git tool is: git [2021-06-15T23:18:31.681Z] using credential docker-jenkins-github-credentials [2021-06-15T23:18:31.687Z] Cloning the remote Git repository [2021-06-15T23:18:31.687Z] Cloning with configured refspecs honoured and without tags [2021-06-15T23:18:31.775Z] Cloning repository https://github.com/moby/moby.git [2021-06-15T23:18:31.946Z] > git init /home/ubuntu/workspace/moby_PR-42473 # timeout=10 [2021-06-15T23:18:32.221Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-15T23:18:32.221Z] > git --version # timeout=10 [2021-06-15T23:18:32.253Z] > git --version # 'git version 2.17.1' [2021-06-15T23:18:32.254Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:18:32.256Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42473/head:refs/remotes/origin/PR-42473 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:18:49.634Z] Fetching without tags [2021-06-15T23:18:49.933Z] Merging remotes/origin/master commit 5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 into PR head commit 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:18:50.548Z] Merge succeeded, producing 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:18:50.548Z] Checking out Revision 3eb125769899193cc8f255edf91fde4194625cb2 (PR-42473) [2021-06-15T23:18:49.575Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-15T23:18:49.590Z] > git config --add remote.origin.fetch +refs/pull/42473/head:refs/remotes/origin/PR-42473 # timeout=10 [2021-06-15T23:18:49.604Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:18:49.619Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-15T23:18:49.640Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-15T23:18:49.640Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:18:49.641Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42473/head:refs/remotes/origin/PR-42473 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:18:49.938Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T23:18:49.957Z] > git checkout -f 3eb125769899193cc8f255edf91fde4194625cb2 # timeout=10 [2021-06-15T23:18:50.463Z] > git remote # timeout=10 [2021-06-15T23:18:50.491Z] > git config --get remote.origin.url # timeout=10 [2021-06-15T23:18:50.507Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:18:50.508Z] > git merge 5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 # timeout=10 [2021-06-15T23:18:50.523Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-15T23:18:50.550Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T23:18:50.559Z] > git checkout -f 3eb125769899193cc8f255edf91fde4194625cb2 # timeout=10 [2021-06-15T23:18:54.644Z] Commit message: "revendor BuildKit (master branch)" [2021-06-15T23:18:54.662Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-15T23:18:54.646Z] > git rev-list --no-walk cdc37741c5c086cb25f8e8334ee2a220dfadae2b # timeout=10 [2021-06-15T23:18:55.637Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42473:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2021-06-15T23:18:58.909Z] Unable to find image 'alpine:latest' locally [2021-06-15T23:18:58.909Z] latest: Pulling from library/alpine [2021-06-15T23:18:59.168Z] 5843afab3874: Pulling fs layer [2021-06-15T23:18:59.168Z] 5843afab3874: Verifying Checksum [2021-06-15T23:18:59.168Z] 5843afab3874: Download complete [2021-06-15T23:18:59.426Z] 5843afab3874: Pull complete [2021-06-15T23:18:59.426Z] Digest: sha256:beb16bab912adcd1b5dec96a558bf26134a02a658fa70c566ad5bfda256b3be5 [2021-06-15T23:18:59.426Z] Status: Downloaded newer image for alpine:latest [2021-06-15T23:19:04.684Z] 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] { (Branch: win-2022) [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) [Pipeline] stage [Pipeline] { (win-2022) 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-06-15T23:19:04.924Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0080bdd3bbaf7ab3d) in /home/ubuntu/workspace/moby_PR-42473 [Pipeline] node [2021-06-15T23:19:04.925Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fc1e0f93b5807b97) in /home/ubuntu/workspace/moby_PR-42473 [2021-06-15T23:19:04.925Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0482134dcefcb164c) in /home/ubuntu/workspace/moby_PR-42473 [2021-06-15T23:19:04.927Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-074bbc8a0f6fb8eda) in /home/ubuntu/workspace/moby_PR-42473 [Pipeline] node [2021-06-15T23:19:04.929Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0f262cbdf0b136b80) in /home/ubuntu/workspace/moby_PR-42473 [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [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 "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [2021-06-15T23:19:05.019Z] The recommended git tool is: git [Pipeline] checkout [2021-06-15T23:19:05.024Z] The recommended git tool is: git [Pipeline] checkout [2021-06-15T23:19:05.033Z] The recommended git tool is: git [2021-06-15T23:19:05.038Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2021-06-15T23:19:05.042Z] using credential docker-jenkins-github-credentials [2021-06-15T23:19:05.048Z] The recommended git tool is: git [Pipeline] checkout [2021-06-15T23:19:05.053Z] Cloning the remote Git repository [2021-06-15T23:19:05.053Z] Cloning with configured refspecs honoured and without tags [2021-06-15T23:19:05.055Z] Cloning the remote Git repository [2021-06-15T23:19:05.055Z] Cloning with configured refspecs honoured and without tags [2021-06-15T23:19:05.065Z] The recommended git tool is: git [Pipeline] // stage [2021-06-15T23:19:05.075Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-06-15T23:19:05.081Z] using credential docker-jenkins-github-credentials [2021-06-15T23:19:05.081Z] Cloning the remote Git repository [2021-06-15T23:19:05.082Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2021-06-15T23:19:05.105Z] Fetching changes from the remote Git repository [2021-06-15T23:19:05.109Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-06-15T23:19:05.121Z] Fetching without tags [Pipeline] // stage [2021-06-15T23:19:05.142Z] Fetching changes from the remote Git repository [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2021-06-15T23:19:05.161Z] Fetching 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] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-06-15T23:19:05.990Z] Merging remotes/origin/master commit 5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 into PR head commit 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:19:05.053Z] Cloning repository https://github.com/moby/moby.git [2021-06-15T23:19:05.053Z] > git init /home/ubuntu/workspace/moby_PR-42473 # timeout=10 [2021-06-15T23:19:05.071Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-15T23:19:05.071Z] > git --version # timeout=10 [2021-06-15T23:19:05.078Z] > git --version # 'git version 2.17.1' [2021-06-15T23:19:05.079Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:19:05.079Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42473/head:refs/remotes/origin/PR-42473 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:19:05.084Z] Cloning repository https://github.com/moby/moby.git [2021-06-15T23:19:05.085Z] > git init /home/ubuntu/workspace/moby_PR-42473 # timeout=10 [2021-06-15T23:19:05.128Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-15T23:19:05.128Z] > git --version # timeout=10 [2021-06-15T23:19:05.138Z] > git --version # 'git version 2.17.1' [2021-06-15T23:19:05.139Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:19:05.140Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42473/head:refs/remotes/origin/PR-42473 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:19:05.055Z] Cloning repository https://github.com/moby/moby.git [2021-06-15T23:19:05.055Z] > git init /home/ubuntu/workspace/moby_PR-42473 # timeout=10 [2021-06-15T23:19:05.075Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-15T23:19:05.075Z] > git --version # timeout=10 [2021-06-15T23:19:05.086Z] > git --version # 'git version 2.17.1' [2021-06-15T23:19:05.086Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:19:05.088Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42473/head:refs/remotes/origin/PR-42473 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:19:05.087Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42473/.git # timeout=10 [2021-06-15T23:19:05.108Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-15T23:19:05.125Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-15T23:19:05.126Z] > git --version # timeout=10 [2021-06-15T23:19:05.132Z] > git --version # 'git version 2.25.1' [2021-06-15T23:19:05.133Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:19:05.134Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42473/head:refs/remotes/origin/PR-42473 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:19:05.122Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42473/.git # timeout=10 [2021-06-15T23:19:05.144Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-15T23:19:05.207Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-15T23:19:05.207Z] > git --version # timeout=10 [2021-06-15T23:19:05.226Z] > git --version # 'git version 2.25.1' [2021-06-15T23:19:05.226Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:19:05.227Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42473/head:refs/remotes/origin/PR-42473 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:19:05.995Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T23:19:06.011Z] > git checkout -f 3eb125769899193cc8f255edf91fde4194625cb2 # timeout=10 [2021-06-15T23:19:06.768Z] Merge succeeded, producing 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:19:06.768Z] Checking out Revision 3eb125769899193cc8f255edf91fde4194625cb2 (PR-42473) [2021-06-15T23:19:06.724Z] > git remote # timeout=10 [2021-06-15T23:19:06.739Z] > git config --get remote.origin.url # timeout=10 [2021-06-15T23:19:06.749Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:19:06.749Z] > git merge 5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 # timeout=10 [2021-06-15T23:19:06.759Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-15T23:19:06.769Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T23:19:06.775Z] > git checkout -f 3eb125769899193cc8f255edf91fde4194625cb2 # timeout=10 [2021-06-15T23:19:10.805Z] Commit message: "revendor BuildKit (master branch)" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-15T23:19:11.758Z] + docker version [2021-06-15T23:19:19.930Z] Still waiting to schedule task [2021-06-15T23:19:19.930Z] ‘azwin-2-d8feb0’ is offline [2021-06-15T23:19:19.931Z] Still waiting to schedule task [2021-06-15T23:19:19.931Z] ‘azwin-2-febbc0’ is offline [2021-06-15T23:19:20.525Z] Fetching without tags [2021-06-15T23:19:20.782Z] Merging remotes/origin/master commit 5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 into PR head commit 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:19:20.811Z] Fetching without tags [2021-06-15T23:19:20.492Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-15T23:19:20.500Z] > git config --add remote.origin.fetch +refs/pull/42473/head:refs/remotes/origin/PR-42473 # timeout=10 [2021-06-15T23:19:20.511Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:19:20.517Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-15T23:19:20.522Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-15T23:19:20.522Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:19:20.523Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42473/head:refs/remotes/origin/PR-42473 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:19:20.779Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T23:19:20.782Z] > git checkout -f 3eb125769899193cc8f255edf91fde4194625cb2 # timeout=10 [2021-06-15T23:19:20.896Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-15T23:19:20.901Z] > git config --add remote.origin.fetch +refs/pull/42473/head:refs/remotes/origin/PR-42473 # timeout=10 [2021-06-15T23:19:20.907Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:19:20.754Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-15T23:19:20.762Z] > git config --add remote.origin.fetch +refs/pull/42473/head:refs/remotes/origin/PR-42473 # timeout=10 [2021-06-15T23:19:20.767Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:19:20.794Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-15T23:19:20.812Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-15T23:19:20.812Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:19:20.813Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42473/head:refs/remotes/origin/PR-42473 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:19:20.931Z] Fetching without tags [2021-06-15T23:19:21.068Z] Merging remotes/origin/master commit 5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 into PR head commit 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:19:21.188Z] Merging remotes/origin/master commit 5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 into PR head commit 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:19:21.280Z] Merge succeeded, producing 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:19:21.281Z] Checking out Revision 3eb125769899193cc8f255edf91fde4194625cb2 (PR-42473) [2021-06-15T23:19:21.592Z] Merge succeeded, producing 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:19:21.592Z] Checking out Revision 3eb125769899193cc8f255edf91fde4194625cb2 (PR-42473) [2021-06-15T23:19:21.608Z] Commit message: "revendor BuildKit (master branch)" [2021-06-15T23:19:21.705Z] Client: Docker Engine - Community [2021-06-15T23:19:21.705Z] Version: 20.10.6 [2021-06-15T23:19:21.705Z] API version: 1.41 [2021-06-15T23:19:21.705Z] Go version: go1.13.15 [2021-06-15T23:19:21.705Z] Git commit: 370c289 [2021-06-15T23:19:21.705Z] Built: Fri Apr 9 22:47:17 2021 [2021-06-15T23:19:21.705Z] OS/Arch: linux/amd64 [2021-06-15T23:19:21.705Z] Context: default [2021-06-15T23:19:21.705Z] Experimental: true [2021-06-15T23:19:21.705Z] [2021-06-15T23:19:21.705Z] Server: Docker Engine - Community [2021-06-15T23:19:21.705Z] Engine: [2021-06-15T23:19:21.705Z] Version: 20.10.6 [2021-06-15T23:19:21.705Z] API version: 1.41 (minimum version 1.12) [2021-06-15T23:19:21.705Z] Go version: go1.13.15 [2021-06-15T23:19:21.705Z] Git commit: 8728dd2 [2021-06-15T23:19:21.705Z] Built: Fri Apr 9 22:45:28 2021 [2021-06-15T23:19:21.705Z] OS/Arch: linux/amd64 [2021-06-15T23:19:21.705Z] Experimental: true [2021-06-15T23:19:21.705Z] containerd: [2021-06-15T23:19:21.705Z] Version: 1.4.6 [2021-06-15T23:19:21.705Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-15T23:19:21.705Z] runc: [2021-06-15T23:19:21.705Z] Version: 1.0.0-rc95 [2021-06-15T23:19:21.705Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:19:21.705Z] docker-init: [2021-06-15T23:19:21.705Z] Version: 0.19.0 [2021-06-15T23:19:21.705Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-15T23:19:21.743Z] Merge succeeded, producing 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:19:21.743Z] Checking out Revision 3eb125769899193cc8f255edf91fde4194625cb2 (PR-42473) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-15T23:19:22.055Z] + docker info [2021-06-15T23:19:22.188Z] Commit message: "revendor BuildKit (master branch)" [2021-06-15T23:19:22.278Z] + [ PR != PR ] [2021-06-15T23:19:22.278Z] + [ master != master ] [2021-06-15T23:19:22.278Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [2021-06-15T23:19:22.290Z] Commit message: "revendor BuildKit (master branch)" [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-15T23:19:22.596Z] + docker version [2021-06-15T23:19:22.596Z] Client: Docker Engine - Community [2021-06-15T23:19:22.596Z] Version: 20.10.6 [2021-06-15T23:19:22.596Z] API version: 1.41 [2021-06-15T23:19:22.596Z] Go version: go1.13.15 [2021-06-15T23:19:22.596Z] Git commit: 370c289 [2021-06-15T23:19:22.596Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-15T23:19:22.596Z] OS/Arch: linux/amd64 [2021-06-15T23:19:22.596Z] Context: default [2021-06-15T23:19:22.596Z] Experimental: true [2021-06-15T23:19:22.596Z] [2021-06-15T23:19:22.596Z] Server: Docker Engine - Community [2021-06-15T23:19:22.596Z] Engine: [2021-06-15T23:19:22.596Z] Version: 20.10.6 [2021-06-15T23:19:22.596Z] API version: 1.41 (minimum version 1.12) [2021-06-15T23:19:22.596Z] Go version: go1.13.15 [2021-06-15T23:19:22.596Z] Git commit: 8728dd2 [2021-06-15T23:19:22.596Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-15T23:19:22.596Z] OS/Arch: linux/amd64 [2021-06-15T23:19:22.596Z] Experimental: true [2021-06-15T23:19:22.596Z] containerd: [2021-06-15T23:19:22.596Z] Version: 1.4.6 [2021-06-15T23:19:22.596Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-15T23:19:22.596Z] runc: [2021-06-15T23:19:22.596Z] Version: 1.0.0-rc95 [2021-06-15T23:19:22.596Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:19:22.596Z] docker-init: [2021-06-15T23:19:22.596Z] Version: 0.19.0 [2021-06-15T23:19:22.596Z] GitCommit: de40ad0 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2021-06-15T23:19:21.238Z] > git remote # timeout=10 [2021-06-15T23:19:21.243Z] > git config --get remote.origin.url # timeout=10 [2021-06-15T23:19:21.252Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:19:21.253Z] > git merge 5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 # timeout=10 [2021-06-15T23:19:21.270Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-15T23:19:21.278Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T23:19:21.292Z] > git checkout -f 3eb125769899193cc8f255edf91fde4194625cb2 # timeout=10 [2021-06-15T23:19:20.914Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-15T23:19:20.933Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-15T23:19:20.933Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:19:20.935Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42473/head:refs/remotes/origin/PR-42473 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:19:21.190Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T23:19:21.195Z] > git checkout -f 3eb125769899193cc8f255edf91fde4194625cb2 # timeout=10 [2021-06-15T23:19:21.697Z] > git remote # timeout=10 [2021-06-15T23:19:21.710Z] > git config --get remote.origin.url # timeout=10 [2021-06-15T23:19:21.719Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:19:21.720Z] > git merge 5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 # timeout=10 [2021-06-15T23:19:21.738Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-15T23:19:21.745Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T23:19:21.750Z] > git checkout -f 3eb125769899193cc8f255edf91fde4194625cb2 # timeout=10 [Pipeline] stage [Pipeline] { (Print info) [2021-06-15T23:19:21.069Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T23:19:21.075Z] > git checkout -f 3eb125769899193cc8f255edf91fde4194625cb2 # timeout=10 [2021-06-15T23:19:21.537Z] > git remote # timeout=10 [2021-06-15T23:19:21.553Z] > git config --get remote.origin.url # timeout=10 [2021-06-15T23:19:21.560Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:19:21.561Z] > git merge 5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 # timeout=10 [2021-06-15T23:19:21.576Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-15T23:19:21.592Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T23:19:21.605Z] > git checkout -f 3eb125769899193cc8f255edf91fde4194625cb2 # timeout=10 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-15T23:19:22.875Z] + docker info [2021-06-15T23:19:22.875Z] Client: [2021-06-15T23:19:22.875Z] Context: default [2021-06-15T23:19:22.875Z] Debug Mode: false [2021-06-15T23:19:22.875Z] Plugins: [2021-06-15T23:19:22.875Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-15T23:19:22.875Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-15T23:19:22.875Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-15T23:19:22.875Z] [2021-06-15T23:19:22.875Z] Server: [2021-06-15T23:19:22.875Z] Containers: 0 [2021-06-15T23:19:22.875Z] Running: 0 [2021-06-15T23:19:22.875Z] Paused: 0 [2021-06-15T23:19:22.875Z] Stopped: 0 [2021-06-15T23:19:22.875Z] Images: 2 [2021-06-15T23:19:22.875Z] Server Version: 20.10.6 [2021-06-15T23:19:22.875Z] Storage Driver: overlay2 [2021-06-15T23:19:22.875Z] Backing Filesystem: extfs [2021-06-15T23:19:22.875Z] Supports d_type: true [2021-06-15T23:19:22.875Z] Native Overlay Diff: true [2021-06-15T23:19:22.875Z] userxattr: false [2021-06-15T23:19:22.875Z] Logging Driver: json-file [2021-06-15T23:19:22.875Z] Cgroup Driver: cgroupfs [2021-06-15T23:19:22.875Z] Cgroup Version: 1 [2021-06-15T23:19:22.875Z] Plugins: [2021-06-15T23:19:22.875Z] Volume: local [2021-06-15T23:19:22.875Z] Network: bridge host ipvlan macvlan null overlay [2021-06-15T23:19:22.875Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-15T23:19:22.875Z] Swarm: inactive [2021-06-15T23:19:22.875Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-15T23:19:22.875Z] Default Runtime: runc [2021-06-15T23:19:22.875Z] Init Binary: docker-init [2021-06-15T23:19:22.875Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-15T23:19:22.875Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:19:22.875Z] init version: de40ad0 [2021-06-15T23:19:22.875Z] Security Options: [2021-06-15T23:19:22.875Z] apparmor [2021-06-15T23:19:22.875Z] seccomp [2021-06-15T23:19:22.875Z] Profile: default [2021-06-15T23:19:22.875Z] Kernel Version: 5.4.0-1048-aws [2021-06-15T23:19:22.875Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-15T23:19:22.875Z] OSType: linux [2021-06-15T23:19:22.875Z] Architecture: x86_64 [2021-06-15T23:19:22.875Z] CPUs: 2 [2021-06-15T23:19:22.875Z] Total Memory: 7.487GiB [2021-06-15T23:19:22.875Z] Name: ip-10-100-115-177 [2021-06-15T23:19:22.875Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-15T23:19:22.875Z] Docker Root Dir: /var/lib/docker [2021-06-15T23:19:22.875Z] Debug Mode: false [2021-06-15T23:19:22.875Z] Registry: https://index.docker.io/v1/ [2021-06-15T23:19:22.875Z] Labels: [2021-06-15T23:19:22.875Z] Experimental: true [2021-06-15T23:19:22.875Z] Insecure Registries: [2021-06-15T23:19:22.875Z] 127.0.0.0/8 [2021-06-15T23:19:22.875Z] Live Restore Enabled: true [2021-06-15T23:19:22.875Z] [2021-06-15T23:19:22.875Z] WARNING: No swap limit support [Pipeline] sh [2021-06-15T23:19:22.991Z] + docker version [2021-06-15T23:19:22.991Z] Client: Docker Engine - Community [2021-06-15T23:19:22.991Z] Version: 20.10.6 [2021-06-15T23:19:22.991Z] API version: 1.41 [2021-06-15T23:19:22.991Z] Go version: go1.13.15 [2021-06-15T23:19:22.991Z] Git commit: 370c289 [2021-06-15T23:19:22.991Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-15T23:19:22.991Z] OS/Arch: linux/amd64 [2021-06-15T23:19:22.991Z] Context: default [2021-06-15T23:19:22.991Z] Experimental: true [2021-06-15T23:19:22.991Z] [2021-06-15T23:19:22.991Z] Server: Docker Engine - Community [2021-06-15T23:19:22.991Z] Engine: [2021-06-15T23:19:22.991Z] Version: 20.10.6 [2021-06-15T23:19:22.991Z] API version: 1.41 (minimum version 1.12) [2021-06-15T23:19:22.991Z] Go version: go1.13.15 [2021-06-15T23:19:22.991Z] Git commit: 8728dd2 [2021-06-15T23:19:22.991Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-15T23:19:22.991Z] OS/Arch: linux/amd64 [2021-06-15T23:19:22.991Z] Experimental: true [2021-06-15T23:19:22.991Z] containerd: [2021-06-15T23:19:22.991Z] Version: 1.4.6 [2021-06-15T23:19:22.991Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-15T23:19:22.991Z] runc: [2021-06-15T23:19:22.991Z] Version: 1.0.0-rc95 [2021-06-15T23:19:22.991Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:19:22.991Z] docker-init: [2021-06-15T23:19:22.991Z] Version: 0.19.0 [2021-06-15T23:19:22.991Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-15T23:19:23.062Z] + docker version [2021-06-15T23:19:23.062Z] Client: Docker Engine - Community [2021-06-15T23:19:23.062Z] Version: 20.10.6 [2021-06-15T23:19:23.062Z] API version: 1.41 [2021-06-15T23:19:23.062Z] Go version: go1.13.15 [2021-06-15T23:19:23.062Z] Git commit: 370c289 [2021-06-15T23:19:23.062Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-15T23:19:23.062Z] OS/Arch: linux/amd64 [2021-06-15T23:19:23.062Z] Context: default [2021-06-15T23:19:23.062Z] Experimental: true [2021-06-15T23:19:23.062Z] [2021-06-15T23:19:23.062Z] Server: Docker Engine - Community [2021-06-15T23:19:23.062Z] Engine: [2021-06-15T23:19:23.062Z] Version: 20.10.6 [2021-06-15T23:19:23.062Z] API version: 1.41 (minimum version 1.12) [2021-06-15T23:19:23.062Z] Go version: go1.13.15 [2021-06-15T23:19:23.062Z] Git commit: 8728dd2 [2021-06-15T23:19:23.062Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-15T23:19:23.062Z] OS/Arch: linux/amd64 [2021-06-15T23:19:23.062Z] Experimental: true [2021-06-15T23:19:23.062Z] containerd: [2021-06-15T23:19:23.062Z] Version: 1.4.6 [2021-06-15T23:19:23.062Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-15T23:19:23.062Z] runc: [2021-06-15T23:19:23.062Z] Version: 1.0.0-rc95 [2021-06-15T23:19:23.062Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:19:23.062Z] docker-init: [2021-06-15T23:19:23.062Z] Version: 0.19.0 [2021-06-15T23:19:23.062Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-15T23:19:23.152Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-15T23:19:23.152Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-15T23:19:23.152Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42473/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-15T23:19:23.152Z] + bash /home/ubuntu/workspace/moby_PR-42473/check-config.sh [2021-06-15T23:19:23.152Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-15T23:19:23.152Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-15T23:19:23.152Z] [2021-06-15T23:19:23.152Z] Generally Necessary: [2021-06-15T23:19:23.152Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-15T23:19:23.152Z] - apparmor: enabled and tools installed [2021-06-15T23:19:23.152Z] - CONFIG_NAMESPACES: enabled [2021-06-15T23:19:23.152Z] - CONFIG_NET_NS: enabled [2021-06-15T23:19:23.152Z] - CONFIG_PID_NS: enabled [2021-06-15T23:19:23.152Z] - CONFIG_IPC_NS: enabled [2021-06-15T23:19:23.152Z] - CONFIG_UTS_NS: enabled [2021-06-15T23:19:23.152Z] - CONFIG_CGROUPS: enabled [2021-06-15T23:19:23.152Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-15T23:19:23.152Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-15T23:19:23.152Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-15T23:19:23.152Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-15T23:19:23.152Z] - CONFIG_CPUSETS: enabled [2021-06-15T23:19:23.152Z] - CONFIG_MEMCG: enabled [2021-06-15T23:19:23.152Z] - CONFIG_KEYS: enabled [2021-06-15T23:19:23.152Z] - CONFIG_VETH: enabled (as module) [2021-06-15T23:19:23.152Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-15T23:19:23.152Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-15T23:19:23.152Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-15T23:19:23.152Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-15T23:19:23.308Z] + docker info [2021-06-15T23:19:23.348Z] + docker info [2021-06-15T23:19:23.411Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-15T23:19:23.411Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-15T23:19:23.411Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-15T23:19:23.411Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-15T23:19:23.411Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-15T23:19:23.411Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-15T23:19:23.411Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-15T23:19:23.411Z] [2021-06-15T23:19:23.411Z] Optional Features: [2021-06-15T23:19:23.411Z] - CONFIG_USER_NS: enabled [2021-06-15T23:19:23.411Z] - CONFIG_SECCOMP: enabled [2021-06-15T23:19:23.411Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-15T23:19:23.411Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-15T23:19:23.411Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-15T23:19:23.411Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-15T23:19:23.411Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-15T23:19:23.411Z] - CONFIG_BLK_CGROUP: enabled [2021-06-15T23:19:23.411Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-15T23:19:23.411Z] - CONFIG_CGROUP_PERF: enabled [2021-06-15T23:19:23.411Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-15T23:19:23.411Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-15T23:19:23.411Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-15T23:19:23.411Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-15T23:19:23.411Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-15T23:19:23.411Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-15T23:19:23.411Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-15T23:19:23.411Z] - CONFIG_IP_VS: enabled (as module) [2021-06-15T23:19:23.411Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-15T23:19:23.411Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-15T23:19:23.411Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-15T23:19:23.411Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-15T23:19:23.411Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-15T23:19:23.411Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-15T23:19:23.411Z] - CONFIG_EXT4_FS: enabled [2021-06-15T23:19:23.411Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-15T23:19:23.411Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-15T23:19:23.411Z] - Network Drivers: [2021-06-15T23:19:23.411Z] - "overlay": [2021-06-15T23:19:23.411Z] - CONFIG_VXLAN: enabled (as module) [2021-06-15T23:19:23.411Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-15T23:19:23.411Z] Optional (for encrypted networks): [2021-06-15T23:19:23.411Z] - CONFIG_CRYPTO: enabled [2021-06-15T23:19:23.411Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-15T23:19:23.411Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-15T23:19:23.411Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-15T23:19:23.411Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-15T23:19:23.411Z] - CONFIG_XFRM: enabled [2021-06-15T23:19:23.411Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-15T23:19:23.411Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-15T23:19:23.411Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-15T23:19:23.411Z] - "ipvlan": [2021-06-15T23:19:23.411Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-15T23:19:23.411Z] - "macvlan": [2021-06-15T23:19:23.411Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-15T23:19:23.411Z] - CONFIG_DUMMY: enabled (as module) [2021-06-15T23:19:23.411Z] - "ftp,tftp client in container": [2021-06-15T23:19:23.669Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-15T23:19:23.669Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-15T23:19:23.669Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-15T23:19:23.669Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-15T23:19:23.669Z] - Storage Drivers: [2021-06-15T23:19:23.669Z] - "aufs": [2021-06-15T23:19:23.669Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-15T23:19:23.669Z] - "btrfs": [2021-06-15T23:19:23.669Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-15T23:19:23.669Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-15T23:19:23.669Z] - "devicemapper": [2021-06-15T23:19:23.669Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-15T23:19:23.669Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-15T23:19:23.669Z] - "overlay": [2021-06-15T23:19:23.669Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-15T23:19:23.669Z] - "zfs": [2021-06-15T23:19:23.669Z] - /dev/zfs: present [2021-06-15T23:19:23.669Z] - zfs command: missing [2021-06-15T23:19:23.669Z] - zpool command: missing [2021-06-15T23:19:23.669Z] [2021-06-15T23:19:23.669Z] Limits: [2021-06-15T23:19:23.669Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-15T23:19:23.669Z] [2021-06-15T23:19:23.669Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-15T23:19:23.991Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3eb125769899193cc8f255edf91fde4194625cb2 . [2021-06-15T23:19:23.991Z] #1 [internal] load build definition from Dockerfile [2021-06-15T23:19:23.991Z] #1 sha256:80cd8abec9c711a2045a774aa19c1347ec7376d592bbd30f74dc00d7c0148fe6 [2021-06-15T23:19:23.991Z] #1 transferring dockerfile: 16.63kB done [2021-06-15T23:19:23.991Z] #1 DONE 0.0s [2021-06-15T23:19:23.991Z] [2021-06-15T23:19:23.991Z] #2 [internal] load .dockerignore [2021-06-15T23:19:23.991Z] #2 sha256:c47fad1d597f68370880d921f49e8c03288f19c2fd87cc72c13ec272a91d72b0 [2021-06-15T23:19:23.991Z] #2 transferring context: 87B done [2021-06-15T23:19:23.991Z] #2 DONE 0.0s [2021-06-15T23:19:23.991Z] [2021-06-15T23:19:23.991Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-15T23:19:23.991Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-15T23:19:24.248Z] #3 DONE 0.1s [2021-06-15T23:19:24.248Z] [2021-06-15T23:19:24.248Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-15T23:19:24.248Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-15T23:19:24.248Z] #4 CACHED [2021-06-15T23:19:24.288Z] Client: [2021-06-15T23:19:24.288Z] Context: default [2021-06-15T23:19:24.288Z] Debug Mode: false [2021-06-15T23:19:24.288Z] Plugins: [2021-06-15T23:19:24.288Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-15T23:19:24.288Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-15T23:19:24.288Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-15T23:19:24.288Z] [2021-06-15T23:19:24.288Z] Server: [2021-06-15T23:19:24.288Z] Containers: 0 [2021-06-15T23:19:24.288Z] Running: 0 [2021-06-15T23:19:24.288Z] Paused: 0 [2021-06-15T23:19:24.288Z] Stopped: 0 [2021-06-15T23:19:24.288Z] Images: 1 [2021-06-15T23:19:24.288Z] Server Version: 20.10.6 [2021-06-15T23:19:24.288Z] Storage Driver: overlay2 [2021-06-15T23:19:24.288Z] Backing Filesystem: extfs [2021-06-15T23:19:24.288Z] Supports d_type: true [2021-06-15T23:19:24.288Z] Native Overlay Diff: true [2021-06-15T23:19:24.288Z] userxattr: false [2021-06-15T23:19:24.288Z] Logging Driver: json-file [2021-06-15T23:19:24.288Z] Cgroup Driver: cgroupfs [2021-06-15T23:19:24.288Z] Cgroup Version: 1 [2021-06-15T23:19:24.288Z] Plugins: [2021-06-15T23:19:24.288Z] Volume: local [2021-06-15T23:19:24.288Z] Network: bridge host ipvlan macvlan null overlay [2021-06-15T23:19:24.288Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-15T23:19:24.288Z] Swarm: inactive [2021-06-15T23:19:24.288Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-15T23:19:24.288Z] Default Runtime: runc [2021-06-15T23:19:24.288Z] Init Binary: docker-init [2021-06-15T23:19:24.288Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-15T23:19:24.288Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:19:24.288Z] init version: de40ad0 [2021-06-15T23:19:24.288Z] Security Options: [2021-06-15T23:19:24.288Z] apparmor [2021-06-15T23:19:24.288Z] seccomp [2021-06-15T23:19:24.288Z] Profile: default [2021-06-15T23:19:24.288Z] Kernel Version: 5.4.0-1048-aws [2021-06-15T23:19:24.288Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-15T23:19:24.288Z] OSType: linux [2021-06-15T23:19:24.288Z] Architecture: x86_64 [2021-06-15T23:19:24.288Z] CPUs: 2 [2021-06-15T23:19:24.288Z] Total Memory: 7.569GiB [2021-06-15T23:19:24.288Z] Name: ip-10-100-35-73 [2021-06-15T23:19:24.288Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-15T23:19:24.288Z] Docker Root Dir: /var/lib/docker [2021-06-15T23:19:24.288Z] Debug Mode: false [2021-06-15T23:19:24.288Z] Registry: https://index.docker.io/v1/ [2021-06-15T23:19:24.288Z] Labels: [2021-06-15T23:19:24.288Z] Experimental: true [2021-06-15T23:19:24.288Z] Insecure Registries: [2021-06-15T23:19:24.288Z] 127.0.0.0/8 [2021-06-15T23:19:24.288Z] Live Restore Enabled: true [2021-06-15T23:19:24.288Z] [2021-06-15T23:19:24.288Z] WARNING: No swap limit support [Pipeline] sh [2021-06-15T23:19:24.513Z] [2021-06-15T23:19:24.513Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-15T23:19:24.513Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-15T23:19:24.513Z] #6 DONE 0.1s [2021-06-15T23:19:24.513Z] [2021-06-15T23:19:24.513Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-15T23:19:24.513Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-15T23:19:24.513Z] #8 DONE 0.1s [2021-06-15T23:19:24.513Z] [2021-06-15T23:19:24.513Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-06-15T23:19:24.513Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-06-15T23:19:24.514Z] #5 DONE 0.1s [2021-06-15T23:19:24.514Z] [2021-06-15T23:19:24.514Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-06-15T23:19:24.514Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-15T23:19:24.514Z] #7 DONE 0.1s [2021-06-15T23:19:24.581Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-15T23:19:24.581Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-15T23:19:24.581Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42473/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-15T23:19:24.581Z] + bash /home/ubuntu/workspace/moby_PR-42473/check-config.sh [2021-06-15T23:19:24.581Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-15T23:19:24.581Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-15T23:19:24.581Z] [2021-06-15T23:19:24.581Z] Generally Necessary: [2021-06-15T23:19:24.581Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-15T23:19:24.581Z] - apparmor: enabled and tools installed [2021-06-15T23:19:24.581Z] - CONFIG_NAMESPACES: enabled [2021-06-15T23:19:24.581Z] - CONFIG_NET_NS: enabled [2021-06-15T23:19:24.581Z] - CONFIG_PID_NS: enabled [2021-06-15T23:19:24.581Z] - CONFIG_IPC_NS: enabled [2021-06-15T23:19:24.581Z] - CONFIG_UTS_NS: enabled [2021-06-15T23:19:24.581Z] - CONFIG_CGROUPS: enabled [2021-06-15T23:19:24.581Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-15T23:19:24.581Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-15T23:19:24.581Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-15T23:19:24.581Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-15T23:19:24.581Z] - CONFIG_CPUSETS: enabled [2021-06-15T23:19:24.581Z] - CONFIG_MEMCG: enabled [2021-06-15T23:19:24.581Z] - CONFIG_KEYS: enabled [2021-06-15T23:19:24.581Z] - CONFIG_VETH: enabled (as module) [2021-06-15T23:19:24.581Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-15T23:19:24.581Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-15T23:19:24.581Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-15T23:19:24.581Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-15T23:19:24.581Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-15T23:19:24.581Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-15T23:19:24.581Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-15T23:19:24.581Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-15T23:19:24.581Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-15T23:19:24.581Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-15T23:19:24.581Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-15T23:19:24.581Z] [2021-06-15T23:19:24.581Z] Optional Features: [2021-06-15T23:19:24.581Z] - CONFIG_USER_NS: enabled [2021-06-15T23:19:24.581Z] - CONFIG_SECCOMP: enabled [2021-06-15T23:19:24.581Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-15T23:19:24.581Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-15T23:19:24.581Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-15T23:19:24.581Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-15T23:19:24.581Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-15T23:19:24.581Z] - CONFIG_BLK_CGROUP: enabled [2021-06-15T23:19:24.581Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-15T23:19:24.581Z] - CONFIG_CGROUP_PERF: enabled [2021-06-15T23:19:24.581Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-15T23:19:24.581Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-15T23:19:24.581Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-15T23:19:24.581Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-15T23:19:24.581Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-15T23:19:24.772Z] [2021-06-15T23:19:24.772Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:24.772Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:24.772Z] #9 DONE 0.0s [2021-06-15T23:19:24.772Z] [2021-06-15T23:19:24.772Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-15T23:19:24.772Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-15T23:19:24.772Z] #26 DONE 0.0s [2021-06-15T23:19:24.772Z] [2021-06-15T23:19:24.772Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:19:24.772Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-15T23:19:24.772Z] #65 DONE 0.0s [2021-06-15T23:19:24.772Z] [2021-06-15T23:19:24.772Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:19:24.772Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-15T23:19:24.772Z] #63 DONE 0.0s [2021-06-15T23:19:24.772Z] [2021-06-15T23:19:24.772Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-15T23:19:24.772Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-15T23:19:24.772Z] #64 CACHED [2021-06-15T23:19:24.772Z] [2021-06-15T23:19:24.772Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-15T23:19:24.772Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-15T23:19:24.772Z] #66 CACHED [2021-06-15T23:19:24.772Z] [2021-06-15T23:19:24.772Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-15T23:19:24.772Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-06-15T23:19:24.772Z] #10 CACHED [2021-06-15T23:19:24.772Z] [2021-06-15T23:19:24.772Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-06-15T23:19:24.772Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-06-15T23:19:24.772Z] #12 CACHED [2021-06-15T23:19:24.772Z] [2021-06-15T23:19:24.772Z] #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-06-15T23:19:24.772Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-06-15T23:19:24.772Z] #11 CACHED [2021-06-15T23:19:24.772Z] [2021-06-15T23:19:24.772Z] #56 [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-06-15T23:19:24.772Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:19:24.772Z] #56 CACHED [2021-06-15T23:19:24.772Z] [2021-06-15T23:19:24.772Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-15T23:19:24.772Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-06-15T23:19:24.772Z] #39 CACHED [2021-06-15T23:19:24.772Z] [2021-06-15T23:19:24.772Z] #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-06-15T23:19:24.772Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:19:24.772Z] #36 CACHED [2021-06-15T23:19:24.772Z] [2021-06-15T23:19:24.772Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-15T23:19:24.772Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-06-15T23:19:24.772Z] #31 CACHED [2021-06-15T23:19:24.772Z] [2021-06-15T23:19:24.772Z] #23 [internal] load build context [2021-06-15T23:19:24.772Z] #23 sha256:80b62ce6fb1f7706427ad1626ca7a152efe69c049cecfaff1395bded164461e8 [2021-06-15T23:19:24.805Z] Merging remotes/origin/master commit 5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 into PR head commit 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:19:24.841Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-15T23:19:24.841Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-15T23:19:24.841Z] - CONFIG_IP_VS: enabled (as module) [2021-06-15T23:19:24.841Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-15T23:19:24.841Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-15T23:19:24.841Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-15T23:19:24.841Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-15T23:19:24.841Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-15T23:19:24.841Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-15T23:19:24.841Z] - CONFIG_EXT4_FS: enabled [2021-06-15T23:19:24.841Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-15T23:19:24.841Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-15T23:19:24.841Z] - Network Drivers: [2021-06-15T23:19:24.841Z] - "overlay": [2021-06-15T23:19:24.841Z] - CONFIG_VXLAN: enabled (as module) [2021-06-15T23:19:24.841Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-15T23:19:24.841Z] Optional (for encrypted networks): [2021-06-15T23:19:24.841Z] - CONFIG_CRYPTO: enabled [2021-06-15T23:19:24.841Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-15T23:19:24.841Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-15T23:19:24.841Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-15T23:19:24.841Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-15T23:19:24.841Z] - CONFIG_XFRM: enabled [2021-06-15T23:19:24.841Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-15T23:19:24.841Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-15T23:19:24.841Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-15T23:19:24.841Z] - "ipvlan": [2021-06-15T23:19:24.841Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-15T23:19:24.841Z] - "macvlan": [2021-06-15T23:19:24.841Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-15T23:19:24.841Z] - CONFIG_DUMMY: enabled (as module) [2021-06-15T23:19:24.841Z] - "ftp,tftp client in container": [2021-06-15T23:19:24.841Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-15T23:19:24.841Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-15T23:19:24.841Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-15T23:19:24.841Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-15T23:19:24.841Z] - Storage Drivers: [2021-06-15T23:19:24.841Z] - "aufs": [2021-06-15T23:19:24.841Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-15T23:19:24.841Z] - "btrfs": [2021-06-15T23:19:24.841Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-15T23:19:24.841Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-15T23:19:24.841Z] - "devicemapper": [2021-06-15T23:19:24.841Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-15T23:19:24.841Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-15T23:19:24.841Z] - "overlay": [2021-06-15T23:19:24.841Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-15T23:19:24.841Z] - "zfs": [2021-06-15T23:19:24.841Z] - /dev/zfs: present [2021-06-15T23:19:24.841Z] - zfs command: missing [2021-06-15T23:19:24.841Z] - zpool command: missing [2021-06-15T23:19:24.841Z] [2021-06-15T23:19:24.841Z] Limits: [2021-06-15T23:19:24.841Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-15T23:19:24.841Z] [2021-06-15T23:19:24.841Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-15T23:19:25.037Z] #23 ... [2021-06-15T23:19:25.037Z] [2021-06-15T23:19:25.037Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-15T23:19:25.037Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-15T23:19:25.037Z] #42 DONE 0.4s [2021-06-15T23:19:25.037Z] [2021-06-15T23:19:25.037Z] #43 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-06-15T23:19:25.037Z] #43 sha256:c7c4cb3e3d3f47a4ea920d843693274cc417140c28a241f9e22ca5d3704d889a [2021-06-15T23:19:25.037Z] #43 CACHED [2021-06-15T23:19:25.037Z] [2021-06-15T23:19:25.037Z] #23 [internal] load build context [2021-06-15T23:19:25.037Z] #23 sha256:80b62ce6fb1f7706427ad1626ca7a152efe69c049cecfaff1395bded164461e8 [2021-06-15T23:19:25.170Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3eb125769899193cc8f255edf91fde4194625cb2 . [2021-06-15T23:19:25.170Z] #1 [internal] load build definition from Dockerfile [2021-06-15T23:19:25.170Z] #1 sha256:d817a63d60db9344113898997ce1d49b02272f218ba70c2c4244c0ee71c7aa79 [2021-06-15T23:19:25.170Z] #1 transferring dockerfile: 16.63kB done [2021-06-15T23:19:25.170Z] #1 DONE 0.0s [2021-06-15T23:19:25.170Z] [2021-06-15T23:19:25.170Z] #2 [internal] load .dockerignore [2021-06-15T23:19:25.170Z] #2 sha256:b0b18e602610c336e0258c3b4dbec7ae51a3101155f311810a7709211a921cb5 [2021-06-15T23:19:25.170Z] #2 transferring context: 87B done [2021-06-15T23:19:25.170Z] #2 DONE 0.0s [2021-06-15T23:19:25.170Z] [2021-06-15T23:19:25.170Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-15T23:19:25.170Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-15T23:19:25.170Z] #3 DONE 0.1s [2021-06-15T23:19:25.430Z] [2021-06-15T23:19:25.430Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-15T23:19:25.430Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-15T23:19:25.430Z] #4 CACHED [2021-06-15T23:19:25.694Z] [2021-06-15T23:19:25.694Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-06-15T23:19:25.694Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-15T23:19:25.694Z] #5 DONE 0.1s [2021-06-15T23:19:25.694Z] [2021-06-15T23:19:25.694Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-15T23:19:25.694Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-15T23:19:25.694Z] #7 DONE 0.1s [2021-06-15T23:19:25.694Z] [2021-06-15T23:19:25.694Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-06-15T23:19:25.694Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-06-15T23:19:25.694Z] #6 DONE 0.1s [2021-06-15T23:19:25.694Z] [2021-06-15T23:19:25.694Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-15T23:19:25.694Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-15T23:19:25.694Z] #8 DONE 0.1s [2021-06-15T23:19:25.902Z] Merge succeeded, producing 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:19:25.903Z] Checking out Revision 3eb125769899193cc8f255edf91fde4194625cb2 (PR-42473) [2021-06-15T23:19:25.956Z] [2021-06-15T23:19:25.956Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:19:25.956Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-15T23:19:25.956Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-15T23:19:25.956Z] #65 DONE 0.1s [2021-06-15T23:19:25.956Z] [2021-06-15T23:19:25.956Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-15T23:19:25.956Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-15T23:19:25.956Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.1s done [2021-06-15T23:19:25.956Z] #26 DONE 0.1s [2021-06-15T23:19:25.956Z] [2021-06-15T23:19:25.956Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:25.956Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:25.956Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done [2021-06-15T23:19:25.956Z] #9 DONE 0.1s [2021-06-15T23:19:25.956Z] [2021-06-15T23:19:25.956Z] #23 [internal] load build context [2021-06-15T23:19:25.956Z] #23 sha256:c827dd107d93f4147bb9f0c3d3e05056972a835923ab090638271a134de67afb [2021-06-15T23:19:24.814Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T23:19:24.824Z] > git checkout -f 3eb125769899193cc8f255edf91fde4194625cb2 # timeout=10 [2021-06-15T23:19:25.869Z] > git remote # timeout=10 [2021-06-15T23:19:25.874Z] > git config --get remote.origin.url # timeout=10 [2021-06-15T23:19:25.879Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:19:25.881Z] > git merge 5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 # timeout=10 [2021-06-15T23:19:25.895Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-15T23:19:25.906Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T23:19:25.910Z] > git checkout -f 3eb125769899193cc8f255edf91fde4194625cb2 # timeout=10 [2021-06-15T23:19:28.322Z] #23 transferring context: 55.85MB 3.4s done [2021-06-15T23:19:28.322Z] #23 DONE 3.5s [2021-06-15T23:19:28.322Z] [2021-06-15T23:19:28.322Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:19:28.322Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:19:28.322Z] #13 2.234 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-06-15T23:19:28.322Z] #13 2.473 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-15T23:19:28.322Z] #13 2.479 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-06-15T23:19:28.322Z] #13 2.641 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-15T23:19:28.322Z] #13 ... [2021-06-15T23:19:28.322Z] [2021-06-15T23:19:28.322Z] #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-06-15T23:19:28.322Z] #24 sha256:50d315075d386edb7038378ecfcb860bf85aaf46727f356b495b14fcb6838ef4 [2021-06-15T23:19:28.322Z] #24 CACHED [2021-06-15T23:19:28.322Z] [2021-06-15T23:19:28.323Z] #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-06-15T23:19:28.323Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-15T23:19:28.323Z] #27 CACHED [2021-06-15T23:19:28.323Z] [2021-06-15T23:19:28.323Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-15T23:19:28.323Z] #28 sha256:b2f53a87ec0076c473059e24ada56da2ca655dc7463d11660784c061f80174a7 [2021-06-15T23:19:28.323Z] #28 CACHED [2021-06-15T23:19:28.323Z] [2021-06-15T23:19:28.323Z] #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-06-15T23:19:28.323Z] #29 sha256:fb477dfc451fa29d3a7dfb187d072d7a9594f7322368789bf93ed22dc0097966 [2021-06-15T23:19:28.323Z] #29 CACHED [2021-06-15T23:19:28.323Z] [2021-06-15T23:19:28.323Z] #48 [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-06-15T23:19:28.323Z] #48 sha256:1eb7811a76fcc0e966f573e8213326853649f6da7a2db5605719a45a3278da27 [2021-06-15T23:19:28.323Z] #48 CACHED [2021-06-15T23:19:28.323Z] [2021-06-15T23:19:28.323Z] #34 [tomll 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/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-15T23:19:28.323Z] #34 sha256:4df86d97143d1d8e0bb41200c4dd725d7278441424c5488fd0e8e6578b9c0a21 [2021-06-15T23:19:28.323Z] #34 CACHED [2021-06-15T23:19:28.516Z] #23 ... [2021-06-15T23:19:28.516Z] [2021-06-15T23:19:28.516Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-15T23:19:28.516Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-15T23:19:28.516Z] #42 CACHED [2021-06-15T23:19:28.516Z] [2021-06-15T23:19:28.516Z] #23 [internal] load build context [2021-06-15T23:19:28.516Z] #23 sha256:c827dd107d93f4147bb9f0c3d3e05056972a835923ab090638271a134de67afb [2021-06-15T23:19:28.581Z] [2021-06-15T23:19:28.581Z] #57 [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-06-15T23:19:28.581Z] #57 sha256:5060fcff4ed2800893d8eb1f81cc7603f3534acd07374a6dc7da8be564620cbf [2021-06-15T23:19:29.092Z] #23 transferring context: 55.85MB 3.4s done [2021-06-15T23:19:29.667Z] #23 DONE 3.8s [2021-06-15T23:19:29.667Z] [2021-06-15T23:19:29.667Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:29.667Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:29.667Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-06-15T23:19:29.667Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-06-15T23:19:29.667Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.8s done [2021-06-15T23:19:29.667Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done [2021-06-15T23:19:29.667Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-06-15T23:19:29.667Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.3s done [2021-06-15T23:19:29.667Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.1s done [2021-06-15T23:19:29.667Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.7s done [2021-06-15T23:19:29.667Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 88.74MB / 120.17MB 3.7s [2021-06-15T23:19:29.667Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.5s [2021-06-15T23:19:29.667Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.6s [2021-06-15T23:19:29.667Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 98.57MB / 120.17MB 3.8s [2021-06-15T23:19:29.667Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.7s done [2021-06-15T23:19:29.930Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 109.05MB / 120.17MB 4.1s [2021-06-15T23:19:30.191Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 115.34MB / 120.17MB 4.2s [2021-06-15T23:19:30.631Z] Commit message: "revendor BuildKit (master branch)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-15T23:19:31.579Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.4s done [2021-06-15T23:19:31.579Z] #9 ... [2021-06-15T23:19:31.579Z] [2021-06-15T23:19:31.579Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:19:31.579Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-15T23:19:31.579Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-15T23:19:31.579Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-15T23:19:31.579Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-15T23:19:31.579Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-15T23:19:31.579Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.1s done [2021-06-15T23:19:31.579Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.4s done [2021-06-15T23:19:31.579Z] #63 DONE 5.7s [2021-06-15T23:19:31.579Z] [2021-06-15T23:19:31.579Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-15T23:19:31.579Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-15T23:19:31.579Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done [2021-06-15T23:19:31.579Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done [2021-06-15T23:19:31.579Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done [2021-06-15T23:19:31.579Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 1.2s done [2021-06-15T23:19:31.579Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 4.3s [2021-06-15T23:19:31.633Z] + docker version [2021-06-15T23:19:32.153Z] #26 ... [2021-06-15T23:19:32.153Z] [2021-06-15T23:19:32.153Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:19:32.153Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-15T23:19:32.153Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-15T23:19:32.153Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-15T23:19:32.153Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-15T23:19:32.153Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.2s done [2021-06-15T23:19:32.153Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.6s done [2021-06-15T23:19:32.153Z] #65 DONE 6.2s [2021-06-15T23:19:32.153Z] [2021-06-15T23:19:32.153Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-15T23:19:32.153Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-15T23:19:32.153Z] #26 ... [2021-06-15T23:19:32.153Z] [2021-06-15T23:19:32.153Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:32.153Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:32.782Z] #57 3.795 + RM_GOPATH=0 [2021-06-15T23:19:32.782Z] #57 3.795 + TMP_GOPATH= [2021-06-15T23:19:32.782Z] #57 3.795 + : /build [2021-06-15T23:19:32.782Z] #57 3.795 + '[' -z '' ']' [2021-06-15T23:19:32.783Z] #57 3.796 ++ mktemp -d [2021-06-15T23:19:32.783Z] #57 3.801 + export GOPATH=/tmp/tmp.JrOj87R9A6 [2021-06-15T23:19:32.783Z] #57 3.802 + GOPATH=/tmp/tmp.JrOj87R9A6 [2021-06-15T23:19:32.783Z] #57 3.802 + RM_GOPATH=1 [2021-06-15T23:19:32.783Z] #57 3.803 + case "$(go env GOARCH)" in [2021-06-15T23:19:32.783Z] #57 3.803 ++ go env GOARCH [2021-06-15T23:19:32.783Z] #57 3.820 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:19:32.783Z] #57 3.820 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:19:32.783Z] #57 3.821 ++ dirname /tmp/install/install.sh [2021-06-15T23:19:32.783Z] #57 3.822 + dir=/tmp/install [2021-06-15T23:19:32.783Z] #57 3.822 + bin=containerd [2021-06-15T23:19:32.783Z] #57 3.823 + shift [2021-06-15T23:19:32.783Z] #57 3.823 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-15T23:19:32.783Z] #57 3.823 + . /tmp/install/containerd.installer [2021-06-15T23:19:32.783Z] #57 3.823 ++ set -e [2021-06-15T23:19:32.783Z] #57 3.824 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-15T23:19:32.783Z] #57 3.824 + install_containerd [2021-06-15T23:19:32.783Z] #57 3.827 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-15T23:19:32.783Z] #57 3.827 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-15T23:19:32.783Z] #57 3.827 + git clone https://github.com/containerd/containerd.git /tmp/tmp.JrOj87R9A6/src/github.com/containerd/containerd [2021-06-15T23:19:32.783Z] #57 3.834 Cloning into '/tmp/tmp.JrOj87R9A6/src/github.com/containerd/containerd'... [2021-06-15T23:19:33.254Z] Client: [2021-06-15T23:19:33.254Z] Context: default [2021-06-15T23:19:33.254Z] Debug Mode: false [2021-06-15T23:19:33.254Z] Plugins: [2021-06-15T23:19:33.254Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-15T23:19:33.254Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-15T23:19:33.254Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-15T23:19:33.254Z] [2021-06-15T23:19:33.254Z] Server: [2021-06-15T23:19:33.254Z] Containers: 0 [2021-06-15T23:19:33.254Z] Running: 0 [2021-06-15T23:19:33.254Z] Paused: 0 [2021-06-15T23:19:33.254Z] Stopped: 0 [2021-06-15T23:19:33.254Z] Images: 1 [2021-06-15T23:19:33.254Z] Server Version: 20.10.6 [2021-06-15T23:19:33.254Z] Storage Driver: overlay2 [2021-06-15T23:19:33.254Z] Backing Filesystem: extfs [2021-06-15T23:19:33.254Z] Supports d_type: true [2021-06-15T23:19:33.254Z] Native Overlay Diff: true [2021-06-15T23:19:33.254Z] userxattr: false [2021-06-15T23:19:33.254Z] Logging Driver: json-file [2021-06-15T23:19:33.254Z] Cgroup Driver: cgroupfs [2021-06-15T23:19:33.254Z] Cgroup Version: 1 [2021-06-15T23:19:33.254Z] Plugins: [2021-06-15T23:19:33.254Z] Volume: local [2021-06-15T23:19:33.254Z] Network: bridge host ipvlan macvlan null overlay [2021-06-15T23:19:33.254Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-15T23:19:33.254Z] Swarm: inactive [2021-06-15T23:19:33.254Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-15T23:19:33.254Z] Default Runtime: runc [2021-06-15T23:19:33.254Z] Init Binary: docker-init [2021-06-15T23:19:33.254Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-15T23:19:33.254Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:19:33.254Z] init version: de40ad0 [2021-06-15T23:19:33.254Z] Security Options: [2021-06-15T23:19:33.254Z] apparmor [2021-06-15T23:19:33.254Z] seccomp [2021-06-15T23:19:33.254Z] Profile: default [2021-06-15T23:19:33.254Z] Kernel Version: 5.4.0-1048-aws [2021-06-15T23:19:33.254Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-15T23:19:33.254Z] OSType: linux [2021-06-15T23:19:33.254Z] Architecture: x86_64 [2021-06-15T23:19:33.254Z] CPUs: 2 [2021-06-15T23:19:33.254Z] Total Memory: 7.569GiB [2021-06-15T23:19:33.254Z] Name: ip-10-100-70-143 [2021-06-15T23:19:33.254Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-15T23:19:33.254Z] Docker Root Dir: /var/lib/docker [2021-06-15T23:19:33.254Z] Debug Mode: false [2021-06-15T23:19:33.254Z] Registry: https://index.docker.io/v1/ [2021-06-15T23:19:33.254Z] Labels: [2021-06-15T23:19:33.254Z] Experimental: true [2021-06-15T23:19:33.254Z] Insecure Registries: [2021-06-15T23:19:33.254Z] 127.0.0.0/8 [2021-06-15T23:19:33.254Z] Live Restore Enabled: true [2021-06-15T23:19:33.254Z] [2021-06-15T23:19:33.254Z] WARNING: No swap limit support [Pipeline] sh [2021-06-15T23:19:33.572Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-15T23:19:33.572Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-15T23:19:33.572Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42473/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-15T23:19:33.572Z] + bash /home/ubuntu/workspace/moby_PR-42473/check-config.sh [2021-06-15T23:19:33.572Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-15T23:19:33.572Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-15T23:19:33.572Z] [2021-06-15T23:19:33.572Z] Generally Necessary: [2021-06-15T23:19:33.572Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-15T23:19:33.572Z] - apparmor: enabled and tools installed [2021-06-15T23:19:33.572Z] - CONFIG_NAMESPACES: enabled [2021-06-15T23:19:33.572Z] - CONFIG_NET_NS: enabled [2021-06-15T23:19:33.572Z] - CONFIG_PID_NS: enabled [2021-06-15T23:19:33.572Z] - CONFIG_IPC_NS: enabled [2021-06-15T23:19:33.572Z] - CONFIG_UTS_NS: enabled [2021-06-15T23:19:33.572Z] - CONFIG_CGROUPS: enabled [2021-06-15T23:19:33.572Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-15T23:19:33.572Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-15T23:19:33.572Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-15T23:19:33.572Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-15T23:19:33.572Z] - CONFIG_CPUSETS: enabled [2021-06-15T23:19:33.572Z] - CONFIG_MEMCG: enabled [2021-06-15T23:19:33.572Z] - CONFIG_KEYS: enabled [2021-06-15T23:19:33.572Z] - CONFIG_VETH: enabled (as module) [2021-06-15T23:19:33.572Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-15T23:19:33.572Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-15T23:19:33.572Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-15T23:19:33.572Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-15T23:19:33.572Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-15T23:19:33.572Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-15T23:19:33.572Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-15T23:19:33.572Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-15T23:19:33.572Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-15T23:19:33.572Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-15T23:19:33.572Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-15T23:19:33.572Z] [2021-06-15T23:19:33.572Z] Optional Features: [2021-06-15T23:19:33.572Z] - CONFIG_USER_NS: enabled [2021-06-15T23:19:33.572Z] - CONFIG_SECCOMP: enabled [2021-06-15T23:19:33.572Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-15T23:19:33.572Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-15T23:19:33.572Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-15T23:19:33.572Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-15T23:19:33.572Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-15T23:19:33.572Z] - CONFIG_BLK_CGROUP: enabled [2021-06-15T23:19:33.572Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-15T23:19:33.572Z] - CONFIG_CGROUP_PERF: enabled [2021-06-15T23:19:33.572Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-15T23:19:33.572Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-15T23:19:33.572Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-15T23:19:33.572Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-15T23:19:33.572Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-15T23:19:33.572Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-15T23:19:33.572Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-15T23:19:33.572Z] - CONFIG_IP_VS: enabled (as module) [2021-06-15T23:19:33.827Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-15T23:19:33.827Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-15T23:19:33.827Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-15T23:19:33.827Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-15T23:19:33.827Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-15T23:19:33.827Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-15T23:19:33.827Z] - CONFIG_EXT4_FS: enabled [2021-06-15T23:19:33.827Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-15T23:19:33.827Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-15T23:19:33.827Z] - Network Drivers: [2021-06-15T23:19:33.827Z] - "overlay": [2021-06-15T23:19:33.827Z] - CONFIG_VXLAN: enabled (as module) [2021-06-15T23:19:33.827Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-15T23:19:33.827Z] Optional (for encrypted networks): [2021-06-15T23:19:33.827Z] - CONFIG_CRYPTO: enabled [2021-06-15T23:19:33.827Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-15T23:19:33.827Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-15T23:19:33.827Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-15T23:19:33.827Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-15T23:19:33.827Z] - CONFIG_XFRM: enabled [2021-06-15T23:19:33.827Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-15T23:19:33.827Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-15T23:19:33.828Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-15T23:19:33.828Z] - "ipvlan": [2021-06-15T23:19:33.828Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-15T23:19:33.828Z] - "macvlan": [2021-06-15T23:19:33.828Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-15T23:19:33.828Z] - CONFIG_DUMMY: enabled (as module) [2021-06-15T23:19:33.828Z] - "ftp,tftp client in container": [2021-06-15T23:19:33.828Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-15T23:19:33.828Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-15T23:19:33.828Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-15T23:19:33.828Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-15T23:19:33.828Z] - Storage Drivers: [2021-06-15T23:19:33.828Z] - "aufs": [2021-06-15T23:19:33.828Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-15T23:19:33.828Z] - "btrfs": [2021-06-15T23:19:33.828Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-15T23:19:33.828Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-15T23:19:33.828Z] - "devicemapper": [2021-06-15T23:19:33.828Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-15T23:19:33.828Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-15T23:19:33.828Z] - "overlay": [2021-06-15T23:19:33.828Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-15T23:19:33.828Z] - "zfs": [2021-06-15T23:19:33.828Z] - /dev/zfs: present [2021-06-15T23:19:33.828Z] - zfs command: missing [2021-06-15T23:19:33.828Z] - zpool command: missing [2021-06-15T23:19:33.828Z] [2021-06-15T23:19:33.828Z] Limits: [2021-06-15T23:19:33.828Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-15T23:19:33.828Z] [2021-06-15T23:19:33.828Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-15T23:19:34.106Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.0s done [2021-06-15T23:19:34.150Z] + sudo modprobe ip_vs [2021-06-15T23:19:34.150Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3eb125769899193cc8f255edf91fde4194625cb2 . [2021-06-15T23:19:34.366Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-06-15T23:19:34.408Z] #1 [internal] load build definition from Dockerfile [2021-06-15T23:19:34.408Z] #1 sha256:beca3d47ced39a3a706348b1f1bba0af081a8e12d93fa01928fdcfc5fbe202b5 [2021-06-15T23:19:34.408Z] #1 transferring dockerfile: 16.63kB done [2021-06-15T23:19:34.408Z] #1 DONE 0.1s [2021-06-15T23:19:34.408Z] [2021-06-15T23:19:34.408Z] #2 [internal] load .dockerignore [2021-06-15T23:19:34.408Z] #2 sha256:2716da3f737b16b5e9bef62487aed146236e4d96583839a426c745fd59657f28 [2021-06-15T23:19:34.408Z] #2 transferring context: 87B done [2021-06-15T23:19:34.408Z] #2 DONE 0.1s [2021-06-15T23:19:34.408Z] [2021-06-15T23:19:34.408Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-15T23:19:34.408Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-15T23:19:34.627Z] #9 ... [2021-06-15T23:19:34.627Z] [2021-06-15T23:19:34.627Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-15T23:19:34.627Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-15T23:19:34.627Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 6.4s done [2021-06-15T23:19:34.627Z] #26 DONE 8.7s [2021-06-15T23:19:34.627Z] [2021-06-15T23:19:34.627Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:34.627Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:34.666Z] #3 DONE 0.3s [2021-06-15T23:19:34.666Z] [2021-06-15T23:19:34.666Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-15T23:19:34.666Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-15T23:19:34.666Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-06-15T23:19:34.666Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-06-15T23:19:34.666Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-06-15T23:19:34.666Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-06-15T23:19:34.666Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0B / 9.64MB 0.1s [2021-06-15T23:19:34.685Z] #57 ... [2021-06-15T23:19:34.685Z] [2021-06-15T23:19:34.685Z] #50 [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-06-15T23:19:34.685Z] #50 sha256:723812ac4c3eb3017a2916fed7398919d26354190518eb5a17aee69cd899bc13 [2021-06-15T23:19:34.685Z] #50 3.667 + RM_GOPATH=0 [2021-06-15T23:19:34.685Z] #50 3.667 + TMP_GOPATH= [2021-06-15T23:19:34.685Z] #50 3.675 + : /build [2021-06-15T23:19:34.685Z] #50 3.675 + '[' -z '' ']' [2021-06-15T23:19:34.685Z] #50 3.676 ++ mktemp -d [2021-06-15T23:19:34.685Z] #50 3.684 + export GOPATH=/tmp/tmp.1dIfJcyxGo [2021-06-15T23:19:34.685Z] #50 3.702 + GOPATH=/tmp/tmp.1dIfJcyxGo [2021-06-15T23:19:34.685Z] #50 3.702 + RM_GOPATH=1 [2021-06-15T23:19:34.685Z] #50 3.702 + case "$(go env GOARCH)" in [2021-06-15T23:19:34.685Z] #50 3.713 ++ go env GOARCH [2021-06-15T23:19:34.685Z] #50 3.752 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:19:34.685Z] #50 3.753 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:19:34.685Z] #50 3.754 ++ dirname /tmp/install/install.sh [2021-06-15T23:19:34.685Z] #50 3.761 + dir=/tmp/install [2021-06-15T23:19:34.685Z] #50 3.764 + bin=golangci_lint [2021-06-15T23:19:34.685Z] #50 3.764 + shift [2021-06-15T23:19:34.685Z] #50 3.765 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-15T23:19:34.685Z] #50 3.765 + . /tmp/install/golangci_lint.installer [2021-06-15T23:19:34.685Z] #50 3.765 ++ : v1.23.8 [2021-06-15T23:19:34.685Z] #50 3.765 + install_golangci_lint [2021-06-15T23:19:34.685Z] #50 3.766 + set -e [2021-06-15T23:19:34.685Z] #50 3.766 + export GO111MODULE=on [2021-06-15T23:19:34.685Z] #50 3.766 + GO111MODULE=on [2021-06-15T23:19:34.685Z] #50 3.766 + GOBIN=/build [2021-06-15T23:19:34.685Z] #50 3.766 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-15T23:19:34.685Z] #50 3.776 go: finding github.com v1.23.8 [2021-06-15T23:19:34.685Z] #50 3.777 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-06-15T23:19:34.685Z] #50 3.780 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-06-15T23:19:34.685Z] #50 3.782 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-06-15T23:19:34.685Z] #50 3.783 go: finding github.com/golangci v1.23.8 [2021-06-15T23:19:34.685Z] #50 4.579 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-15T23:19:34.685Z] #50 5.191 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-06-15T23:19:34.685Z] #50 ... [2021-06-15T23:19:34.685Z] [2021-06-15T23:19:34.685Z] #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-06-15T23:19:34.685Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:19:34.685Z] #40 1.959 + git clone https://github.com/docker/distribution.git . [2021-06-15T23:19:34.685Z] #40 1.959 Cloning into '.'... [2021-06-15T23:19:34.887Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.3s done [2021-06-15T23:19:34.887Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-06-15T23:19:34.922Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 8.39MB / 9.64MB 0.2s [2021-06-15T23:19:34.922Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-06-15T23:19:34.922Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s [2021-06-15T23:19:34.943Z] #40 ... [2021-06-15T23:19:34.943Z] [2021-06-15T23:19:34.943Z] #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-06-15T23:19:34.943Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-15T23:19:34.943Z] #32 2.065 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-15T23:19:34.943Z] #32 2.065 Cloning into '.'... [2021-06-15T23:19:34.943Z] #32 ... [2021-06-15T23:19:34.943Z] [2021-06-15T23:19:34.943Z] #46 [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-06-15T23:19:34.943Z] #46 sha256:98af85b243fd850cfa43ce32c158b8e7c522e0870c6c8366bcbfc8c71ea95f89 [2021-06-15T23:19:34.943Z] #46 3.763 + RM_GOPATH=0 [2021-06-15T23:19:34.943Z] #46 3.764 + TMP_GOPATH= [2021-06-15T23:19:34.943Z] #46 3.764 + : /build [2021-06-15T23:19:34.943Z] #46 3.764 + '[' -z '' ']' [2021-06-15T23:19:34.943Z] #46 3.766 ++ mktemp -d [2021-06-15T23:19:34.943Z] #46 3.768 + export GOPATH=/tmp/tmp.qyilvLDsGK [2021-06-15T23:19:34.943Z] #46 3.768 + GOPATH=/tmp/tmp.qyilvLDsGK [2021-06-15T23:19:34.943Z] #46 3.768 + RM_GOPATH=1 [2021-06-15T23:19:34.943Z] #46 3.769 + case "$(go env GOARCH)" in [2021-06-15T23:19:34.943Z] #46 3.770 ++ go env GOARCH [2021-06-15T23:19:34.943Z] #46 3.803 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:19:34.943Z] #46 3.803 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:19:34.943Z] #46 3.804 ++ dirname /tmp/install/install.sh [2021-06-15T23:19:34.943Z] #46 3.808 + dir=/tmp/install [2021-06-15T23:19:34.943Z] #46 3.808 + bin=vndr [2021-06-15T23:19:34.943Z] #46 3.814 + shift [2021-06-15T23:19:34.943Z] #46 3.815 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-15T23:19:34.943Z] #46 3.815 + . /tmp/install/vndr.installer [2021-06-15T23:19:34.943Z] #46 3.815 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-15T23:19:34.943Z] #46 3.815 + install_vndr [2021-06-15T23:19:34.943Z] #46 3.821 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-15T23:19:34.943Z] #46 3.821 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-15T23:19:34.943Z] #46 3.821 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.qyilvLDsGK/src/github.com/LK4D4/vndr [2021-06-15T23:19:34.943Z] #46 3.825 Cloning into '/tmp/tmp.qyilvLDsGK/src/github.com/LK4D4/vndr'... [2021-06-15T23:19:34.943Z] #46 4.408 + cd /tmp/tmp.qyilvLDsGK/src/github.com/LK4D4/vndr [2021-06-15T23:19:34.943Z] #46 4.409 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-15T23:19:34.943Z] #46 4.413 + go build -buildmode=pie -v -o /build/vndr . [2021-06-15T23:19:34.943Z] #46 5.676 os [2021-06-15T23:19:34.943Z] #46 5.691 regexp/syntax [2021-06-15T23:19:35.147Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done [2021-06-15T23:19:35.179Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-06-15T23:19:35.179Z] #4 DONE 0.6s [2021-06-15T23:19:35.201Z] #46 ... [2021-06-15T23:19:35.201Z] [2021-06-15T23:19:35.201Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:19:35.201Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:19:35.201Z] #44 2.207 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-15T23:19:35.201Z] #44 2.207 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-06-15T23:19:35.201Z] #44 2.249 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-15T23:19:35.201Z] #44 2.652 Hit:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [2021-06-15T23:19:35.201Z] #44 4.714 Reading package lists... [2021-06-15T23:19:35.434Z] [2021-06-15T23:19:35.435Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-15T23:19:35.435Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-15T23:19:35.459Z] #44 9.379 Reading package lists... [2021-06-15T23:19:35.459Z] #44 ... [2021-06-15T23:19:35.459Z] [2021-06-15T23:19:35.459Z] #59 [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-06-15T23:19:35.459Z] #59 sha256:2501c20a6629dbcd3f9fde6e1156af537e410183999dda09b33d7bff50bbf697 [2021-06-15T23:19:35.459Z] #59 3.656 + RM_GOPATH=0 [2021-06-15T23:19:35.459Z] #59 3.656 + TMP_GOPATH= [2021-06-15T23:19:35.459Z] #59 3.656 + : /build [2021-06-15T23:19:35.459Z] #59 3.656 + '[' -z '' ']' [2021-06-15T23:19:35.459Z] #59 3.656 ++ mktemp -d [2021-06-15T23:19:35.459Z] #59 3.664 + export GOPATH=/tmp/tmp.gFYOqZyZBK [2021-06-15T23:19:35.459Z] #59 3.664 + GOPATH=/tmp/tmp.gFYOqZyZBK [2021-06-15T23:19:35.459Z] #59 3.664 + RM_GOPATH=1 [2021-06-15T23:19:35.459Z] #59 3.664 + case "$(go env GOARCH)" in [2021-06-15T23:19:35.459Z] #59 3.664 ++ go env GOARCH [2021-06-15T23:19:35.459Z] #59 3.725 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:19:35.459Z] #59 3.725 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:19:35.459Z] #59 3.726 ++ dirname /tmp/install/install.sh [2021-06-15T23:19:35.459Z] #59 3.730 + dir=/tmp/install [2021-06-15T23:19:35.459Z] #59 3.732 + bin=rootlesskit [2021-06-15T23:19:35.459Z] #59 3.732 + shift [2021-06-15T23:19:35.459Z] #59 3.733 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-15T23:19:35.459Z] #59 3.733 + . /tmp/install/rootlesskit.installer [2021-06-15T23:19:35.459Z] #59 3.733 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-15T23:19:35.459Z] #59 3.733 + install_rootlesskit [2021-06-15T23:19:35.459Z] #59 3.733 + case "$1" in [2021-06-15T23:19:35.459Z] #59 3.733 + export CGO_ENABLED=0 [2021-06-15T23:19:35.459Z] #59 3.733 + CGO_ENABLED=0 [2021-06-15T23:19:35.459Z] #59 3.733 + _install_rootlesskit [2021-06-15T23:19:35.459Z] #59 3.734 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-15T23:19:35.459Z] #59 3.734 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-15T23:19:35.459Z] #59 3.734 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.gFYOqZyZBK/src/github.com/rootless-containers/rootlesskit [2021-06-15T23:19:35.459Z] #59 3.738 Cloning into '/tmp/tmp.gFYOqZyZBK/src/github.com/rootless-containers/rootlesskit'... [2021-06-15T23:19:35.459Z] #59 7.136 + cd /tmp/tmp.gFYOqZyZBK/src/github.com/rootless-containers/rootlesskit [2021-06-15T23:19:35.459Z] #59 7.137 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-15T23:19:35.460Z] #59 7.165 + export GO111MODULE=on [2021-06-15T23:19:35.460Z] #59 7.177 + GO111MODULE=on [2021-06-15T23:19:35.460Z] #59 7.177 + export GOPROXY=https://proxy.golang.org [2021-06-15T23:19:35.460Z] #59 7.177 + GOPROXY=https://proxy.golang.org [2021-06-15T23:19:35.460Z] #59 7.177 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-15T23:19:35.460Z] #59 7.178 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-15T23:19:35.723Z] #9 ... [2021-06-15T23:19:35.723Z] [2021-06-15T23:19:35.723Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-15T23:19:35.723Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-15T23:19:35.723Z] #64 DONE 0.2s [2021-06-15T23:19:35.723Z] [2021-06-15T23:19:35.723Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:35.723Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:35.723Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-06-15T23:19:35.996Z] #8 ... [2021-06-15T23:19:35.996Z] [2021-06-15T23:19:35.996Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-06-15T23:19:35.996Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-15T23:19:35.996Z] #7 DONE 0.8s [2021-06-15T23:19:36.251Z] [2021-06-15T23:19:36.251Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-06-15T23:19:36.251Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-06-15T23:19:36.251Z] #5 DONE 0.8s [2021-06-15T23:19:36.251Z] [2021-06-15T23:19:36.251Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-15T23:19:36.251Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-15T23:19:36.251Z] #8 DONE 0.9s [2021-06-15T23:19:36.251Z] [2021-06-15T23:19:36.251Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-15T23:19:36.252Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-15T23:19:36.507Z] #6 DONE 1.1s [2021-06-15T23:19:36.665Z] #9 ... [2021-06-15T23:19:36.665Z] [2021-06-15T23:19:36.665Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-15T23:19:36.665Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-15T23:19:36.665Z] #66 DONE 0.9s [2021-06-15T23:19:36.665Z] [2021-06-15T23:19:36.665Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:36.665Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:36.778Z] [2021-06-15T23:19:36.778Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:19:36.778Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-15T23:19:36.778Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2021-06-15T23:19:36.778Z] #65 DONE 0.0s [2021-06-15T23:19:36.778Z] [2021-06-15T23:19:36.778Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:19:36.778Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-15T23:19:36.778Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-06-15T23:19:36.778Z] #63 DONE 0.1s [2021-06-15T23:19:36.778Z] [2021-06-15T23:19:36.778Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:36.778Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:36.778Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done [2021-06-15T23:19:36.778Z] #9 DONE 0.1s [2021-06-15T23:19:36.778Z] [2021-06-15T23:19:36.778Z] #23 [internal] load build context [2021-06-15T23:19:36.778Z] #23 sha256:e840e3fa764815c3645212e3113a69c5e6fc61f382b4fdfa196bf83bde954bd2 [2021-06-15T23:19:36.836Z] #59 8.709 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-15T23:19:36.836Z] #59 8.760 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-15T23:19:37.095Z] #59 8.789 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-15T23:19:37.095Z] #59 8.789 go: downloading github.com/pkg/errors v0.9.1 [2021-06-15T23:19:37.095Z] #59 8.789 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-15T23:19:37.095Z] #59 8.790 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-15T23:19:37.095Z] #59 8.792 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-15T23:19:37.354Z] #59 8.931 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-15T23:19:37.354Z] #59 ... [2021-06-15T23:19:37.354Z] [2021-06-15T23:19:37.354Z] #46 [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-06-15T23:19:37.354Z] #46 sha256:98af85b243fd850cfa43ce32c158b8e7c522e0870c6c8366bcbfc8c71ea95f89 [2021-06-15T23:19:37.354Z] #46 8.980 fmt [2021-06-15T23:19:37.367Z] #23 ... [2021-06-15T23:19:37.367Z] [2021-06-15T23:19:37.367Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-15T23:19:37.367Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-15T23:19:37.367Z] #42 DONE 0.7s [2021-06-15T23:19:37.367Z] [2021-06-15T23:19:37.367Z] #23 [internal] load build context [2021-06-15T23:19:37.367Z] #23 sha256:e840e3fa764815c3645212e3113a69c5e6fc61f382b4fdfa196bf83bde954bd2 [2021-06-15T23:19:37.624Z] #23 ... [2021-06-15T23:19:37.624Z] [2021-06-15T23:19:37.624Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-15T23:19:37.624Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-15T23:19:37.624Z] #42 DONE 0.0s [2021-06-15T23:19:37.624Z] [2021-06-15T23:19:37.624Z] #23 [internal] load build context [2021-06-15T23:19:37.624Z] #23 sha256:e840e3fa764815c3645212e3113a69c5e6fc61f382b4fdfa196bf83bde954bd2 [2021-06-15T23:19:38.294Z] #46 ... [2021-06-15T23:19:38.294Z] [2021-06-15T23:19:38.294Z] #52 [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-06-15T23:19:38.294Z] #52 sha256:bfdd25b782371ed1450f1b74f46efcc4e5988da4fe99ca0bcf683005beceec89 [2021-06-15T23:19:38.294Z] #52 3.608 + RM_GOPATH=0 [2021-06-15T23:19:38.294Z] #52 3.608 + TMP_GOPATH= [2021-06-15T23:19:38.294Z] #52 3.608 + : /build [2021-06-15T23:19:38.294Z] #52 3.608 + '[' -z '' ']' [2021-06-15T23:19:38.294Z] #52 3.608 ++ mktemp -d [2021-06-15T23:19:38.294Z] #52 3.621 + export GOPATH=/tmp/tmp.nsQHMzuId4 [2021-06-15T23:19:38.294Z] #52 3.621 + GOPATH=/tmp/tmp.nsQHMzuId4 [2021-06-15T23:19:38.294Z] #52 3.621 + RM_GOPATH=1 [2021-06-15T23:19:38.294Z] #52 3.621 + case "$(go env GOARCH)" in [2021-06-15T23:19:38.294Z] #52 3.632 ++ go env GOARCH [2021-06-15T23:19:38.294Z] #52 3.660 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-15T23:19:38.294Z] #52 3.660 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:19:38.294Z] #52 3.660 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:19:38.294Z] #52 3.660 ++ dirname /tmp/install/install.sh [2021-06-15T23:19:38.294Z] #52 3.660 + dir=/tmp/install [2021-06-15T23:19:38.294Z] #52 3.660 + bin=shfmt [2021-06-15T23:19:38.294Z] #52 3.660 + shift [2021-06-15T23:19:38.294Z] #52 3.660 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-15T23:19:38.294Z] #52 3.660 + . /tmp/install/shfmt.installer [2021-06-15T23:19:38.294Z] #52 3.660 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-15T23:19:38.294Z] #52 3.660 + install_shfmt [2021-06-15T23:19:38.294Z] #52 3.660 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-15T23:19:38.294Z] #52 3.660 + git clone https://github.com/mvdan/sh.git /tmp/tmp.nsQHMzuId4/src/github.com/mvdan/sh [2021-06-15T23:19:38.294Z] #52 3.664 Cloning into '/tmp/tmp.nsQHMzuId4/src/github.com/mvdan/sh'... [2021-06-15T23:19:38.558Z] #52 ... [2021-06-15T23:19:38.558Z] [2021-06-15T23:19:38.558Z] #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-06-15T23:19:38.558Z] #37 sha256:e957397e6c6fe50f86dda3ee963074c8992598cd988ba5009bff3b1a31ea1e8b [2021-06-15T23:19:38.558Z] #37 3.119 + RM_GOPATH=0 [2021-06-15T23:19:38.558Z] #37 3.119 + TMP_GOPATH= [2021-06-15T23:19:38.558Z] #37 3.119 + : /build [2021-06-15T23:19:38.558Z] #37 3.119 + '[' -z '' ']' [2021-06-15T23:19:38.558Z] #37 3.119 ++ mktemp -d [2021-06-15T23:19:38.558Z] #37 3.119 + export GOPATH=/tmp/tmp.SlVY4kDBzh [2021-06-15T23:19:38.558Z] #37 3.119 + GOPATH=/tmp/tmp.SlVY4kDBzh [2021-06-15T23:19:38.558Z] #37 3.119 + RM_GOPATH=1 [2021-06-15T23:19:38.558Z] #37 3.119 + case "$(go env GOARCH)" in [2021-06-15T23:19:38.558Z] #37 3.119 ++ go env GOARCH [2021-06-15T23:19:38.558Z] #37 3.142 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:19:38.558Z] #37 3.142 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:19:38.558Z] #37 3.142 ++ dirname /tmp/install/install.sh [2021-06-15T23:19:38.558Z] #37 3.150 + dir=/tmp/install [2021-06-15T23:19:38.558Z] #37 3.150 + bin=tini [2021-06-15T23:19:38.558Z] #37 3.150 + shift [2021-06-15T23:19:38.558Z] #37 3.150 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-15T23:19:38.558Z] #37 3.150 + . /tmp/install/tini.installer [2021-06-15T23:19:38.558Z] #37 3.150 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-15T23:19:38.558Z] #37 3.150 + install_tini [2021-06-15T23:19:38.558Z] #37 3.150 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-15T23:19:38.558Z] #37 3.150 + git clone https://github.com/krallin/tini.git /tmp/tmp.SlVY4kDBzh/tini [2021-06-15T23:19:38.558Z] #37 3.150 Cloning into '/tmp/tmp.SlVY4kDBzh/tini'... [2021-06-15T23:19:38.558Z] #37 3.150 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-15T23:19:38.558Z] #37 3.941 + cd /tmp/tmp.SlVY4kDBzh/tini [2021-06-15T23:19:38.558Z] #37 3.945 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-15T23:19:38.558Z] #37 3.955 + cmake . [2021-06-15T23:19:38.558Z] #37 4.383 -- The C compiler identification is GNU 8.3.0 [2021-06-15T23:19:38.558Z] #37 4.443 -- Check for working C compiler: /usr/bin/cc [2021-06-15T23:19:38.558Z] #37 4.988 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-15T23:19:38.558Z] #37 4.993 -- Detecting C compiler ABI info [2021-06-15T23:19:38.558Z] #37 5.509 -- Detecting C compiler ABI info - done [2021-06-15T23:19:38.558Z] #37 5.558 -- Detecting C compile features [2021-06-15T23:19:38.558Z] #37 7.564 -- Detecting C compile features - done [2021-06-15T23:19:38.558Z] #37 7.621 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-15T23:19:38.558Z] #37 7.974 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-15T23:19:38.558Z] #37 8.069 -- Configuring done [2021-06-15T23:19:38.558Z] #37 8.100 -- Generating done [2021-06-15T23:19:38.558Z] #37 8.109 -- Build files have been written to: /tmp/tmp.SlVY4kDBzh/tini [2021-06-15T23:19:38.558Z] #37 8.119 + make tini-static [2021-06-15T23:19:38.558Z] #37 8.503 Scanning dependencies of target tini-static [2021-06-15T23:19:38.558Z] #37 8.702 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-15T23:19:38.558Z] #37 10.02 [100%] Linking C executable tini-static [2021-06-15T23:19:38.558Z] #37 ... [2021-06-15T23:19:38.558Z] [2021-06-15T23:19:38.558Z] #50 [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-06-15T23:19:38.558Z] #50 sha256:723812ac4c3eb3017a2916fed7398919d26354190518eb5a17aee69cd899bc13 [2021-06-15T23:19:38.558Z] #50 9.696 go: downloading github.com/pkg/errors v0.8.1 [2021-06-15T23:19:38.558Z] #50 9.738 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-15T23:19:38.558Z] #50 9.790 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-15T23:19:38.558Z] #50 9.791 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-15T23:19:38.558Z] #50 9.792 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-15T23:19:38.558Z] #50 9.803 go: downloading github.com/spf13/viper v1.6.1 [2021-06-15T23:19:38.558Z] #50 9.825 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-15T23:19:38.558Z] #50 9.863 go: extracting github.com/pkg/errors v0.8.1 [2021-06-15T23:19:38.558Z] #50 9.993 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-15T23:19:38.558Z] #50 10.05 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-06-15T23:19:38.558Z] #50 10.05 go: extracting github.com/spf13/pflag v1.0.5 [2021-06-15T23:19:38.558Z] #50 10.12 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-15T23:19:38.558Z] #50 10.14 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-06-15T23:19:38.558Z] #50 10.21 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-15T23:19:38.558Z] #50 10.21 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-15T23:19:38.558Z] #50 10.21 go: extracting github.com/spf13/viper v1.6.1 [2021-06-15T23:19:38.558Z] #50 10.27 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-15T23:19:38.558Z] #50 10.30 go: downloading github.com/spf13/afero v1.1.2 [2021-06-15T23:19:38.558Z] #50 10.32 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-15T23:19:38.817Z] #50 10.49 go: extracting github.com/stretchr/testify v1.4.0 [2021-06-15T23:19:38.817Z] #50 10.55 go: extracting github.com/spf13/afero v1.1.2 [2021-06-15T23:19:38.817Z] #50 10.58 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-06-15T23:19:38.817Z] #50 10.58 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-15T23:19:38.817Z] #50 10.70 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-06-15T23:19:39.077Z] #50 10.71 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-15T23:19:39.077Z] #50 10.80 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-06-15T23:19:39.336Z] #50 10.96 go: extracting github.com/ultraware/funlen v0.0.2 [2021-06-15T23:19:39.336Z] #50 11.00 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-15T23:19:39.336Z] #50 11.03 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-06-15T23:19:39.527Z] #23 transferring context: 30.33MB 2.6s [2021-06-15T23:19:39.595Z] #50 ... [2021-06-15T23:19:39.595Z] [2021-06-15T23:19:39.595Z] #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-06-15T23:19:39.595Z] #37 sha256:e957397e6c6fe50f86dda3ee963074c8992598cd988ba5009bff3b1a31ea1e8b [2021-06-15T23:19:39.595Z] #37 10.63 [100%] Built target tini-static [2021-06-15T23:19:39.595Z] #37 10.74 + mkdir -p /build [2021-06-15T23:19:39.595Z] #37 10.75 + cp tini-static /build/docker-init [2021-06-15T23:19:39.595Z] #37 DONE 11.4s [2021-06-15T23:19:39.595Z] [2021-06-15T23:19:39.595Z] #50 [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-06-15T23:19:39.595Z] #50 sha256:723812ac4c3eb3017a2916fed7398919d26354190518eb5a17aee69cd899bc13 [2021-06-15T23:19:39.595Z] #50 11.29 go: extracting github.com/subosito/gotenv v1.2.0 [2021-06-15T23:19:39.595Z] #50 11.31 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-15T23:19:39.595Z] #50 ... [2021-06-15T23:19:39.595Z] [2021-06-15T23:19:39.595Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:19:39.595Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:19:39.595Z] #13 4.923 Reading package lists... [2021-06-15T23:19:39.859Z] #13 9.959 Reading package lists... [2021-06-15T23:19:39.859Z] #13 ... [2021-06-15T23:19:39.859Z] [2021-06-15T23:19:39.859Z] #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-06-15T23:19:39.859Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:19:39.859Z] #40 12.60 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-15T23:19:39.859Z] #40 13.94 + 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-06-15T23:19:39.968Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.8s done [2021-06-15T23:19:39.968Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s [2021-06-15T23:19:40.107Z] Client: [2021-06-15T23:19:40.107Z] Context: default [2021-06-15T23:19:40.107Z] Debug Mode: false [2021-06-15T23:19:40.107Z] Plugins: [2021-06-15T23:19:40.107Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-15T23:19:40.107Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-15T23:19:40.107Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-15T23:19:40.107Z] [2021-06-15T23:19:40.107Z] Server: [2021-06-15T23:19:40.107Z] Containers: 0 [2021-06-15T23:19:40.107Z] Running: 0 [2021-06-15T23:19:40.107Z] Paused: 0 [2021-06-15T23:19:40.107Z] Stopped: 0 [2021-06-15T23:19:40.107Z] Images: 0 [2021-06-15T23:19:40.107Z] Server Version: 20.10.6 [2021-06-15T23:19:40.107Z] Storage Driver: overlay2 [2021-06-15T23:19:40.107Z] Backing Filesystem: extfs [2021-06-15T23:19:40.107Z] Supports d_type: true [2021-06-15T23:19:40.107Z] Native Overlay Diff: true [2021-06-15T23:19:40.107Z] userxattr: false [2021-06-15T23:19:40.107Z] Logging Driver: json-file [2021-06-15T23:19:40.107Z] Cgroup Driver: systemd [2021-06-15T23:19:40.107Z] Cgroup Version: 2 [2021-06-15T23:19:40.107Z] Plugins: [2021-06-15T23:19:40.107Z] Volume: local [2021-06-15T23:19:40.107Z] Network: bridge host ipvlan macvlan null overlay [2021-06-15T23:19:40.107Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-15T23:19:40.107Z] Swarm: inactive [2021-06-15T23:19:40.107Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-15T23:19:40.107Z] Default Runtime: runc [2021-06-15T23:19:40.107Z] Init Binary: docker-init [2021-06-15T23:19:40.107Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-15T23:19:40.107Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:19:40.107Z] init version: de40ad0 [2021-06-15T23:19:40.107Z] Security Options: [2021-06-15T23:19:40.107Z] apparmor [2021-06-15T23:19:40.107Z] seccomp [2021-06-15T23:19:40.107Z] Profile: default [2021-06-15T23:19:40.107Z] cgroupns [2021-06-15T23:19:40.107Z] Kernel Version: 5.4.0-1048-aws [2021-06-15T23:19:40.107Z] Operating System: Ubuntu 20.04.2 LTS [2021-06-15T23:19:40.107Z] OSType: linux [2021-06-15T23:19:40.107Z] Architecture: x86_64 [2021-06-15T23:19:40.107Z] CPUs: 2 [2021-06-15T23:19:40.107Z] Total Memory: 7.569GiB [2021-06-15T23:19:40.107Z] Name: ip-10-100-64-47 [2021-06-15T23:19:40.107Z] ID: BPI2:DJ3J:2BX4:S6D2:XUGC:3EVF:YTII:HJPT:TJU6:HPWF:P5M7:CUDP [2021-06-15T23:19:40.107Z] Docker Root Dir: /var/lib/docker [2021-06-15T23:19:40.107Z] Debug Mode: false [2021-06-15T23:19:40.107Z] Registry: https://index.docker.io/v1/ [2021-06-15T23:19:40.107Z] Labels: [2021-06-15T23:19:40.107Z] Experimental: true [2021-06-15T23:19:40.107Z] Insecure Registries: [2021-06-15T23:19:40.107Z] 127.0.0.0/8 [2021-06-15T23:19:40.107Z] Live Restore Enabled: true [2021-06-15T23:19:40.107Z] [2021-06-15T23:19:40.107Z] WARNING: No kernel memory limit support [2021-06-15T23:19:40.107Z] WARNING: No oom kill disable support [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-15T23:19:40.444Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:3eb125769899193cc8f255edf91fde4194625cb2 . [2021-06-15T23:19:40.444Z] #1 [internal] load build definition from Dockerfile [2021-06-15T23:19:40.444Z] #1 sha256:647c39a29421e5596ee6b98443d6b76440a26c0e805c3e5deb959c1fdd7afc71 [2021-06-15T23:19:40.702Z] #1 transferring dockerfile: 16.63kB done [2021-06-15T23:19:40.702Z] #1 DONE 0.3s [2021-06-15T23:19:40.702Z] [2021-06-15T23:19:40.702Z] #2 [internal] load .dockerignore [2021-06-15T23:19:40.702Z] #2 sha256:e2fbd6ae0dfed41ab36f0128ea8892f7f28f835ee984739f8d03c93e96c8d537 [2021-06-15T23:19:40.958Z] #2 transferring context: 87B done [2021-06-15T23:19:40.958Z] #2 DONE 0.2s [2021-06-15T23:19:41.231Z] [2021-06-15T23:19:41.231Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-15T23:19:41.231Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-15T23:19:41.423Z] #23 ... [2021-06-15T23:19:41.423Z] [2021-06-15T23:19:41.423Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:19:41.423Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-15T23:19:41.423Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-15T23:19:41.423Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.3s done [2021-06-15T23:19:41.423Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-15T23:19:41.423Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-15T23:19:41.423Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.7s done [2021-06-15T23:19:41.423Z] #63 DONE 4.3s [2021-06-15T23:19:41.423Z] [2021-06-15T23:19:41.423Z] #23 [internal] load build context [2021-06-15T23:19:41.423Z] #23 sha256:e840e3fa764815c3645212e3113a69c5e6fc61f382b4fdfa196bf83bde954bd2 [2021-06-15T23:19:41.655Z] Client: Docker Engine - Community [2021-06-15T23:19:41.655Z] Version: 20.10.6 [2021-06-15T23:19:41.655Z] API version: 1.41 [2021-06-15T23:19:41.655Z] Go version: go1.13.15 [2021-06-15T23:19:41.655Z] Git commit: 370c289 [2021-06-15T23:19:41.655Z] Built: Fri Apr 9 22:45:59 2021 [2021-06-15T23:19:41.655Z] OS/Arch: linux/arm64 [2021-06-15T23:19:41.655Z] Context: default [2021-06-15T23:19:41.655Z] Experimental: true [2021-06-15T23:19:41.655Z] [2021-06-15T23:19:41.655Z] Server: Docker Engine - Community [2021-06-15T23:19:41.655Z] Engine: [2021-06-15T23:19:41.655Z] Version: 20.10.6 [2021-06-15T23:19:41.655Z] API version: 1.41 (minimum version 1.12) [2021-06-15T23:19:41.655Z] Go version: go1.13.15 [2021-06-15T23:19:41.655Z] Git commit: 8728dd2 [2021-06-15T23:19:41.655Z] Built: Fri Apr 9 22:44:09 2021 [2021-06-15T23:19:41.655Z] OS/Arch: linux/arm64 [2021-06-15T23:19:41.655Z] Experimental: true [2021-06-15T23:19:41.655Z] containerd: [2021-06-15T23:19:41.655Z] Version: 1.4.6 [2021-06-15T23:19:41.655Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-15T23:19:41.655Z] runc: [2021-06-15T23:19:41.655Z] Version: 1.0.0-rc95 [2021-06-15T23:19:41.655Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:19:41.655Z] docker-init: [2021-06-15T23:19:41.655Z] Version: 0.19.0 [2021-06-15T23:19:41.655Z] GitCommit: de40ad0 [2021-06-15T23:19:41.678Z] #23 transferring context: 55.85MB 4.8s done [Pipeline] sh [2021-06-15T23:19:41.994Z] + docker info [2021-06-15T23:19:42.606Z] #3 DONE 1.4s [2021-06-15T23:19:42.606Z] [2021-06-15T23:19:42.606Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-15T23:19:42.606Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-15T23:19:42.606Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 0.0s done [2021-06-15T23:19:42.610Z] #23 DONE 5.9s [2021-06-15T23:19:42.610Z] [2021-06-15T23:19:42.610Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:42.610Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:42.610Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-06-15T23:19:42.610Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-06-15T23:19:42.610Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-06-15T23:19:42.610Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.9s done [2021-06-15T23:19:42.610Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.4s done [2021-06-15T23:19:42.610Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.1s done [2021-06-15T23:19:42.610Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.8s done [2021-06-15T23:19:42.610Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.4s done [2021-06-15T23:19:42.610Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.1s done [2021-06-15T23:19:42.610Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.5s [2021-06-15T23:19:42.610Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.0s done [2021-06-15T23:19:42.862Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-06-15T23:19:42.862Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-06-15T23:19:42.862Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-06-15T23:19:42.862Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0B / 9.64MB 0.2s [2021-06-15T23:19:42.862Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 8.39MB / 9.64MB 0.3s [2021-06-15T23:19:42.867Z] #9 ... [2021-06-15T23:19:42.867Z] [2021-06-15T23:19:42.867Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:19:42.867Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-15T23:19:42.867Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-15T23:19:42.867Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.5s done [2021-06-15T23:19:42.867Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-15T23:19:42.867Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-15T23:19:42.867Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.0s done [2021-06-15T23:19:42.867Z] #65 DONE 5.9s [2021-06-15T23:19:42.867Z] [2021-06-15T23:19:42.867Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:42.867Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:42.867Z] #9 ... [2021-06-15T23:19:42.867Z] [2021-06-15T23:19:42.867Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-15T23:19:42.867Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-15T23:19:42.867Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.0s done [2021-06-15T23:19:42.867Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done [2021-06-15T23:19:42.867Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done [2021-06-15T23:19:42.867Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 1.3s done [2021-06-15T23:19:42.867Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done [2021-06-15T23:19:42.867Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 4.0s [2021-06-15T23:19:43.120Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.5s [2021-06-15T23:19:43.120Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.5s done [2021-06-15T23:19:43.120Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-06-15T23:19:43.193Z] #40 ... [2021-06-15T23:19:43.193Z] [2021-06-15T23:19:43.193Z] #50 [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-06-15T23:19:43.193Z] #50 sha256:723812ac4c3eb3017a2916fed7398919d26354190518eb5a17aee69cd899bc13 [2021-06-15T23:19:43.193Z] #50 11.62 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-15T23:19:43.193Z] #50 11.89 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-15T23:19:43.193Z] #50 11.96 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-15T23:19:43.193Z] #50 12.00 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-15T23:19:43.193Z] #50 12.92 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-15T23:19:43.193Z] #50 14.34 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-15T23:19:43.193Z] #50 14.35 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-15T23:19:43.193Z] #50 14.35 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-15T23:19:43.193Z] #50 14.35 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-15T23:19:43.193Z] #50 14.37 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-15T23:19:43.193Z] #50 14.38 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-15T23:19:43.193Z] #50 14.38 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-15T23:19:43.193Z] #50 14.38 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-15T23:19:43.193Z] #50 14.38 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-15T23:19:43.193Z] #50 14.41 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-15T23:19:43.193Z] #50 14.43 go: downloading github.com/spf13/cast v1.3.0 [2021-06-15T23:19:43.193Z] #50 14.46 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-15T23:19:43.193Z] #50 14.50 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-15T23:19:43.193Z] #50 14.54 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-06-15T23:19:43.193Z] #50 14.71 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-15T23:19:43.193Z] #50 14.71 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-15T23:19:43.193Z] #50 14.71 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-15T23:19:43.193Z] #50 14.74 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-15T23:19:43.193Z] #50 14.75 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-15T23:19:43.193Z] #50 14.76 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-15T23:19:43.193Z] #50 14.78 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-15T23:19:43.193Z] #50 14.78 go: extracting github.com/spf13/cast v1.3.0 [2021-06-15T23:19:43.193Z] #50 14.79 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-06-15T23:19:43.193Z] #50 14.80 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-15T23:19:43.193Z] #50 14.83 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-15T23:19:43.276Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.6s done [2021-06-15T23:19:43.457Z] #50 15.07 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-15T23:19:43.457Z] #50 15.07 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-06-15T23:19:43.457Z] #50 15.08 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-15T23:19:43.457Z] #50 15.11 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-15T23:19:43.457Z] #50 15.12 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-06-15T23:19:43.457Z] #50 15.12 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-15T23:19:43.457Z] #50 15.16 go: extracting github.com/magiconair/properties v1.8.1 [2021-06-15T23:19:43.457Z] #50 15.19 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-06-15T23:19:43.457Z] #50 15.19 go: downloading golang.org/x/text v0.3.2 [2021-06-15T23:19:43.457Z] #50 15.21 go: extracting github.com/gobwas/glob v0.2.3 [2021-06-15T23:19:43.536Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-06-15T23:19:43.682Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-06-15T23:19:43.682Z] #4 DONE 1.0s [2021-06-15T23:19:43.724Z] #50 15.31 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-15T23:19:43.724Z] #50 15.33 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-15T23:19:43.724Z] #50 15.33 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-15T23:19:43.724Z] #50 15.44 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-15T23:19:43.724Z] #50 15.48 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-15T23:19:43.724Z] #50 15.50 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-06-15T23:19:43.797Z] #26 ... [2021-06-15T23:19:43.797Z] [2021-06-15T23:19:43.797Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-15T23:19:43.797Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-15T23:19:43.938Z] [2021-06-15T23:19:43.938Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-15T23:19:43.938Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-15T23:19:43.982Z] #50 15.53 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-15T23:19:43.982Z] #50 15.57 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-15T23:19:43.982Z] #50 15.57 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-15T23:19:43.982Z] #50 15.59 go: extracting github.com/spf13/cobra v0.0.5 [2021-06-15T23:19:43.982Z] #50 15.62 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-06-15T23:19:43.982Z] #50 15.66 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-15T23:19:43.982Z] #50 15.68 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-15T23:19:43.982Z] #50 15.85 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-06-15T23:19:44.241Z] #50 15.86 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-15T23:19:44.241Z] #50 15.87 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-15T23:19:44.241Z] #50 15.90 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-15T23:19:44.241Z] #50 15.97 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-15T23:19:44.360Z] #64 DONE 0.7s [2021-06-15T23:19:44.360Z] [2021-06-15T23:19:44.360Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:44.360Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:44.499Z] #50 16.10 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-15T23:19:44.500Z] #50 16.11 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-06-15T23:19:44.500Z] #50 16.25 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-15T23:19:44.500Z] #50 16.26 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-15T23:19:44.500Z] #50 16.28 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-06-15T23:19:44.500Z] #50 16.29 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-15T23:19:44.758Z] #50 16.39 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-15T23:19:44.758Z] #50 16.51 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-15T23:19:44.758Z] #50 16.51 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-06-15T23:19:44.907Z] #8 DONE 1.2s [2021-06-15T23:19:44.907Z] [2021-06-15T23:19:44.907Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-15T23:19:44.907Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-15T23:19:44.907Z] #7 DONE 1.2s [2021-06-15T23:19:44.907Z] [2021-06-15T23:19:44.907Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-06-15T23:19:44.908Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-15T23:19:44.908Z] #6 DONE 1.2s [2021-06-15T23:19:44.908Z] [2021-06-15T23:19:44.908Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-06-15T23:19:44.908Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-06-15T23:19:44.927Z] #9 ... [2021-06-15T23:19:44.927Z] [2021-06-15T23:19:44.927Z] #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-06-15T23:19:44.927Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-15T23:19:44.927Z] #27 2.341 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:19:44.927Z] #27 2.349 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:19:44.927Z] #27 2.349 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:19:44.927Z] #27 2.519 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:19:44.927Z] #27 2.741 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:19:44.927Z] #27 3.084 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:19:44.927Z] #27 4.619 Fetched 8449 kB in 3s (3332 kB/s) [2021-06-15T23:19:44.927Z] #27 4.619 Reading package lists... [2021-06-15T23:19:44.927Z] #27 5.562 Reading package lists... [2021-06-15T23:19:44.927Z] #27 6.486 Building dependency tree... [2021-06-15T23:19:44.927Z] #27 6.823 The following additional packages will be installed: [2021-06-15T23:19:44.927Z] #27 6.823 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-15T23:19:44.927Z] #27 6.823 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-15T23:19:44.927Z] #27 6.823 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-15T23:19:44.927Z] #27 6.823 Suggested packages: [2021-06-15T23:19:44.927Z] #27 6.823 krb5-doc krb5-user [2021-06-15T23:19:44.927Z] #27 6.823 Recommended packages: [2021-06-15T23:19:44.927Z] #27 6.823 krb5-locales publicsuffix libsasl2-modules [2021-06-15T23:19:44.927Z] #27 7.043 The following NEW packages will be installed: [2021-06-15T23:19:44.927Z] #27 7.043 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-15T23:19:44.927Z] #27 7.043 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-15T23:19:44.927Z] #27 7.044 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-15T23:19:44.927Z] #27 7.044 libssh2-1 libssl1.1 openssl [2021-06-15T23:19:44.927Z] #27 7.324 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-06-15T23:19:44.927Z] #27 7.324 Need to get 5059 kB of archives. [2021-06-15T23:19:44.927Z] #27 7.324 After this operation, 12.1 MB of additional disk space will be used. [2021-06-15T23:19:44.927Z] #27 7.324 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-15T23:19:44.927Z] #27 7.325 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-06-15T23:19:44.927Z] #27 7.334 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-06-15T23:19:44.927Z] #27 7.334 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-06-15T23:19:44.927Z] #27 7.334 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-06-15T23:19:44.927Z] #27 7.335 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-06-15T23:19:44.927Z] #27 7.345 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-06-15T23:19:44.927Z] #27 7.347 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-06-15T23:19:44.927Z] #27 7.355 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-06-15T23:19:44.927Z] #27 7.355 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-15T23:19:44.927Z] #27 7.355 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-06-15T23:19:44.927Z] #27 7.363 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-06-15T23:19:44.927Z] #27 7.370 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-06-15T23:19:44.927Z] #27 7.370 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-06-15T23:19:44.927Z] #27 7.370 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-06-15T23:19:44.927Z] #27 7.372 Get:16 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-15T23:19:44.927Z] #27 7.377 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-06-15T23:19:44.927Z] #27 7.377 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-15T23:19:44.927Z] #27 7.377 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-15T23:19:44.927Z] #27 7.400 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-06-15T23:19:44.927Z] #27 7.400 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-06-15T23:19:44.927Z] #27 7.544 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:19:44.927Z] #27 7.567 Fetched 5059 kB in 0s (15.1 MB/s) [2021-06-15T23:19:44.927Z] #27 7.613 Selecting previously unselected package libssl1.1:amd64. [2021-06-15T23:19:44.927Z] #27 7.613 (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-06-15T23:19:44.927Z] #27 7.613 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-15T23:19:44.927Z] #27 7.622 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-15T23:19:44.927Z] #27 7.847 Selecting previously unselected package openssl. [2021-06-15T23:19:44.927Z] #27 7.847 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-15T23:19:44.927Z] #27 7.850 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-15T23:19:44.927Z] #27 7.992 Selecting previously unselected package ca-certificates. [2021-06-15T23:19:44.927Z] #27 7.992 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-15T23:19:44.927Z] #27 7.997 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-15T23:19:44.927Z] #27 8.072 Selecting previously unselected package libkeyutils1:amd64. [2021-06-15T23:19:44.927Z] #27 8.072 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-06-15T23:19:44.927Z] #27 8.077 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-06-15T23:19:44.927Z] #27 8.121 Selecting previously unselected package libkrb5support0:amd64. [2021-06-15T23:19:44.927Z] #27 8.121 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-06-15T23:19:44.927Z] #27 8.126 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:19:44.927Z] #27 8.174 Selecting previously unselected package libk5crypto3:amd64. [2021-06-15T23:19:44.927Z] #27 8.174 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-06-15T23:19:44.927Z] #27 8.179 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:19:44.927Z] #27 8.236 Selecting previously unselected package libkrb5-3:amd64. [2021-06-15T23:19:44.927Z] #27 8.236 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-06-15T23:19:44.927Z] #27 8.240 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:19:44.927Z] #27 8.331 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-15T23:19:44.927Z] #27 8.333 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-06-15T23:19:44.927Z] #27 8.341 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:19:44.927Z] #27 8.395 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-15T23:19:44.927Z] #27 8.395 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-15T23:19:44.927Z] #27 8.402 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-15T23:19:44.927Z] #27 8.449 Selecting previously unselected package libsasl2-2:amd64. [2021-06-15T23:19:44.927Z] #27 8.449 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-15T23:19:44.927Z] #27 8.453 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-15T23:19:44.927Z] #27 8.500 Selecting previously unselected package libldap-common. [2021-06-15T23:19:44.927Z] #27 8.500 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-15T23:19:44.927Z] #27 8.511 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-15T23:19:44.927Z] #27 8.557 Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-15T23:19:44.927Z] #27 8.557 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-06-15T23:19:44.927Z] #27 8.562 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-15T23:19:44.927Z] #27 8.639 Selecting previously unselected package libnghttp2-14:amd64. [2021-06-15T23:19:44.927Z] #27 8.639 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-06-15T23:19:44.927Z] #27 8.651 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-15T23:19:44.927Z] #27 8.707 Selecting previously unselected package libpsl5:amd64. [2021-06-15T23:19:44.927Z] #27 8.707 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-06-15T23:19:44.927Z] #27 8.711 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-06-15T23:19:44.927Z] #27 8.773 Selecting previously unselected package librtmp1:amd64. [2021-06-15T23:19:44.927Z] #27 8.773 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-06-15T23:19:44.928Z] #27 8.773 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-15T23:19:44.928Z] #27 8.826 Selecting previously unselected package libssh2-1:amd64. [2021-06-15T23:19:44.928Z] #27 8.826 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-06-15T23:19:44.928Z] #27 8.832 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-15T23:19:44.928Z] #27 8.889 Selecting previously unselected package libcurl4:amd64. [2021-06-15T23:19:44.928Z] #27 8.889 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-06-15T23:19:44.928Z] #27 8.893 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-15T23:19:44.928Z] #27 8.990 Selecting previously unselected package curl. [2021-06-15T23:19:44.928Z] #27 8.990 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-06-15T23:19:44.928Z] #27 8.995 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-15T23:19:44.928Z] #27 9.132 Selecting previously unselected package libonig5:amd64. [2021-06-15T23:19:44.928Z] #27 9.132 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-06-15T23:19:44.928Z] #27 9.137 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-15T23:19:44.928Z] #27 9.205 Selecting previously unselected package libjq1:amd64. [2021-06-15T23:19:44.928Z] #27 9.205 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-15T23:19:44.928Z] #27 9.211 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-15T23:19:44.928Z] #27 9.260 Selecting previously unselected package jq. [2021-06-15T23:19:44.928Z] #27 9.260 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-15T23:19:44.928Z] #27 9.264 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-15T23:19:44.928Z] #27 9.312 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-06-15T23:19:44.928Z] #27 9.331 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-06-15T23:19:44.928Z] #27 9.348 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-15T23:19:44.928Z] #27 9.479 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-15T23:19:44.928Z] #27 9.495 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-15T23:19:44.928Z] #27 9.517 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:19:44.928Z] #27 9.531 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-15T23:19:44.928Z] #27 9.545 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-15T23:19:44.928Z] #27 9.560 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:19:44.928Z] #27 9.574 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-15T23:19:44.928Z] #27 9.588 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-15T23:19:44.928Z] #27 9.600 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:19:44.928Z] #27 9.614 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-15T23:19:44.928Z] #27 9.634 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-15T23:19:44.928Z] #27 9.647 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-15T23:19:44.928Z] #27 9.659 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-15T23:19:44.928Z] #27 9.672 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-15T23:19:44.928Z] #27 ... [2021-06-15T23:19:44.928Z] [2021-06-15T23:19:44.928Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:44.928Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:45.018Z] #50 16.65 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-15T23:19:45.018Z] #50 16.73 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-15T23:19:45.018Z] #50 16.85 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-15T23:19:45.167Z] #5 DONE 1.3s [2021-06-15T23:19:45.277Z] #50 17.01 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-06-15T23:19:45.277Z] #50 17.10 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-15T23:19:45.291Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.9s done [2021-06-15T23:19:45.291Z] #9 ... [2021-06-15T23:19:45.291Z] [2021-06-15T23:19:45.291Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-15T23:19:45.291Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-15T23:19:45.291Z] #66 DONE 1.0s [2021-06-15T23:19:45.291Z] [2021-06-15T23:19:45.291Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:45.291Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:45.291Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-06-15T23:19:45.536Z] #50 17.24 go: downloading github.com/fatih/color v1.7.0 [2021-06-15T23:19:45.536Z] #50 17.33 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-15T23:19:45.548Z] #9 ... [2021-06-15T23:19:45.548Z] [2021-06-15T23:19:45.548Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-15T23:19:45.548Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-15T23:19:45.548Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 6.5s done [2021-06-15T23:19:45.548Z] #26 DONE 8.5s [2021-06-15T23:19:45.548Z] [2021-06-15T23:19:45.548Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:45.548Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:45.795Z] #50 17.46 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-15T23:19:45.795Z] #50 17.49 go: extracting github.com/fatih/color v1.7.0 [2021-06-15T23:19:45.795Z] #50 17.52 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-15T23:19:45.795Z] #50 17.56 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-15T23:19:45.795Z] #50 17.63 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-15T23:19:45.804Z] [2021-06-15T23:19:45.804Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:19:45.804Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-15T23:19:45.804Z] #65 DONE 0.0s [2021-06-15T23:19:45.804Z] [2021-06-15T23:19:45.805Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:19:45.805Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-15T23:19:45.805Z] #63 DONE 0.0s [2021-06-15T23:19:45.805Z] [2021-06-15T23:19:45.805Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:45.805Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:45.805Z] #9 DONE 0.0s [2021-06-15T23:19:45.805Z] [2021-06-15T23:19:45.805Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-15T23:19:45.805Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-15T23:19:45.805Z] #26 DONE 0.0s [2021-06-15T23:19:45.805Z] [2021-06-15T23:19:45.805Z] #23 [internal] load build context [2021-06-15T23:19:45.805Z] #23 sha256:1c51ac06d2b4602daf00a9f65b8b0b4f293442f7a358d5b6d3246617762f76fc [2021-06-15T23:19:45.805Z] #23 transferring context: [2021-06-15T23:19:46.055Z] #50 17.64 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-15T23:19:46.055Z] #50 17.69 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-15T23:19:46.055Z] #50 17.70 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-15T23:19:46.055Z] #50 17.70 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-15T23:19:46.055Z] #50 17.77 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-15T23:19:46.055Z] #50 17.77 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-15T23:19:46.111Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done [2021-06-15T23:19:46.111Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-06-15T23:19:46.316Z] #50 18.01 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-15T23:19:46.317Z] #50 18.02 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-15T23:19:46.317Z] #50 18.03 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-15T23:19:46.317Z] #50 18.11 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-15T23:19:46.317Z] #50 18.12 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-15T23:19:46.317Z] #50 18.12 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-06-15T23:19:46.367Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done [2021-06-15T23:19:46.576Z] #50 18.18 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-15T23:19:46.576Z] #50 18.20 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-06-15T23:19:46.576Z] #50 18.22 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-15T23:19:46.576Z] #50 18.23 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-15T23:19:46.576Z] #50 18.23 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-06-15T23:19:46.624Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-06-15T23:19:46.747Z] #23 ... [2021-06-15T23:19:46.747Z] [2021-06-15T23:19:46.747Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-15T23:19:46.747Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-15T23:19:46.747Z] #42 DONE 0.8s [2021-06-15T23:19:46.747Z] [2021-06-15T23:19:46.747Z] #23 [internal] load build context [2021-06-15T23:19:46.747Z] #23 sha256:1c51ac06d2b4602daf00a9f65b8b0b4f293442f7a358d5b6d3246617762f76fc [2021-06-15T23:19:46.747Z] #23 ... [2021-06-15T23:19:46.747Z] [2021-06-15T23:19:46.747Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-15T23:19:46.747Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-15T23:19:46.747Z] #42 DONE 0.0s [2021-06-15T23:19:46.747Z] [2021-06-15T23:19:46.747Z] #23 [internal] load build context [2021-06-15T23:19:46.747Z] #23 sha256:1c51ac06d2b4602daf00a9f65b8b0b4f293442f7a358d5b6d3246617762f76fc [2021-06-15T23:19:46.835Z] #50 18.37 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-15T23:19:46.835Z] #50 18.48 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-15T23:19:46.835Z] #50 18.48 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-06-15T23:19:46.835Z] #50 18.51 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-15T23:19:46.835Z] #50 18.57 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-15T23:19:47.094Z] #50 18.76 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-15T23:19:47.094Z] #50 18.77 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-15T23:19:47.094Z] #50 18.87 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-06-15T23:19:47.094Z] #50 18.88 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-15T23:19:47.362Z] #50 ... [2021-06-15T23:19:47.362Z] [2021-06-15T23:19:47.362Z] #59 [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-06-15T23:19:47.362Z] #59 sha256:2501c20a6629dbcd3f9fde6e1156af537e410183999dda09b33d7bff50bbf697 [2021-06-15T23:19:47.362Z] #59 9.047 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-15T23:19:47.362Z] #59 9.059 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-15T23:19:47.362Z] #59 9.116 go: extracting github.com/gofrs/flock v0.8.0 [2021-06-15T23:19:47.362Z] #59 9.125 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-06-15T23:19:47.362Z] #59 9.170 go: extracting github.com/pkg/errors v0.9.1 [2021-06-15T23:19:47.362Z] #59 9.403 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-15T23:19:47.362Z] #59 9.470 go: downloading github.com/google/uuid v1.2.0 [2021-06-15T23:19:47.362Z] #59 9.858 go: extracting github.com/gorilla/mux v1.8.0 [2021-06-15T23:19:47.362Z] #59 9.873 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-15T23:19:47.362Z] #59 10.04 go: extracting github.com/google/uuid v1.2.0 [2021-06-15T23:19:47.362Z] #59 10.18 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-06-15T23:19:47.362Z] #59 10.75 go: extracting github.com/moby/vpnkit v0.5.0 [2021-06-15T23:19:47.362Z] #59 11.15 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-15T23:19:47.362Z] #59 11.61 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-15T23:19:47.362Z] #59 12.65 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-06-15T23:19:47.362Z] #59 12.86 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-15T23:19:47.362Z] #59 15.19 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-15T23:19:47.362Z] #59 15.41 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-15T23:19:47.362Z] #59 15.41 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-15T23:19:47.362Z] #59 15.81 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-15T23:19:47.362Z] #59 15.90 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-06-15T23:19:47.362Z] #59 16.80 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-06-15T23:19:47.362Z] #59 18.68 go: finding github.com/pkg/errors v0.9.1 [2021-06-15T23:19:47.362Z] #59 18.84 go: finding github.com/sirupsen/logrus v1.8.1 [2021-06-15T23:19:47.362Z] #59 18.87 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-15T23:19:47.362Z] #59 18.98 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-15T23:19:47.362Z] #59 19.17 go: finding github.com/gofrs/flock v0.8.0 [2021-06-15T23:19:47.362Z] #59 19.18 go: finding github.com/google/uuid v1.2.0 [2021-06-15T23:19:47.362Z] #59 ... [2021-06-15T23:19:47.362Z] [2021-06-15T23:19:47.362Z] #50 [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-06-15T23:19:47.362Z] #50 sha256:723812ac4c3eb3017a2916fed7398919d26354190518eb5a17aee69cd899bc13 [2021-06-15T23:19:47.362Z] #50 19.08 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-06-15T23:19:47.362Z] #50 19.16 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-06-15T23:19:47.621Z] #50 19.39 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-15T23:19:47.621Z] #50 19.39 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-06-15T23:19:47.621Z] #50 19.51 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-15T23:19:47.880Z] #50 19.62 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-15T23:19:47.880Z] #50 19.70 go: extracting github.com/kisielk/gotool v1.0.0 [2021-06-15T23:19:48.156Z] #50 19.78 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-15T23:19:48.415Z] #50 19.99 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-15T23:19:48.415Z] #50 20.14 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-15T23:19:48.674Z] #50 20.33 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-15T23:19:48.674Z] #50 20.34 go: extracting github.com/stretchr/objx v0.2.0 [2021-06-15T23:19:48.933Z] #50 20.54 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-15T23:19:48.933Z] #50 20.58 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-06-15T23:19:48.933Z] #50 ... [2021-06-15T23:19:48.933Z] [2021-06-15T23:19:48.933Z] #46 [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-06-15T23:19:48.933Z] #46 sha256:98af85b243fd850cfa43ce32c158b8e7c522e0870c6c8366bcbfc8c71ea95f89 [2021-06-15T23:19:48.933Z] #46 10.49 path/filepath [2021-06-15T23:19:48.933Z] #46 12.36 regexp [2021-06-15T23:19:48.933Z] #46 13.71 flag [2021-06-15T23:19:48.933Z] #46 15.26 go/token [2021-06-15T23:19:48.933Z] #46 15.27 internal/lazyregexp [2021-06-15T23:19:48.933Z] #46 15.62 path [2021-06-15T23:19:48.933Z] #46 15.77 io/ioutil [2021-06-15T23:19:48.933Z] #46 16.08 net/url [2021-06-15T23:19:48.933Z] #46 16.38 go/scanner [2021-06-15T23:19:48.933Z] #46 17.52 text/template/parse [2021-06-15T23:19:48.933Z] #46 17.53 go/ast [2021-06-15T23:19:48.933Z] #46 ... [2021-06-15T23:19:48.933Z] [2021-06-15T23:19:48.933Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:19:48.933Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:19:48.933Z] #44 9.379 Reading package lists... [2021-06-15T23:19:48.933Z] #44 14.37 Building dependency tree... [2021-06-15T23:19:48.933Z] #44 15.78 Reading state information... [2021-06-15T23:19:48.933Z] #44 16.95 The following additional packages will be installed: [2021-06-15T23:19:48.933Z] #44 16.96 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-06-15T23:19:48.933Z] #44 16.96 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-06-15T23:19:48.933Z] #44 16.96 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-15T23:19:48.933Z] #44 16.97 python3.7-minimal [2021-06-15T23:19:48.933Z] #44 16.97 Suggested packages: [2021-06-15T23:19:48.933Z] #44 16.98 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-06-15T23:19:48.933Z] #44 16.98 python3.7-doc binfmt-support [2021-06-15T23:19:48.933Z] #44 17.95 The following NEW packages will be installed: [2021-06-15T23:19:48.933Z] #44 17.95 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-06-15T23:19:48.933Z] #44 17.96 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-06-15T23:19:48.933Z] #44 17.97 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-15T23:19:48.933Z] #44 17.97 python3.7-minimal [2021-06-15T23:19:48.933Z] #44 18.42 0 upgraded, 16 newly installed, 0 to remove and 30 not upgraded. [2021-06-15T23:19:48.933Z] #44 18.42 Need to get 6695 kB of archives. [2021-06-15T23:19:48.933Z] #44 18.42 After this operation, 33.1 MB of additional disk space will be used. [2021-06-15T23:19:48.933Z] #44 18.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-15T23:19:48.933Z] #44 18.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-15T23:19:48.933Z] #44 18.56 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-15T23:19:48.933Z] #44 18.57 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-15T23:19:48.933Z] #44 18.58 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-15T23:19:48.933Z] #44 18.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-15T23:19:48.933Z] #44 18.85 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-15T23:19:48.933Z] #44 18.85 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-15T23:19:48.933Z] #44 18.86 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-06-15T23:19:48.933Z] #44 18.90 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-15T23:19:48.933Z] #44 18.91 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] [2021-06-15T23:19:48.933Z] #44 18.91 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB] [2021-06-15T23:19:48.933Z] #44 18.93 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-15T23:19:48.933Z] #44 18.93 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-15T23:19:48.933Z] #44 18.93 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-15T23:19:48.933Z] #44 20.70 Get:16 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-06-15T23:19:48.933Z] #44 21.90 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:19:48.933Z] #44 22.05 Fetched 6695 kB in 3s (2328 kB/s) [2021-06-15T23:19:48.933Z] #44 22.15 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-15T23:19:48.934Z] #44 22.15 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:19:48.934Z] #44 22.23 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:19:48.934Z] #44 22.24 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:19:48.934Z] #44 22.91 Selecting previously unselected package python3.7-minimal. [2021-06-15T23:19:48.934Z] #44 22.91 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:19:48.934Z] #44 23.23 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:19:49.135Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-06-15T23:19:49.135Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.5s done [2021-06-15T23:19:49.288Z] #23 transferring context: 55.84MB 3.1s done [2021-06-15T23:19:49.288Z] #23 DONE 3.4s [2021-06-15T23:19:49.288Z] [2021-06-15T23:19:49.288Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:49.288Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:49.288Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-06-15T23:19:49.288Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-06-15T23:19:49.288Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-06-15T23:19:49.288Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-06-15T23:19:49.288Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 3.0s done [2021-06-15T23:19:49.288Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.9s done [2021-06-15T23:19:49.288Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.1s done [2021-06-15T23:19:49.288Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.1s [2021-06-15T23:19:49.288Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-06-15T23:19:49.288Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 3.1s [2021-06-15T23:19:49.288Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.21MB / 120.17MB 3.1s [2021-06-15T23:19:49.546Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 10.49MB / 51.83MB 3.2s [2021-06-15T23:19:49.546Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.34MB / 120.17MB 3.2s [2021-06-15T23:19:49.546Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 25.17MB / 51.83MB 3.4s [2021-06-15T23:19:49.546Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 13.63MB / 120.17MB 3.4s [2021-06-15T23:19:49.803Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 35.65MB / 51.83MB 3.5s [2021-06-15T23:19:49.803Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 42.99MB / 51.83MB 3.6s [2021-06-15T23:19:49.803Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 20.97MB / 120.17MB 3.6s [2021-06-15T23:19:49.872Z] #44 24.53 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:19:49.872Z] #44 24.57 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:19:49.872Z] #44 ... [2021-06-15T23:19:49.872Z] [2021-06-15T23:19:49.872Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:19:49.872Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:19:49.872Z] #13 9.959 Reading package lists... [2021-06-15T23:19:49.872Z] #13 15.43 Building dependency tree... [2021-06-15T23:19:49.872Z] #13 16.72 Reading state information... [2021-06-15T23:19:49.872Z] #13 17.94 The following additional packages will be installed: [2021-06-15T23:19:49.872Z] #13 17.95 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-15T23:19:49.872Z] #13 17.95 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-15T23:19:49.872Z] #13 17.95 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-15T23:19:49.872Z] #13 17.96 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-06-15T23:19:49.872Z] #13 17.96 mingw-w64-common mingw-w64-x86-64-dev [2021-06-15T23:19:49.872Z] #13 17.96 Suggested packages: [2021-06-15T23:19:49.872Z] #13 17.96 gcc-8-locales seccomp wine64 [2021-06-15T23:19:49.872Z] #13 19.11 The following NEW packages will be installed: [2021-06-15T23:19:49.872Z] #13 19.12 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-15T23:19:49.872Z] #13 19.12 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-15T23:19:49.872Z] #13 19.12 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-15T23:19:49.872Z] #13 19.12 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-15T23:19:49.872Z] #13 19.12 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-15T23:19:49.872Z] #13 19.12 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-15T23:19:49.872Z] #13 19.13 The following packages will be upgraded: [2021-06-15T23:19:49.872Z] #13 19.13 libseccomp2 libsystemd0 libudev1 [2021-06-15T23:19:49.872Z] #13 19.49 3 upgraded, 25 newly installed, 0 to remove and 28 not upgraded. [2021-06-15T23:19:49.872Z] #13 19.49 Need to get 78.2 MB of archives. [2021-06-15T23:19:49.872Z] #13 19.49 After this operation, 487 MB of additional disk space will be used. [2021-06-15T23:19:49.872Z] #13 19.49 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-15T23:19:49.872Z] #13 19.50 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-06-15T23:19:49.872Z] #13 19.50 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-06-15T23:19:49.872Z] #13 19.54 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-06-15T23:19:49.872Z] #13 19.55 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-06-15T23:19:49.872Z] #13 19.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-06-15T23:19:49.872Z] #13 19.91 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-06-15T23:19:49.872Z] #13 19.92 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-06-15T23:19:49.872Z] #13 19.93 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-15T23:19:49.872Z] #13 19.94 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-15T23:19:49.872Z] #13 20.32 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-06-15T23:19:49.872Z] #13 20.59 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-06-15T23:19:49.872Z] #13 20.60 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-06-15T23:19:49.872Z] #13 23.68 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-06-15T23:19:50.059Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.9s [2021-06-15T23:19:50.059Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 33.55MB / 120.17MB 3.9s [2021-06-15T23:19:50.075Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-06-15T23:19:50.130Z] #13 ... [2021-06-15T23:19:50.130Z] [2021-06-15T23:19:50.130Z] #52 [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-06-15T23:19:50.130Z] #52 sha256:bfdd25b782371ed1450f1b74f46efcc4e5988da4fe99ca0bcf683005beceec89 [2021-06-15T23:19:50.130Z] #52 11.65 + cd /tmp/tmp.nsQHMzuId4/src/github.com/mvdan/sh [2021-06-15T23:19:50.130Z] #52 11.65 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-15T23:19:50.130Z] #52 11.80 + GO111MODULE=on [2021-06-15T23:19:50.130Z] #52 11.80 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-15T23:19:50.130Z] #52 13.10 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-15T23:19:50.130Z] #52 13.16 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-15T23:19:50.130Z] #52 13.17 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-15T23:19:50.130Z] #52 13.40 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-15T23:19:50.130Z] #52 13.42 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-15T23:19:50.130Z] #52 13.98 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-15T23:19:50.130Z] #52 14.43 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-15T23:19:50.130Z] #52 15.30 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-15T23:19:50.130Z] #52 16.12 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-15T23:19:50.130Z] #52 16.22 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-15T23:19:50.130Z] #52 16.29 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-15T23:19:50.130Z] #52 16.34 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-15T23:19:50.130Z] #52 16.99 golang.org/x/sys/unix [2021-06-15T23:19:50.130Z] #52 17.03 encoding/json [2021-06-15T23:19:50.130Z] #52 ... [2021-06-15T23:19:50.130Z] [2021-06-15T23:19:50.130Z] #46 [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-06-15T23:19:50.130Z] #46 sha256:98af85b243fd850cfa43ce32c158b8e7c522e0870c6c8366bcbfc8c71ea95f89 [2021-06-15T23:19:50.130Z] #46 21.74 text/template [2021-06-15T23:19:50.315Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 42.99MB / 120.17MB 4.0s [2021-06-15T23:19:50.315Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 51.38MB / 120.17MB 4.1s [2021-06-15T23:19:50.335Z] #9 ... [2021-06-15T23:19:50.335Z] [2021-06-15T23:19:50.335Z] #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-06-15T23:19:50.335Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-15T23:19:50.335Z] #27 10.26 Updating certificates in /etc/ssl/certs... [2021-06-15T23:19:50.335Z] #27 11.04 137 added, 0 removed; done. [2021-06-15T23:19:50.335Z] #27 11.09 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:19:50.335Z] #27 11.12 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-15T23:19:50.335Z] #27 11.14 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-15T23:19:50.335Z] #27 11.15 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-15T23:19:50.335Z] #27 11.16 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:19:50.335Z] #27 11.19 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-15T23:19:50.335Z] #27 11.19 Updating certificates in /etc/ssl/certs... [2021-06-15T23:19:50.335Z] #27 11.86 0 added, 0 removed; done. [2021-06-15T23:19:50.335Z] #27 11.86 Running hooks in /etc/ca-certificates/update.d... [2021-06-15T23:19:50.335Z] #27 11.86 done. [2021-06-15T23:19:50.335Z] #27 DONE 15.8s [2021-06-15T23:19:50.335Z] [2021-06-15T23:19:50.335Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-15T23:19:50.335Z] #28 sha256:706720a86231492fb28b0921a581ccfbf3d2f48172c3e8cffb8332942d9442dd [2021-06-15T23:19:50.571Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.1s done [2021-06-15T23:19:50.571Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 72.35MB / 120.17MB 4.3s [2021-06-15T23:19:50.571Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.3s [2021-06-15T23:19:50.571Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 80.74MB / 120.17MB 4.5s [2021-06-15T23:19:50.596Z] #28 DONE 0.1s [2021-06-15T23:19:50.596Z] [2021-06-15T23:19:50.596Z] #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-06-15T23:19:50.596Z] #29 sha256:1b8e4f8efc2ed9953acbc32270d5d43e999ffe5ff0d3a546da543c105422a235 [2021-06-15T23:19:50.596Z] #29 ... [2021-06-15T23:19:50.596Z] [2021-06-15T23:19:50.596Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:50.596Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:50.596Z] #9 DONE 24.7s [2021-06-15T23:19:50.698Z] #46 22.19 go/parser [2021-06-15T23:19:50.796Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.2s done [2021-06-15T23:19:50.828Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 89.13MB / 120.17MB 4.5s [2021-06-15T23:19:50.828Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 107.08MB / 120.17MB 4.7s [2021-06-15T23:19:50.857Z] [2021-06-15T23:19:50.857Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-15T23:19:50.857Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-06-15T23:19:51.056Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-06-15T23:19:51.084Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 115.34MB / 120.17MB 4.8s [2021-06-15T23:19:51.341Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 5.1s done [2021-06-15T23:19:51.341Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.1s done [2021-06-15T23:19:51.428Z] #10 DONE 0.9s [2021-06-15T23:19:51.428Z] [2021-06-15T23:19:51.428Z] #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-06-15T23:19:51.428Z] #29 sha256:1b8e4f8efc2ed9953acbc32270d5d43e999ffe5ff0d3a546da543c105422a235 [2021-06-15T23:19:51.689Z] #29 1.174 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-15T23:19:51.689Z] #29 1.290 [2021-06-15T23:19:52.215Z] #29 1.411 #### 6.7% ############# 19.4% ################# 24.1% [2021-06-15T23:19:52.215Z] #29 ... [2021-06-15T23:19:52.215Z] [2021-06-15T23:19:52.215Z] #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-06-15T23:19:52.215Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-06-15T23:19:52.215Z] #11 DONE 0.8s [2021-06-15T23:19:52.215Z] [2021-06-15T23:19:52.215Z] #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-06-15T23:19:52.215Z] #29 sha256:1b8e4f8efc2ed9953acbc32270d5d43e999ffe5ff0d3a546da543c105422a235 [2021-06-15T23:19:52.476Z] #29 1.411 #### 6.7% ############# 19.4% ################# 24.1% ############################## 42.0% [2021-06-15T23:19:52.476Z] #29 ... [2021-06-15T23:19:52.476Z] [2021-06-15T23:19:52.476Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-15T23:19:52.476Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-06-15T23:19:52.476Z] #39 DONE 0.2s [2021-06-15T23:19:52.742Z] [2021-06-15T23:19:52.742Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-15T23:19:52.742Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-06-15T23:19:52.742Z] #31 DONE 0.4s [2021-06-15T23:19:52.742Z] [2021-06-15T23:19:52.742Z] #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-06-15T23:19:52.742Z] #29 sha256:1b8e4f8efc2ed9953acbc32270d5d43e999ffe5ff0d3a546da543c105422a235 [2021-06-15T23:19:52.742Z] #29 1.411 #### 6.7% ############# 19.4% ################# 24.1% ############################## 42.0% ############################################# 62.8% [2021-06-15T23:19:52.742Z] #29 ... [2021-06-15T23:19:52.742Z] [2021-06-15T23:19:52.742Z] #43 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-06-15T23:19:52.742Z] #43 sha256:c7c4cb3e3d3f47a4ea920d843693274cc417140c28a241f9e22ca5d3704d889a [2021-06-15T23:19:52.742Z] #43 DONE 0.5s [2021-06-15T23:19:52.742Z] [2021-06-15T23:19:52.743Z] #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-06-15T23:19:52.743Z] #29 sha256:1b8e4f8efc2ed9953acbc32270d5d43e999ffe5ff0d3a546da543c105422a235 [2021-06-15T23:19:53.007Z] #29 1.411 #### 6.7% ############# 19.4% ################# 24.1% ############################## 42.0% ############################################# 62.8% ################################################## 69.8% ################################################################## 92.2% ######################################################################## 100.0% [2021-06-15T23:19:53.007Z] #29 2.501 [2021-06-15T23:19:53.270Z] #29 2.692 0.2% #################### 29.0% ######################################################################## 100.0% [2021-06-15T23:19:53.276Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.1s done [2021-06-15T23:19:53.537Z] #29 3.002 [2021-06-15T23:19:53.537Z] #29 3.136 ######################### 35.5% ######################################################################## 100.0% [2021-06-15T23:19:53.799Z] #29 3.294 [2021-06-15T23:19:53.987Z] #46 25.38 log [2021-06-15T23:19:54.246Z] #46 26.00 encoding/xml [2021-06-15T23:19:54.248Z] Client: [2021-06-15T23:19:54.248Z] Context: default [2021-06-15T23:19:54.248Z] Debug Mode: false [2021-06-15T23:19:54.248Z] Plugins: [2021-06-15T23:19:54.248Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-15T23:19:54.248Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-15T23:19:54.248Z] [2021-06-15T23:19:54.248Z] Server: [2021-06-15T23:19:54.248Z] Containers: 0 [2021-06-15T23:19:54.248Z] Running: 0 [2021-06-15T23:19:54.248Z] Paused: 0 [2021-06-15T23:19:54.248Z] Stopped: 0 [2021-06-15T23:19:54.248Z] Images: 0 [2021-06-15T23:19:54.248Z] Server Version: 20.10.6 [2021-06-15T23:19:54.248Z] Storage Driver: overlay2 [2021-06-15T23:19:54.248Z] Backing Filesystem: extfs [2021-06-15T23:19:54.248Z] Supports d_type: true [2021-06-15T23:19:54.248Z] Native Overlay Diff: true [2021-06-15T23:19:54.248Z] userxattr: false [2021-06-15T23:19:54.248Z] Logging Driver: json-file [2021-06-15T23:19:54.248Z] Cgroup Driver: cgroupfs [2021-06-15T23:19:54.248Z] Cgroup Version: 1 [2021-06-15T23:19:54.248Z] Plugins: [2021-06-15T23:19:54.248Z] Volume: local [2021-06-15T23:19:54.248Z] Network: bridge host ipvlan macvlan null overlay [2021-06-15T23:19:54.248Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-15T23:19:54.248Z] Swarm: inactive [2021-06-15T23:19:54.248Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-15T23:19:54.248Z] Default Runtime: runc [2021-06-15T23:19:54.248Z] Init Binary: docker-init [2021-06-15T23:19:54.248Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-15T23:19:54.248Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:19:54.248Z] init version: de40ad0 [2021-06-15T23:19:54.248Z] Security Options: [2021-06-15T23:19:54.248Z] apparmor [2021-06-15T23:19:54.248Z] seccomp [2021-06-15T23:19:54.248Z] Profile: default [2021-06-15T23:19:54.248Z] Kernel Version: 5.4.0-1048-aws [2021-06-15T23:19:54.248Z] Operating System: Ubuntu 20.04.2 LTS [2021-06-15T23:19:54.248Z] OSType: linux [2021-06-15T23:19:54.248Z] Architecture: aarch64 [2021-06-15T23:19:54.248Z] CPUs: 4 [2021-06-15T23:19:54.248Z] Total Memory: 7.494GiB [2021-06-15T23:19:54.248Z] Name: ip-10-100-32-60 [2021-06-15T23:19:54.248Z] ID: MGZL:OOTV:SN5F:X6EL:EAFI:KBFD:Y3ES:GQ7F:YIFA:P3HD:KTGV:V6GG [2021-06-15T23:19:54.248Z] Docker Root Dir: /var/lib/docker [2021-06-15T23:19:54.248Z] Debug Mode: false [2021-06-15T23:19:54.248Z] Registry: https://index.docker.io/v1/ [2021-06-15T23:19:54.248Z] Labels: [2021-06-15T23:19:54.248Z] Experimental: true [2021-06-15T23:19:54.248Z] Insecure Registries: [2021-06-15T23:19:54.248Z] 127.0.0.0/8 [2021-06-15T23:19:54.248Z] Live Restore Enabled: true [2021-06-15T23:19:54.248Z] [2021-06-15T23:19:54.248Z] WARNING: No swap limit support [Pipeline] sh [2021-06-15T23:19:54.333Z] #9 ... [2021-06-15T23:19:54.333Z] [2021-06-15T23:19:54.333Z] #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-06-15T23:19:54.333Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-15T23:19:54.333Z] #27 1.104 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:19:54.333Z] #27 1.104 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:19:54.333Z] #27 1.116 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:19:54.333Z] #27 1.267 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:19:54.333Z] #27 1.443 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:19:54.333Z] #27 1.707 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:19:54.333Z] #27 3.327 Fetched 8449 kB in 2s (3407 kB/s) [2021-06-15T23:19:54.333Z] #27 3.327 Reading package lists... [2021-06-15T23:19:54.333Z] #27 4.211 Reading package lists... [2021-06-15T23:19:54.333Z] #27 5.095 Building dependency tree... [2021-06-15T23:19:54.333Z] #27 5.403 The following additional packages will be installed: [2021-06-15T23:19:54.333Z] #27 5.403 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-15T23:19:54.333Z] #27 5.403 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-15T23:19:54.333Z] #27 5.403 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-15T23:19:54.333Z] #27 5.403 Suggested packages: [2021-06-15T23:19:54.333Z] #27 5.403 krb5-doc krb5-user [2021-06-15T23:19:54.333Z] #27 5.403 Recommended packages: [2021-06-15T23:19:54.333Z] #27 5.403 krb5-locales publicsuffix libsasl2-modules [2021-06-15T23:19:54.333Z] #27 5.602 The following NEW packages will be installed: [2021-06-15T23:19:54.333Z] #27 5.603 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-15T23:19:54.333Z] #27 5.603 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-15T23:19:54.333Z] #27 5.604 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-15T23:19:54.333Z] #27 5.604 libssh2-1 libssl1.1 openssl [2021-06-15T23:19:54.333Z] #27 5.890 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-06-15T23:19:54.333Z] #27 5.890 Need to get 5059 kB of archives. [2021-06-15T23:19:54.333Z] #27 5.890 After this operation, 12.1 MB of additional disk space will be used. [2021-06-15T23:19:54.333Z] #27 5.890 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-15T23:19:54.333Z] #27 5.890 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-06-15T23:19:54.333Z] #27 5.902 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-06-15T23:19:54.333Z] #27 5.902 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-06-15T23:19:54.333Z] #27 5.902 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-06-15T23:19:54.333Z] #27 5.902 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-06-15T23:19:54.333Z] #27 5.924 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-06-15T23:19:54.333Z] #27 5.929 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-06-15T23:19:54.333Z] #27 5.931 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-06-15T23:19:54.333Z] #27 5.935 Get:10 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-06-15T23:19:54.333Z] #27 5.940 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-15T23:19:54.333Z] #27 5.951 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-06-15T23:19:54.333Z] #27 5.955 Get:13 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-06-15T23:19:54.333Z] #27 5.957 Get:14 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-06-15T23:19:54.333Z] #27 5.959 Get:15 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-06-15T23:19:54.333Z] #27 5.963 Get:16 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-06-15T23:19:54.333Z] #27 5.964 Get:17 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-06-15T23:19:54.333Z] #27 5.966 Get:18 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-15T23:19:54.333Z] #27 5.968 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-06-15T23:19:54.333Z] #27 5.975 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-15T23:19:54.333Z] #27 5.978 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-15T23:19:54.333Z] #27 6.184 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:19:54.333Z] #27 6.206 Fetched 5059 kB in 0s (14.4 MB/s) [2021-06-15T23:19:54.333Z] #27 6.253 Selecting previously unselected package libssl1.1:amd64. [2021-06-15T23:19:54.333Z] #27 6.253 (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-06-15T23:19:54.333Z] #27 6.253 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 6.261 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-15T23:19:54.333Z] #27 6.466 Selecting previously unselected package openssl. [2021-06-15T23:19:54.333Z] #27 6.466 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 6.470 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-15T23:19:54.333Z] #27 6.613 Selecting previously unselected package ca-certificates. [2021-06-15T23:19:54.333Z] #27 6.613 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-15T23:19:54.333Z] #27 6.620 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-15T23:19:54.333Z] #27 6.709 Selecting previously unselected package libkeyutils1:amd64. [2021-06-15T23:19:54.333Z] #27 6.709 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 6.713 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-06-15T23:19:54.333Z] #27 6.747 Selecting previously unselected package libkrb5support0:amd64. [2021-06-15T23:19:54.333Z] #27 6.748 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 6.757 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:19:54.333Z] #27 6.802 Selecting previously unselected package libk5crypto3:amd64. [2021-06-15T23:19:54.333Z] #27 6.802 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 6.808 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:19:54.333Z] #27 6.869 Selecting previously unselected package libkrb5-3:amd64. [2021-06-15T23:19:54.333Z] #27 6.869 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 6.874 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:19:54.333Z] #27 6.954 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-15T23:19:54.333Z] #27 6.954 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 6.965 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:19:54.333Z] #27 7.007 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-15T23:19:54.333Z] #27 7.008 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 7.012 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-15T23:19:54.333Z] #27 7.057 Selecting previously unselected package libsasl2-2:amd64. [2021-06-15T23:19:54.333Z] #27 7.057 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 7.063 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-15T23:19:54.333Z] #27 7.118 Selecting previously unselected package libldap-common. [2021-06-15T23:19:54.333Z] #27 7.118 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-15T23:19:54.333Z] #27 7.123 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-15T23:19:54.333Z] #27 7.185 Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-15T23:19:54.333Z] #27 7.185 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 7.191 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-15T23:19:54.333Z] #27 7.261 Selecting previously unselected package libnghttp2-14:amd64. [2021-06-15T23:19:54.333Z] #27 7.261 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 7.267 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-15T23:19:54.333Z] #27 7.314 Selecting previously unselected package libpsl5:amd64. [2021-06-15T23:19:54.333Z] #27 7.314 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 7.320 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-06-15T23:19:54.333Z] #27 7.367 Selecting previously unselected package librtmp1:amd64. [2021-06-15T23:19:54.333Z] #27 7.367 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 7.368 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-15T23:19:54.333Z] #27 7.416 Selecting previously unselected package libssh2-1:amd64. [2021-06-15T23:19:54.333Z] #27 7.416 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 7.423 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-15T23:19:54.333Z] #27 7.475 Selecting previously unselected package libcurl4:amd64. [2021-06-15T23:19:54.333Z] #27 7.475 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 7.481 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-15T23:19:54.333Z] #27 7.551 Selecting previously unselected package curl. [2021-06-15T23:19:54.333Z] #27 7.552 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 7.556 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-15T23:19:54.333Z] #27 7.636 Selecting previously unselected package libonig5:amd64. [2021-06-15T23:19:54.333Z] #27 7.636 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 7.643 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-15T23:19:54.333Z] #27 7.732 Selecting previously unselected package libjq1:amd64. [2021-06-15T23:19:54.333Z] #27 7.732 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 7.738 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-15T23:19:54.333Z] #27 7.782 Selecting previously unselected package jq. [2021-06-15T23:19:54.333Z] #27 7.782 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-15T23:19:54.333Z] #27 7.787 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-15T23:19:54.333Z] #27 7.831 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-06-15T23:19:54.333Z] #27 7.846 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-06-15T23:19:54.333Z] #27 7.858 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-15T23:19:54.333Z] #27 7.996 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-15T23:19:54.333Z] #27 8.012 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-15T23:19:54.333Z] #27 8.027 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:19:54.333Z] #27 8.038 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-15T23:19:54.333Z] #27 8.051 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-15T23:19:54.333Z] #27 8.063 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:19:54.333Z] #27 8.075 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-15T23:19:54.333Z] #27 8.088 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-15T23:19:54.333Z] #27 8.102 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:19:54.333Z] #27 8.114 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-15T23:19:54.333Z] #27 8.131 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-15T23:19:54.333Z] #27 8.141 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-15T23:19:54.333Z] #27 8.152 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-15T23:19:54.333Z] #27 8.163 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-15T23:19:54.333Z] #27 8.772 Updating certificates in /etc/ssl/certs... [2021-06-15T23:19:54.333Z] #27 ... [2021-06-15T23:19:54.333Z] [2021-06-15T23:19:54.333Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:54.333Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:54.505Z] #46 26.22 go/doc [2021-06-15T23:19:54.544Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-15T23:19:54.544Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-15T23:19:54.544Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42473/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-15T23:19:54.544Z] + bash /home/ubuntu/workspace/moby_PR-42473/check-config.sh [2021-06-15T23:19:54.544Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-15T23:19:54.544Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-15T23:19:54.544Z] [2021-06-15T23:19:54.544Z] Generally Necessary: [2021-06-15T23:19:54.544Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-15T23:19:54.544Z] - apparmor: enabled and tools installed [2021-06-15T23:19:54.544Z] - CONFIG_NAMESPACES: enabled [2021-06-15T23:19:54.544Z] - CONFIG_NET_NS: enabled [2021-06-15T23:19:54.544Z] - CONFIG_PID_NS: enabled [2021-06-15T23:19:54.544Z] - CONFIG_IPC_NS: enabled [2021-06-15T23:19:54.544Z] - CONFIG_UTS_NS: enabled [2021-06-15T23:19:54.544Z] - CONFIG_CGROUPS: enabled [2021-06-15T23:19:54.544Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-15T23:19:54.544Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-15T23:19:54.544Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-15T23:19:54.544Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-15T23:19:54.544Z] - CONFIG_CPUSETS: enabled [2021-06-15T23:19:54.544Z] - CONFIG_MEMCG: enabled [2021-06-15T23:19:54.544Z] - CONFIG_KEYS: enabled [2021-06-15T23:19:54.544Z] - CONFIG_VETH: enabled (as module) [2021-06-15T23:19:54.544Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-15T23:19:54.595Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.3s done [2021-06-15T23:19:54.595Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-06-15T23:19:54.597Z] #29 3.467 ###### 8.4% ################# 24.7% ################### 26.7% ########################### 38.8% ######################################## 55.9% ################################################### 71.9% ######################################################################## 100.0% [2021-06-15T23:19:54.597Z] #29 4.159 [2021-06-15T23:19:54.646Z] #9 ... [2021-06-15T23:19:54.646Z] [2021-06-15T23:19:54.646Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-15T23:19:54.646Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-15T23:19:54.646Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.0s done [2021-06-15T23:19:54.646Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done [2021-06-15T23:19:54.646Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done [2021-06-15T23:19:54.646Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done [2021-06-15T23:19:54.646Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 1.8s done [2021-06-15T23:19:54.646Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 5.7s done [2021-06-15T23:19:54.646Z] #26 DONE 8.6s [2021-06-15T23:19:54.646Z] [2021-06-15T23:19:54.646Z] #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-06-15T23:19:54.646Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-15T23:19:54.646Z] #27 ... [2021-06-15T23:19:54.646Z] [2021-06-15T23:19:54.646Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:19:54.646Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-15T23:19:54.646Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-06-15T23:19:54.646Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-15T23:19:54.646Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-15T23:19:54.646Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-15T23:19:54.646Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 7.3s done [2021-06-15T23:19:54.646Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.1s done [2021-06-15T23:19:54.646Z] #63 DONE 8.8s [2021-06-15T23:19:54.807Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-15T23:19:54.807Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-15T23:19:54.807Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-15T23:19:54.807Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-15T23:19:54.807Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-15T23:19:54.807Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-15T23:19:54.807Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-15T23:19:54.807Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-15T23:19:54.807Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-15T23:19:54.807Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-15T23:19:54.807Z] [2021-06-15T23:19:54.807Z] Optional Features: [2021-06-15T23:19:54.807Z] - CONFIG_USER_NS: enabled [2021-06-15T23:19:54.807Z] - CONFIG_SECCOMP: enabled [2021-06-15T23:19:54.807Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-15T23:19:54.807Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-15T23:19:54.807Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-15T23:19:54.807Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-15T23:19:54.807Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-15T23:19:54.807Z] - CONFIG_BLK_CGROUP: enabled [2021-06-15T23:19:54.807Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-15T23:19:54.807Z] - CONFIG_CGROUP_PERF: enabled [2021-06-15T23:19:54.807Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-15T23:19:54.903Z] [2021-06-15T23:19:54.903Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:54.903Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:54.903Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.6s [2021-06-15T23:19:55.070Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-15T23:19:55.070Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-15T23:19:55.070Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-15T23:19:55.070Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-15T23:19:55.070Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-15T23:19:55.070Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-15T23:19:55.070Z] - CONFIG_IP_VS: enabled (as module) [2021-06-15T23:19:55.070Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-15T23:19:55.070Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-15T23:19:55.070Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-15T23:19:55.070Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-15T23:19:55.070Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-15T23:19:55.070Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-15T23:19:55.070Z] - CONFIG_EXT4_FS: enabled [2021-06-15T23:19:55.070Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-15T23:19:55.070Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-15T23:19:55.070Z] - Network Drivers: [2021-06-15T23:19:55.070Z] - "overlay": [2021-06-15T23:19:55.070Z] - CONFIG_VXLAN: enabled (as module) [2021-06-15T23:19:55.070Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-15T23:19:55.070Z] Optional (for encrypted networks): [2021-06-15T23:19:55.161Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.9s done [2021-06-15T23:19:55.332Z] - CONFIG_CRYPTO: enabled [2021-06-15T23:19:55.332Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-15T23:19:55.332Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-15T23:19:55.332Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-15T23:19:55.332Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-15T23:19:55.332Z] - CONFIG_XFRM: enabled [2021-06-15T23:19:55.332Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-15T23:19:55.332Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-15T23:19:55.332Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-15T23:19:55.332Z] - "ipvlan": [2021-06-15T23:19:55.332Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-15T23:19:55.332Z] - "macvlan": [2021-06-15T23:19:55.332Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-15T23:19:55.332Z] - CONFIG_DUMMY: enabled (as module) [2021-06-15T23:19:55.332Z] - "ftp,tftp client in container": [2021-06-15T23:19:55.332Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-15T23:19:55.333Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-15T23:19:55.333Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-15T23:19:55.333Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-15T23:19:55.333Z] - Storage Drivers: [2021-06-15T23:19:55.333Z] - "aufs": [2021-06-15T23:19:55.333Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-15T23:19:55.333Z] - "btrfs": [2021-06-15T23:19:55.333Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-15T23:19:55.333Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-15T23:19:55.333Z] - "devicemapper": [2021-06-15T23:19:55.333Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-15T23:19:55.333Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-15T23:19:55.333Z] - "overlay": [2021-06-15T23:19:55.333Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-15T23:19:55.333Z] - "zfs": [2021-06-15T23:19:55.333Z] - /dev/zfs: present [2021-06-15T23:19:55.333Z] - zfs command: missing [2021-06-15T23:19:55.333Z] - zpool command: missing [2021-06-15T23:19:55.333Z] [2021-06-15T23:19:55.333Z] Limits: [2021-06-15T23:19:55.333Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-15T23:19:55.333Z] [2021-06-15T23:19:55.333Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-15T23:19:55.441Z] #46 ... [2021-06-15T23:19:55.441Z] [2021-06-15T23:19:55.441Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:19:55.441Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:19:55.441Z] #13 25.57 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-15T23:19:55.441Z] #13 25.58 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-15T23:19:55.441Z] #13 25.58 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-15T23:19:55.441Z] #13 25.58 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-15T23:19:55.441Z] #13 25.58 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-06-15T23:19:55.441Z] #13 25.58 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-15T23:19:55.441Z] #13 25.58 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-15T23:19:55.441Z] #13 25.62 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-15T23:19:55.441Z] #13 25.63 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-15T23:19:55.441Z] #13 25.66 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-15T23:19:55.441Z] #13 25.66 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-15T23:19:55.441Z] #13 25.70 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-15T23:19:55.441Z] #13 25.71 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-06-15T23:19:55.441Z] #13 25.71 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-15T23:19:55.441Z] #13 26.72 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:19:55.441Z] #13 26.87 Fetched 78.2 MB in 7s (12.0 MB/s) [2021-06-15T23:19:55.441Z] #13 26.96 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:19:55.441Z] #13 27.03 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-06-15T23:19:55.441Z] #13 27.06 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-15T23:19:55.441Z] #13 27.31 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-06-15T23:19:55.441Z] #13 27.45 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:19:55.441Z] #13 27.54 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-15T23:19:55.441Z] #13 27.56 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-15T23:19:55.441Z] #13 27.73 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-15T23:19:55.441Z] #13 27.88 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:19:55.441Z] #13 27.99 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-06-15T23:19:55.441Z] #13 28.03 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-15T23:19:55.441Z] #13 28.24 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-06-15T23:19:55.442Z] #13 28.38 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-15T23:19:55.442Z] #13 28.38 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:19:55.442Z] #13 28.41 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-15T23:19:55.442Z] #13 28.42 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-15T23:19:55.442Z] #13 30.43 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-15T23:19:55.442Z] #13 30.43 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-15T23:19:55.442Z] #13 30.44 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-15T23:19:55.674Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3eb125769899193cc8f255edf91fde4194625cb2 . [2021-06-15T23:19:55.937Z] #1 [internal] load build definition from Dockerfile [2021-06-15T23:19:55.937Z] #1 sha256:70f5b5a4906d960cec2df362f71f44430eb93099ad382a478965d03fa9738e48 [2021-06-15T23:19:55.937Z] #1 transferring dockerfile: [2021-06-15T23:19:56.009Z] #13 ... [2021-06-15T23:19:56.009Z] [2021-06-15T23:19:56.009Z] #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-06-15T23:19:56.009Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-15T23:19:56.009Z] #32 31.25 Checking out files: 92% (1403/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-06-15T23:19:56.009Z] #32 31.46 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-15T23:19:56.097Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-06-15T23:19:56.097Z] #9 ... [2021-06-15T23:19:56.097Z] [2021-06-15T23:19:56.097Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:19:56.097Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-15T23:19:56.097Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-15T23:19:56.097Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-15T23:19:56.097Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-15T23:19:56.097Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-15T23:19:56.097Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 7.8s done [2021-06-15T23:19:56.097Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.3s done [2021-06-15T23:19:56.097Z] #65 DONE 10.2s [2021-06-15T23:19:56.097Z] [2021-06-15T23:19:56.097Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:56.097Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:56.200Z] #1 transferring dockerfile: 16.63kB done [2021-06-15T23:19:56.200Z] #1 DONE 0.1s [2021-06-15T23:19:56.200Z] [2021-06-15T23:19:56.200Z] #2 [internal] load .dockerignore [2021-06-15T23:19:56.200Z] #2 sha256:9445df1a3b51f7bd9f3ec4059e7603baa362af006889729b411903dd01395a83 [2021-06-15T23:19:56.464Z] #2 transferring context: 87B done [2021-06-15T23:19:56.464Z] #2 DONE 0.1s [2021-06-15T23:19:56.464Z] [2021-06-15T23:19:56.464Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-15T23:19:56.464Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2021-06-15T23:19:56.659Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.8s done [2021-06-15T23:19:56.960Z] #29 4.287 ## 3.3% ###### 9.4% ########## 14.8% ############## 20.0% ################## 25.3% ##################### 30.5% ######################## 33.6% ############################# 40.8% ################################# 46.7% ##################################### 51.9% ######################################### 57.1% ############################################ 62.3% ################################################ 67.6% #################################################### 72.8% ######################################################## 78.1% ########################################################## 81.1% ########################################################### 82.3% ############################################################ 83.5% ############################################################### 87.6% ################################################################### 94.4% ######################################################################## 100.0% [2021-06-15T23:19:57.226Z] #29 6.643 [2021-06-15T23:19:57.226Z] #29 ... [2021-06-15T23:19:57.226Z] [2021-06-15T23:19:57.226Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-06-15T23:19:57.226Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-06-15T23:19:57.226Z] #12 DONE 5.0s [2021-06-15T23:19:57.386Z] #32 32.37 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-15T23:19:57.386Z] #32 ... [2021-06-15T23:19:57.386Z] [2021-06-15T23:19:57.386Z] #59 [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-06-15T23:19:57.386Z] #59 sha256:2501c20a6629dbcd3f9fde6e1156af537e410183999dda09b33d7bff50bbf697 [2021-06-15T23:19:57.386Z] #59 19.20 go: finding github.com/gorilla/mux v1.8.0 [2021-06-15T23:19:57.386Z] #59 19.22 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-15T23:19:57.386Z] #59 19.25 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-15T23:19:57.386Z] #59 19.26 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-06-15T23:19:57.386Z] #59 19.27 go: finding github.com/moby/vpnkit v0.5.0 [2021-06-15T23:19:57.386Z] #59 19.30 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-06-15T23:19:57.386Z] #59 19.31 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-06-15T23:19:57.386Z] #59 19.48 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-15T23:19:57.386Z] #59 19.68 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-06-15T23:19:57.487Z] [2021-06-15T23:19:57.487Z] #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-06-15T23:19:57.487Z] #29 sha256:1b8e4f8efc2ed9953acbc32270d5d43e999ffe5ff0d3a546da543c105422a235 [2021-06-15T23:19:57.487Z] #29 6.950 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-15T23:19:57.487Z] #29 7.069 [2021-06-15T23:19:57.487Z] #29 7.136 ######################################################################## 100.0% [2021-06-15T23:19:57.487Z] #29 7.168 [2021-06-15T23:19:57.645Z] #59 ... [2021-06-15T23:19:57.645Z] [2021-06-15T23:19:57.645Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:19:57.645Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:19:57.645Z] #13 32.54 Selecting previously unselected package binutils-mingw-w64. [2021-06-15T23:19:57.645Z] #13 32.54 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-15T23:19:57.645Z] #13 32.56 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-15T23:19:57.645Z] #13 32.69 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-15T23:19:57.645Z] #13 32.69 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-15T23:19:57.645Z] #13 32.70 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-15T23:19:57.645Z] #13 32.88 Selecting previously unselected package dmsetup. [2021-06-15T23:19:57.645Z] #13 32.88 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-15T23:19:57.645Z] #13 32.90 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-15T23:19:57.904Z] #13 33.06 Selecting previously unselected package mingw-w64-common. [2021-06-15T23:19:57.904Z] #13 33.06 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-15T23:19:57.904Z] #13 33.07 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-15T23:19:58.028Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-06-15T23:19:58.058Z] #29 7.554 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-15T23:19:58.319Z] #29 7.904 [2021-06-15T23:19:58.487Z] #3 DONE 1.8s [2021-06-15T23:19:58.487Z] [2021-06-15T23:19:58.487Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-15T23:19:58.487Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2021-06-15T23:19:58.487Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 0.1s done [2021-06-15T23:19:58.591Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s done [2021-06-15T23:19:58.749Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-06-15T23:19:58.749Z] #4 sha256:fedac250e13a5a3b8fcd0c6f42857dd78f31052801662f20fc895fd7993eb28a 528B / 528B done [2021-06-15T23:19:58.749Z] #4 sha256:d9b7b6a9d13deb44598f3c9a244fe9e3b10f85457aa34d4e499afaff6a85c631 1.21kB / 1.21kB done [2021-06-15T23:19:58.749Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0B / 9.01MB 0.3s [2021-06-15T23:19:58.772Z] #9 ... [2021-06-15T23:19:58.772Z] [2021-06-15T23:19:58.772Z] #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-06-15T23:19:58.772Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-15T23:19:58.772Z] #27 9.610 137 added, 0 removed; done. [2021-06-15T23:19:58.772Z] #27 9.674 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:19:58.772Z] #27 9.697 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-15T23:19:58.772Z] #27 9.718 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-15T23:19:58.772Z] #27 9.732 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-15T23:19:58.772Z] #27 9.756 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:19:58.772Z] #27 9.778 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-15T23:19:58.772Z] #27 9.787 Updating certificates in /etc/ssl/certs... [2021-06-15T23:19:58.772Z] #27 10.44 0 added, 0 removed; done. [2021-06-15T23:19:58.772Z] #27 10.44 Running hooks in /etc/ca-certificates/update.d... [2021-06-15T23:19:58.772Z] #27 10.44 done. [2021-06-15T23:19:58.772Z] #27 DONE 12.7s [2021-06-15T23:19:58.772Z] [2021-06-15T23:19:58.772Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:58.772Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:58.772Z] #9 ... [2021-06-15T23:19:58.772Z] [2021-06-15T23:19:58.772Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-15T23:19:58.772Z] #28 sha256:a5b19a394cb4e4c8f6094a73ae2923fddfe6107cdcf731ff0b1f660b786cc8ef [2021-06-15T23:19:58.772Z] #28 DONE 0.6s [2021-06-15T23:19:58.772Z] [2021-06-15T23:19:58.772Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:19:58.772Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:19:58.841Z] #29 8.123 0.6% ####################################################### 77.5% ######################################################################## 100.0% [2021-06-15T23:19:58.841Z] #29 8.516 [2021-06-15T23:19:58.849Z] #9 ... [2021-06-15T23:19:58.849Z] [2021-06-15T23:19:58.849Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-15T23:19:58.849Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-15T23:19:58.849Z] #64 DONE 1.1s [2021-06-15T23:19:59.012Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 8.39MB / 9.01MB 0.5s [2021-06-15T23:19:59.106Z] [2021-06-15T23:19:59.106Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-15T23:19:59.106Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-15T23:19:59.276Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.7s [2021-06-15T23:19:59.276Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.8s done [2021-06-15T23:19:59.276Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.1s [2021-06-15T23:19:59.539Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.2s done [2021-06-15T23:19:59.700Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.0s [2021-06-15T23:20:00.034Z] #66 DONE 1.1s [2021-06-15T23:20:00.034Z] [2021-06-15T23:20:00.034Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:20:00.034Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:20:00.034Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.9s [2021-06-15T23:20:00.113Z] #4 DONE 1.6s [2021-06-15T23:20:00.113Z] [2021-06-15T23:20:00.113Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-15T23:20:00.113Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-15T23:20:00.232Z] #29 9.690 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-15T23:20:00.263Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.5s done [2021-06-15T23:20:00.263Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-06-15T23:20:00.437Z] #13 ... [2021-06-15T23:20:00.437Z] [2021-06-15T23:20:00.437Z] #52 [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-06-15T23:20:00.437Z] #52 sha256:bfdd25b782371ed1450f1b74f46efcc4e5988da4fe99ca0bcf683005beceec89 [2021-06-15T23:20:00.437Z] #52 21.96 github.com/pkg/diff [2021-06-15T23:20:00.437Z] #52 23.30 mvdan.cc/editorconfig [2021-06-15T23:20:00.437Z] #52 24.45 mvdan.cc/sh/v3/fileutil [2021-06-15T23:20:00.437Z] #52 24.61 golang.org/x/crypto/ssh/terminal [2021-06-15T23:20:00.437Z] #52 24.69 text/tabwriter [2021-06-15T23:20:00.437Z] #52 25.32 mvdan.cc/sh/v3/syntax [2021-06-15T23:20:00.437Z] #52 31.73 mvdan.cc/sh/v3/cmd/shfmt [2021-06-15T23:20:00.437Z] #52 ... [2021-06-15T23:20:00.437Z] [2021-06-15T23:20:00.437Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:00.437Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:00.437Z] #44 27.48 Selecting previously unselected package python3-minimal. [2021-06-15T23:20:00.437Z] #44 27.48 (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 ... 15650 files and directories currently installed.) [2021-06-15T23:20:00.437Z] #44 27.55 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-15T23:20:00.437Z] #44 27.57 Unpacking python3-minimal (3.7.3-1) ... [2021-06-15T23:20:00.437Z] #44 27.70 Selecting previously unselected package libmpdec2:amd64. [2021-06-15T23:20:00.437Z] #44 27.70 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-15T23:20:00.437Z] #44 27.71 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-15T23:20:00.437Z] #44 27.85 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-15T23:20:00.437Z] #44 27.86 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:20:00.437Z] #44 27.89 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:20:00.437Z] #44 29.13 Selecting previously unselected package python3.7. [2021-06-15T23:20:00.437Z] #44 29.15 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:20:00.437Z] #44 29.16 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:20:00.437Z] #44 29.32 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-15T23:20:00.437Z] #44 29.34 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-15T23:20:00.437Z] #44 29.34 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-15T23:20:00.437Z] #44 29.45 Setting up python3-minimal (3.7.3-1) ... [2021-06-15T23:20:00.437Z] #44 30.73 Selecting previously unselected package python3. [2021-06-15T23:20:00.437Z] #44 30.73 (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 ... 16062 files and directories currently installed.) [2021-06-15T23:20:00.437Z] #44 30.79 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ... [2021-06-15T23:20:00.437Z] #44 30.80 Unpacking python3 (3.7.3-1) ... [2021-06-15T23:20:00.437Z] #44 30.94 Selecting previously unselected package libprotobuf17:amd64. [2021-06-15T23:20:00.437Z] #44 30.94 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-06-15T23:20:00.437Z] #44 30.95 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-15T23:20:00.437Z] #44 31.57 Selecting previously unselected package python3-pkg-resources. [2021-06-15T23:20:00.437Z] #44 31.57 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-15T23:20:00.437Z] #44 31.57 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:20:00.437Z] #44 31.73 Selecting previously unselected package python3-six. [2021-06-15T23:20:00.437Z] #44 31.75 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-06-15T23:20:00.437Z] #44 31.79 Unpacking python3-six (1.12.0-1) ... [2021-06-15T23:20:00.437Z] #44 31.89 Selecting previously unselected package python3-protobuf. [2021-06-15T23:20:00.437Z] #44 31.91 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ... [2021-06-15T23:20:00.437Z] #44 31.93 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-06-15T23:20:00.437Z] #44 32.33 Selecting previously unselected package libnet1:amd64. [2021-06-15T23:20:00.438Z] #44 32.34 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-15T23:20:00.438Z] #44 32.34 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:20:00.438Z] #44 32.46 Selecting previously unselected package libnl-3-200:amd64. [2021-06-15T23:20:00.438Z] #44 32.47 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-15T23:20:00.438Z] #44 32.48 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-15T23:20:00.438Z] #44 32.60 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-15T23:20:00.438Z] #44 32.60 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-15T23:20:00.438Z] #44 32.61 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-15T23:20:00.438Z] #44 32.71 Selecting previously unselected package criu. [2021-06-15T23:20:00.438Z] #44 32.71 Preparing to unpack .../8-criu_3.15-1_amd64.deb ... [2021-06-15T23:20:00.438Z] #44 32.72 Unpacking criu (3.15-1) ... [2021-06-15T23:20:00.438Z] #44 33.39 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:20:00.438Z] #44 33.42 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-15T23:20:00.438Z] #44 33.43 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-15T23:20:00.438Z] #44 33.45 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-15T23:20:00.438Z] #44 33.48 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-15T23:20:00.438Z] #44 33.49 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:20:00.438Z] #44 33.52 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-15T23:20:00.438Z] #44 33.55 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:20:00.519Z] #9 DONE 23.8s [2021-06-15T23:20:00.519Z] [2021-06-15T23:20:00.519Z] #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-06-15T23:20:00.519Z] #29 sha256:2cd13cf36dee6a365aeb61de33bafdf5b1df68ccac47a98e07f8b4e9bffa8b6e [2021-06-15T23:20:00.519Z] #29 1.009 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-15T23:20:00.519Z] #29 1.103 [2021-06-15T23:20:00.519Z] #29 1.219 ########### 15.6% ######################### 36.1% ######################################## 55.8% ###################################################### 75.8% #################################################################### 95.4% ######################################################################## 100.0% [2021-06-15T23:20:00.519Z] #29 1.843 [2021-06-15T23:20:00.519Z] #29 1.953 ######################################################################## 100.0% [2021-06-15T23:20:00.538Z] #29 10.21 [2021-06-15T23:20:00.776Z] #29 2.032 [2021-06-15T23:20:01.005Z] #44 ... [2021-06-15T23:20:01.005Z] [2021-06-15T23:20:01.005Z] #50 [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-06-15T23:20:01.005Z] #50 sha256:723812ac4c3eb3017a2916fed7398919d26354190518eb5a17aee69cd899bc13 [2021-06-15T23:20:01.005Z] #50 22.70 go: extracting github.com/gogo/protobuf v1.2.1 [2021-06-15T23:20:01.005Z] #50 23.69 go: extracting golang.org/x/text v0.3.2 [2021-06-15T23:20:01.005Z] #50 27.49 go: finding github.com/fatih/color v1.7.0 [2021-06-15T23:20:01.005Z] #50 27.59 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-15T23:20:01.005Z] #50 27.61 go: finding github.com/mattn/go-colorable v0.1.4 [2021-06-15T23:20:01.005Z] #50 27.63 go: finding github.com/mattn/go-isatty v0.0.8 [2021-06-15T23:20:01.005Z] #50 27.71 go: finding github.com/go-critic/go-critic v0.4.1 [2021-06-15T23:20:01.005Z] #50 27.71 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-15T23:20:01.005Z] #50 27.72 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-06-15T23:20:01.005Z] #50 27.74 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-15T23:20:01.005Z] #50 27.76 go: finding github.com/pkg/errors v0.8.1 [2021-06-15T23:20:01.005Z] #50 27.78 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-06-15T23:20:01.005Z] #50 27.80 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-06-15T23:20:01.005Z] #50 27.80 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-06-15T23:20:01.005Z] #50 27.81 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-06-15T23:20:01.005Z] #50 27.83 go: finding github.com/sirupsen/logrus v1.4.2 [2021-06-15T23:20:01.005Z] #50 27.83 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-06-15T23:20:01.005Z] #50 27.84 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-06-15T23:20:01.005Z] #50 27.85 go: finding github.com/spf13/viper v1.6.1 [2021-06-15T23:20:01.005Z] #50 27.86 go: finding github.com/stretchr/testify v1.4.0 [2021-06-15T23:20:01.005Z] #50 27.86 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-06-15T23:20:01.005Z] #50 27.89 go: finding github.com/davecgh/go-spew v1.1.1 [2021-06-15T23:20:01.005Z] #50 27.94 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-06-15T23:20:01.005Z] #50 28.00 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-06-15T23:20:01.005Z] #50 28.00 go: finding github.com/stretchr/objx v0.2.0 [2021-06-15T23:20:01.005Z] #50 28.02 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-15T23:20:01.005Z] #50 28.04 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-06-15T23:20:01.005Z] #50 28.05 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-15T23:20:01.005Z] #50 28.07 go: finding github.com/spf13/cobra v0.0.5 [2021-06-15T23:20:01.005Z] #50 28.07 go: finding github.com/gobwas/glob v0.2.3 [2021-06-15T23:20:01.005Z] #50 28.09 go: finding github.com/spf13/pflag v1.0.5 [2021-06-15T23:20:01.005Z] #50 28.10 go: finding github.com/hashicorp/hcl v1.0.0 [2021-06-15T23:20:01.005Z] #50 28.10 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-06-15T23:20:01.006Z] #50 28.12 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-15T23:20:01.006Z] #50 28.16 go: finding github.com/magiconair/properties v1.8.1 [2021-06-15T23:20:01.006Z] #50 28.16 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-06-15T23:20:01.006Z] #50 28.25 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-15T23:20:01.006Z] #50 28.25 go: finding github.com/pelletier/go-toml v1.2.0 [2021-06-15T23:20:01.006Z] #50 28.32 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-15T23:20:01.006Z] #50 28.32 go: finding github.com/spf13/afero v1.1.2 [2021-06-15T23:20:01.006Z] #50 28.36 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-15T23:20:01.006Z] #50 28.39 go: finding github.com/spf13/cast v1.3.0 [2021-06-15T23:20:01.006Z] #50 28.39 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-15T23:20:01.006Z] #50 28.40 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-06-15T23:20:01.006Z] #50 28.42 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-15T23:20:01.006Z] #50 28.43 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-15T23:20:01.006Z] #50 28.45 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-15T23:20:01.006Z] #50 28.50 go: finding github.com/subosito/gotenv v1.2.0 [2021-06-15T23:20:01.006Z] #50 28.55 go: finding gopkg.in/ini.v1 v1.51.0 [2021-06-15T23:20:01.006Z] #50 28.62 go: finding golang.org/x/text v0.3.2 [2021-06-15T23:20:01.006Z] #50 28.69 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-15T23:20:01.006Z] #50 28.69 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-15T23:20:01.006Z] #50 28.71 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-15T23:20:01.006Z] #50 28.73 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-15T23:20:01.006Z] #50 28.74 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-15T23:20:01.006Z] #50 28.77 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-15T23:20:01.006Z] #50 28.77 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-15T23:20:01.006Z] #50 28.78 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-15T23:20:01.006Z] #50 28.79 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-15T23:20:01.006Z] #50 28.79 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-15T23:20:01.006Z] #50 28.81 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-15T23:20:01.006Z] #50 28.85 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-06-15T23:20:01.006Z] #50 28.87 go: finding github.com/kisielk/gotool v1.0.0 [2021-06-15T23:20:01.006Z] #50 28.88 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-15T23:20:01.006Z] #50 28.89 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-15T23:20:01.006Z] #50 28.97 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-15T23:20:01.006Z] #50 29.02 go: finding github.com/ultraware/funlen v0.0.2 [2021-06-15T23:20:01.006Z] #50 29.03 go: finding github.com/ultraware/whitespace v0.0.4 [2021-06-15T23:20:01.006Z] #50 29.05 go: finding github.com/gogo/protobuf v1.2.1 [2021-06-15T23:20:01.006Z] #50 29.06 go: finding github.com/uudashr/gocognit v1.0.1 [2021-06-15T23:20:01.006Z] #50 29.07 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-15T23:20:01.006Z] #50 29.17 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-15T23:20:01.006Z] #50 29.21 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-15T23:20:01.006Z] #50 29.22 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-15T23:20:01.006Z] #50 29.24 go: finding github.com/BurntSushi/toml v0.3.1 [2021-06-15T23:20:01.006Z] #50 29.26 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-15T23:20:01.034Z] #29 2.154 ################################################################## 92.8% ######################################################################## 100.0% [2021-06-15T23:20:01.034Z] #29 2.259 [2021-06-15T23:20:01.059Z] #8 ... [2021-06-15T23:20:01.059Z] [2021-06-15T23:20:01.059Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-15T23:20:01.059Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-15T23:20:01.059Z] #7 DONE 0.7s [2021-06-15T23:20:01.059Z] [2021-06-15T23:20:01.059Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-06-15T23:20:01.059Z] #5 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-06-15T23:20:01.059Z] #5 DONE 0.8s [2021-06-15T23:20:01.059Z] [2021-06-15T23:20:01.059Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-15T23:20:01.059Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-15T23:20:01.059Z] #8 DONE 0.8s [2021-06-15T23:20:01.059Z] [2021-06-15T23:20:01.059Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-06-15T23:20:01.059Z] #6 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-06-15T23:20:01.059Z] #6 DONE 0.8s [2021-06-15T23:20:01.547Z] #29 2.372 ############ 17.5% ########################## 36.9% ######################################## 56.1% ###################################################### 75.3% #################################################################### 94.7% ######################################################################## 100.0% [2021-06-15T23:20:01.547Z] #29 2.868 [2021-06-15T23:20:01.971Z] #50 ... [2021-06-15T23:20:01.971Z] [2021-06-15T23:20:01.971Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:01.971Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:01.971Z] #13 37.39 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-15T23:20:02.005Z] [2021-06-15T23:20:02.005Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:20:02.005Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-15T23:20:02.005Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-06-15T23:20:02.005Z] #9 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2021-06-15T23:20:02.005Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-06-15T23:20:02.005Z] #9 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2021-06-15T23:20:02.069Z] #29 2.985 # 1.5% ####### 10.0% ########## [2021-06-15T23:20:02.069Z] #29 ... [2021-06-15T23:20:02.069Z] [2021-06-15T23:20:02.069Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-15T23:20:02.069Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-06-15T23:20:02.069Z] #10 DONE 1.3s [2021-06-15T23:20:02.069Z] [2021-06-15T23:20:02.069Z] #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-06-15T23:20:02.069Z] #29 sha256:2cd13cf36dee6a365aeb61de33bafdf5b1df68ccac47a98e07f8b4e9bffa8b6e [2021-06-15T23:20:02.164Z] #29 10.42 #=#=# ##O#- # #### 6.0% ####### 11.0% ############## 19.7% #################### 28.9% ######################### 35.2% ############################## 41.8% ################################# 47.0% ##################################### 52.7% ########################################## 59.3% ################################################## 70.0% [2021-06-15T23:20:02.164Z] #29 ... [2021-06-15T23:20:02.164Z] [2021-06-15T23:20:02.164Z] #48 [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-06-15T23:20:02.164Z] #48 sha256:3cea563de873f9b7194b6f091cb3c4166cfb065ca8044fd9c15e66e9f6b78db0 [2021-06-15T23:20:02.164Z] #48 6.118 + RM_GOPATH=0 [2021-06-15T23:20:02.164Z] #48 6.118 + TMP_GOPATH= [2021-06-15T23:20:02.164Z] #48 6.118 + : /build [2021-06-15T23:20:02.164Z] #48 6.118 + '[' -z '' ']' [2021-06-15T23:20:02.164Z] #48 6.118 ++ mktemp -d [2021-06-15T23:20:02.164Z] #48 6.118 + export GOPATH=/tmp/tmp.KGvs3NrSUa [2021-06-15T23:20:02.164Z] #48 6.118 + GOPATH=/tmp/tmp.KGvs3NrSUa [2021-06-15T23:20:02.164Z] #48 6.118 + RM_GOPATH=1 [2021-06-15T23:20:02.164Z] #48 6.118 + case "$(go env GOARCH)" in [2021-06-15T23:20:02.164Z] #48 6.118 ++ go env GOARCH [2021-06-15T23:20:02.164Z] #48 6.141 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:02.164Z] #48 6.141 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:02.164Z] #48 6.157 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:02.164Z] #48 6.157 + dir=/tmp/install [2021-06-15T23:20:02.164Z] #48 6.157 + bin=gotestsum [2021-06-15T23:20:02.164Z] #48 6.157 + shift [2021-06-15T23:20:02.164Z] #48 6.157 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-15T23:20:02.164Z] #48 6.157 + . /tmp/install/gotestsum.installer [2021-06-15T23:20:02.164Z] #48 6.157 ++ : v0.5.3 [2021-06-15T23:20:02.164Z] #48 6.157 + install_gotestsum [2021-06-15T23:20:02.164Z] #48 6.191 + set -e [2021-06-15T23:20:02.164Z] #48 6.191 + export GO111MODULE=on [2021-06-15T23:20:02.164Z] #48 6.191 + GO111MODULE=on [2021-06-15T23:20:02.164Z] #48 6.191 + GOBIN=/build [2021-06-15T23:20:02.164Z] #48 6.191 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-15T23:20:02.164Z] #48 6.195 go: finding gotest.tools/gotestsum v0.5.3 [2021-06-15T23:20:02.164Z] #48 6.196 go: finding gotest.tools v0.5.3 [2021-06-15T23:20:02.164Z] #48 7.228 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-15T23:20:02.164Z] #48 7.906 go: extracting gotest.tools/gotestsum v0.5.3 [2021-06-15T23:20:02.164Z] #48 8.881 go: downloading github.com/pkg/errors v0.9.1 [2021-06-15T23:20:02.164Z] #48 8.900 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:20:02.164Z] #48 8.928 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:20:02.164Z] #48 8.933 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:20:02.164Z] #48 8.993 go: downloading github.com/fatih/color v1.9.0 [2021-06-15T23:20:02.164Z] #48 9.160 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:20:02.164Z] #48 9.278 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-15T23:20:02.164Z] #48 9.480 go: extracting github.com/pkg/errors v0.9.1 [2021-06-15T23:20:02.164Z] #48 9.538 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:20:02.164Z] #48 9.540 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:20:02.164Z] #48 9.658 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:20:02.164Z] #48 9.661 go: extracting github.com/fatih/color v1.9.0 [2021-06-15T23:20:02.164Z] #48 9.663 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:20:02.164Z] #48 9.664 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:20:02.231Z] #13 37.39 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-15T23:20:02.231Z] #13 37.44 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-15T23:20:02.270Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0B / 49.18MB 0.1s [2021-06-15T23:20:02.270Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0B / 9.98MB 0.1s [2021-06-15T23:20:02.270Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0B / 7.68MB 0.1s [2021-06-15T23:20:02.270Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.15MB / 49.18MB 0.3s [2021-06-15T23:20:02.436Z] #48 ... [2021-06-15T23:20:02.436Z] [2021-06-15T23:20:02.436Z] #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-06-15T23:20:02.436Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:20:02.436Z] #36 6.883 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:02.436Z] #36 6.975 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:02.436Z] #36 7.080 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:02.436Z] #36 8.207 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:20:02.436Z] #36 ... [2021-06-15T23:20:02.436Z] [2021-06-15T23:20:02.436Z] #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-06-15T23:20:02.436Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:20:02.436Z] #40 6.387 + git clone https://github.com/docker/distribution.git . [2021-06-15T23:20:02.436Z] #40 6.389 Cloning into '.'... [2021-06-15T23:20:02.549Z] #9 ... [2021-06-15T23:20:02.549Z] [2021-06-15T23:20:02.549Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-15T23:20:02.549Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-15T23:20:02.549Z] #42 DONE 0.0s [2021-06-15T23:20:02.549Z] [2021-06-15T23:20:02.549Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:20:02.549Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-15T23:20:02.549Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 13.63MB / 49.18MB 0.4s [2021-06-15T23:20:02.549Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 2.10MB / 7.68MB 0.4s [2021-06-15T23:20:02.549Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 17.83MB / 49.18MB 0.5s [2021-06-15T23:20:02.549Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 6.29MB / 9.98MB 0.5s [2021-06-15T23:20:02.549Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.5s [2021-06-15T23:20:02.697Z] #40 ... [2021-06-15T23:20:02.697Z] [2021-06-15T23:20:02.697Z] #50 [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-06-15T23:20:02.697Z] #50 sha256:c6047757b91b158ef0656a4f5c05ab50633ea7c2aaa6adc16ce9f8e5fb73c702 [2021-06-15T23:20:02.697Z] #50 5.978 + RM_GOPATH=0 [2021-06-15T23:20:02.697Z] #50 5.978 + TMP_GOPATH= [2021-06-15T23:20:02.697Z] #50 5.978 + : /build [2021-06-15T23:20:02.697Z] #50 5.978 + '[' -z '' ']' [2021-06-15T23:20:02.697Z] #50 5.978 ++ mktemp -d [2021-06-15T23:20:02.697Z] #50 5.979 + export GOPATH=/tmp/tmp.mOAPnzMeqj [2021-06-15T23:20:02.697Z] #50 5.979 + GOPATH=/tmp/tmp.mOAPnzMeqj [2021-06-15T23:20:02.697Z] #50 5.979 + RM_GOPATH=1 [2021-06-15T23:20:02.697Z] #50 5.979 + case "$(go env GOARCH)" in [2021-06-15T23:20:02.697Z] #50 5.979 ++ go env GOARCH [2021-06-15T23:20:02.697Z] #50 5.992 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:02.697Z] #50 5.992 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:02.697Z] #50 5.993 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:02.697Z] #50 5.996 + dir=/tmp/install [2021-06-15T23:20:02.697Z] #50 5.996 + bin=golangci_lint [2021-06-15T23:20:02.697Z] #50 5.996 + shift [2021-06-15T23:20:02.697Z] #50 5.996 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-15T23:20:02.697Z] #50 5.996 + . /tmp/install/golangci_lint.installer [2021-06-15T23:20:02.697Z] #50 5.996 ++ : v1.23.8 [2021-06-15T23:20:02.697Z] #50 5.996 + install_golangci_lint [2021-06-15T23:20:02.697Z] #50 5.996 + set -e [2021-06-15T23:20:02.697Z] #50 5.996 + export GO111MODULE=on [2021-06-15T23:20:02.697Z] #50 5.996 + GO111MODULE=on [2021-06-15T23:20:02.697Z] #50 5.996 + GOBIN=/build [2021-06-15T23:20:02.697Z] #50 5.996 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-15T23:20:02.697Z] #50 6.050 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-06-15T23:20:02.697Z] #50 6.050 go: finding github.com v1.23.8 [2021-06-15T23:20:02.697Z] #50 6.050 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-06-15T23:20:02.697Z] #50 6.050 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-06-15T23:20:02.697Z] #50 6.050 go: finding github.com/golangci v1.23.8 [2021-06-15T23:20:02.697Z] #50 7.219 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-15T23:20:02.697Z] #50 8.126 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-06-15T23:20:02.697Z] #50 ... [2021-06-15T23:20:02.697Z] [2021-06-15T23:20:02.697Z] #56 [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-06-15T23:20:02.697Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:20:02.697Z] #56 7.371 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:02.697Z] #56 7.454 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:02.697Z] #56 7.462 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:02.697Z] #56 8.498 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:20:02.697Z] #56 ... [2021-06-15T23:20:02.697Z] [2021-06-15T23:20:02.697Z] #46 [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-06-15T23:20:02.697Z] #46 sha256:84122ad086a5fad57995806e429fd7c61ce5dc2cf05314b837e02911c6d103d7 [2021-06-15T23:20:02.697Z] #46 6.747 + RM_GOPATH=0 [2021-06-15T23:20:02.697Z] #46 6.747 + TMP_GOPATH= [2021-06-15T23:20:02.697Z] #46 6.747 + : /build [2021-06-15T23:20:02.697Z] #46 6.747 + '[' -z '' ']' [2021-06-15T23:20:02.697Z] #46 6.750 ++ mktemp -d [2021-06-15T23:20:02.697Z] #46 6.758 + export GOPATH=/tmp/tmp.CYy2LIFdxo [2021-06-15T23:20:02.697Z] #46 6.758 + GOPATH=/tmp/tmp.CYy2LIFdxo [2021-06-15T23:20:02.697Z] #46 6.758 + RM_GOPATH=1 [2021-06-15T23:20:02.697Z] #46 6.758 + case "$(go env GOARCH)" in [2021-06-15T23:20:02.697Z] #46 6.758 ++ go env GOARCH [2021-06-15T23:20:02.697Z] #46 6.782 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:02.697Z] #46 6.782 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:02.697Z] #46 6.782 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:02.697Z] #46 6.793 + dir=/tmp/install [2021-06-15T23:20:02.697Z] #46 6.793 + bin=vndr [2021-06-15T23:20:02.697Z] #46 6.793 + shift [2021-06-15T23:20:02.697Z] #46 6.793 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-15T23:20:02.697Z] #46 6.793 + . /tmp/install/vndr.installer [2021-06-15T23:20:02.697Z] #46 6.793 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-15T23:20:02.697Z] #46 6.793 + install_vndr [2021-06-15T23:20:02.697Z] #46 6.793 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-15T23:20:02.697Z] #46 6.793 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-15T23:20:02.697Z] #46 6.795 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.CYy2LIFdxo/src/github.com/LK4D4/vndr [2021-06-15T23:20:02.697Z] #46 6.806 Cloning into '/tmp/tmp.CYy2LIFdxo/src/github.com/LK4D4/vndr'... [2021-06-15T23:20:02.697Z] #46 7.641 + cd /tmp/tmp.CYy2LIFdxo/src/github.com/LK4D4/vndr [2021-06-15T23:20:02.697Z] #46 7.642 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-15T23:20:02.697Z] #46 7.659 + go build -buildmode=pie -v -o /build/vndr . [2021-06-15T23:20:02.697Z] #46 9.413 runtime/internal/atomic [2021-06-15T23:20:02.697Z] #46 9.479 internal/cpu [2021-06-15T23:20:02.698Z] #46 9.858 runtime/internal/sys [2021-06-15T23:20:02.698Z] #46 10.11 internal/bytealg [2021-06-15T23:20:02.698Z] #46 10.23 runtime/internal/math [2021-06-15T23:20:02.698Z] #46 10.38 internal/race [2021-06-15T23:20:02.698Z] #46 10.50 sync/atomic [2021-06-15T23:20:02.819Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 29.36MB / 49.18MB 0.6s [2021-06-15T23:20:02.819Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 0.6s [2021-06-15T23:20:02.819Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 32.51MB / 49.18MB 0.7s [2021-06-15T23:20:02.958Z] #46 ... [2021-06-15T23:20:02.958Z] [2021-06-15T23:20:02.958Z] #34 [tomll 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/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-15T23:20:02.958Z] #34 sha256:b123c86a5114fb65d61d6df73482c89a60ceef5dd5d9fdafc2621a0e5c676c9e [2021-06-15T23:20:02.958Z] #34 6.758 Install go-toml version v1.8.1 [2021-06-15T23:20:02.958Z] #34 6.862 go: finding github.com v1.8.1 [2021-06-15T23:20:02.958Z] #34 6.862 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-06-15T23:20:02.958Z] #34 6.882 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-06-15T23:20:02.958Z] #34 6.882 go: finding github.com/pelletier/go-toml v1.8.1 [2021-06-15T23:20:02.958Z] #34 6.882 go: finding github.com/pelletier v1.8.1 [2021-06-15T23:20:02.958Z] #34 7.860 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-15T23:20:02.958Z] #34 8.303 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-06-15T23:20:02.958Z] #34 ... [2021-06-15T23:20:02.958Z] [2021-06-15T23:20:02.958Z] #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-06-15T23:20:02.958Z] #24 sha256:8d6a38e3e31cf17e42eaa72d7cb6565d98c0427ee5c14dd49bbf62ee3e11570d [2021-06-15T23:20:02.958Z] #24 5.571 + RM_GOPATH=0 [2021-06-15T23:20:02.958Z] #24 5.571 + TMP_GOPATH= [2021-06-15T23:20:02.958Z] #24 5.571 + : /build [2021-06-15T23:20:02.958Z] #24 5.571 + '[' -z '' ']' [2021-06-15T23:20:02.958Z] #24 5.571 ++ mktemp -d [2021-06-15T23:20:02.958Z] #24 5.571 + export GOPATH=/tmp/tmp.U9FUUaG6CG [2021-06-15T23:20:02.958Z] #24 5.571 + GOPATH=/tmp/tmp.U9FUUaG6CG [2021-06-15T23:20:02.958Z] #24 5.571 + RM_GOPATH=1 [2021-06-15T23:20:02.958Z] #24 5.571 + case "$(go env GOARCH)" in [2021-06-15T23:20:02.958Z] #24 5.571 ++ go env GOARCH [2021-06-15T23:20:02.958Z] #24 5.578 Install docker/cli version 17.06.2-ce from stable [2021-06-15T23:20:02.958Z] #24 5.578 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:02.958Z] #24 5.578 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:02.958Z] #24 5.578 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:02.958Z] #24 5.578 + dir=/tmp/install [2021-06-15T23:20:02.958Z] #24 5.578 + bin=dockercli [2021-06-15T23:20:02.958Z] #24 5.578 + shift [2021-06-15T23:20:02.958Z] #24 5.578 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-15T23:20:02.958Z] #24 5.578 + . /tmp/install/dockercli.installer [2021-06-15T23:20:02.958Z] #24 5.578 ++ : stable [2021-06-15T23:20:02.958Z] #24 5.578 ++ : 17.06.2-ce [2021-06-15T23:20:02.958Z] #24 5.578 + install_dockercli [2021-06-15T23:20:02.958Z] #24 5.578 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-15T23:20:02.958Z] #24 5.578 ++ uname -m [2021-06-15T23:20:02.959Z] #24 5.578 + arch=x86_64 [2021-06-15T23:20:02.959Z] #24 5.578 + '[' x86_64 '!=' x86_64 ']' [2021-06-15T23:20:02.959Z] #24 5.578 + url=https://download.docker.com/linux/static [2021-06-15T23:20:02.959Z] #24 5.578 + tar -xz docker/docker [2021-06-15T23:20:02.959Z] #24 5.578 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-15T23:20:03.108Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 42.99MB / 49.18MB 0.8s [2021-06-15T23:20:03.108Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.8s done [2021-06-15T23:20:03.108Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 1.0s [2021-06-15T23:20:03.108Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 5.24MB / 52.16MB 1.0s [2021-06-15T23:20:03.125Z] #29 2.985 # 1.5% ####### 10.0% ########## 15.2% ############## 20.3% ################## 25.1% ##################### 29.4% ###################### 31.9% ############################# 40.5% ################################## 47.6% ################################### 49.1% ########################################### 60.1% ############################################ 61.5% [2021-06-15T23:20:03.125Z] #29 ... [2021-06-15T23:20:03.125Z] [2021-06-15T23:20:03.125Z] #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-06-15T23:20:03.125Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-06-15T23:20:03.125Z] #11 DONE 1.2s [2021-06-15T23:20:03.125Z] [2021-06-15T23:20:03.125Z] #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-06-15T23:20:03.125Z] #29 sha256:2cd13cf36dee6a365aeb61de33bafdf5b1df68ccac47a98e07f8b4e9bffa8b6e [2021-06-15T23:20:03.219Z] #24 ... [2021-06-15T23:20:03.219Z] [2021-06-15T23:20:03.219Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:03.219Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:03.220Z] #44 7.261 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:03.220Z] #44 7.327 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:03.220Z] #44 7.329 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:03.220Z] #44 8.863 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:20:03.220Z] #44 10.19 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-06-15T23:20:03.220Z] #44 ... [2021-06-15T23:20:03.220Z] [2021-06-15T23:20:03.220Z] #59 [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-06-15T23:20:03.220Z] #59 sha256:36d2a6ab3de1f94f6cc9c8fd26cb589b59a396b5fed72f6870c99bba5f7d98a2 [2021-06-15T23:20:03.220Z] #59 5.902 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-15T23:20:03.220Z] #59 5.902 + RM_GOPATH=0 [2021-06-15T23:20:03.220Z] #59 5.902 + TMP_GOPATH= [2021-06-15T23:20:03.220Z] #59 5.902 + : /build [2021-06-15T23:20:03.220Z] #59 5.902 + '[' -z '' ']' [2021-06-15T23:20:03.220Z] #59 5.902 ++ mktemp -d [2021-06-15T23:20:03.220Z] #59 5.902 + export GOPATH=/tmp/tmp.jR9r2aJHYl [2021-06-15T23:20:03.220Z] #59 5.902 + GOPATH=/tmp/tmp.jR9r2aJHYl [2021-06-15T23:20:03.220Z] #59 5.902 + RM_GOPATH=1 [2021-06-15T23:20:03.220Z] #59 5.902 + case "$(go env GOARCH)" in [2021-06-15T23:20:03.220Z] #59 5.902 ++ go env GOARCH [2021-06-15T23:20:03.220Z] #59 5.902 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:03.220Z] #59 5.902 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:03.220Z] #59 5.902 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:03.220Z] #59 5.902 + dir=/tmp/install [2021-06-15T23:20:03.220Z] #59 5.902 + bin=rootlesskit [2021-06-15T23:20:03.220Z] #59 5.902 + shift [2021-06-15T23:20:03.220Z] #59 5.902 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-15T23:20:03.220Z] #59 5.902 + . /tmp/install/rootlesskit.installer [2021-06-15T23:20:03.220Z] #59 5.902 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-15T23:20:03.220Z] #59 5.902 + install_rootlesskit [2021-06-15T23:20:03.220Z] #59 5.902 + case "$1" in [2021-06-15T23:20:03.220Z] #59 5.902 + export CGO_ENABLED=0 [2021-06-15T23:20:03.220Z] #59 5.902 + CGO_ENABLED=0 [2021-06-15T23:20:03.220Z] #59 5.902 + _install_rootlesskit [2021-06-15T23:20:03.220Z] #59 5.902 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-15T23:20:03.220Z] #59 5.902 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.jR9r2aJHYl/src/github.com/rootless-containers/rootlesskit [2021-06-15T23:20:03.220Z] #59 5.902 Cloning into '/tmp/tmp.jR9r2aJHYl/src/github.com/rootless-containers/rootlesskit'... [2021-06-15T23:20:03.220Z] #59 11.11 + cd /tmp/tmp.jR9r2aJHYl/src/github.com/rootless-containers/rootlesskit [2021-06-15T23:20:03.220Z] #59 11.12 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-15T23:20:03.220Z] #59 11.13 + export GO111MODULE=on [2021-06-15T23:20:03.302Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.7s done [2021-06-15T23:20:03.302Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-06-15T23:20:03.370Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 1.3s done [2021-06-15T23:20:03.370Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 12.58MB / 52.16MB 1.3s [2021-06-15T23:20:03.383Z] #29 2.985 # 1.5% ####### 10.0% ########## 15.2% ############## 20.3% ################## 25.1% ##################### 29.4% ###################### 31.9% ############################# 40.5% ################################## 47.6% ################################### 49.1% ########################################### 60.1% ############################################ 61.5% #################################################### 73.4% ############################################################ 83.4% ############################################################### 88.8% [2021-06-15T23:20:03.383Z] #29 ... [2021-06-15T23:20:03.383Z] [2021-06-15T23:20:03.383Z] #43 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-06-15T23:20:03.383Z] #43 sha256:c7c4cb3e3d3f47a4ea920d843693274cc417140c28a241f9e22ca5d3704d889a [2021-06-15T23:20:03.383Z] #43 DONE 0.3s [2021-06-15T23:20:03.383Z] [2021-06-15T23:20:03.383Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-15T23:20:03.383Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-06-15T23:20:03.383Z] #31 DONE 0.3s [2021-06-15T23:20:03.511Z] #59 11.13 + GO111MODULE=on [2021-06-15T23:20:03.511Z] #59 11.14 + export GOPROXY=https://proxy.golang.org [2021-06-15T23:20:03.511Z] #59 11.14 + GOPROXY=https://proxy.golang.org [2021-06-15T23:20:03.511Z] #59 11.14 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-15T23:20:03.511Z] #59 11.14 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-15T23:20:03.511Z] #59 ... [2021-06-15T23:20:03.511Z] [2021-06-15T23:20:03.511Z] #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-06-15T23:20:03.511Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-15T23:20:03.511Z] #32 6.580 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-15T23:20:03.511Z] #32 6.582 Cloning into '.'... [2021-06-15T23:20:03.634Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 27.26MB / 52.16MB 1.4s [2021-06-15T23:20:03.634Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 31.46MB / 52.16MB 1.5s [2021-06-15T23:20:03.642Z] [2021-06-15T23:20:03.642Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-15T23:20:03.642Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-06-15T23:20:03.642Z] #39 DONE 0.4s [2021-06-15T23:20:03.642Z] [2021-06-15T23:20:03.642Z] #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-06-15T23:20:03.642Z] #29 sha256:2cd13cf36dee6a365aeb61de33bafdf5b1df68ccac47a98e07f8b4e9bffa8b6e [2021-06-15T23:20:03.642Z] #29 2.985 # 1.5% ####### 10.0% ########## 15.2% ############## 20.3% ################## 25.1% ##################### 29.4% ###################### 31.9% ############################# 40.5% ################################## 47.6% ################################### 49.1% ########################################### 60.1% ############################################ 61.5% #################################################### 73.4% ############################################################ 83.4% ############################################################### 88.8% #################################################################### 94.6% ####################################################################### 99.5% ######################################################################## 100.0% [2021-06-15T23:20:03.642Z] #29 4.950 [2021-06-15T23:20:03.772Z] #32 ... [2021-06-15T23:20:03.772Z] [2021-06-15T23:20:03.772Z] #52 [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-06-15T23:20:03.772Z] #52 sha256:1d84028f774f8e648486e02961c5ca32d499339fe746bf4a1ef21e00679614a4 [2021-06-15T23:20:03.772Z] #52 5.779 + RM_GOPATH=0 [2021-06-15T23:20:03.772Z] #52 5.779 + TMP_GOPATH= [2021-06-15T23:20:03.772Z] #52 5.779 + : /build [2021-06-15T23:20:03.772Z] #52 5.779 + '[' -z '' ']' [2021-06-15T23:20:03.772Z] #52 5.779 ++ mktemp -d [2021-06-15T23:20:03.772Z] #52 5.782 + export GOPATH=/tmp/tmp.RkyOEyk1RS [2021-06-15T23:20:03.772Z] #52 5.782 + GOPATH=/tmp/tmp.RkyOEyk1RS [2021-06-15T23:20:03.772Z] #52 5.782 + RM_GOPATH=1 [2021-06-15T23:20:03.772Z] #52 5.782 + case "$(go env GOARCH)" in [2021-06-15T23:20:03.772Z] #52 5.782 ++ go env GOARCH [2021-06-15T23:20:03.772Z] #52 5.791 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:03.772Z] #52 5.791 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:03.772Z] #52 5.792 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:03.772Z] #52 5.796 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-15T23:20:03.772Z] #52 5.798 + dir=/tmp/install [2021-06-15T23:20:03.772Z] #52 5.798 + bin=shfmt [2021-06-15T23:20:03.772Z] #52 5.798 + shift [2021-06-15T23:20:03.772Z] #52 5.798 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-15T23:20:03.772Z] #52 5.798 + . /tmp/install/shfmt.installer [2021-06-15T23:20:03.772Z] #52 5.798 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-15T23:20:03.772Z] #52 5.798 + install_shfmt [2021-06-15T23:20:03.772Z] #52 5.798 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-15T23:20:03.772Z] #52 5.798 + git clone https://github.com/mvdan/sh.git /tmp/tmp.RkyOEyk1RS/src/github.com/mvdan/sh [2021-06-15T23:20:03.772Z] #52 5.798 Cloning into '/tmp/tmp.RkyOEyk1RS/src/github.com/mvdan/sh'... [2021-06-15T23:20:03.772Z] #52 ... [2021-06-15T23:20:03.772Z] [2021-06-15T23:20:03.772Z] #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-06-15T23:20:03.772Z] #29 sha256:1b8e4f8efc2ed9953acbc32270d5d43e999ffe5ff0d3a546da543c105422a235 [2021-06-15T23:20:03.772Z] #29 10.42 #=#=# ##O#- # #### 6.0% ####### 11.0% ############## 19.7% #################### 28.9% ######################### 35.2% ############################## 41.8% ################################# 47.0% ##################################### 52.7% ########################################## 59.3% ################################################## 70.0% ###################################################### 76.3% ########################################################### 83.2% ################################################################### 93.4% ######################################################################## 100.0% [2021-06-15T23:20:03.772Z] #29 12.39 [2021-06-15T23:20:03.772Z] #29 13.44 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-15T23:20:03.908Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 36.70MB / 52.16MB 1.8s [2021-06-15T23:20:04.171Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 49.78MB / 52.16MB 2.0s [2021-06-15T23:20:04.206Z] #29 5.337 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-15T23:20:04.206Z] #29 5.549 [2021-06-15T23:20:04.344Z] #29 13.92 [2021-06-15T23:20:04.462Z] #29 5.633 ######################################################################## 100.0% [2021-06-15T23:20:04.462Z] #29 5.654 [2021-06-15T23:20:04.618Z] #29 14.14 ######################################################################## 100.0% [2021-06-15T23:20:04.618Z] #29 14.28 [2021-06-15T23:20:04.746Z] #9 ... [2021-06-15T23:20:04.746Z] [2021-06-15T23:20:04.746Z] #23 [internal] load build context [2021-06-15T23:20:04.746Z] #23 sha256:41d3c76924126f27d20ce108b2f9815d858fdf175a6ab7ccf26ae8abfb002341 [2021-06-15T23:20:04.746Z] #23 transferring context: 55.85MB 2.4s done [2021-06-15T23:20:04.746Z] #23 DONE 2.7s [2021-06-15T23:20:04.746Z] [2021-06-15T23:20:04.746Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:20:04.746Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-15T23:20:04.746Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 2.5s done [2021-06-15T23:20:04.746Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.98MB / 62.53MB 2.7s [2021-06-15T23:20:04.746Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 1.05MB / 97.69MB 2.7s [2021-06-15T23:20:04.746Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 [2021-06-15T23:20:05.010Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 8.39MB / 62.53MB 2.8s [2021-06-15T23:20:05.010Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 14.68MB / 62.53MB 3.0s [2021-06-15T23:20:05.010Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 9.31MB / 97.69MB 3.0s [2021-06-15T23:20:05.031Z] #29 6.162 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-15T23:20:05.277Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 27.77MB / 62.53MB 3.1s [2021-06-15T23:20:05.277Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 44.35MB / 62.53MB 3.2s [2021-06-15T23:20:05.289Z] #29 6.430 [2021-06-15T23:20:05.289Z] #29 6.602 ####################################################### 77.5% ######################################################################## 100.0% [2021-06-15T23:20:05.546Z] #29 6.686 [2021-06-15T23:20:05.555Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 53.48MB / 62.53MB 3.3s [2021-06-15T23:20:05.555Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 22.02MB / 97.69MB 3.3s [2021-06-15T23:20:05.555Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 3.4s [2021-06-15T23:20:05.555Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 33.55MB / 97.69MB 3.4s [2021-06-15T23:20:05.555Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 38.80MB / 97.69MB 3.6s [2021-06-15T23:20:05.561Z] #29 15.07 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-15T23:20:05.803Z] #29 7.044 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-15T23:20:05.821Z] #9 ... [2021-06-15T23:20:05.821Z] [2021-06-15T23:20:05.821Z] #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-06-15T23:20:05.821Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-15T23:20:05.821Z] #27 1.372 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:05.821Z] #27 1.372 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:05.821Z] #27 1.391 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:05.821Z] #27 1.619 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:20:05.821Z] #27 1.843 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:20:05.821Z] #27 2.412 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:20:05.821Z] #27 4.052 Fetched 8449 kB in 3s (2833 kB/s) [2021-06-15T23:20:05.821Z] #27 4.052 Reading package lists... [2021-06-15T23:20:05.821Z] #27 4.786 Reading package lists... [2021-06-15T23:20:05.821Z] #27 5.751 Building dependency tree... [2021-06-15T23:20:05.821Z] #27 6.094 The following additional packages will be installed: [2021-06-15T23:20:05.821Z] #27 6.096 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-15T23:20:05.821Z] #27 6.096 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-15T23:20:05.821Z] #27 6.096 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-15T23:20:05.821Z] #27 6.098 Suggested packages: [2021-06-15T23:20:05.821Z] #27 6.098 krb5-doc krb5-user [2021-06-15T23:20:05.821Z] #27 6.098 Recommended packages: [2021-06-15T23:20:05.821Z] #27 6.098 krb5-locales publicsuffix libsasl2-modules [2021-06-15T23:20:05.821Z] #27 6.344 The following NEW packages will be installed: [2021-06-15T23:20:05.821Z] #27 6.351 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-15T23:20:05.821Z] #27 6.351 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-15T23:20:05.821Z] #27 6.351 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-15T23:20:05.821Z] #27 6.351 libssh2-1 libssl1.1 openssl [2021-06-15T23:20:05.821Z] #27 6.624 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-06-15T23:20:05.821Z] #27 6.624 Need to get 5059 kB of archives. [2021-06-15T23:20:05.821Z] #27 6.624 After this operation, 12.1 MB of additional disk space will be used. [2021-06-15T23:20:05.821Z] #27 6.624 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-15T23:20:05.821Z] #27 6.635 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-06-15T23:20:05.821Z] #27 6.635 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-06-15T23:20:05.821Z] #27 6.635 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-06-15T23:20:05.821Z] #27 6.635 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-06-15T23:20:05.821Z] #27 6.635 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-06-15T23:20:05.821Z] #27 6.641 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-06-15T23:20:05.821Z] #27 6.647 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-06-15T23:20:05.821Z] #27 6.649 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-06-15T23:20:05.821Z] #27 6.652 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-15T23:20:05.821Z] #27 6.658 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-06-15T23:20:05.821Z] #27 6.658 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-06-15T23:20:05.821Z] #27 6.659 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-06-15T23:20:05.821Z] #27 6.660 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-06-15T23:20:05.821Z] #27 6.663 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-06-15T23:20:05.821Z] #27 6.665 Get:16 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-15T23:20:05.821Z] #27 6.668 Get:17 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-15T23:20:05.821Z] #27 6.715 Get:18 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-15T23:20:05.821Z] #27 6.729 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-06-15T23:20:05.821Z] #27 6.794 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-06-15T23:20:05.821Z] #27 6.838 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-06-15T23:20:05.821Z] #27 7.045 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:20:05.821Z] #27 7.068 Fetched 5059 kB in 0s (10.8 MB/s) [2021-06-15T23:20:05.821Z] #27 7.108 Selecting previously unselected package libssl1.1:amd64. [2021-06-15T23:20:05.821Z] #27 7.108 (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-06-15T23:20:05.821Z] #27 7.108 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 7.120 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-15T23:20:05.821Z] #27 7.314 Selecting previously unselected package openssl. [2021-06-15T23:20:05.821Z] #27 7.314 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 7.327 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-15T23:20:05.821Z] #27 7.468 Selecting previously unselected package ca-certificates. [2021-06-15T23:20:05.821Z] #27 7.468 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-15T23:20:05.821Z] #27 7.472 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-15T23:20:05.821Z] #27 7.617 Selecting previously unselected package libkeyutils1:amd64. [2021-06-15T23:20:05.821Z] #27 7.617 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 7.621 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-06-15T23:20:05.821Z] #27 7.672 Selecting previously unselected package libkrb5support0:amd64. [2021-06-15T23:20:05.821Z] #27 7.672 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 7.693 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:20:05.821Z] #27 7.779 Selecting previously unselected package libk5crypto3:amd64. [2021-06-15T23:20:05.821Z] #27 7.779 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 7.792 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:20:05.821Z] #27 7.869 Selecting previously unselected package libkrb5-3:amd64. [2021-06-15T23:20:05.821Z] #27 7.869 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 7.890 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:20:05.821Z] #27 7.975 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-15T23:20:05.821Z] #27 7.976 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 7.982 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:20:05.821Z] #27 8.040 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-15T23:20:05.821Z] #27 8.041 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 8.047 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-15T23:20:05.821Z] #27 8.093 Selecting previously unselected package libsasl2-2:amd64. [2021-06-15T23:20:05.821Z] #27 8.093 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 8.097 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-15T23:20:05.821Z] #27 8.172 Selecting previously unselected package libldap-common. [2021-06-15T23:20:05.821Z] #27 8.172 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-15T23:20:05.821Z] #27 8.178 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-15T23:20:05.821Z] #27 8.226 Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-15T23:20:05.821Z] #27 8.226 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 8.230 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-15T23:20:05.821Z] #27 8.318 Selecting previously unselected package libnghttp2-14:amd64. [2021-06-15T23:20:05.821Z] #27 8.319 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 8.324 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-15T23:20:05.821Z] #27 8.383 Selecting previously unselected package libpsl5:amd64. [2021-06-15T23:20:05.821Z] #27 8.383 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 8.391 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-06-15T23:20:05.821Z] #27 8.440 Selecting previously unselected package librtmp1:amd64. [2021-06-15T23:20:05.821Z] #27 8.441 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 8.446 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-15T23:20:05.821Z] #27 8.488 Selecting previously unselected package libssh2-1:amd64. [2021-06-15T23:20:05.821Z] #27 8.490 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 8.494 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-15T23:20:05.821Z] #27 8.548 Selecting previously unselected package libcurl4:amd64. [2021-06-15T23:20:05.821Z] #27 8.548 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 8.552 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-15T23:20:05.821Z] #27 8.629 Selecting previously unselected package curl. [2021-06-15T23:20:05.821Z] #27 8.629 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 8.633 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-15T23:20:05.821Z] #27 8.695 Selecting previously unselected package libonig5:amd64. [2021-06-15T23:20:05.821Z] #27 8.695 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 8.698 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-15T23:20:05.821Z] #27 8.753 Selecting previously unselected package libjq1:amd64. [2021-06-15T23:20:05.821Z] #27 8.754 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 8.758 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-15T23:20:05.821Z] #27 8.804 Selecting previously unselected package jq. [2021-06-15T23:20:05.821Z] #27 8.804 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-15T23:20:05.821Z] #27 8.808 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-15T23:20:05.821Z] #27 8.853 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-06-15T23:20:05.821Z] #27 8.864 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-06-15T23:20:05.821Z] #27 8.878 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-15T23:20:05.821Z] #27 9.045 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-15T23:20:05.821Z] #27 9.056 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-15T23:20:05.821Z] #27 9.071 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:20:05.821Z] #27 9.083 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-15T23:20:05.821Z] #27 9.102 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-15T23:20:05.821Z] #27 9.112 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:20:05.821Z] #27 9.124 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-15T23:20:05.821Z] #27 9.136 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-15T23:20:05.821Z] #27 9.148 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:20:05.821Z] #27 9.159 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-15T23:20:05.821Z] #27 9.175 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-15T23:20:05.821Z] #27 9.188 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-15T23:20:05.821Z] #27 9.205 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-15T23:20:05.821Z] #27 9.218 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-15T23:20:05.821Z] #27 9.837 Updating certificates in /etc/ssl/certs... [2021-06-15T23:20:05.821Z] #27 10.55 137 added, 0 removed; done. [2021-06-15T23:20:05.821Z] #27 10.64 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-15T23:20:05.821Z] #27 10.65 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-15T23:20:05.821Z] #27 10.66 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-15T23:20:05.821Z] #27 10.68 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-15T23:20:05.821Z] #27 10.69 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:20:05.821Z] #27 10.71 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-15T23:20:05.821Z] #27 10.72 Updating certificates in /etc/ssl/certs... [2021-06-15T23:20:05.821Z] #27 11.33 0 added, 0 removed; done. [2021-06-15T23:20:05.821Z] #27 11.33 Running hooks in /etc/ca-certificates/update.d... [2021-06-15T23:20:05.821Z] #27 11.33 done. [2021-06-15T23:20:05.821Z] #27 ... [2021-06-15T23:20:05.821Z] [2021-06-15T23:20:05.821Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:20:05.821Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:20:05.822Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 3.6s done [2021-06-15T23:20:05.822Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 48.23MB / 97.69MB 3.7s [2021-06-15T23:20:05.822Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 3.7s [2021-06-15T23:20:06.061Z] #29 7.149 [2021-06-15T23:20:06.089Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 56.62MB / 97.69MB 3.9s [2021-06-15T23:20:06.089Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 73.45MB / 97.69MB 4.1s [2021-06-15T23:20:06.133Z] #29 15.51 [2021-06-15T23:20:06.133Z] #29 ... [2021-06-15T23:20:06.133Z] [2021-06-15T23:20:06.133Z] #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-06-15T23:20:06.133Z] #24 sha256:8d6a38e3e31cf17e42eaa72d7cb6565d98c0427ee5c14dd49bbf62ee3e11570d [2021-06-15T23:20:06.133Z] #24 13.54 + mkdir -p /build [2021-06-15T23:20:06.133Z] #24 13.54 + mv docker/docker /build/ [2021-06-15T23:20:06.133Z] #24 13.54 + rmdir docker [2021-06-15T23:20:06.133Z] #24 DONE 13.9s [2021-06-15T23:20:06.133Z] [2021-06-15T23:20:06.133Z] #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-06-15T23:20:06.133Z] #29 sha256:1b8e4f8efc2ed9953acbc32270d5d43e999ffe5ff0d3a546da543c105422a235 [2021-06-15T23:20:06.133Z] #29 15.71 ######################################################################## 100.0% [2021-06-15T23:20:06.352Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 92.27MB / 97.69MB 4.2s [2021-06-15T23:20:06.352Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 4.3s [2021-06-15T23:20:06.384Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.3s done [2021-06-15T23:20:06.394Z] #29 15.94 [2021-06-15T23:20:06.394Z] #29 16.06 Download of images into '/build' complete. [2021-06-15T23:20:06.394Z] #29 16.06 Use something like the following to load the result into a Docker daemon: [2021-06-15T23:20:06.394Z] #29 16.06 tar -cC '/build' . | docker load [2021-06-15T23:20:06.424Z] #13 ... [2021-06-15T23:20:06.424Z] [2021-06-15T23:20:06.424Z] #52 [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-06-15T23:20:06.424Z] #52 sha256:bfdd25b782371ed1450f1b74f46efcc4e5988da4fe99ca0bcf683005beceec89 [2021-06-15T23:20:06.424Z] #52 DONE 38.2s [2021-06-15T23:20:06.579Z] #29 7.272 0.0% ############ 16.7% ################################## 48.1% ########################################### 60.4% ##################################################### 73.7% ################################################################# 91.2% ######################################################################## 100.0% [2021-06-15T23:20:06.579Z] #29 7.887 [2021-06-15T23:20:06.659Z] #29 DONE 16.2s [2021-06-15T23:20:06.659Z] [2021-06-15T23:20:06.659Z] #59 [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-06-15T23:20:06.659Z] #59 sha256:36d2a6ab3de1f94f6cc9c8fd26cb589b59a396b5fed72f6870c99bba5f7d98a2 [2021-06-15T23:20:06.659Z] #59 13.22 go: downloading github.com/pkg/errors v0.9.1 [2021-06-15T23:20:06.659Z] #59 13.30 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-15T23:20:06.659Z] #59 13.39 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-15T23:20:06.659Z] #59 13.43 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-15T23:20:06.659Z] #59 13.51 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-15T23:20:06.659Z] #59 13.52 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-15T23:20:06.659Z] #59 13.52 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-15T23:20:06.659Z] #59 13.52 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-15T23:20:06.659Z] #59 13.71 go: extracting github.com/pkg/errors v0.9.1 [2021-06-15T23:20:06.659Z] #59 13.71 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-15T23:20:06.659Z] #59 13.99 go: downloading github.com/google/uuid v1.2.0 [2021-06-15T23:20:06.659Z] #59 13.99 go: extracting github.com/gofrs/flock v0.8.0 [2021-06-15T23:20:06.659Z] #59 14.05 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-06-15T23:20:06.659Z] #59 14.06 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-15T23:20:06.686Z] [2021-06-15T23:20:06.686Z] #46 [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-06-15T23:20:06.686Z] #46 sha256:98af85b243fd850cfa43ce32c158b8e7c522e0870c6c8366bcbfc8c71ea95f89 [2021-06-15T23:20:06.686Z] #46 29.18 github.com/LK4D4/vndr/build [2021-06-15T23:20:06.686Z] #46 31.69 github.com/LK4D4/vndr/godl/singleflight [2021-06-15T23:20:06.686Z] #46 31.94 github.com/LK4D4/vndr/versioned [2021-06-15T23:20:06.686Z] #46 32.01 compress/flate [2021-06-15T23:20:06.686Z] #46 32.34 hash/crc32 [2021-06-15T23:20:06.686Z] #46 33.08 net [2021-06-15T23:20:06.686Z] #46 34.58 compress/gzip [2021-06-15T23:20:06.686Z] #46 35.01 vendor/golang.org/x/crypto/chacha20poly1305 [2021-06-15T23:20:06.686Z] #46 36.30 vendor/golang.org/x/text/transform [2021-06-15T23:20:06.686Z] #46 37.00 vendor/golang.org/x/text/unicode/bidi [2021-06-15T23:20:06.836Z] #29 8.252 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-15T23:20:06.992Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 2.2s done [2021-06-15T23:20:07.092Z] #29 8.382 [2021-06-15T23:20:07.093Z] #29 8.471 ######################################################################## 100.0% [2021-06-15T23:20:07.093Z] #29 8.506 [2021-06-15T23:20:07.255Z] #46 ... [2021-06-15T23:20:07.255Z] [2021-06-15T23:20:07.255Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:07.255Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:07.255Z] #13 42.42 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-15T23:20:07.255Z] #13 42.42 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-15T23:20:07.255Z] #13 42.46 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:20:07.255Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 5.1s done [2021-06-15T23:20:07.256Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 5.1s done [2021-06-15T23:20:07.256Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.1s [2021-06-15T23:20:07.302Z] #59 14.90 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-06-15T23:20:07.302Z] #59 ... [2021-06-15T23:20:07.302Z] [2021-06-15T23:20:07.302Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:07.302Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:07.302Z] #13 3.037 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-15T23:20:07.302Z] #13 3.117 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:07.302Z] #13 3.123 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:07.302Z] #13 3.129 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:07.302Z] #13 4.364 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-15T23:20:07.302Z] #13 6.269 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:20:07.302Z] #13 8.243 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:20:07.302Z] #13 ... [2021-06-15T23:20:07.302Z] [2021-06-15T23:20:07.302Z] #59 [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-06-15T23:20:07.302Z] #59 sha256:36d2a6ab3de1f94f6cc9c8fd26cb589b59a396b5fed72f6870c99bba5f7d98a2 [2021-06-15T23:20:07.302Z] #59 15.07 go: extracting github.com/gorilla/mux v1.8.0 [2021-06-15T23:20:07.302Z] #59 15.07 go: extracting github.com/google/uuid v1.2.0 [2021-06-15T23:20:07.349Z] #29 ... [2021-06-15T23:20:07.349Z] [2021-06-15T23:20:07.349Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-06-15T23:20:07.349Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-06-15T23:20:07.349Z] #12 DONE 4.2s [2021-06-15T23:20:07.349Z] [2021-06-15T23:20:07.349Z] #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-06-15T23:20:07.349Z] #29 sha256:2cd13cf36dee6a365aeb61de33bafdf5b1df68ccac47a98e07f8b4e9bffa8b6e [2021-06-15T23:20:07.349Z] #29 8.765 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-15T23:20:07.514Z] #13 42.78 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-15T23:20:07.514Z] #13 42.79 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-15T23:20:07.514Z] #13 42.80 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:20:07.606Z] #29 8.877 [2021-06-15T23:20:07.606Z] #29 8.941 ######################################################################## 100.0% [2021-06-15T23:20:07.606Z] #29 8.989 [2021-06-15T23:20:07.782Z] #9 ... [2021-06-15T23:20:07.782Z] [2021-06-15T23:20:07.782Z] #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-06-15T23:20:07.782Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-15T23:20:07.782Z] #27 DONE 13.3s [2021-06-15T23:20:07.833Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.3s done [2021-06-15T23:20:07.863Z] #29 9.029 Download of images into '/build' complete. [2021-06-15T23:20:07.863Z] #29 9.029 Use something like the following to load the result into a Docker daemon: [2021-06-15T23:20:07.863Z] #29 9.029 tar -cC '/build' . | docker load [2021-06-15T23:20:07.863Z] #29 DONE 9.1s [2021-06-15T23:20:07.863Z] [2021-06-15T23:20:07.863Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:07.863Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:07.873Z] #59 15.39 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-15T23:20:08.039Z] [2021-06-15T23:20:08.039Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-15T23:20:08.039Z] #28 sha256:a862b504906d4b07c0d486eb1f303c8b7c05c9a8249966d7c186606baca5757a [2021-06-15T23:20:08.039Z] #28 DONE 0.1s [2021-06-15T23:20:08.039Z] [2021-06-15T23:20:08.039Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:20:08.039Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:20:08.039Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-06-15T23:20:08.443Z] #59 16.04 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-15T23:20:09.756Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 7.2s done [2021-06-15T23:20:09.756Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.1s [2021-06-15T23:20:10.020Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.2s done [2021-06-15T23:20:10.355Z] #59 17.82 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-15T23:20:10.356Z] #59 17.88 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-15T23:20:10.596Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c [2021-06-15T23:20:11.138Z] #13 3.883 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:11.299Z] #59 18.99 go: extracting github.com/moby/vpnkit v0.5.0 [2021-06-15T23:20:11.395Z] #13 4.020 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:11.395Z] #13 4.020 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:11.395Z] #13 4.020 Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-15T23:20:11.995Z] #9 ... [2021-06-15T23:20:11.995Z] [2021-06-15T23:20:11.995Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:20:11.995Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-15T23:20:11.995Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-06-15T23:20:11.995Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-15T23:20:11.995Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-15T23:20:11.995Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-15T23:20:11.995Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 8.8s done [2021-06-15T23:20:11.995Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.7s done [2021-06-15T23:20:12.423Z] #63 ... [2021-06-15T23:20:12.423Z] [2021-06-15T23:20:12.423Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:20:12.423Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-15T23:20:12.423Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-15T23:20:12.423Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-15T23:20:12.423Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-15T23:20:12.423Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-15T23:20:12.423Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 9.4s done [2021-06-15T23:20:12.423Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.5s [2021-06-15T23:20:12.423Z] #65 ... [2021-06-15T23:20:12.423Z] [2021-06-15T23:20:12.423Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-15T23:20:12.423Z] #26 sha256:238014735748796eee12b791743465d56236f5233188993f3b03175284d85561 [2021-06-15T23:20:12.423Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.0s done [2021-06-15T23:20:12.423Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done [2021-06-15T23:20:12.423Z] #26 sha256:eb141a594584aae7126a89766f04dcb008834d7d95600ecb72b1e005d769746a 529B / 529B done [2021-06-15T23:20:12.423Z] #26 sha256:7bb198a3a6651986e873e0e2b44118a61111e7256962571e432066d7c36fd3fa 1.46kB / 1.46kB done [2021-06-15T23:20:12.423Z] #26 sha256:c54d9402d498e45ed396b5b6fe836f55e4ccadbad745decda3e9f83d880bc677 49.23MB / 49.23MB 10.1s [2021-06-15T23:20:12.686Z] #59 ... [2021-06-15T23:20:12.686Z] [2021-06-15T23:20:12.686Z] #50 [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-06-15T23:20:12.686Z] #50 sha256:c6047757b91b158ef0656a4f5c05ab50633ea7c2aaa6adc16ce9f8e5fb73c702 [2021-06-15T23:20:12.686Z] #50 16.31 go: downloading github.com/fatih/color v1.7.0 [2021-06-15T23:20:12.686Z] #50 16.58 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-15T23:20:12.686Z] #50 16.59 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-15T23:20:12.686Z] #50 16.59 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-15T23:20:12.686Z] #50 16.63 go: downloading github.com/spf13/viper v1.6.1 [2021-06-15T23:20:12.686Z] #50 16.65 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-15T23:20:12.686Z] #50 16.67 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-15T23:20:12.686Z] #50 16.74 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-15T23:20:12.686Z] #50 16.80 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-15T23:20:12.686Z] #50 17.07 go: extracting github.com/fatih/color v1.7.0 [2021-06-15T23:20:12.686Z] #50 17.08 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-06-15T23:20:12.686Z] #50 17.12 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-15T23:20:12.686Z] #50 17.30 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-15T23:20:12.686Z] #50 17.67 go: extracting github.com/spf13/viper v1.6.1 [2021-06-15T23:20:12.686Z] #50 17.70 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-06-15T23:20:12.686Z] #50 17.72 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-06-15T23:20:12.686Z] #50 17.86 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-15T23:20:12.686Z] #50 17.91 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-06-15T23:20:12.686Z] #50 17.94 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-15T23:20:12.686Z] #50 18.12 go: extracting github.com/stretchr/testify v1.4.0 [2021-06-15T23:20:12.686Z] #50 18.12 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-15T23:20:12.686Z] #50 18.13 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-06-15T23:20:12.686Z] #50 18.21 go: extracting github.com/spf13/pflag v1.0.5 [2021-06-15T23:20:12.686Z] #50 18.28 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-15T23:20:12.686Z] #50 18.49 go: extracting github.com/subosito/gotenv v1.2.0 [2021-06-15T23:20:12.686Z] #50 18.50 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-15T23:20:12.686Z] #50 18.54 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-06-15T23:20:12.686Z] #50 18.56 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-15T23:20:12.686Z] #50 18.56 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-15T23:20:12.686Z] #50 18.71 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-15T23:20:12.686Z] #50 18.78 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-15T23:20:12.686Z] #50 18.93 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-15T23:20:12.686Z] #50 19.03 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-15T23:20:12.686Z] #50 19.03 go: extracting github.com/magiconair/properties v1.8.1 [2021-06-15T23:20:12.686Z] #50 19.04 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-15T23:20:12.686Z] #50 19.08 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-15T23:20:12.686Z] #50 19.46 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-15T23:20:12.686Z] #50 19.49 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-15T23:20:12.686Z] #50 19.61 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-15T23:20:12.686Z] #50 19.62 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-15T23:20:12.686Z] #50 19.73 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-06-15T23:20:12.686Z] #50 19.89 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-15T23:20:12.686Z] #50 19.95 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-15T23:20:12.686Z] #50 20.02 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-15T23:20:12.686Z] #50 20.13 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-06-15T23:20:12.686Z] #50 20.29 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-15T23:20:12.686Z] #50 ... [2021-06-15T23:20:12.686Z] [2021-06-15T23:20:12.686Z] #48 [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-06-15T23:20:12.686Z] #48 sha256:3cea563de873f9b7194b6f091cb3c4166cfb065ca8044fd9c15e66e9f6b78db0 [2021-06-15T23:20:12.686Z] #48 10.39 go: extracting github.com/spf13/pflag v1.0.3 [2021-06-15T23:20:12.686Z] #48 10.68 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:20:12.686Z] #48 10.68 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:20:12.686Z] #48 11.52 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:20:12.686Z] #48 11.80 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:20:12.686Z] #48 12.96 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:20:12.686Z] #48 13.03 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:20:12.686Z] #48 15.27 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:20:12.686Z] #48 20.09 go: finding github.com/fatih/color v1.9.0 [2021-06-15T23:20:12.686Z] #48 20.21 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:20:12.686Z] #48 20.26 go: finding github.com/pkg/errors v0.9.1 [2021-06-15T23:20:12.686Z] #48 20.30 go: finding github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:20:12.686Z] #48 20.39 go: finding github.com/spf13/pflag v1.0.3 [2021-06-15T23:20:12.686Z] #48 20.40 go: finding github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:20:12.687Z] #26 ... [2021-06-15T23:20:12.687Z] [2021-06-15T23:20:12.687Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:20:12.687Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-15T23:20:12.687Z] #9 ... [2021-06-15T23:20:12.687Z] [2021-06-15T23:20:12.687Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:20:12.687Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-15T23:20:12.687Z] #63 DONE 10.6s [2021-06-15T23:20:12.687Z] [2021-06-15T23:20:12.687Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:20:12.687Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-15T23:20:12.770Z] #13 ... [2021-06-15T23:20:12.770Z] [2021-06-15T23:20:12.770Z] #46 [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-06-15T23:20:12.770Z] #46 sha256:3b1c7f5cfbc0a9ea6843653612ad0fa7cb3b874bcd1cac48c88a44bdc56ef137 [2021-06-15T23:20:12.770Z] #46 5.714 + RM_GOPATH=0 [2021-06-15T23:20:12.770Z] #46 5.714 + TMP_GOPATH= [2021-06-15T23:20:12.770Z] #46 5.714 + : /build [2021-06-15T23:20:12.770Z] #46 5.714 + '[' -z '' ']' [2021-06-15T23:20:12.770Z] #46 5.714 ++ mktemp -d [2021-06-15T23:20:12.770Z] #46 5.714 + export GOPATH=/tmp/tmp.22x9LOpKrF [2021-06-15T23:20:12.770Z] #46 5.714 + GOPATH=/tmp/tmp.22x9LOpKrF [2021-06-15T23:20:12.770Z] #46 5.714 + RM_GOPATH=1 [2021-06-15T23:20:12.770Z] #46 5.714 + case "$(go env GOARCH)" in [2021-06-15T23:20:12.770Z] #46 5.714 ++ go env GOARCH [2021-06-15T23:20:12.770Z] #46 5.725 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:12.770Z] #46 5.725 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:12.770Z] #46 5.725 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:12.770Z] #46 5.725 + dir=/tmp/install [2021-06-15T23:20:12.770Z] #46 5.725 + bin=vndr [2021-06-15T23:20:12.770Z] #46 5.750 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-15T23:20:12.770Z] #46 5.750 + shift [2021-06-15T23:20:12.770Z] #46 5.750 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-15T23:20:12.770Z] #46 5.750 + . /tmp/install/vndr.installer [2021-06-15T23:20:12.770Z] #46 5.750 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-15T23:20:12.770Z] #46 5.750 + install_vndr [2021-06-15T23:20:12.770Z] #46 5.750 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-15T23:20:12.770Z] #46 5.750 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.22x9LOpKrF/src/github.com/LK4D4/vndr [2021-06-15T23:20:12.770Z] #46 5.750 Cloning into '/tmp/tmp.22x9LOpKrF/src/github.com/LK4D4/vndr'... [2021-06-15T23:20:12.770Z] #46 6.709 + cd /tmp/tmp.22x9LOpKrF/src/github.com/LK4D4/vndr [2021-06-15T23:20:12.770Z] #46 6.709 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-15T23:20:12.770Z] #46 6.752 + go build -buildmode=pie -v -o /build/vndr . [2021-06-15T23:20:12.770Z] #46 8.886 runtime/internal/atomic [2021-06-15T23:20:12.770Z] #46 8.947 internal/cpu [2021-06-15T23:20:12.770Z] #46 9.490 runtime/internal/sys [2021-06-15T23:20:12.770Z] #46 ... [2021-06-15T23:20:12.770Z] [2021-06-15T23:20:12.770Z] #48 [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-06-15T23:20:12.770Z] #48 sha256:6333329c584995fb39b63da3bdc97d7f215f8744bf096f23627a7360309c715f [2021-06-15T23:20:12.770Z] #48 5.602 + RM_GOPATH=0 [2021-06-15T23:20:12.770Z] #48 5.602 + TMP_GOPATH= [2021-06-15T23:20:12.770Z] #48 5.602 + : /build [2021-06-15T23:20:12.770Z] #48 5.602 + '[' -z '' ']' [2021-06-15T23:20:12.770Z] #48 5.602 ++ mktemp -d [2021-06-15T23:20:12.770Z] #48 5.602 + export GOPATH=/tmp/tmp.SZW3nKkZnB [2021-06-15T23:20:12.770Z] #48 5.602 + GOPATH=/tmp/tmp.SZW3nKkZnB [2021-06-15T23:20:12.770Z] #48 5.602 + RM_GOPATH=1 [2021-06-15T23:20:12.770Z] #48 5.602 + case "$(go env GOARCH)" in [2021-06-15T23:20:12.770Z] #48 5.602 ++ go env GOARCH [2021-06-15T23:20:12.770Z] #48 5.607 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:12.770Z] #48 5.607 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:12.770Z] #48 5.607 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:12.770Z] #48 5.607 + dir=/tmp/install [2021-06-15T23:20:12.770Z] #48 5.607 + bin=gotestsum [2021-06-15T23:20:12.770Z] #48 5.607 + shift [2021-06-15T23:20:12.770Z] #48 5.607 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-15T23:20:12.770Z] #48 5.607 + . /tmp/install/gotestsum.installer [2021-06-15T23:20:12.770Z] #48 5.607 ++ : v0.5.3 [2021-06-15T23:20:12.770Z] #48 5.607 + install_gotestsum [2021-06-15T23:20:12.770Z] #48 5.611 + set -e [2021-06-15T23:20:12.770Z] #48 5.611 + export GO111MODULE=on [2021-06-15T23:20:12.770Z] #48 5.611 + GO111MODULE=on [2021-06-15T23:20:12.770Z] #48 5.611 + GOBIN=/build [2021-06-15T23:20:12.770Z] #48 5.611 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-15T23:20:12.770Z] #48 5.622 go: finding gotest.tools v0.5.3 [2021-06-15T23:20:12.770Z] #48 5.622 go: finding gotest.tools/gotestsum v0.5.3 [2021-06-15T23:20:12.770Z] #48 6.778 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-15T23:20:12.770Z] #48 7.639 go: extracting gotest.tools/gotestsum v0.5.3 [2021-06-15T23:20:12.770Z] #48 9.662 go: downloading github.com/pkg/errors v0.9.1 [2021-06-15T23:20:12.770Z] #48 9.669 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:20:12.770Z] #48 9.678 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:20:12.770Z] #48 9.683 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:20:12.770Z] #48 9.711 go: downloading github.com/fatih/color v1.9.0 [2021-06-15T23:20:12.770Z] #48 9.751 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:20:12.770Z] #48 ... [2021-06-15T23:20:12.770Z] [2021-06-15T23:20:12.770Z] #46 [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-06-15T23:20:12.770Z] #46 sha256:3b1c7f5cfbc0a9ea6843653612ad0fa7cb3b874bcd1cac48c88a44bdc56ef137 [2021-06-15T23:20:12.770Z] #46 9.822 internal/bytealg [2021-06-15T23:20:12.789Z] #13 ... [2021-06-15T23:20:12.789Z] [2021-06-15T23:20:12.789Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:12.789Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:12.789Z] #44 38.25 Setting up python3 (3.7.3-1) ... [2021-06-15T23:20:12.789Z] #44 38.83 Setting up python3-six (1.12.0-1) ... [2021-06-15T23:20:12.789Z] #44 40.22 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:20:12.789Z] #44 42.09 Setting up python3-protobuf (3.6.1.3-2) ... [2021-06-15T23:20:12.789Z] #44 44.78 Setting up criu (3.15-1) ... [2021-06-15T23:20:12.789Z] #44 46.18 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:20:12.789Z] #44 46.24 Processing triggers for mime-support (3.62) ... [2021-06-15T23:20:12.789Z] #44 DONE 47.1s [2021-06-15T23:20:12.789Z] [2021-06-15T23:20:12.789Z] #57 [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-06-15T23:20:12.789Z] #57 sha256:5060fcff4ed2800893d8eb1f81cc7603f3534acd07374a6dc7da8be564620cbf [2021-06-15T23:20:12.789Z] #57 40.18 Checking out files: 53% (2082/3928) Checking out files: 54% (2122/3928) Checking out files: 55% (2161/3928) Checking out files: 56% (2200/3928) Checking out files: 57% (2239/3928) Checking out files: 58% (2279/3928) Checking out files: 59% (2318/3928) Checking out files: 60% (2357/3928) Checking out files: 61% (2397/3928) Checking out files: 62% (2436/3928) Checking out files: 63% (2475/3928) Checking out files: 64% (2514/3928) Checking out files: 65% (2554/3928) Checking out files: 66% (2593/3928) Checking out files: 67% (2632/3928) Checking out files: 68% (2672/3928) Checking out files: 69% (2711/3928) Checking out files: 70% (2750/3928) Checking out files: 71% (2789/3928) Checking out files: 72% (2829/3928) Checking out files: 73% (2868/3928) Checking out files: 74% (2907/3928) Checking out files: 75% (2946/3928) Checking out files: 76% (2986/3928) Checking out files: 77% (3025/3928) Checking out files: 78% (3064/3928) Checking out files: 79% (3104/3928) Checking out files: 80% (3143/3928) Checking out files: 81% (3182/3928) Checking out files: 82% (3221/3928) Checking out files: 83% (3261/3928) Checking out files: 84% (3300/3928) Checking out files: 85% (3339/3928) Checking out files: 86% (3379/3928) Checking out files: 87% (3418/3928) Checking out files: 88% (3457/3928) Checking out files: 89% (3496/3928) Checking out files: 90% (3536/3928) Checking out files: 91% (3575/3928) Checking out files: 92% (3614/3928) Checking out files: 93% (3654/3928) Checking out files: 94% (3693/3928) Checking out files: 95% (3732/3928) Checking out files: 96% (3771/3928) Checking out files: 97% (3811/3928) Checking out files: 98% (3850/3928) Checking out files: 99% (3889/3928) Checking out files: 100% (3928/3928) Checking out files: 100% (3928/3928), done. [2021-06-15T23:20:12.789Z] #57 41.34 + cd /tmp/tmp.JrOj87R9A6/src/github.com/containerd/containerd [2021-06-15T23:20:12.789Z] #57 41.34 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-15T23:20:12.789Z] #57 42.17 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-15T23:20:12.789Z] #57 42.17 + BUILDTAGS='netgo osusergo static_build' [2021-06-15T23:20:12.789Z] #57 42.17 + export EXTRA_FLAGS=-buildmode=pie [2021-06-15T23:20:12.789Z] #57 42.17 + EXTRA_FLAGS=-buildmode=pie [2021-06-15T23:20:12.789Z] #57 42.17 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-15T23:20:12.789Z] #57 42.17 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-15T23:20:12.789Z] #57 42.17 + '[' '' = dynamic ']' [2021-06-15T23:20:12.789Z] #57 42.17 + make [2021-06-15T23:20:12.789Z] #57 43.80 + bin/ctr [2021-06-15T23:20:12.947Z] #48 ... [2021-06-15T23:20:12.947Z] [2021-06-15T23:20:12.947Z] #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-06-15T23:20:12.947Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:20:12.947Z] #36 10.62 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:20:12.947Z] #36 13.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:20:12.947Z] #36 ... [2021-06-15T23:20:12.947Z] [2021-06-15T23:20:12.947Z] #48 [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-06-15T23:20:12.947Z] #48 sha256:3cea563de873f9b7194b6f091cb3c4166cfb065ca8044fd9c15e66e9f6b78db0 [2021-06-15T23:20:12.947Z] #48 20.70 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:20:12.947Z] #48 20.76 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:20:12.948Z] #48 20.78 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:20:13.029Z] #46 9.863 runtime/internal/math [2021-06-15T23:20:13.029Z] #46 9.940 internal/race [2021-06-15T23:20:13.029Z] #46 10.06 sync/atomic [2021-06-15T23:20:13.029Z] #46 ... [2021-06-15T23:20:13.029Z] [2021-06-15T23:20:13.029Z] #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-06-15T23:20:13.029Z] #24 sha256:185681f864df0bfd9172683609693996c7284978eee9b6bf348a5ee0dc69ef31 [2021-06-15T23:20:13.029Z] #24 5.518 + RM_GOPATH=0 [2021-06-15T23:20:13.029Z] #24 5.518 + TMP_GOPATH= [2021-06-15T23:20:13.029Z] #24 5.518 + : /build [2021-06-15T23:20:13.029Z] #24 5.518 + '[' -z '' ']' [2021-06-15T23:20:13.029Z] #24 5.518 ++ mktemp -d [2021-06-15T23:20:13.029Z] #24 5.518 + export GOPATH=/tmp/tmp.NsPPCVUSTe [2021-06-15T23:20:13.029Z] #24 5.518 + GOPATH=/tmp/tmp.NsPPCVUSTe [2021-06-15T23:20:13.029Z] #24 5.518 + RM_GOPATH=1 [2021-06-15T23:20:13.029Z] #24 5.518 + case "$(go env GOARCH)" in [2021-06-15T23:20:13.029Z] #24 5.518 ++ go env GOARCH [2021-06-15T23:20:13.029Z] #24 5.555 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:13.029Z] #24 5.555 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:13.029Z] #24 5.555 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:13.029Z] #24 5.555 + dir=/tmp/install [2021-06-15T23:20:13.029Z] #24 5.555 + bin=dockercli [2021-06-15T23:20:13.029Z] #24 5.555 + shift [2021-06-15T23:20:13.029Z] #24 5.555 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-15T23:20:13.029Z] #24 5.555 + . /tmp/install/dockercli.installer [2021-06-15T23:20:13.029Z] #24 5.555 ++ : stable [2021-06-15T23:20:13.029Z] #24 5.555 ++ : 17.06.2-ce [2021-06-15T23:20:13.029Z] #24 5.555 + install_dockercli [2021-06-15T23:20:13.029Z] #24 5.555 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-15T23:20:13.029Z] #24 5.556 Install docker/cli version 17.06.2-ce from stable [2021-06-15T23:20:13.029Z] #24 5.556 ++ uname -m [2021-06-15T23:20:13.029Z] #24 5.560 + arch=x86_64 [2021-06-15T23:20:13.029Z] #24 5.560 + '[' x86_64 '!=' x86_64 ']' [2021-06-15T23:20:13.029Z] #24 5.560 + url=https://download.docker.com/linux/static [2021-06-15T23:20:13.029Z] #24 5.560 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-15T23:20:13.029Z] #24 5.564 + tar -xz docker/docker [2021-06-15T23:20:13.209Z] #48 20.86 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:20:13.209Z] #48 20.92 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:20:13.209Z] #48 ... [2021-06-15T23:20:13.209Z] [2021-06-15T23:20:13.209Z] #56 [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-06-15T23:20:13.209Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:20:13.209Z] #56 10.88 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:20:13.209Z] #56 13.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:20:13.209Z] #56 ... [2021-06-15T23:20:13.209Z] [2021-06-15T23:20:13.209Z] #46 [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-06-15T23:20:13.209Z] #46 sha256:84122ad086a5fad57995806e429fd7c61ce5dc2cf05314b837e02911c6d103d7 [2021-06-15T23:20:13.209Z] #46 10.91 unicode [2021-06-15T23:20:13.209Z] #46 11.05 runtime [2021-06-15T23:20:13.209Z] #46 15.45 unicode/utf8 [2021-06-15T23:20:13.209Z] #46 16.58 math/bits [2021-06-15T23:20:13.209Z] #46 17.87 math [2021-06-15T23:20:13.209Z] #46 20.83 internal/testlog [2021-06-15T23:20:13.209Z] #46 21.11 encoding [2021-06-15T23:20:13.286Z] #24 ... [2021-06-15T23:20:13.286Z] [2021-06-15T23:20:13.286Z] #59 [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-06-15T23:20:13.286Z] #59 sha256:ec6e29f6bae1323118d5a4971400d8977d206bff2ccc7a17ed51096f4589f311 [2021-06-15T23:20:13.286Z] #59 5.888 + RM_GOPATH=0 [2021-06-15T23:20:13.286Z] #59 5.888 + TMP_GOPATH= [2021-06-15T23:20:13.286Z] #59 5.888 + : /build [2021-06-15T23:20:13.286Z] #59 5.888 + '[' -z '' ']' [2021-06-15T23:20:13.286Z] #59 5.888 ++ mktemp -d [2021-06-15T23:20:13.286Z] #59 5.888 + export GOPATH=/tmp/tmp.6KNESRtGTW [2021-06-15T23:20:13.286Z] #59 5.888 + GOPATH=/tmp/tmp.6KNESRtGTW [2021-06-15T23:20:13.286Z] #59 5.888 + RM_GOPATH=1 [2021-06-15T23:20:13.286Z] #59 5.888 + case "$(go env GOARCH)" in [2021-06-15T23:20:13.286Z] #59 5.888 ++ go env GOARCH [2021-06-15T23:20:13.286Z] #59 5.962 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:13.286Z] #59 5.962 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:13.286Z] #59 5.962 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:13.286Z] #59 5.979 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-15T23:20:13.286Z] #59 5.979 + dir=/tmp/install [2021-06-15T23:20:13.286Z] #59 5.979 + bin=rootlesskit [2021-06-15T23:20:13.286Z] #59 5.979 + shift [2021-06-15T23:20:13.286Z] #59 5.979 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-15T23:20:13.286Z] #59 5.979 + . /tmp/install/rootlesskit.installer [2021-06-15T23:20:13.286Z] #59 5.979 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-15T23:20:13.286Z] #59 5.979 + install_rootlesskit [2021-06-15T23:20:13.286Z] #59 5.979 + case "$1" in [2021-06-15T23:20:13.286Z] #59 5.979 + export CGO_ENABLED=0 [2021-06-15T23:20:13.286Z] #59 5.979 + CGO_ENABLED=0 [2021-06-15T23:20:13.286Z] #59 5.979 + _install_rootlesskit [2021-06-15T23:20:13.286Z] #59 5.979 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-15T23:20:13.287Z] #59 5.979 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.6KNESRtGTW/src/github.com/rootless-containers/rootlesskit [2021-06-15T23:20:13.287Z] #59 5.979 Cloning into '/tmp/tmp.6KNESRtGTW/src/github.com/rootless-containers/rootlesskit'... [2021-06-15T23:20:13.300Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-06-15T23:20:13.470Z] #46 21.26 unicode/utf16 [2021-06-15T23:20:13.470Z] #46 ... [2021-06-15T23:20:13.470Z] [2021-06-15T23:20:13.470Z] #34 [tomll 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/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-15T23:20:13.470Z] #34 sha256:b123c86a5114fb65d61d6df73482c89a60ceef5dd5d9fdafc2621a0e5c676c9e [2021-06-15T23:20:13.470Z] #34 10.92 github.com/pelletier/go-toml [2021-06-15T23:20:13.470Z] #34 19.57 github.com/pelletier/go-toml/cmd/tomll [2021-06-15T23:20:13.543Z] #59 ... [2021-06-15T23:20:13.544Z] [2021-06-15T23:20:13.544Z] #34 [tomll 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/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-15T23:20:13.544Z] #34 sha256:448d0205ad69314057921a9d9d67fb574c4db9ed02d9bd73daa217719926ec48 [2021-06-15T23:20:13.544Z] #34 4.946 Install go-toml version v1.8.1 [2021-06-15T23:20:13.544Z] #34 4.978 go: finding github.com v1.8.1 [2021-06-15T23:20:13.544Z] #34 4.978 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-06-15T23:20:13.544Z] #34 4.978 go: finding github.com/pelletier/go-toml v1.8.1 [2021-06-15T23:20:13.544Z] #34 4.978 go: finding github.com/pelletier v1.8.1 [2021-06-15T23:20:13.544Z] #34 4.978 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-06-15T23:20:13.544Z] #34 5.441 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-15T23:20:13.544Z] #34 5.865 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-06-15T23:20:13.544Z] #34 9.007 github.com/pelletier/go-toml [2021-06-15T23:20:13.544Z] #34 ... [2021-06-15T23:20:13.544Z] [2021-06-15T23:20:13.544Z] #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-06-15T23:20:13.544Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:20:13.544Z] #40 5.890 + git clone https://github.com/docker/distribution.git . [2021-06-15T23:20:13.544Z] #40 5.947 Cloning into '.'... [2021-06-15T23:20:13.544Z] #40 ... [2021-06-15T23:20:13.544Z] [2021-06-15T23:20:13.544Z] #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-06-15T23:20:13.544Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:20:13.544Z] #36 5.513 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:13.544Z] #36 5.526 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:13.544Z] #36 5.604 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:13.544Z] #36 6.388 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:20:13.544Z] #36 10.49 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:20:13.732Z] #34 ... [2021-06-15T23:20:13.732Z] [2021-06-15T23:20:13.732Z] #50 [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-06-15T23:20:13.732Z] #50 sha256:c6047757b91b158ef0656a4f5c05ab50633ea7c2aaa6adc16ce9f8e5fb73c702 [2021-06-15T23:20:13.732Z] #50 20.63 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-06-15T23:20:13.732Z] #50 20.83 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-15T23:20:13.732Z] #50 21.02 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-15T23:20:13.732Z] #50 21.43 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-15T23:20:13.732Z] #50 21.52 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-15T23:20:13.732Z] #50 21.54 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-15T23:20:13.732Z] #50 21.66 go: extracting github.com/ultraware/funlen v0.0.2 [2021-06-15T23:20:13.800Z] #36 ... [2021-06-15T23:20:13.801Z] [2021-06-15T23:20:13.801Z] #56 [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-06-15T23:20:13.801Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:20:13.801Z] #56 6.849 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:13.801Z] #56 6.978 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:13.801Z] #56 6.989 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:13.801Z] #56 9.073 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:20:13.995Z] #50 21.76 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-15T23:20:14.059Z] #56 ... [2021-06-15T23:20:14.059Z] [2021-06-15T23:20:14.059Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:14.059Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:14.059Z] #44 6.860 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:14.059Z] #44 6.923 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:14.059Z] #44 6.924 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:14.059Z] #44 9.718 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:20:14.059Z] #44 10.29 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-06-15T23:20:14.059Z] #44 ... [2021-06-15T23:20:14.059Z] [2021-06-15T23:20:14.059Z] #52 [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-06-15T23:20:14.059Z] #52 sha256:1ea7d50b8d9469b26d084ad4a397ddbd5644c447deae22a6ed65be0cbbe952c9 [2021-06-15T23:20:14.059Z] #52 5.717 + RM_GOPATH=0 [2021-06-15T23:20:14.059Z] #52 5.717 + TMP_GOPATH= [2021-06-15T23:20:14.059Z] #52 5.717 + : /build [2021-06-15T23:20:14.059Z] #52 5.717 + '[' -z '' ']' [2021-06-15T23:20:14.059Z] #52 5.717 ++ mktemp -d [2021-06-15T23:20:14.059Z] #52 5.717 + export GOPATH=/tmp/tmp.OtWTsEXw0S [2021-06-15T23:20:14.059Z] #52 5.717 + GOPATH=/tmp/tmp.OtWTsEXw0S [2021-06-15T23:20:14.059Z] #52 5.717 + RM_GOPATH=1 [2021-06-15T23:20:14.059Z] #52 5.717 + case "$(go env GOARCH)" in [2021-06-15T23:20:14.059Z] #52 5.717 ++ go env GOARCH [2021-06-15T23:20:14.059Z] #52 5.730 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:14.059Z] #52 5.730 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:14.059Z] #52 5.730 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:14.059Z] #52 5.730 + dir=/tmp/install [2021-06-15T23:20:14.059Z] #52 5.730 + bin=shfmt [2021-06-15T23:20:14.059Z] #52 5.730 + shift [2021-06-15T23:20:14.059Z] #52 5.730 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-15T23:20:14.059Z] #52 5.730 + . /tmp/install/shfmt.installer [2021-06-15T23:20:14.059Z] #52 5.730 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-15T23:20:14.059Z] #52 5.730 + install_shfmt [2021-06-15T23:20:14.059Z] #52 5.730 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-15T23:20:14.059Z] #52 5.730 + git clone https://github.com/mvdan/sh.git /tmp/tmp.OtWTsEXw0S/src/github.com/mvdan/sh [2021-06-15T23:20:14.059Z] #52 5.730 Cloning into '/tmp/tmp.OtWTsEXw0S/src/github.com/mvdan/sh'... [2021-06-15T23:20:14.059Z] #52 5.730 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-15T23:20:14.081Z] #9 ... [2021-06-15T23:20:14.081Z] [2021-06-15T23:20:14.081Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-15T23:20:14.081Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-15T23:20:14.081Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.2s done [2021-06-15T23:20:14.081Z] #65 DONE 12.0s [2021-06-15T23:20:14.081Z] [2021-06-15T23:20:14.081Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:20:14.081Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-15T23:20:14.315Z] #52 ... [2021-06-15T23:20:14.315Z] [2021-06-15T23:20:14.315Z] #50 [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-06-15T23:20:14.315Z] #50 sha256:5c5c9169e2b6a16a17263cdce4c250f0d0cf6d08cdade8c33ffdcc80d0d1556d [2021-06-15T23:20:14.315Z] #50 6.045 + RM_GOPATH=0 [2021-06-15T23:20:14.315Z] #50 6.045 + TMP_GOPATH= [2021-06-15T23:20:14.315Z] #50 6.045 + : /build [2021-06-15T23:20:14.315Z] #50 6.045 + '[' -z '' ']' [2021-06-15T23:20:14.315Z] #50 6.055 ++ mktemp -d [2021-06-15T23:20:14.315Z] #50 6.088 + export GOPATH=/tmp/tmp.tSwGD4idTk [2021-06-15T23:20:14.315Z] #50 6.088 + GOPATH=/tmp/tmp.tSwGD4idTk [2021-06-15T23:20:14.315Z] #50 6.088 + RM_GOPATH=1 [2021-06-15T23:20:14.315Z] #50 6.088 + case "$(go env GOARCH)" in [2021-06-15T23:20:14.315Z] #50 6.088 ++ go env GOARCH [2021-06-15T23:20:14.315Z] #50 6.116 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:14.315Z] #50 6.116 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:14.315Z] #50 6.116 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:14.315Z] #50 6.116 + dir=/tmp/install [2021-06-15T23:20:14.315Z] #50 6.116 + bin=golangci_lint [2021-06-15T23:20:14.315Z] #50 6.116 + shift [2021-06-15T23:20:14.315Z] #50 6.116 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-15T23:20:14.315Z] #50 6.116 + . /tmp/install/golangci_lint.installer [2021-06-15T23:20:14.315Z] #50 6.116 ++ : v1.23.8 [2021-06-15T23:20:14.315Z] #50 6.116 + install_golangci_lint [2021-06-15T23:20:14.315Z] #50 6.116 + set -e [2021-06-15T23:20:14.315Z] #50 6.116 + export GO111MODULE=on [2021-06-15T23:20:14.315Z] #50 6.116 + GO111MODULE=on [2021-06-15T23:20:14.315Z] #50 6.116 + GOBIN=/build [2021-06-15T23:20:14.316Z] #50 6.116 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-15T23:20:14.316Z] #50 6.253 go: finding github.com v1.23.8 [2021-06-15T23:20:14.316Z] #50 6.253 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-06-15T23:20:14.316Z] #50 6.253 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-06-15T23:20:14.316Z] #50 6.253 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-06-15T23:20:14.316Z] #50 6.253 go: finding github.com/golangci v1.23.8 [2021-06-15T23:20:14.316Z] #50 7.288 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-15T23:20:14.316Z] #50 8.183 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-06-15T23:20:14.316Z] #50 ... [2021-06-15T23:20:14.316Z] [2021-06-15T23:20:14.316Z] #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-06-15T23:20:14.316Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-15T23:20:14.316Z] #32 6.144 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-15T23:20:14.316Z] #32 6.144 Cloning into '.'... [2021-06-15T23:20:14.568Z] #50 22.09 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-15T23:20:14.568Z] #50 22.21 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-06-15T23:20:14.568Z] #50 ... [2021-06-15T23:20:14.568Z] [2021-06-15T23:20:14.568Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:14.568Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:14.568Z] #44 11.66 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:20:14.568Z] #44 14.20 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:20:14.568Z] #44 18.48 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-06-15T23:20:14.568Z] #44 ... [2021-06-15T23:20:14.568Z] [2021-06-15T23:20:14.568Z] #46 [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-06-15T23:20:14.568Z] #46 sha256:84122ad086a5fad57995806e429fd7c61ce5dc2cf05314b837e02911c6d103d7 [2021-06-15T23:20:14.568Z] #46 21.41 container/list [2021-06-15T23:20:14.568Z] #46 21.98 crypto/internal/subtle [2021-06-15T23:20:14.568Z] #46 22.06 crypto/subtle [2021-06-15T23:20:14.568Z] #46 22.21 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-15T23:20:14.568Z] #46 22.28 internal/nettrace [2021-06-15T23:20:14.568Z] #46 22.40 runtime/cgo [2021-06-15T23:20:14.573Z] #32 ... [2021-06-15T23:20:14.573Z] [2021-06-15T23:20:14.573Z] #48 [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-06-15T23:20:14.573Z] #48 sha256:6333329c584995fb39b63da3bdc97d7f215f8744bf096f23627a7360309c715f [2021-06-15T23:20:14.573Z] #48 9.877 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-15T23:20:14.573Z] #48 9.914 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:20:14.573Z] #48 10.09 go: extracting github.com/pkg/errors v0.9.1 [2021-06-15T23:20:14.573Z] #48 10.25 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:20:14.573Z] #48 10.30 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:20:14.573Z] #48 10.38 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:20:14.573Z] #48 10.47 go: extracting github.com/fatih/color v1.9.0 [2021-06-15T23:20:14.573Z] #48 10.61 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:20:14.573Z] #48 10.61 go: extracting github.com/spf13/pflag v1.0.3 [2021-06-15T23:20:14.573Z] #48 10.64 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:20:14.573Z] #48 10.65 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:20:14.573Z] #48 10.93 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:20:14.573Z] #48 11.26 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:20:14.657Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 4.2s done [2021-06-15T23:20:14.671Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.7s done [2021-06-15T23:20:14.671Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a [2021-06-15T23:20:14.927Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-06-15T23:20:14.927Z] #9 ... [2021-06-15T23:20:14.927Z] [2021-06-15T23:20:14.927Z] #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-06-15T23:20:14.927Z] #29 sha256:3a0aa91fee7e0d2b40c60277b61fe61746ac6cd8aee38390ae8c825b577430ae [2021-06-15T23:20:14.927Z] #29 1.128 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-15T23:20:14.927Z] #29 1.209 [2021-06-15T23:20:14.927Z] #29 1.321 ########## 14.1% ########################### 37.9% ######################################### 57.8% ####################################################### 77.7% ###################################################################### 97.5% ######################################################################## 100.0% [2021-06-15T23:20:14.927Z] #29 1.808 [2021-06-15T23:20:14.927Z] #29 1.915 ######################################################################## 100.0% [2021-06-15T23:20:14.927Z] #29 1.998 [2021-06-15T23:20:14.927Z] #29 2.110 ############################################################### 88.8% ######################################################################## 100.0% [2021-06-15T23:20:14.927Z] #29 2.199 [2021-06-15T23:20:14.927Z] #29 2.313 ############ 17.0% ########################## 36.4% ######################################## 55.7% ##################################################### 74.6% ################################################################### 94.2% ######################################################################## 100.0% [2021-06-15T23:20:14.927Z] #29 2.814 [2021-06-15T23:20:14.927Z] #29 2.929 ### 4.4% ####### 9.7% ########## 14.9% ############## 19.9% ################## 25.3% ##################### 30.5% ######################### 35.7% ############################# 41.0% ################################# 46.2% ##################################### 51.4% ######################################## 56.6% ############################################ 61.9% ################################################ 67.1% #################################################### 72.2% ####################################################### 77.4% ########################################################### 82.6% ############################################################### 87.7% ################################################################### 93.1% ###################################################################### 98.1% ######################################################################## 100.0% [2021-06-15T23:20:14.927Z] #29 4.787 [2021-06-15T23:20:14.927Z] #29 5.047 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-15T23:20:14.927Z] #29 5.131 [2021-06-15T23:20:14.927Z] #29 5.181 ######################################################################## 100.0% [2021-06-15T23:20:14.927Z] #29 5.195 [2021-06-15T23:20:14.927Z] #29 5.534 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-15T23:20:14.927Z] #29 5.612 [2021-06-15T23:20:14.927Z] #29 5.711 ######################################################################## 100.0% [2021-06-15T23:20:14.927Z] #29 5.759 [2021-06-15T23:20:14.927Z] #29 6.045 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-15T23:20:14.927Z] #29 6.116 [2021-06-15T23:20:14.927Z] #29 6.241 ######### 12.9% ######################## 34.4% ##################################### 52.3% ################################################# 68.7% ############################################################### 88.3% ######################################################################## 100.0% [2021-06-15T23:20:14.927Z] #29 6.721 [2021-06-15T23:20:14.927Z] #29 7.002 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-15T23:20:14.927Z] #29 7.070 [2021-06-15T23:20:14.927Z] #29 7.117 ######################################################################## 100.0% [2021-06-15T23:20:14.927Z] #29 7.133 [2021-06-15T23:20:15.143Z] #46 ... [2021-06-15T23:20:15.144Z] [2021-06-15T23:20:15.144Z] #34 [tomll 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/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-15T23:20:15.144Z] #34 sha256:b123c86a5114fb65d61d6df73482c89a60ceef5dd5d9fdafc2621a0e5c676c9e [2021-06-15T23:20:15.144Z] #34 DONE 22.9s [2021-06-15T23:20:15.184Z] #29 ... [2021-06-15T23:20:15.184Z] [2021-06-15T23:20:15.184Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:20:15.184Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-15T23:20:15.184Z] #9 DONE 29.3s [2021-06-15T23:20:15.184Z] [2021-06-15T23:20:15.184Z] #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-06-15T23:20:15.184Z] #29 sha256:3a0aa91fee7e0d2b40c60277b61fe61746ac6cd8aee38390ae8c825b577430ae [2021-06-15T23:20:15.184Z] #29 7.287 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-15T23:20:15.184Z] #29 7.346 [2021-06-15T23:20:15.184Z] #29 7.404 ######################################################################## 100.0% [2021-06-15T23:20:15.184Z] #29 7.423 [2021-06-15T23:20:15.184Z] #29 7.438 Download of images into '/build' complete. [2021-06-15T23:20:15.184Z] #29 7.438 Use something like the following to load the result into a Docker daemon: [2021-06-15T23:20:15.184Z] #29 7.438 tar -cC '/build' . | docker load [2021-06-15T23:20:15.406Z] [2021-06-15T23:20:15.406Z] #50 [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-06-15T23:20:15.406Z] #50 sha256:c6047757b91b158ef0656a4f5c05ab50633ea7c2aaa6adc16ce9f8e5fb73c702 [2021-06-15T23:20:15.406Z] #50 22.50 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-15T23:20:15.406Z] #50 22.67 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-06-15T23:20:15.406Z] #50 23.21 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-15T23:20:15.515Z] #48 12.19 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:20:15.612Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 [2021-06-15T23:20:15.978Z] #50 23.69 go: extracting github.com/stretchr/objx v0.2.0 [2021-06-15T23:20:16.241Z] #50 23.77 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-15T23:20:16.485Z] #48 13.11 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:20:16.815Z] #50 24.39 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-15T23:20:17.074Z] #29 DONE 9.2s [2021-06-15T23:20:17.074Z] [2021-06-15T23:20:17.074Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-15T23:20:17.074Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-06-15T23:20:17.537Z] #9 ... [2021-06-15T23:20:17.537Z] [2021-06-15T23:20:17.537Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-15T23:20:17.537Z] #26 sha256:238014735748796eee12b791743465d56236f5233188993f3b03175284d85561 [2021-06-15T23:20:17.537Z] #26 sha256:c54d9402d498e45ed396b5b6fe836f55e4ccadbad745decda3e9f83d880bc677 49.23MB / 49.23MB 10.4s done [2021-06-15T23:20:17.537Z] #26 extracting sha256:c54d9402d498e45ed396b5b6fe836f55e4ccadbad745decda3e9f83d880bc677 3.8s done [2021-06-15T23:20:17.537Z] #26 DONE 15.5s [2021-06-15T23:20:17.537Z] [2021-06-15T23:20:17.537Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:20:17.537Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-15T23:20:17.635Z] #10 DONE 2.4s [2021-06-15T23:20:17.635Z] [2021-06-15T23:20:17.635Z] #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-06-15T23:20:17.635Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-06-15T23:20:17.801Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.3s done [2021-06-15T23:20:18.063Z] #57 ... [2021-06-15T23:20:18.063Z] [2021-06-15T23:20:18.063Z] #46 [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-06-15T23:20:18.063Z] #46 sha256:98af85b243fd850cfa43ce32c158b8e7c522e0870c6c8366bcbfc8c71ea95f89 [2021-06-15T23:20:18.063Z] #46 39.48 vendor/golang.org/x/text/secure/bidirule [2021-06-15T23:20:18.063Z] #46 39.74 vendor/golang.org/x/text/unicode/norm [2021-06-15T23:20:18.063Z] #46 43.47 vendor/golang.org/x/net/idna [2021-06-15T23:20:18.063Z] #46 46.14 vendor/golang.org/x/net/http2/hpack [2021-06-15T23:20:18.063Z] #46 46.98 mime [2021-06-15T23:20:18.063Z] #46 48.47 mime/quotedprintable [2021-06-15T23:20:18.063Z] #46 48.82 net/http/internal [2021-06-15T23:20:18.198Z] #11 DONE 0.7s [2021-06-15T23:20:18.203Z] #50 ... [2021-06-15T23:20:18.203Z] [2021-06-15T23:20:18.203Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:18.203Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:18.203Z] #13 10.84 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:20:18.203Z] #13 ... [2021-06-15T23:20:18.203Z] [2021-06-15T23:20:18.203Z] #50 [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-06-15T23:20:18.203Z] #50 sha256:c6047757b91b158ef0656a4f5c05ab50633ea7c2aaa6adc16ce9f8e5fb73c702 [2021-06-15T23:20:18.203Z] #50 25.98 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-15T23:20:18.203Z] #50 26.05 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-06-15T23:20:18.378Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe [2021-06-15T23:20:18.378Z] #48 ... [2021-06-15T23:20:18.378Z] [2021-06-15T23:20:18.378Z] #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-06-15T23:20:18.378Z] #24 sha256:185681f864df0bfd9172683609693996c7284978eee9b6bf348a5ee0dc69ef31 [2021-06-15T23:20:18.378Z] #24 14.44 + mkdir -p /build [2021-06-15T23:20:18.378Z] #24 14.45 + mv docker/docker /build/ [2021-06-15T23:20:18.378Z] #24 14.46 + rmdir docker [2021-06-15T23:20:18.378Z] #24 DONE 15.0s [2021-06-15T23:20:18.378Z] [2021-06-15T23:20:18.378Z] #50 [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-06-15T23:20:18.378Z] #50 sha256:5c5c9169e2b6a16a17263cdce4c250f0d0cf6d08cdade8c33ffdcc80d0d1556d [2021-06-15T23:20:18.378Z] #50 14.70 go: downloading github.com/spf13/viper v1.6.1 [2021-06-15T23:20:18.378Z] #50 14.70 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-15T23:20:18.378Z] #50 14.70 go: downloading github.com/fatih/color v1.7.0 [2021-06-15T23:20:18.378Z] #50 14.83 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-15T23:20:18.378Z] #50 14.88 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-15T23:20:18.378Z] #50 14.96 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-15T23:20:18.378Z] #50 14.98 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-15T23:20:18.378Z] #50 15.36 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-15T23:20:18.454Z] [2021-06-15T23:20:18.454Z] #59 [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-06-15T23:20:18.454Z] #59 sha256:463505eaf4316fa6915432858acad5892ccfb7c46d7e02a1c9f496c095fd0033 [2021-06-15T23:20:18.635Z] #50 15.52 go: extracting github.com/fatih/color v1.7.0 [2021-06-15T23:20:18.635Z] #50 15.56 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-15T23:20:18.635Z] #50 15.59 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-15T23:20:18.635Z] #50 15.60 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-15T23:20:18.635Z] #50 15.60 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-15T23:20:18.635Z] #50 15.63 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-15T23:20:18.715Z] #59 ... [2021-06-15T23:20:18.715Z] [2021-06-15T23:20:18.715Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-15T23:20:18.716Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-06-15T23:20:18.716Z] #39 DONE 0.2s [2021-06-15T23:20:18.716Z] [2021-06-15T23:20:18.716Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-15T23:20:18.716Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-06-15T23:20:18.716Z] #31 DONE 0.3s [2021-06-15T23:20:18.716Z] [2021-06-15T23:20:18.716Z] #43 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-06-15T23:20:18.716Z] #43 sha256:c7c4cb3e3d3f47a4ea920d843693274cc417140c28a241f9e22ca5d3704d889a [2021-06-15T23:20:18.716Z] #43 DONE 0.3s [2021-06-15T23:20:18.716Z] [2021-06-15T23:20:18.716Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:18.716Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:18.891Z] #50 15.74 go: extracting github.com/spf13/viper v1.6.1 [2021-06-15T23:20:18.891Z] #50 15.75 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-15T23:20:18.891Z] #50 15.80 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-15T23:20:19.198Z] #50 15.89 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-15T23:20:19.441Z] #46 51.15 net/textproto [2021-06-15T23:20:19.441Z] #46 51.17 crypto/x509 [2021-06-15T23:20:19.455Z] #50 16.30 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-15T23:20:19.455Z] #50 16.35 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-15T23:20:19.455Z] #50 16.46 go: extracting github.com/ultraware/funlen v0.0.2 [2021-06-15T23:20:19.609Z] #50 27.11 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-15T23:20:19.609Z] #50 27.13 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-15T23:20:19.609Z] #50 27.13 go: downloading github.com/spf13/afero v1.1.2 [2021-06-15T23:20:19.609Z] #50 27.13 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-15T23:20:19.609Z] #50 27.14 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-15T23:20:19.609Z] #50 27.18 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-15T23:20:19.609Z] #50 27.20 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-15T23:20:19.609Z] #50 27.20 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-15T23:20:19.609Z] #50 27.20 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-15T23:20:19.609Z] #50 27.20 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-06-15T23:20:19.609Z] #50 27.24 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-15T23:20:19.609Z] #50 27.27 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-06-15T23:20:19.609Z] #50 27.29 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-15T23:20:19.609Z] #50 27.36 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-15T23:20:19.609Z] #50 27.40 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-06-15T23:20:19.712Z] #50 16.46 go: downloading github.com/spf13/cast v1.3.0 [2021-06-15T23:20:19.712Z] #50 16.58 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-15T23:20:19.712Z] #50 16.61 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-15T23:20:19.869Z] #50 27.40 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-15T23:20:19.870Z] #50 27.43 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-15T23:20:19.870Z] #50 27.45 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-15T23:20:19.870Z] #50 27.48 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-06-15T23:20:19.870Z] #50 27.48 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-15T23:20:19.870Z] #50 27.56 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-15T23:20:19.870Z] #50 27.56 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-15T23:20:19.870Z] #50 27.69 go: extracting github.com/spf13/afero v1.1.2 [2021-06-15T23:20:19.969Z] #50 16.80 go: extracting github.com/spf13/cast v1.3.0 [2021-06-15T23:20:19.969Z] #50 16.83 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-15T23:20:19.969Z] #50 16.98 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-15T23:20:20.130Z] #50 27.70 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-15T23:20:20.130Z] #50 27.70 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-15T23:20:20.130Z] #50 27.70 go: extracting github.com/kisielk/gotool v1.0.0 [2021-06-15T23:20:20.130Z] #50 27.74 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-15T23:20:20.130Z] #50 27.82 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-15T23:20:20.226Z] #50 17.10 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-06-15T23:20:20.226Z] #50 17.18 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-15T23:20:20.378Z] #46 51.94 vendor/golang.org/x/net/http/httpguts [2021-06-15T23:20:20.378Z] #46 52.22 vendor/golang.org/x/net/http/httpproxy [2021-06-15T23:20:20.391Z] #50 27.98 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-15T23:20:20.391Z] #50 27.99 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-15T23:20:20.391Z] #50 27.99 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-15T23:20:20.391Z] #50 28.01 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-15T23:20:20.391Z] #50 28.02 go: downloading github.com/spf13/cast v1.3.0 [2021-06-15T23:20:20.391Z] #50 28.03 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-15T23:20:20.391Z] #50 28.07 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-15T23:20:20.391Z] #50 28.20 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-15T23:20:20.391Z] #50 28.20 go: downloading golang.org/x/text v0.3.2 [2021-06-15T23:20:20.391Z] #50 28.30 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-15T23:20:20.482Z] #50 17.28 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-06-15T23:20:20.482Z] #50 17.33 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-15T23:20:20.482Z] #50 17.37 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-15T23:20:20.482Z] #50 17.45 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-15T23:20:20.482Z] #50 17.46 go: extracting github.com/spf13/pflag v1.0.5 [2021-06-15T23:20:20.651Z] #50 28.32 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-06-15T23:20:20.651Z] #50 28.40 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-06-15T23:20:20.651Z] #50 28.41 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-06-15T23:20:20.651Z] #50 28.42 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-15T23:20:20.651Z] #50 28.45 go: extracting github.com/spf13/cast v1.3.0 [2021-06-15T23:20:20.651Z] #50 28.47 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-15T23:20:20.651Z] #50 28.51 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-15T23:20:20.738Z] #50 17.80 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-15T23:20:20.923Z] #50 28.57 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-15T23:20:20.923Z] #50 28.57 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-06-15T23:20:20.923Z] #50 ... [2021-06-15T23:20:20.923Z] [2021-06-15T23:20:20.923Z] #52 [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-06-15T23:20:20.923Z] #52 sha256:1d84028f774f8e648486e02961c5ca32d499339fe746bf4a1ef21e00679614a4 [2021-06-15T23:20:20.923Z] #52 18.74 + cd /tmp/tmp.RkyOEyk1RS/src/github.com/mvdan/sh [2021-06-15T23:20:20.923Z] #52 18.74 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-15T23:20:20.923Z] #52 18.85 + GO111MODULE=on [2021-06-15T23:20:20.923Z] #52 18.85 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-15T23:20:20.923Z] #52 19.90 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-15T23:20:20.923Z] #52 19.93 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-15T23:20:20.923Z] #52 20.00 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-15T23:20:20.923Z] #52 20.02 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-15T23:20:20.923Z] #52 20.19 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-15T23:20:20.923Z] #52 21.05 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-15T23:20:20.923Z] #52 21.69 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-15T23:20:20.923Z] #52 23.32 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-15T23:20:20.923Z] #52 24.75 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-15T23:20:20.923Z] #52 24.89 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-15T23:20:20.923Z] #52 25.01 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-15T23:20:20.923Z] #52 25.18 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-15T23:20:20.923Z] #52 25.78 runtime [2021-06-15T23:20:20.923Z] #52 25.78 runtime/cgo [2021-06-15T23:20:20.945Z] #46 52.66 mime/multipart [2021-06-15T23:20:20.995Z] #50 17.86 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-15T23:20:21.183Z] #52 ... [2021-06-15T23:20:21.183Z] [2021-06-15T23:20:21.183Z] #50 [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-06-15T23:20:21.183Z] #50 sha256:c6047757b91b158ef0656a4f5c05ab50633ea7c2aaa6adc16ce9f8e5fb73c702 [2021-06-15T23:20:21.183Z] #50 28.81 go: extracting github.com/spf13/cobra v0.0.5 [2021-06-15T23:20:21.183Z] #50 28.90 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-15T23:20:21.183Z] #50 28.93 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-15T23:20:21.183Z] #50 29.01 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-15T23:20:21.183Z] #50 29.02 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-15T23:20:21.246Z] #44 ... [2021-06-15T23:20:21.246Z] [2021-06-15T23:20:21.246Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-06-15T23:20:21.246Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-06-15T23:20:21.246Z] #12 DONE 2.6s [2021-06-15T23:20:21.246Z] [2021-06-15T23:20:21.247Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:21.247Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:21.251Z] #50 18.23 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-06-15T23:20:21.444Z] #50 29.15 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-15T23:20:21.444Z] #50 29.16 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-15T23:20:21.444Z] #50 29.20 go: downloading github.com/pkg/errors v0.8.1 [2021-06-15T23:20:21.444Z] #50 29.22 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-06-15T23:20:21.444Z] #50 29.28 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-15T23:20:21.444Z] #50 29.29 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-06-15T23:20:21.692Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 3.1s done [2021-06-15T23:20:21.706Z] #50 29.49 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-06-15T23:20:21.706Z] #50 29.51 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-15T23:20:21.706Z] #50 29.57 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-15T23:20:21.967Z] #50 29.64 go: extracting github.com/pkg/errors v0.8.1 [2021-06-15T23:20:21.967Z] #50 29.72 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-15T23:20:22.229Z] #50 29.87 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-15T23:20:22.229Z] #50 29.95 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-15T23:20:22.229Z] #50 29.95 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-15T23:20:22.229Z] #50 29.95 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-15T23:20:22.229Z] #50 29.95 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-15T23:20:22.505Z] #50 30.11 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-15T23:20:22.505Z] #50 30.35 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-06-15T23:20:22.619Z] #50 19.15 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-15T23:20:22.619Z] #50 19.23 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-15T23:20:22.619Z] #50 19.54 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-15T23:20:22.640Z] #9 ... [2021-06-15T23:20:22.640Z] [2021-06-15T23:20:22.640Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-15T23:20:22.640Z] #64 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-06-15T23:20:22.640Z] #64 DONE 1.1s [2021-06-15T23:20:22.640Z] [2021-06-15T23:20:22.640Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:20:22.640Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-15T23:20:22.640Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2021-06-15T23:20:22.668Z] Running on azwin-2-d8feb0 in d:\jenkins\workspace\moby_PR-42473 [Pipeline] { [Pipeline] ws [2021-06-15T23:20:22.691Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-06-15T23:20:22.766Z] #50 30.52 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-06-15T23:20:22.766Z] #50 30.53 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-15T23:20:22.852Z] #46 54.58 crypto/tls [2021-06-15T23:20:23.027Z] #50 30.70 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-15T23:20:23.027Z] #50 30.77 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-15T23:20:23.027Z] #50 30.85 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-06-15T23:20:23.027Z] #50 30.86 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-15T23:20:23.027Z] #50 30.86 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-15T23:20:23.027Z] #50 ... [2021-06-15T23:20:23.027Z] [2021-06-15T23:20:23.027Z] #59 [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-06-15T23:20:23.027Z] #59 sha256:36d2a6ab3de1f94f6cc9c8fd26cb589b59a396b5fed72f6870c99bba5f7d98a2 [2021-06-15T23:20:23.027Z] #59 20.85 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-15T23:20:23.027Z] #59 21.80 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-06-15T23:20:23.027Z] #59 22.41 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-15T23:20:23.027Z] #59 24.61 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-06-15T23:20:23.027Z] #59 25.34 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-15T23:20:23.027Z] #59 25.40 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-15T23:20:23.027Z] #59 25.41 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-15T23:20:23.027Z] #59 25.68 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-06-15T23:20:23.027Z] #59 28.09 go: finding github.com/pkg/errors v0.9.1 [2021-06-15T23:20:23.027Z] #59 28.20 go: finding github.com/sirupsen/logrus v1.8.1 [2021-06-15T23:20:23.027Z] #59 28.42 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-15T23:20:23.027Z] #59 28.53 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-15T23:20:23.027Z] #59 28.58 go: finding github.com/google/uuid v1.2.0 [2021-06-15T23:20:23.027Z] #59 28.73 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-15T23:20:23.027Z] #59 28.78 go: finding github.com/gofrs/flock v0.8.0 [2021-06-15T23:20:23.027Z] #59 28.80 go: finding github.com/moby/vpnkit v0.5.0 [2021-06-15T23:20:23.027Z] #59 28.86 go: finding github.com/gorilla/mux v1.8.0 [2021-06-15T23:20:23.027Z] #59 28.86 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-06-15T23:20:23.027Z] #59 28.95 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-15T23:20:23.027Z] #59 28.99 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-06-15T23:20:23.027Z] #59 29.01 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-06-15T23:20:23.027Z] #59 29.30 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-15T23:20:23.027Z] #59 29.37 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-06-15T23:20:23.181Z] #50 ... [2021-06-15T23:20:23.181Z] [2021-06-15T23:20:23.181Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:23.181Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:23.181Z] #13 5.698 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:20:23.181Z] #13 7.514 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:20:23.181Z] #13 9.846 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:20:23.181Z] #13 12.36 Get:8 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-15T23:20:23.181Z] #13 ... [2021-06-15T23:20:23.181Z] [2021-06-15T23:20:23.181Z] #59 [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-06-15T23:20:23.181Z] #59 sha256:ec6e29f6bae1323118d5a4971400d8977d206bff2ccc7a17ed51096f4589f311 [2021-06-15T23:20:23.181Z] #59 11.77 + cd /tmp/tmp.6KNESRtGTW/src/github.com/rootless-containers/rootlesskit [2021-06-15T23:20:23.181Z] #59 11.77 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-15T23:20:23.181Z] #59 11.83 + export GO111MODULE=on [2021-06-15T23:20:23.181Z] #59 11.83 + GO111MODULE=on [2021-06-15T23:20:23.181Z] #59 11.83 + export GOPROXY=https://proxy.golang.org [2021-06-15T23:20:23.181Z] #59 11.83 + GOPROXY=https://proxy.golang.org [2021-06-15T23:20:23.181Z] #59 11.83 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-15T23:20:23.181Z] #59 11.83 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-15T23:20:23.181Z] #59 13.65 go: downloading github.com/pkg/errors v0.9.1 [2021-06-15T23:20:23.181Z] #59 13.70 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-15T23:20:23.181Z] #59 13.71 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-15T23:20:23.181Z] #59 13.74 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-15T23:20:23.181Z] #59 13.83 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-15T23:20:23.181Z] #59 14.02 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-15T23:20:23.181Z] #59 14.08 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-15T23:20:23.181Z] #59 14.09 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-06-15T23:20:23.181Z] #59 14.15 go: extracting github.com/pkg/errors v0.9.1 [2021-06-15T23:20:23.181Z] #59 14.23 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-15T23:20:23.181Z] #59 14.65 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-06-15T23:20:23.181Z] #59 14.86 go: extracting github.com/gorilla/mux v1.8.0 [2021-06-15T23:20:23.181Z] #59 14.97 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-15T23:20:23.181Z] #59 15.16 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-15T23:20:23.181Z] #59 15.27 go: downloading github.com/google/uuid v1.2.0 [2021-06-15T23:20:23.181Z] #59 15.30 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-15T23:20:23.181Z] #59 15.49 go: extracting github.com/gofrs/flock v0.8.0 [2021-06-15T23:20:23.181Z] #59 15.65 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-15T23:20:23.181Z] #59 15.89 go: extracting github.com/google/uuid v1.2.0 [2021-06-15T23:20:23.181Z] #59 16.87 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-15T23:20:23.181Z] #59 17.00 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-15T23:20:23.181Z] #59 18.53 go: extracting github.com/moby/vpnkit v0.5.0 [2021-06-15T23:20:23.181Z] #59 19.27 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-15T23:20:23.181Z] #59 19.60 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-06-15T23:20:23.287Z] #59 ... [2021-06-15T23:20:23.287Z] [2021-06-15T23:20:23.287Z] #50 [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-06-15T23:20:23.287Z] #50 sha256:c6047757b91b158ef0656a4f5c05ab50633ea7c2aaa6adc16ce9f8e5fb73c702 [2021-06-15T23:20:23.287Z] #50 31.00 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-15T23:20:23.287Z] #50 31.02 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-06-15T23:20:23.287Z] #50 31.05 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-15T23:20:23.287Z] #50 31.13 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-15T23:20:23.440Z] #59 ... [2021-06-15T23:20:23.440Z] [2021-06-15T23:20:23.440Z] #46 [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-06-15T23:20:23.440Z] #46 sha256:3b1c7f5cfbc0a9ea6843653612ad0fa7cb3b874bcd1cac48c88a44bdc56ef137 [2021-06-15T23:20:23.440Z] #46 10.27 unicode [2021-06-15T23:20:23.440Z] #46 10.49 runtime [2021-06-15T23:20:23.440Z] #46 13.80 unicode/utf8 [2021-06-15T23:20:23.440Z] #46 14.38 math/bits [2021-06-15T23:20:23.440Z] #46 14.90 math [2021-06-15T23:20:23.440Z] #46 18.78 internal/testlog [2021-06-15T23:20:23.440Z] #46 19.03 encoding [2021-06-15T23:20:23.440Z] #46 19.15 unicode/utf16 [2021-06-15T23:20:23.440Z] #46 19.60 container/list [2021-06-15T23:20:23.440Z] #46 20.18 crypto/internal/subtle [2021-06-15T23:20:23.440Z] #46 20.38 crypto/subtle [2021-06-15T23:20:23.440Z] #46 ... [2021-06-15T23:20:23.440Z] [2021-06-15T23:20:23.440Z] #52 [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-06-15T23:20:23.440Z] #52 sha256:1ea7d50b8d9469b26d084ad4a397ddbd5644c447deae22a6ed65be0cbbe952c9 [2021-06-15T23:20:23.440Z] #52 17.02 + cd /tmp/tmp.OtWTsEXw0S/src/github.com/mvdan/sh [2021-06-15T23:20:23.440Z] #52 17.03 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-15T23:20:23.440Z] #52 17.16 + GO111MODULE=on [2021-06-15T23:20:23.440Z] #52 17.16 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-15T23:20:23.440Z] #52 18.41 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-15T23:20:23.440Z] #52 18.51 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-15T23:20:23.440Z] #52 18.58 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-15T23:20:23.440Z] #52 18.74 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-15T23:20:23.440Z] #52 18.76 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-15T23:20:23.440Z] #52 19.54 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-15T23:20:23.440Z] #52 20.19 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-15T23:20:23.548Z] #50 31.32 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-15T23:20:23.548Z] #50 31.39 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-15T23:20:23.697Z] #52 ... [2021-06-15T23:20:23.697Z] [2021-06-15T23:20:23.697Z] #34 [tomll 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/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-15T23:20:23.697Z] #34 sha256:448d0205ad69314057921a9d9d67fb574c4db9ed02d9bd73daa217719926ec48 [2021-06-15T23:20:23.697Z] #34 16.94 github.com/pelletier/go-toml/cmd/tomll [2021-06-15T23:20:23.697Z] #34 DONE 20.7s [2021-06-15T23:20:23.818Z] #50 31.52 go: extracting github.com/gobwas/glob v0.2.3 [2021-06-15T23:20:23.818Z] #50 31.75 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-15T23:20:23.954Z] [2021-06-15T23:20:23.954Z] #46 [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-06-15T23:20:23.954Z] #46 sha256:3b1c7f5cfbc0a9ea6843653612ad0fa7cb3b874bcd1cac48c88a44bdc56ef137 [2021-06-15T23:20:23.954Z] #46 20.63 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-15T23:20:23.954Z] #46 20.75 internal/nettrace [2021-06-15T23:20:24.033Z] #9 ... [2021-06-15T23:20:24.033Z] [2021-06-15T23:20:24.033Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-15T23:20:24.033Z] #66 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-06-15T23:20:24.033Z] #66 DONE 1.6s [2021-06-15T23:20:24.033Z] [2021-06-15T23:20:24.033Z] #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-06-15T23:20:24.033Z] #27 sha256:28a50d85e3ee045175c22f8ac700042243c1cca0d130871689927f1016cbb3d2 [2021-06-15T23:20:24.033Z] #27 5.774 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:24.033Z] #27 5.774 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:24.033Z] #27 5.798 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:24.033Z] #27 5.957 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [287 kB] [2021-06-15T23:20:24.033Z] #27 6.134 Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-06-15T23:20:24.033Z] #27 6.421 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-06-15T23:20:24.212Z] #46 20.93 runtime/cgo [2021-06-15T23:20:24.212Z] #46 ... [2021-06-15T23:20:24.212Z] [2021-06-15T23:20:24.212Z] #56 [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-06-15T23:20:24.212Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:20:24.212Z] #56 10.95 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:20:24.212Z] #56 13.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:20:24.212Z] #56 ... [2021-06-15T23:20:24.212Z] [2021-06-15T23:20:24.212Z] #48 [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-06-15T23:20:24.212Z] #48 sha256:6333329c584995fb39b63da3bdc97d7f215f8744bf096f23627a7360309c715f [2021-06-15T23:20:24.212Z] #48 15.18 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:20:24.212Z] #48 18.60 go: finding github.com/fatih/color v1.9.0 [2021-06-15T23:20:24.212Z] #48 18.64 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:20:24.212Z] #48 18.69 go: finding github.com/pkg/errors v0.9.1 [2021-06-15T23:20:24.212Z] #48 18.81 go: finding github.com/spf13/pflag v1.0.3 [2021-06-15T23:20:24.212Z] #48 18.82 go: finding github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:20:24.212Z] #48 18.90 go: finding github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:20:24.212Z] #48 19.02 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:20:24.212Z] #48 19.21 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:20:24.212Z] #48 19.35 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:20:24.212Z] #48 19.38 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:20:24.212Z] #48 19.39 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:20:24.297Z] #27 ... [2021-06-15T23:20:24.297Z] [2021-06-15T23:20:24.297Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-15T23:20:24.297Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-15T23:20:24.297Z] #9 DONE 22.3s [2021-06-15T23:20:24.297Z] [2021-06-15T23:20:24.297Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-15T23:20:24.297Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-06-15T23:20:24.390Z] #50 31.94 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-15T23:20:24.489Z] The recommended git tool is: git [2021-06-15T23:20:25.200Z] #48 ... [2021-06-15T23:20:25.200Z] [2021-06-15T23:20:25.200Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:25.200Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:25.200Z] #44 11.69 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:20:25.200Z] #44 13.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:20:25.200Z] #44 17.06 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-06-15T23:20:25.200Z] #44 ... [2021-06-15T23:20:25.200Z] [2021-06-15T23:20:25.200Z] #50 [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-06-15T23:20:25.200Z] #50 sha256:5c5c9169e2b6a16a17263cdce4c250f0d0cf6d08cdade8c33ffdcc80d0d1556d [2021-06-15T23:20:25.200Z] #50 22.00 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-15T23:20:25.200Z] #50 22.00 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-15T23:20:25.200Z] #50 22.03 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-15T23:20:25.200Z] #50 22.09 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-15T23:20:25.200Z] #50 22.09 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-15T23:20:25.200Z] #50 22.09 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-15T23:20:25.200Z] #50 22.09 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-15T23:20:25.200Z] #50 22.11 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-15T23:20:25.200Z] #50 22.11 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-15T23:20:25.200Z] #50 22.12 go: downloading github.com/spf13/afero v1.1.2 [2021-06-15T23:20:25.200Z] #50 22.15 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-06-15T23:20:25.200Z] #50 22.16 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-15T23:20:25.200Z] #50 22.21 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-06-15T23:20:25.245Z] #10 DONE 0.9s [2021-06-15T23:20:25.245Z] [2021-06-15T23:20:25.245Z] #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-06-15T23:20:25.245Z] #27 sha256:28a50d85e3ee045175c22f8ac700042243c1cca0d130871689927f1016cbb3d2 [2021-06-15T23:20:25.245Z] #27 ... [2021-06-15T23:20:25.245Z] [2021-06-15T23:20:25.245Z] #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-06-15T23:20:25.245Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-06-15T23:20:25.387Z] #46 ... [2021-06-15T23:20:25.387Z] [2021-06-15T23:20:25.387Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:25.387Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:25.387Z] #13 60.22 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-15T23:20:25.387Z] #13 60.23 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-15T23:20:25.387Z] #13 60.24 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:20:25.476Z] #50 22.21 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-15T23:20:25.476Z] #50 22.28 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-06-15T23:20:25.476Z] #50 22.40 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-15T23:20:25.476Z] #50 22.50 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-06-15T23:20:25.744Z] #50 22.52 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-06-15T23:20:25.744Z] #50 22.58 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-15T23:20:25.744Z] #50 22.64 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-15T23:20:25.744Z] #50 22.65 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-15T23:20:25.744Z] #50 22.68 go: extracting github.com/spf13/afero v1.1.2 [2021-06-15T23:20:25.744Z] #50 22.68 go: extracting github.com/subosito/gotenv v1.2.0 [2021-06-15T23:20:25.744Z] #50 22.76 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-15T23:20:25.777Z] #50 33.25 go: extracting github.com/gogo/protobuf v1.2.1 [2021-06-15T23:20:26.001Z] #50 22.80 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-15T23:20:26.001Z] #50 22.80 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-15T23:20:26.001Z] #50 22.80 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-15T23:20:26.001Z] #50 22.82 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-15T23:20:26.001Z] #50 22.92 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-15T23:20:26.001Z] #50 22.92 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-06-15T23:20:26.001Z] #50 22.93 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-15T23:20:26.001Z] #50 22.95 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-15T23:20:26.001Z] #50 22.97 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-15T23:20:26.001Z] #50 22.98 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-15T23:20:26.001Z] #50 ... [2021-06-15T23:20:26.001Z] [2021-06-15T23:20:26.001Z] #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-06-15T23:20:26.001Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:20:26.001Z] #36 12.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:20:26.001Z] #36 22.91 Fetched 8449 kB in 18s (478 kB/s) [2021-06-15T23:20:26.194Z] #11 DONE 0.9s [2021-06-15T23:20:26.194Z] [2021-06-15T23:20:26.194Z] #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-06-15T23:20:26.194Z] #27 sha256:28a50d85e3ee045175c22f8ac700042243c1cca0d130871689927f1016cbb3d2 [2021-06-15T23:20:26.194Z] #27 8.169 Fetched 8272 kB in 3s (3110 kB/s) [2021-06-15T23:20:26.194Z] #27 8.169 Reading package lists... [2021-06-15T23:20:26.194Z] #27 ... [2021-06-15T23:20:26.194Z] [2021-06-15T23:20:26.194Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-15T23:20:26.194Z] #31 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-06-15T23:20:26.194Z] #31 DONE 0.0s [2021-06-15T23:20:26.257Z] #36 22.91 Reading package lists... [2021-06-15T23:20:26.257Z] #36 ... [2021-06-15T23:20:26.257Z] [2021-06-15T23:20:26.257Z] #50 [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-06-15T23:20:26.257Z] #50 sha256:5c5c9169e2b6a16a17263cdce4c250f0d0cf6d08cdade8c33ffdcc80d0d1556d [2021-06-15T23:20:26.257Z] #50 23.09 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-06-15T23:20:26.257Z] #50 23.21 go: downloading golang.org/x/text v0.3.2 [2021-06-15T23:20:26.470Z] [2021-06-15T23:20:26.470Z] #43 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-06-15T23:20:26.470Z] #43 sha256:744019fd04a56d8c5cca0d4b79b4ec9f5e4d39152e80fca0b6644b69f8e06c8a [2021-06-15T23:20:26.470Z] #43 DONE 0.2s [2021-06-15T23:20:26.470Z] [2021-06-15T23:20:26.470Z] #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-06-15T23:20:26.470Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-06-15T23:20:26.470Z] #32 ... [2021-06-15T23:20:26.470Z] [2021-06-15T23:20:26.470Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-15T23:20:26.470Z] #39 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-06-15T23:20:26.470Z] #39 DONE 0.3s [2021-06-15T23:20:26.498Z] #13 ... [2021-06-15T23:20:26.498Z] [2021-06-15T23:20:26.498Z] #59 [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-06-15T23:20:26.498Z] #59 sha256:463505eaf4316fa6915432858acad5892ccfb7c46d7e02a1c9f496c095fd0033 [2021-06-15T23:20:26.498Z] #59 6.300 + RM_GOPATH=0 [2021-06-15T23:20:26.498Z] #59 6.300 + TMP_GOPATH= [2021-06-15T23:20:26.498Z] #59 6.300 + : /build [2021-06-15T23:20:26.498Z] #59 6.300 + '[' -z '' ']' [2021-06-15T23:20:26.498Z] #59 6.301 ++ mktemp -d [2021-06-15T23:20:26.498Z] #59 6.306 + export GOPATH=/tmp/tmp.nEeo0oWzJI [2021-06-15T23:20:26.498Z] #59 6.306 + GOPATH=/tmp/tmp.nEeo0oWzJI [2021-06-15T23:20:26.498Z] #59 6.306 + RM_GOPATH=1 [2021-06-15T23:20:26.498Z] #59 6.306 + case "$(go env GOARCH)" in [2021-06-15T23:20:26.498Z] #59 6.307 ++ go env GOARCH [2021-06-15T23:20:26.498Z] #59 6.386 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:26.498Z] #59 6.386 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:26.498Z] #59 6.386 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:26.498Z] #59 6.438 + dir=/tmp/install [2021-06-15T23:20:26.498Z] #59 6.438 + bin=rootlesskit [2021-06-15T23:20:26.498Z] #59 6.438 + shift [2021-06-15T23:20:26.498Z] #59 6.438 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-15T23:20:26.498Z] #59 6.438 + . /tmp/install/rootlesskit.installer [2021-06-15T23:20:26.498Z] #59 6.438 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-15T23:20:26.498Z] #59 6.438 + install_rootlesskit [2021-06-15T23:20:26.498Z] #59 6.438 + case "$1" in [2021-06-15T23:20:26.498Z] #59 6.438 + export CGO_ENABLED=0 [2021-06-15T23:20:26.498Z] #59 6.438 + CGO_ENABLED=0 [2021-06-15T23:20:26.498Z] #59 6.438 + _install_rootlesskit [2021-06-15T23:20:26.498Z] #59 6.438 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-15T23:20:26.498Z] #59 6.438 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.nEeo0oWzJI/src/github.com/rootless-containers/rootlesskit [2021-06-15T23:20:26.498Z] #59 6.438 Cloning into '/tmp/tmp.nEeo0oWzJI/src/github.com/rootless-containers/rootlesskit'... [2021-06-15T23:20:26.498Z] #59 6.439 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-15T23:20:26.513Z] #50 23.30 go: downloading github.com/pkg/errors v0.8.1 [2021-06-15T23:20:26.513Z] #50 23.37 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-06-15T23:20:26.513Z] #50 23.39 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-15T23:20:26.513Z] #50 23.44 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-15T23:20:26.736Z] [2021-06-15T23:20:26.736Z] #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-06-15T23:20:26.736Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-06-15T23:20:26.769Z] #50 23.51 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-15T23:20:26.769Z] #50 23.57 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-15T23:20:26.769Z] #50 23.58 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-06-15T23:20:26.769Z] #50 23.61 go: extracting github.com/kisielk/gotool v1.0.0 [2021-06-15T23:20:26.769Z] #50 23.64 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-15T23:20:26.769Z] #50 23.66 go: extracting github.com/pkg/errors v0.8.1 [2021-06-15T23:20:26.769Z] #50 23.71 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-06-15T23:20:26.769Z] #50 23.72 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-15T23:20:26.769Z] #50 23.76 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-15T23:20:27.027Z] #50 23.77 go: extracting github.com/gobwas/glob v0.2.3 [2021-06-15T23:20:27.027Z] #50 23.78 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-15T23:20:27.027Z] #50 23.80 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-15T23:20:27.027Z] #50 23.86 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-06-15T23:20:27.027Z] #50 24.00 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-15T23:20:27.165Z] #50 ... [2021-06-15T23:20:27.165Z] [2021-06-15T23:20:27.165Z] #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-06-15T23:20:27.165Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:20:27.165Z] #40 24.79 Checking out files: 96% (1628/1694) Checking out files: 97% (1644/1694) Checking out files: 98% (1661/1694) Checking out files: 99% (1678/1694) Checking out files: 100% (1694/1694) Checking out files: 100% (1694/1694), done. [2021-06-15T23:20:27.165Z] #40 24.88 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-15T23:20:27.165Z] #40 26.45 + 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-06-15T23:20:27.284Z] #50 24.04 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-15T23:20:27.284Z] #50 24.04 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-15T23:20:27.284Z] #50 24.13 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-15T23:20:27.284Z] #50 24.13 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-15T23:20:27.284Z] #50 24.21 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-15T23:20:27.540Z] #50 24.41 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-15T23:20:27.738Z] #40 ... [2021-06-15T23:20:27.738Z] [2021-06-15T23:20:27.738Z] #56 [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-06-15T23:20:27.738Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:20:27.738Z] #56 25.42 Fetched 8449 kB in 18s (462 kB/s) [2021-06-15T23:20:27.738Z] #56 25.42 Reading package lists... [2021-06-15T23:20:27.738Z] #56 31.27 Reading package lists... [2021-06-15T23:20:27.738Z] #56 ... [2021-06-15T23:20:27.738Z] [2021-06-15T23:20:27.738Z] #46 [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-06-15T23:20:27.738Z] #46 sha256:84122ad086a5fad57995806e429fd7c61ce5dc2cf05314b837e02911c6d103d7 [2021-06-15T23:20:27.738Z] #46 32.18 vendor/golang.org/x/crypto/internal/subtle [2021-06-15T23:20:27.738Z] #46 32.37 vendor/golang.org/x/crypto/curve25519 [2021-06-15T23:20:27.796Z] #50 24.47 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-15T23:20:27.796Z] #50 24.61 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-06-15T23:20:27.796Z] #50 24.67 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-06-15T23:20:28.000Z] #46 ... [2021-06-15T23:20:28.000Z] [2021-06-15T23:20:28.000Z] #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-06-15T23:20:28.000Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:20:28.000Z] #36 25.75 Fetched 8449 kB in 19s (436 kB/s) [2021-06-15T23:20:28.000Z] #36 25.75 Reading package lists... [2021-06-15T23:20:28.000Z] #36 31.49 Reading package lists... [2021-06-15T23:20:28.000Z] #36 ... [2021-06-15T23:20:28.000Z] [2021-06-15T23:20:28.000Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:28.000Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:28.000Z] #13 21.50 Fetched 8974 kB in 19s (480 kB/s) [2021-06-15T23:20:28.000Z] #13 21.50 Reading package lists... [2021-06-15T23:20:28.053Z] #50 24.77 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-15T23:20:28.053Z] #50 24.78 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-15T23:20:28.309Z] #50 25.17 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-15T23:20:28.309Z] #50 25.30 go: extracting github.com/stretchr/testify v1.4.0 [2021-06-15T23:20:28.408Z] #59 ... [2021-06-15T23:20:28.408Z] [2021-06-15T23:20:28.408Z] #34 [tomll 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/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-15T23:20:28.408Z] #34 sha256:b3e0a229cfeb560365d746e10d85a8d644ecc10c1d7c1494f9f1f0f37a40d44a [2021-06-15T23:20:28.408Z] #34 4.850 Install go-toml version v1.8.1 [2021-06-15T23:20:28.408Z] #34 4.869 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-06-15T23:20:28.408Z] #34 4.876 go: finding github.com v1.8.1 [2021-06-15T23:20:28.408Z] #34 4.876 go: finding github.com/pelletier v1.8.1 [2021-06-15T23:20:28.408Z] #34 4.876 go: finding github.com/pelletier/go-toml v1.8.1 [2021-06-15T23:20:28.408Z] #34 4.876 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-06-15T23:20:28.408Z] #34 5.550 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-15T23:20:28.408Z] #34 5.953 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-06-15T23:20:28.408Z] #34 7.819 github.com/pelletier/go-toml [2021-06-15T23:20:28.566Z] #50 25.30 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-15T23:20:28.566Z] #50 25.31 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-15T23:20:28.571Z] #13 27.80 Reading package lists... [2021-06-15T23:20:28.571Z] #13 ... [2021-06-15T23:20:28.571Z] [2021-06-15T23:20:28.571Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:28.571Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:28.571Z] #44 25.84 Fetched 8452 kB in 19s (449 kB/s) [2021-06-15T23:20:28.571Z] #44 25.84 Reading package lists... [2021-06-15T23:20:28.665Z] #34 ... [2021-06-15T23:20:28.665Z] [2021-06-15T23:20:28.665Z] #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-06-15T23:20:28.665Z] #24 sha256:43e45ab75c4bad92179a0b4f2e7d612d3dab67ac73dfbc0f5cd05a7beb0579b2 [2021-06-15T23:20:28.665Z] #24 6.215 + RM_GOPATH=0 [2021-06-15T23:20:28.665Z] #24 6.215 + TMP_GOPATH= [2021-06-15T23:20:28.665Z] #24 6.215 + : /build [2021-06-15T23:20:28.665Z] #24 6.215 + '[' -z '' ']' [2021-06-15T23:20:28.665Z] #24 6.216 ++ mktemp -d [2021-06-15T23:20:28.665Z] #24 6.222 + export GOPATH=/tmp/tmp.2mIf73JnBM [2021-06-15T23:20:28.665Z] #24 6.222 + GOPATH=/tmp/tmp.2mIf73JnBM [2021-06-15T23:20:28.665Z] #24 6.222 + RM_GOPATH=1 [2021-06-15T23:20:28.665Z] #24 6.222 + case "$(go env GOARCH)" in [2021-06-15T23:20:28.665Z] #24 6.223 ++ go env GOARCH [2021-06-15T23:20:28.665Z] #24 6.237 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:28.665Z] #24 6.237 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:28.665Z] #24 6.237 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:28.665Z] #24 6.237 + dir=/tmp/install [2021-06-15T23:20:28.665Z] #24 6.237 + bin=dockercli [2021-06-15T23:20:28.665Z] #24 6.237 + shift [2021-06-15T23:20:28.665Z] #24 6.237 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-15T23:20:28.665Z] #24 6.237 + . /tmp/install/dockercli.installer [2021-06-15T23:20:28.665Z] #24 6.237 ++ : stable [2021-06-15T23:20:28.665Z] #24 6.237 ++ : 17.06.2-ce [2021-06-15T23:20:28.665Z] #24 6.237 + install_dockercli [2021-06-15T23:20:28.665Z] #24 6.237 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-15T23:20:28.665Z] #24 6.237 Install docker/cli version 17.06.2-ce from stable [2021-06-15T23:20:28.665Z] #24 6.241 ++ uname -m [2021-06-15T23:20:28.665Z] #24 6.252 + arch=x86_64 [2021-06-15T23:20:28.665Z] #24 6.252 + '[' x86_64 '!=' x86_64 ']' [2021-06-15T23:20:28.665Z] #24 6.252 + url=https://download.docker.com/linux/static [2021-06-15T23:20:28.665Z] #24 6.252 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-15T23:20:28.665Z] #24 6.252 + tar -xz docker/docker [2021-06-15T23:20:28.665Z] #24 ... [2021-06-15T23:20:28.665Z] [2021-06-15T23:20:28.665Z] #46 [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-06-15T23:20:28.665Z] #46 sha256:d714264c259d4aa60fc9841e0c3ae420cfc4a206fa6c6fe53ccd261932d8bf14 [2021-06-15T23:20:28.665Z] #46 4.863 + RM_GOPATH=0 [2021-06-15T23:20:28.665Z] #46 4.863 + TMP_GOPATH= [2021-06-15T23:20:28.665Z] #46 4.863 + : /build [2021-06-15T23:20:28.665Z] #46 4.863 + '[' -z '' ']' [2021-06-15T23:20:28.665Z] #46 4.863 ++ mktemp -d [2021-06-15T23:20:28.665Z] #46 4.863 + export GOPATH=/tmp/tmp.Vm7WTcVGBf [2021-06-15T23:20:28.665Z] #46 4.863 + GOPATH=/tmp/tmp.Vm7WTcVGBf [2021-06-15T23:20:28.665Z] #46 4.863 + RM_GOPATH=1 [2021-06-15T23:20:28.665Z] #46 4.863 + case "$(go env GOARCH)" in [2021-06-15T23:20:28.665Z] #46 4.863 ++ go env GOARCH [2021-06-15T23:20:28.665Z] #46 4.869 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:28.665Z] #46 4.869 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:28.665Z] #46 4.869 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:28.665Z] #46 4.869 + dir=/tmp/install [2021-06-15T23:20:28.665Z] #46 4.869 + bin=vndr [2021-06-15T23:20:28.665Z] #46 4.869 + shift [2021-06-15T23:20:28.665Z] #46 4.869 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-15T23:20:28.665Z] #46 4.869 + . /tmp/install/vndr.installer [2021-06-15T23:20:28.665Z] #46 4.869 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-15T23:20:28.665Z] #46 4.869 + install_vndr [2021-06-15T23:20:28.665Z] #46 4.869 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-15T23:20:28.665Z] #46 4.869 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-15T23:20:28.665Z] #46 4.872 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Vm7WTcVGBf/src/github.com/LK4D4/vndr [2021-06-15T23:20:28.665Z] #46 4.875 Cloning into '/tmp/tmp.Vm7WTcVGBf/src/github.com/LK4D4/vndr'... [2021-06-15T23:20:28.665Z] #46 5.349 + cd /tmp/tmp.Vm7WTcVGBf/src/github.com/LK4D4/vndr [2021-06-15T23:20:28.665Z] #46 5.349 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-15T23:20:28.665Z] #46 5.349 + go build -buildmode=pie -v -o /build/vndr . [2021-06-15T23:20:28.665Z] #46 6.239 internal/cpu [2021-06-15T23:20:28.665Z] #46 6.242 runtime/internal/atomic [2021-06-15T23:20:28.665Z] #46 6.440 runtime/internal/sys [2021-06-15T23:20:28.665Z] #46 6.687 runtime/internal/math [2021-06-15T23:20:28.665Z] #46 6.777 internal/race [2021-06-15T23:20:28.665Z] #46 6.931 internal/bytealg [2021-06-15T23:20:28.665Z] #46 6.931 sync/atomic [2021-06-15T23:20:28.665Z] #46 7.265 unicode [2021-06-15T23:20:28.665Z] #46 7.563 runtime [2021-06-15T23:20:28.711Z] #40 ... [2021-06-15T23:20:28.711Z] [2021-06-15T23:20:28.711Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-06-15T23:20:28.711Z] #12 sha256:a4fc3b84a9fb1d234e946cc4577deb87c7e6bc40e23bcd8c860a009a391faa80 [2021-06-15T23:20:28.711Z] #12 DONE 2.6s [2021-06-15T23:20:28.822Z] #50 25.68 go: extracting github.com/spf13/cobra v0.0.5 [2021-06-15T23:20:28.822Z] #50 25.80 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-06-15T23:20:28.922Z] #46 ... [2021-06-15T23:20:28.922Z] [2021-06-15T23:20:28.922Z] #50 [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-06-15T23:20:28.922Z] #50 sha256:058095538fbcd40c9fdfb7535b948a01d16167942b7d87b459a4f75a61916bd3 [2021-06-15T23:20:28.922Z] #50 3.872 + RM_GOPATH=0 [2021-06-15T23:20:28.922Z] #50 3.872 + TMP_GOPATH= [2021-06-15T23:20:28.922Z] #50 3.872 + : /build [2021-06-15T23:20:28.922Z] #50 3.872 + '[' -z '' ']' [2021-06-15T23:20:28.922Z] #50 3.873 ++ mktemp -d [2021-06-15T23:20:28.922Z] #50 3.875 + export GOPATH=/tmp/tmp.1nDvVmLNyi [2021-06-15T23:20:28.922Z] #50 3.875 + GOPATH=/tmp/tmp.1nDvVmLNyi [2021-06-15T23:20:28.922Z] #50 3.875 + RM_GOPATH=1 [2021-06-15T23:20:28.922Z] #50 3.875 + case "$(go env GOARCH)" in [2021-06-15T23:20:28.922Z] #50 3.875 ++ go env GOARCH [2021-06-15T23:20:28.922Z] #50 3.880 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:28.922Z] #50 3.880 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:28.922Z] #50 3.881 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:28.922Z] #50 3.881 + dir=/tmp/install [2021-06-15T23:20:28.922Z] #50 3.882 + bin=golangci_lint [2021-06-15T23:20:28.922Z] #50 3.882 + shift [2021-06-15T23:20:28.922Z] #50 3.882 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-15T23:20:28.922Z] #50 3.882 + . /tmp/install/golangci_lint.installer [2021-06-15T23:20:28.922Z] #50 3.882 ++ : v1.23.8 [2021-06-15T23:20:28.922Z] #50 3.882 + install_golangci_lint [2021-06-15T23:20:28.922Z] #50 3.882 + set -e [2021-06-15T23:20:28.922Z] #50 3.882 + export GO111MODULE=on [2021-06-15T23:20:28.922Z] #50 3.882 + GO111MODULE=on [2021-06-15T23:20:28.922Z] #50 3.882 + GOBIN=/build [2021-06-15T23:20:28.922Z] #50 3.882 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-15T23:20:28.922Z] #50 3.904 go: finding github.com v1.23.8 [2021-06-15T23:20:28.922Z] #50 3.904 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-06-15T23:20:28.922Z] #50 3.904 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-06-15T23:20:28.922Z] #50 3.904 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-06-15T23:20:28.922Z] #50 3.904 go: finding github.com/golangci v1.23.8 [2021-06-15T23:20:28.922Z] #50 4.351 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-15T23:20:28.922Z] #50 4.944 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-06-15T23:20:28.922Z] #50 9.941 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-15T23:20:28.922Z] #50 9.988 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-15T23:20:28.922Z] #50 9.991 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-15T23:20:28.922Z] #50 10.17 go: downloading github.com/pkg/errors v0.8.1 [2021-06-15T23:20:28.922Z] #50 10.19 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-15T23:20:28.922Z] #50 10.20 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-15T23:20:28.922Z] #50 10.21 go: downloading github.com/spf13/viper v1.6.1 [2021-06-15T23:20:28.922Z] #50 10.27 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-15T23:20:28.922Z] #50 10.27 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-15T23:20:28.922Z] #50 10.44 go: extracting github.com/pkg/errors v0.8.1 [2021-06-15T23:20:28.922Z] #50 10.47 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-15T23:20:28.922Z] #50 10.49 go: downloading github.com/fatih/color v1.7.0 [2021-06-15T23:20:28.922Z] #50 ... [2021-06-15T23:20:28.922Z] [2021-06-15T23:20:28.922Z] #52 [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-06-15T23:20:28.922Z] #52 sha256:35b6a9299722162c9b875fb79f8644fa038d8a710876b65d1b4e0b27cb53ac67 [2021-06-15T23:20:28.922Z] #52 4.339 + RM_GOPATH=0 [2021-06-15T23:20:28.922Z] #52 4.339 + TMP_GOPATH= [2021-06-15T23:20:28.922Z] #52 4.339 + : /build [2021-06-15T23:20:28.922Z] #52 4.339 + '[' -z '' ']' [2021-06-15T23:20:28.922Z] #52 4.339 ++ mktemp -d [2021-06-15T23:20:28.922Z] #52 4.339 + export GOPATH=/tmp/tmp.amxNi86hiI [2021-06-15T23:20:28.922Z] #52 4.339 + GOPATH=/tmp/tmp.amxNi86hiI [2021-06-15T23:20:28.922Z] #52 4.339 + RM_GOPATH=1 [2021-06-15T23:20:28.922Z] #52 4.339 + case "$(go env GOARCH)" in [2021-06-15T23:20:28.922Z] #52 4.339 ++ go env GOARCH [2021-06-15T23:20:28.922Z] #52 4.342 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-15T23:20:28.922Z] #52 4.342 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:28.922Z] #52 4.342 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:28.922Z] #52 4.342 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:28.922Z] #52 4.342 + dir=/tmp/install [2021-06-15T23:20:28.922Z] #52 4.342 + bin=shfmt [2021-06-15T23:20:28.922Z] #52 4.342 + shift [2021-06-15T23:20:28.922Z] #52 4.342 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-15T23:20:28.922Z] #52 4.342 + . /tmp/install/shfmt.installer [2021-06-15T23:20:28.922Z] #52 4.342 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-15T23:20:28.922Z] #52 4.342 + install_shfmt [2021-06-15T23:20:28.922Z] #52 4.342 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-15T23:20:28.922Z] #52 4.342 + git clone https://github.com/mvdan/sh.git /tmp/tmp.amxNi86hiI/src/github.com/mvdan/sh [2021-06-15T23:20:28.922Z] #52 4.346 Cloning into '/tmp/tmp.amxNi86hiI/src/github.com/mvdan/sh'... [2021-06-15T23:20:28.976Z] [2021-06-15T23:20:28.976Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:28.976Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-15T23:20:29.078Z] #50 25.89 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-06-15T23:20:29.078Z] #50 25.91 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-15T23:20:29.149Z] #44 31.89 Reading package lists... [2021-06-15T23:20:29.149Z] #44 ... [2021-06-15T23:20:29.149Z] [2021-06-15T23:20:29.149Z] #56 [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-06-15T23:20:29.149Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:20:29.149Z] #56 31.27 Reading package lists... [2021-06-15T23:20:29.179Z] #52 ... [2021-06-15T23:20:29.179Z] [2021-06-15T23:20:29.179Z] #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-06-15T23:20:29.179Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:20:29.179Z] #40 4.356 + git clone https://github.com/docker/distribution.git . [2021-06-15T23:20:29.179Z] #40 4.356 Cloning into '.'... [2021-06-15T23:20:29.179Z] #40 ... [2021-06-15T23:20:29.179Z] [2021-06-15T23:20:29.179Z] #56 [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-06-15T23:20:29.179Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:20:29.179Z] #56 6.442 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:29.179Z] #56 6.469 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:29.179Z] #56 6.614 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:29.179Z] #56 7.468 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:20:29.179Z] #56 9.597 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:20:29.334Z] #50 26.06 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-15T23:20:29.334Z] #50 26.16 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-15T23:20:29.334Z] #50 26.22 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-15T23:20:29.334Z] #50 26.31 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-15T23:20:29.436Z] #56 ... [2021-06-15T23:20:29.436Z] [2021-06-15T23:20:29.436Z] #48 [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-06-15T23:20:29.436Z] #48 sha256:165c77179fd1aa60bbe000f7951deb0e6544e794efae79b1d561ca27d7125ee7 [2021-06-15T23:20:29.436Z] #48 4.512 + RM_GOPATH=0 [2021-06-15T23:20:29.436Z] #48 4.512 + TMP_GOPATH= [2021-06-15T23:20:29.436Z] #48 4.512 + : /build [2021-06-15T23:20:29.436Z] #48 4.512 + '[' -z '' ']' [2021-06-15T23:20:29.436Z] #48 4.512 ++ mktemp -d [2021-06-15T23:20:29.436Z] #48 4.512 + export GOPATH=/tmp/tmp.8BDZxSHpXy [2021-06-15T23:20:29.436Z] #48 4.512 + GOPATH=/tmp/tmp.8BDZxSHpXy [2021-06-15T23:20:29.436Z] #48 4.512 + RM_GOPATH=1 [2021-06-15T23:20:29.436Z] #48 4.512 + case "$(go env GOARCH)" in [2021-06-15T23:20:29.436Z] #48 4.512 ++ go env GOARCH [2021-06-15T23:20:29.436Z] #48 4.518 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:29.436Z] #48 4.518 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:29.436Z] #48 4.518 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:29.436Z] #48 4.519 + dir=/tmp/install [2021-06-15T23:20:29.436Z] #48 4.519 + bin=gotestsum [2021-06-15T23:20:29.436Z] #48 4.519 + shift [2021-06-15T23:20:29.436Z] #48 4.519 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-15T23:20:29.436Z] #48 4.519 + . /tmp/install/gotestsum.installer [2021-06-15T23:20:29.436Z] #48 4.519 ++ : v0.5.3 [2021-06-15T23:20:29.436Z] #48 4.519 + install_gotestsum [2021-06-15T23:20:29.436Z] #48 4.522 + set -e [2021-06-15T23:20:29.436Z] #48 4.522 + export GO111MODULE=on [2021-06-15T23:20:29.436Z] #48 4.522 + GO111MODULE=on [2021-06-15T23:20:29.436Z] #48 4.522 + GOBIN=/build [2021-06-15T23:20:29.436Z] #48 4.522 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-15T23:20:29.436Z] #48 4.541 go: finding gotest.tools/gotestsum v0.5.3 [2021-06-15T23:20:29.436Z] #48 4.541 go: finding gotest.tools v0.5.3 [2021-06-15T23:20:29.436Z] #48 5.097 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-15T23:20:29.436Z] #48 5.601 go: extracting gotest.tools/gotestsum v0.5.3 [2021-06-15T23:20:29.436Z] #48 6.041 go: downloading github.com/pkg/errors v0.9.1 [2021-06-15T23:20:29.436Z] #48 6.048 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:20:29.436Z] #48 6.052 go: downloading github.com/fatih/color v1.9.0 [2021-06-15T23:20:29.436Z] #48 6.062 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-15T23:20:29.436Z] #48 6.307 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:20:29.436Z] #48 6.390 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:20:29.436Z] #48 6.390 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:20:29.436Z] #48 6.443 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:20:29.436Z] #48 6.563 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:20:29.436Z] #48 6.563 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:20:29.436Z] #48 6.618 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:20:29.436Z] #48 6.618 go: extracting github.com/pkg/errors v0.9.1 [2021-06-15T23:20:29.436Z] #48 6.691 go: extracting github.com/fatih/color v1.9.0 [2021-06-15T23:20:29.436Z] #48 6.827 go: extracting github.com/spf13/pflag v1.0.3 [2021-06-15T23:20:29.436Z] #48 6.827 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:20:29.436Z] #48 6.827 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:20:29.436Z] #48 6.951 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:20:29.436Z] #48 7.127 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:20:29.436Z] #48 7.157 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:20:29.436Z] #48 9.755 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:20:29.436Z] #48 9.944 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:20:29.436Z] #48 ... [2021-06-15T23:20:29.436Z] [2021-06-15T23:20:29.436Z] #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-06-15T23:20:29.436Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:20:29.436Z] #36 7.739 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:29.436Z] #36 7.819 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:29.436Z] #36 7.819 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:29.436Z] #36 8.855 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:20:29.436Z] #36 10.99 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:20:29.590Z] #50 26.43 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-06-15T23:20:29.590Z] #50 26.46 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-15T23:20:29.590Z] #50 26.50 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-15T23:20:29.590Z] #50 26.52 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-06-15T23:20:29.590Z] #50 26.54 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-15T23:20:29.692Z] #36 ... [2021-06-15T23:20:29.692Z] [2021-06-15T23:20:29.692Z] #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-06-15T23:20:29.692Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-15T23:20:29.692Z] #32 5.118 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-15T23:20:29.692Z] #32 5.125 Cloning into '.'... [2021-06-15T23:20:29.692Z] #32 ... [2021-06-15T23:20:29.692Z] [2021-06-15T23:20:29.692Z] #59 [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-06-15T23:20:29.692Z] #59 sha256:463505eaf4316fa6915432858acad5892ccfb7c46d7e02a1c9f496c095fd0033 [2021-06-15T23:20:29.692Z] #59 11.24 + cd /tmp/tmp.nEeo0oWzJI/src/github.com/rootless-containers/rootlesskit [2021-06-15T23:20:29.692Z] #59 11.24 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-15T23:20:29.692Z] #59 11.29 + export GO111MODULE=on [2021-06-15T23:20:29.692Z] #59 11.30 + GO111MODULE=on [2021-06-15T23:20:29.692Z] #59 11.30 + export GOPROXY=https://proxy.golang.org [2021-06-15T23:20:29.692Z] #59 11.30 + GOPROXY=https://proxy.golang.org [2021-06-15T23:20:29.692Z] #59 11.30 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-15T23:20:29.692Z] #59 11.30 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-15T23:20:29.846Z] #50 26.67 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-15T23:20:29.846Z] #50 26.67 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-15T23:20:30.107Z] #50 26.86 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-15T23:20:30.107Z] #50 26.95 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-15T23:20:30.107Z] #50 27.02 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-15T23:20:30.107Z] #50 27.05 go: extracting github.com/stretchr/objx v0.2.0 [2021-06-15T23:20:30.363Z] #50 27.08 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-15T23:20:30.363Z] #50 27.11 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-15T23:20:30.363Z] #50 27.23 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-15T23:20:30.620Z] #50 27.42 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-15T23:20:30.620Z] #50 27.42 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-15T23:20:30.620Z] #50 27.42 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-06-15T23:20:30.792Z] #56 37.04 Building dependency tree... [2021-06-15T23:20:30.953Z] #50 27.82 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-06-15T23:20:30.953Z] #50 27.82 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-15T23:20:30.953Z] #50 27.87 go: extracting github.com/magiconair/properties v1.8.1 [2021-06-15T23:20:31.210Z] #50 27.89 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-15T23:20:31.210Z] #50 27.91 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-06-15T23:20:31.210Z] #50 28.02 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-06-15T23:20:31.210Z] #50 28.10 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-06-15T23:20:31.210Z] #50 28.13 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-06-15T23:20:31.210Z] #50 28.18 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-15T23:20:31.466Z] #50 28.31 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-15T23:20:31.466Z] #50 28.34 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-15T23:20:31.466Z] #50 28.38 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-15T23:20:31.466Z] #50 28.42 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-06-15T23:20:31.466Z] #50 28.49 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-15T23:20:31.586Z] #59 13.13 go: downloading github.com/pkg/errors v0.9.1 [2021-06-15T23:20:31.586Z] #59 13.16 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-15T23:20:31.586Z] #59 13.16 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-15T23:20:31.586Z] #59 13.21 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-15T23:20:31.586Z] #59 13.21 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-15T23:20:31.586Z] #59 13.23 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-15T23:20:31.723Z] #50 28.53 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-15T23:20:31.843Z] #59 13.38 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-15T23:20:31.843Z] #59 13.50 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-15T23:20:32.100Z] #59 13.51 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-06-15T23:20:32.100Z] #59 13.52 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-15T23:20:32.100Z] #59 13.76 go: extracting github.com/pkg/errors v0.9.1 [2021-06-15T23:20:32.176Z] #56 39.66 The following additional packages will be installed: [2021-06-15T23:20:32.176Z] #56 39.68 libbtrfs0 [2021-06-15T23:20:32.176Z] #56 39.86 The following NEW packages will be installed: [2021-06-15T23:20:32.176Z] #56 39.88 libbtrfs-dev libbtrfs0 [2021-06-15T23:20:32.311Z] #13 3.244 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-15T23:20:32.311Z] #13 3.299 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:32.312Z] #13 3.300 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:32.312Z] #13 3.305 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:32.356Z] #59 13.76 go: extracting github.com/gofrs/flock v0.8.0 [2021-06-15T23:20:32.356Z] #59 13.82 go: extracting github.com/gorilla/mux v1.8.0 [2021-06-15T23:20:32.356Z] #59 13.90 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-15T23:20:32.613Z] #59 14.07 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-15T23:20:32.613Z] #59 14.09 go: downloading github.com/google/uuid v1.2.0 [2021-06-15T23:20:32.652Z] #50 29.32 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-15T23:20:32.751Z] #56 40.32 0 upgraded, 2 newly installed, 0 to remove and 30 not upgraded. [2021-06-15T23:20:32.751Z] #56 40.32 Need to get 119 kB of archives. [2021-06-15T23:20:32.751Z] #56 40.32 After this operation, 387 kB of additional disk space will be used. [2021-06-15T23:20:32.751Z] #56 40.32 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-15T23:20:32.751Z] #56 40.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-15T23:20:32.898Z] #13 4.166 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [473 kB] [2021-06-15T23:20:33.056Z] #59 14.50 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-06-15T23:20:33.268Z] #50 ... [2021-06-15T23:20:33.268Z] [2021-06-15T23:20:33.268Z] #46 [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-06-15T23:20:33.268Z] #46 sha256:3b1c7f5cfbc0a9ea6843653612ad0fa7cb3b874bcd1cac48c88a44bdc56ef137 [2021-06-15T23:20:33.268Z] #46 30.11 vendor/golang.org/x/crypto/internal/subtle [2021-06-15T23:20:33.268Z] #46 30.17 vendor/golang.org/x/crypto/curve25519 [2021-06-15T23:20:33.322Z] #56 41.23 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:20:33.583Z] #56 41.41 Fetched 119 kB in 0s (435 kB/s) [2021-06-15T23:20:33.583Z] #56 41.50 Selecting previously unselected package libbtrfs0. [2021-06-15T23:20:33.619Z] #59 ... [2021-06-15T23:20:33.619Z] [2021-06-15T23:20:33.619Z] #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-06-15T23:20:33.619Z] #24 sha256:43e45ab75c4bad92179a0b4f2e7d612d3dab67ac73dfbc0f5cd05a7beb0579b2 [2021-06-15T23:20:33.619Z] #24 14.40 + mkdir -p /build [2021-06-15T23:20:33.619Z] #24 14.40 + mv docker/docker /build/ [2021-06-15T23:20:33.619Z] #24 14.41 + rmdir docker [2021-06-15T23:20:33.619Z] #24 DONE 15.2s [2021-06-15T23:20:33.619Z] [2021-06-15T23:20:33.619Z] #59 [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-06-15T23:20:33.619Z] #59 sha256:463505eaf4316fa6915432858acad5892ccfb7c46d7e02a1c9f496c095fd0033 [2021-06-15T23:20:33.619Z] #59 15.31 go: extracting github.com/google/uuid v1.2.0 [2021-06-15T23:20:33.845Z] #56 41.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 ... 15410 files and directories currently installed.) [2021-06-15T23:20:33.845Z] #56 41.58 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-15T23:20:33.845Z] #56 41.60 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-15T23:20:33.845Z] #56 41.71 Selecting previously unselected package libbtrfs-dev. [2021-06-15T23:20:33.845Z] #56 41.71 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-15T23:20:33.845Z] #56 41.72 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:20:33.958Z] #13 ... [2021-06-15T23:20:33.958Z] [2021-06-15T23:20:33.958Z] #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-06-15T23:20:33.958Z] #27 sha256:28a50d85e3ee045175c22f8ac700042243c1cca0d130871689927f1016cbb3d2 [2021-06-15T23:20:33.958Z] #27 8.169 Reading package lists... [2021-06-15T23:20:33.958Z] #27 9.577 Reading package lists... [2021-06-15T23:20:33.958Z] #27 11.39 Building dependency tree... [2021-06-15T23:20:33.958Z] #27 12.10 The following additional packages will be installed: [2021-06-15T23:20:33.958Z] #27 12.10 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-15T23:20:33.958Z] #27 12.10 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-15T23:20:33.958Z] #27 12.10 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-15T23:20:33.958Z] #27 12.10 Suggested packages: [2021-06-15T23:20:33.958Z] #27 12.10 krb5-doc krb5-user [2021-06-15T23:20:33.958Z] #27 12.10 Recommended packages: [2021-06-15T23:20:33.958Z] #27 12.10 krb5-locales publicsuffix libsasl2-modules [2021-06-15T23:20:33.958Z] #27 12.43 The following NEW packages will be installed: [2021-06-15T23:20:33.958Z] #27 12.44 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-15T23:20:33.958Z] #27 12.44 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-15T23:20:33.958Z] #27 12.44 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-15T23:20:33.958Z] #27 12.44 libssh2-1 libssl1.1 openssl [2021-06-15T23:20:33.958Z] #27 12.77 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-06-15T23:20:33.958Z] #27 12.77 Need to get 4777 kB of archives. [2021-06-15T23:20:33.958Z] #27 12.77 After this operation, 11.5 MB of additional disk space will be used. [2021-06-15T23:20:33.958Z] #27 12.77 Get:1 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u6 [1382 kB] [2021-06-15T23:20:33.958Z] #27 12.77 Get:2 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-15T23:20:33.958Z] #27 12.79 Get:3 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2021-06-15T23:20:33.958Z] #27 12.79 Get:4 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB] [2021-06-15T23:20:33.958Z] #27 12.79 Get:5 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB] [2021-06-15T23:20:33.958Z] #27 12.79 Get:6 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB] [2021-06-15T23:20:33.958Z] #27 12.82 Get:7 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB] [2021-06-15T23:20:33.958Z] #27 12.82 Get:8 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2021-06-15T23:20:33.958Z] #27 12.82 Get:9 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2021-06-15T23:20:33.958Z] #27 12.83 Get:10 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-15T23:20:33.958Z] #27 12.83 Get:11 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB] [2021-06-15T23:20:33.958Z] #27 12.84 Get:12 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2021-06-15T23:20:33.958Z] #27 12.84 Get:13 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2021-06-15T23:20:33.958Z] #27 12.84 Get:14 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u6 [823 kB] [2021-06-15T23:20:33.958Z] #27 12.88 Get:15 http://security.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u2 [312 kB] [2021-06-15T23:20:33.958Z] #27 12.89 Get:16 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2021-06-15T23:20:33.958Z] #27 12.90 Get:17 http://security.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u2 [260 kB] [2021-06-15T23:20:33.958Z] #27 12.98 Get:18 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2021-06-15T23:20:33.958Z] #27 12.98 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-06-15T23:20:33.958Z] #27 12.99 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-06-15T23:20:33.958Z] #27 12.99 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-06-15T23:20:33.958Z] #27 13.69 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:20:33.958Z] #27 13.90 Fetched 4777 kB in 0s (9594 kB/s) [2021-06-15T23:20:33.958Z] #27 14.07 Selecting previously unselected package libssl1.1:arm64. [2021-06-15T23:20:33.958Z] #27 14.07 (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 ... 6670 files and directories currently installed.) [2021-06-15T23:20:33.958Z] #27 14.08 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_arm64.deb ... [2021-06-15T23:20:33.958Z] #27 14.12 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u6) ... [2021-06-15T23:20:33.958Z] #27 14.73 Selecting previously unselected package openssl. [2021-06-15T23:20:33.958Z] #27 14.73 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_arm64.deb ... [2021-06-15T23:20:33.958Z] #27 14.75 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-15T23:20:33.958Z] #27 15.21 Selecting previously unselected package ca-certificates. [2021-06-15T23:20:33.958Z] #27 15.22 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-15T23:20:33.958Z] #27 15.23 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-15T23:20:33.958Z] #27 15.68 Selecting previously unselected package libkeyutils1:arm64. [2021-06-15T23:20:33.958Z] #27 15.68 Preparing to unpack .../03-libkeyutils1_1.6-6_arm64.deb ... [2021-06-15T23:20:33.958Z] #27 15.70 Unpacking libkeyutils1:arm64 (1.6-6) ... [2021-06-15T23:20:33.958Z] #27 15.87 Selecting previously unselected package libkrb5support0:arm64. [2021-06-15T23:20:33.958Z] #27 15.87 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_arm64.deb ... [2021-06-15T23:20:33.958Z] #27 15.89 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-06-15T23:20:34.106Z] #56 ... [2021-06-15T23:20:34.106Z] [2021-06-15T23:20:34.106Z] #46 [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-06-15T23:20:34.106Z] #46 sha256:84122ad086a5fad57995806e429fd7c61ce5dc2cf05314b837e02911c6d103d7 [2021-06-15T23:20:34.106Z] #46 41.93 internal/reflectlite [2021-06-15T23:20:34.221Z] #27 ... [2021-06-15T23:20:34.221Z] [2021-06-15T23:20:34.221Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:34.221Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-15T23:20:34.221Z] #13 5.527 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-06-15T23:20:34.379Z] #46 41.94 sync [2021-06-15T23:20:34.549Z] #59 16.14 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-15T23:20:34.806Z] #59 ... [2021-06-15T23:20:34.806Z] [2021-06-15T23:20:34.806Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:34.806Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:34.806Z] #44 5.968 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:34.806Z] #44 6.143 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:34.806Z] #44 6.336 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:34.806Z] #44 7.188 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:20:34.806Z] #44 8.714 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-06-15T23:20:34.806Z] #44 9.353 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:20:34.806Z] #44 11.73 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:20:34.806Z] #44 14.52 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-06-15T23:20:34.806Z] #44 ... [2021-06-15T23:20:34.806Z] [2021-06-15T23:20:34.806Z] #50 [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-06-15T23:20:34.806Z] #50 sha256:058095538fbcd40c9fdfb7535b948a01d16167942b7d87b459a4f75a61916bd3 [2021-06-15T23:20:34.806Z] #50 10.66 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-15T23:20:34.806Z] #50 10.67 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-15T23:20:34.806Z] #50 10.69 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-06-15T23:20:34.806Z] #50 10.76 go: extracting github.com/spf13/viper v1.6.1 [2021-06-15T23:20:34.806Z] #50 10.82 go: extracting github.com/spf13/cobra v0.0.5 [2021-06-15T23:20:34.806Z] #50 10.86 go: extracting github.com/spf13/pflag v1.0.5 [2021-06-15T23:20:34.806Z] #50 10.87 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-15T23:20:34.806Z] #50 11.01 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-15T23:20:34.806Z] #50 11.01 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-06-15T23:20:34.806Z] #50 11.03 go: downloading github.com/spf13/cast v1.3.0 [2021-06-15T23:20:34.806Z] #50 11.09 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-15T23:20:34.806Z] #50 11.28 go: extracting github.com/fatih/color v1.7.0 [2021-06-15T23:20:34.806Z] #50 11.28 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-15T23:20:34.806Z] #50 11.37 go: extracting github.com/spf13/cast v1.3.0 [2021-06-15T23:20:34.806Z] #50 11.41 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-06-15T23:20:34.806Z] #50 11.53 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-15T23:20:34.806Z] #50 11.54 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-06-15T23:20:34.806Z] #50 11.57 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-15T23:20:34.806Z] #50 11.60 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-15T23:20:34.806Z] #50 12.22 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-06-15T23:20:34.806Z] #50 12.25 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-15T23:20:34.806Z] #50 12.26 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-15T23:20:34.806Z] #50 12.47 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-15T23:20:34.806Z] #50 12.57 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-06-15T23:20:34.806Z] #50 12.83 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-06-15T23:20:34.806Z] #50 12.83 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-15T23:20:34.806Z] #50 12.85 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-15T23:20:34.806Z] #50 13.82 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-15T23:20:34.806Z] #50 14.26 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-15T23:20:34.806Z] #50 15.05 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-15T23:20:34.806Z] #50 15.32 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-15T23:20:34.806Z] #50 15.38 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-06-15T23:20:34.955Z] #46 ... [2021-06-15T23:20:34.955Z] [2021-06-15T23:20:34.955Z] #56 [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-06-15T23:20:34.955Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:20:34.955Z] #56 41.97 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-15T23:20:34.955Z] #56 41.99 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:20:34.955Z] #56 42.00 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:20:34.955Z] #56 DONE 42.7s [2021-06-15T23:20:34.955Z] [2021-06-15T23:20:34.955Z] #50 [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-06-15T23:20:34.955Z] #50 sha256:c6047757b91b158ef0656a4f5c05ab50633ea7c2aaa6adc16ce9f8e5fb73c702 [2021-06-15T23:20:34.955Z] #50 37.17 go: extracting golang.org/x/text v0.3.2 [2021-06-15T23:20:34.955Z] #50 41.13 go: finding github.com/fatih/color v1.7.0 [2021-06-15T23:20:34.955Z] #50 41.19 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-15T23:20:34.955Z] #50 41.24 go: finding github.com/mattn/go-colorable v0.1.4 [2021-06-15T23:20:34.955Z] #50 41.25 go: finding github.com/mattn/go-isatty v0.0.8 [2021-06-15T23:20:34.955Z] #50 41.32 go: finding github.com/go-critic/go-critic v0.4.1 [2021-06-15T23:20:34.955Z] #50 41.39 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-15T23:20:34.955Z] #50 41.41 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-15T23:20:34.955Z] #50 41.43 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-06-15T23:20:34.955Z] #50 41.45 go: finding github.com/pkg/errors v0.8.1 [2021-06-15T23:20:34.955Z] #50 41.48 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-06-15T23:20:34.955Z] #50 41.48 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-06-15T23:20:34.955Z] #50 41.52 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-06-15T23:20:34.955Z] #50 41.53 go: finding github.com/sirupsen/logrus v1.4.2 [2021-06-15T23:20:34.955Z] #50 41.54 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-06-15T23:20:34.955Z] #50 41.55 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-06-15T23:20:34.955Z] #50 41.55 go: finding github.com/spf13/viper v1.6.1 [2021-06-15T23:20:34.955Z] #50 41.58 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-06-15T23:20:34.955Z] #50 41.60 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-06-15T23:20:34.955Z] #50 41.61 go: finding github.com/stretchr/testify v1.4.0 [2021-06-15T23:20:34.955Z] #50 41.63 go: finding github.com/davecgh/go-spew v1.1.1 [2021-06-15T23:20:34.955Z] #50 41.76 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-06-15T23:20:34.955Z] #50 41.82 go: finding github.com/stretchr/objx v0.2.0 [2021-06-15T23:20:34.955Z] #50 41.83 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-15T23:20:34.955Z] #50 41.83 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-06-15T23:20:34.955Z] #50 41.86 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-15T23:20:34.955Z] #50 41.88 go: finding github.com/gobwas/glob v0.2.3 [2021-06-15T23:20:34.955Z] #50 41.90 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-06-15T23:20:34.955Z] #50 41.90 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-06-15T23:20:34.955Z] #50 42.06 go: finding github.com/spf13/cobra v0.0.5 [2021-06-15T23:20:34.955Z] #50 42.09 go: finding github.com/hashicorp/hcl v1.0.0 [2021-06-15T23:20:34.955Z] #50 42.15 go: finding github.com/spf13/pflag v1.0.5 [2021-06-15T23:20:34.955Z] #50 42.25 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-15T23:20:34.955Z] #50 42.41 go: finding github.com/magiconair/properties v1.8.1 [2021-06-15T23:20:34.955Z] #50 42.55 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-15T23:20:34.955Z] #50 42.57 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-06-15T23:20:34.955Z] #50 42.60 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-15T23:20:34.955Z] #50 42.62 go: finding github.com/pelletier/go-toml v1.2.0 [2021-06-15T23:20:34.955Z] #50 42.63 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-15T23:20:34.955Z] #50 42.67 go: finding github.com/spf13/afero v1.1.2 [2021-06-15T23:20:34.955Z] #50 42.72 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-15T23:20:34.955Z] #50 42.81 go: finding golang.org/x/text v0.3.2 [2021-06-15T23:20:34.955Z] #50 42.83 go: finding github.com/spf13/cast v1.3.0 [2021-06-15T23:20:34.955Z] #50 42.83 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-15T23:20:35.063Z] #50 ... [2021-06-15T23:20:35.063Z] [2021-06-15T23:20:35.063Z] #59 [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-06-15T23:20:35.063Z] #59 sha256:463505eaf4316fa6915432858acad5892ccfb7c46d7e02a1c9f496c095fd0033 [2021-06-15T23:20:35.063Z] #59 16.72 go: extracting github.com/moby/vpnkit v0.5.0 [2021-06-15T23:20:35.215Z] #50 42.91 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-15T23:20:35.215Z] #50 42.92 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-06-15T23:20:35.215Z] #50 42.92 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-15T23:20:35.215Z] #50 43.02 go: finding github.com/subosito/gotenv v1.2.0 [2021-06-15T23:20:35.215Z] #50 43.04 go: finding gopkg.in/ini.v1 v1.51.0 [2021-06-15T23:20:35.215Z] #50 43.07 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-15T23:20:35.215Z] #50 43.08 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-15T23:20:35.476Z] #50 43.09 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-15T23:20:35.476Z] #50 43.13 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-15T23:20:35.476Z] #50 43.16 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-15T23:20:35.476Z] #50 43.20 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-15T23:20:35.476Z] #50 43.30 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-15T23:20:35.476Z] #50 43.30 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-15T23:20:35.619Z] #13 6.986 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB] [2021-06-15T23:20:35.737Z] #50 43.36 go: finding github.com/kisielk/gotool v1.0.0 [2021-06-15T23:20:35.737Z] #50 43.39 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-15T23:20:35.737Z] #50 43.39 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-15T23:20:35.737Z] #50 43.40 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-15T23:20:35.737Z] #50 43.45 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-15T23:20:35.737Z] #50 43.47 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-15T23:20:35.737Z] #50 43.49 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-15T23:20:35.737Z] #50 43.53 go: finding github.com/ultraware/funlen v0.0.2 [2021-06-15T23:20:35.737Z] #50 43.53 go: finding github.com/ultraware/whitespace v0.0.4 [2021-06-15T23:20:35.737Z] #50 43.54 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-06-15T23:20:35.737Z] #50 43.55 go: finding github.com/uudashr/gocognit v1.0.1 [2021-06-15T23:20:35.803Z] #46 ... [2021-06-15T23:20:35.803Z] [2021-06-15T23:20:35.803Z] #52 [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-06-15T23:20:35.803Z] #52 sha256:1ea7d50b8d9469b26d084ad4a397ddbd5644c447deae22a6ed65be0cbbe952c9 [2021-06-15T23:20:35.803Z] #52 22.39 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-15T23:20:35.803Z] #52 23.76 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-15T23:20:35.803Z] #52 23.94 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-15T23:20:35.803Z] #52 24.11 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-15T23:20:35.803Z] #52 24.23 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-15T23:20:35.803Z] #52 24.87 runtime [2021-06-15T23:20:35.803Z] #52 24.96 runtime/cgo [2021-06-15T23:20:35.803Z] #52 ... [2021-06-15T23:20:35.803Z] [2021-06-15T23:20:35.803Z] #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-06-15T23:20:35.803Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:20:35.803Z] #40 23.71 Checking out files: 92% (1574/1694) Checking out files: 93% (1576/1694) Checking out files: 94% (1593/1694) Checking out files: 95% (1610/1694) Checking out files: 96% (1627/1694) Checking out files: 97% (1644/1694) Checking out files: 98% (1661/1694) Checking out files: 99% (1678/1694) Checking out files: 100% (1694/1694) Checking out files: 100% (1694/1694), done. [2021-06-15T23:20:35.803Z] #40 23.81 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-15T23:20:35.803Z] #40 25.27 + 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-06-15T23:20:35.992Z] #59 17.44 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-15T23:20:35.992Z] #59 17.44 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-15T23:20:35.997Z] #50 43.63 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-15T23:20:35.997Z] #50 43.63 go: finding github.com/gogo/protobuf v1.2.1 [2021-06-15T23:20:35.997Z] #50 43.79 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-15T23:20:35.997Z] #50 43.82 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-15T23:20:35.997Z] #50 43.83 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-15T23:20:36.204Z] #13 ... [2021-06-15T23:20:36.204Z] [2021-06-15T23:20:36.204Z] #59 [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-06-15T23:20:36.204Z] #59 sha256:3e678b40c6b8137f39073e9daba98cc97fc08f32c0e40a111550b213d61c573d [2021-06-15T23:20:36.204Z] #59 4.095 + RM_GOPATH=0 [2021-06-15T23:20:36.204Z] #59 4.095 + TMP_GOPATH= [2021-06-15T23:20:36.204Z] #59 4.095 + : /build [2021-06-15T23:20:36.204Z] #59 4.095 + '[' -z '' ']' [2021-06-15T23:20:36.204Z] #59 4.096 ++ mktemp -d [2021-06-15T23:20:36.204Z] #59 4.098 + export GOPATH=/tmp/tmp.HIq0oDRj9T [2021-06-15T23:20:36.204Z] #59 4.098 + GOPATH=/tmp/tmp.HIq0oDRj9T [2021-06-15T23:20:36.204Z] #59 4.098 + RM_GOPATH=1 [2021-06-15T23:20:36.204Z] #59 4.098 + case "$(go env GOARCH)" in [2021-06-15T23:20:36.204Z] #59 4.099 ++ go env GOARCH [2021-06-15T23:20:36.204Z] #59 4.113 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:36.204Z] #59 4.113 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:36.204Z] #59 4.114 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:36.204Z] #59 4.118 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-15T23:20:36.204Z] #59 4.118 + dir=/tmp/install [2021-06-15T23:20:36.204Z] #59 4.118 + bin=rootlesskit [2021-06-15T23:20:36.204Z] #59 4.118 + shift [2021-06-15T23:20:36.204Z] #59 4.118 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-15T23:20:36.204Z] #59 4.118 + . /tmp/install/rootlesskit.installer [2021-06-15T23:20:36.204Z] #59 4.118 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-15T23:20:36.204Z] #59 4.118 + install_rootlesskit [2021-06-15T23:20:36.204Z] #59 4.118 + case "$1" in [2021-06-15T23:20:36.204Z] #59 4.118 + export CGO_ENABLED=0 [2021-06-15T23:20:36.204Z] #59 4.118 + CGO_ENABLED=0 [2021-06-15T23:20:36.204Z] #59 4.118 + _install_rootlesskit [2021-06-15T23:20:36.204Z] #59 4.118 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-15T23:20:36.204Z] #59 4.118 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.HIq0oDRj9T/src/github.com/rootless-containers/rootlesskit [2021-06-15T23:20:36.204Z] #59 4.126 Cloning into '/tmp/tmp.HIq0oDRj9T/src/github.com/rootless-containers/rootlesskit'... [2021-06-15T23:20:36.204Z] #59 6.503 + cd /tmp/tmp.HIq0oDRj9T/src/github.com/rootless-containers/rootlesskit [2021-06-15T23:20:36.204Z] #59 6.504 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-15T23:20:36.204Z] #59 6.541 + export GO111MODULE=on [2021-06-15T23:20:36.204Z] #59 6.541 + GO111MODULE=on [2021-06-15T23:20:36.204Z] #59 6.543 + export GOPROXY=https://proxy.golang.org [2021-06-15T23:20:36.204Z] #59 6.544 + GOPROXY=https://proxy.golang.org [2021-06-15T23:20:36.204Z] #59 6.544 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-15T23:20:36.204Z] #59 6.544 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-15T23:20:36.204Z] #59 9.081 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-15T23:20:36.204Z] #59 9.119 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-15T23:20:36.204Z] #59 9.153 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-15T23:20:36.204Z] #59 9.303 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-15T23:20:36.204Z] #59 9.312 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-15T23:20:36.204Z] #59 9.378 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-15T23:20:36.204Z] #59 9.384 go: downloading github.com/google/uuid v1.2.0 [2021-06-15T23:20:36.204Z] #59 9.406 go: downloading github.com/pkg/errors v0.9.1 [2021-06-15T23:20:36.204Z] #59 9.437 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-15T23:20:36.204Z] #59 9.858 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-06-15T23:20:36.204Z] #59 9.871 go: extracting github.com/pkg/errors v0.9.1 [2021-06-15T23:20:36.204Z] #59 9.973 go: extracting github.com/gorilla/mux v1.8.0 [2021-06-15T23:20:36.204Z] #59 10.01 go: extracting github.com/google/uuid v1.2.0 [2021-06-15T23:20:36.204Z] #59 10.02 go: extracting github.com/gofrs/flock v0.8.0 [2021-06-15T23:20:36.249Z] #59 17.69 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-06-15T23:20:36.249Z] #59 17.77 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-15T23:20:36.259Z] #50 ... [2021-06-15T23:20:36.259Z] [2021-06-15T23:20:36.259Z] #57 [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-06-15T23:20:36.259Z] #57 sha256:bb14685ee58465c2c7ee1e53c044fa9358be6f83f926534dc922b3f87f076ff6 [2021-06-15T23:20:36.259Z] #57 1.160 + RM_GOPATH=0 [2021-06-15T23:20:36.259Z] #57 1.160 + TMP_GOPATH= [2021-06-15T23:20:36.259Z] #57 1.160 + : /build [2021-06-15T23:20:36.259Z] #57 1.161 + '[' -z '' ']' [2021-06-15T23:20:36.259Z] #57 1.161 ++ mktemp -d [2021-06-15T23:20:36.259Z] #57 1.163 + export GOPATH=/tmp/tmp.WUbunoc9cm [2021-06-15T23:20:36.259Z] #57 1.163 + GOPATH=/tmp/tmp.WUbunoc9cm [2021-06-15T23:20:36.259Z] #57 1.163 + RM_GOPATH=1 [2021-06-15T23:20:36.259Z] #57 1.164 + case "$(go env GOARCH)" in [2021-06-15T23:20:36.259Z] #57 1.164 ++ go env GOARCH [2021-06-15T23:20:36.259Z] #57 1.190 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:36.259Z] #57 1.191 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:36.259Z] #57 1.206 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:36.259Z] #57 1.208 + dir=/tmp/install [2021-06-15T23:20:36.259Z] #57 1.208 + bin=containerd [2021-06-15T23:20:36.259Z] #57 1.209 + shift [2021-06-15T23:20:36.259Z] #57 1.209 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-15T23:20:36.259Z] #57 1.209 + . /tmp/install/containerd.installer [2021-06-15T23:20:36.259Z] #57 1.209 ++ set -e [2021-06-15T23:20:36.259Z] #57 1.210 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-15T23:20:36.259Z] #57 1.210 + install_containerd [2021-06-15T23:20:36.259Z] #57 1.210 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-15T23:20:36.259Z] #57 1.211 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-15T23:20:36.259Z] #57 1.211 + git clone https://github.com/containerd/containerd.git /tmp/tmp.WUbunoc9cm/src/github.com/containerd/containerd [2021-06-15T23:20:36.259Z] #57 1.214 Cloning into '/tmp/tmp.WUbunoc9cm/src/github.com/containerd/containerd'... [2021-06-15T23:20:36.367Z] #40 ... [2021-06-15T23:20:36.367Z] [2021-06-15T23:20:36.367Z] #59 [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-06-15T23:20:36.367Z] #59 sha256:ec6e29f6bae1323118d5a4971400d8977d206bff2ccc7a17ed51096f4589f311 [2021-06-15T23:20:36.367Z] #59 23.30 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-15T23:20:36.367Z] #59 24.39 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-15T23:20:36.367Z] #59 24.47 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-06-15T23:20:36.367Z] #59 24.76 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-15T23:20:36.367Z] #59 24.76 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-15T23:20:36.367Z] #59 25.05 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-06-15T23:20:36.367Z] #59 27.44 go: finding github.com/pkg/errors v0.9.1 [2021-06-15T23:20:36.367Z] #59 27.56 go: finding github.com/sirupsen/logrus v1.8.1 [2021-06-15T23:20:36.367Z] #59 27.76 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-15T23:20:36.367Z] #59 27.81 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-15T23:20:36.367Z] #59 27.91 go: finding github.com/google/uuid v1.2.0 [2021-06-15T23:20:36.367Z] #59 28.02 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-15T23:20:36.367Z] #59 28.06 go: finding github.com/gofrs/flock v0.8.0 [2021-06-15T23:20:36.367Z] #59 28.13 go: finding github.com/moby/vpnkit v0.5.0 [2021-06-15T23:20:36.367Z] #59 28.17 go: finding github.com/gorilla/mux v1.8.0 [2021-06-15T23:20:36.367Z] #59 28.19 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-06-15T23:20:36.367Z] #59 28.25 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-15T23:20:36.367Z] #59 28.28 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-06-15T23:20:36.367Z] #59 28.31 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-06-15T23:20:36.367Z] #59 28.45 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-15T23:20:36.367Z] #59 28.55 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-06-15T23:20:36.469Z] #59 10.27 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-06-15T23:20:36.469Z] #59 ... [2021-06-15T23:20:36.469Z] [2021-06-15T23:20:36.469Z] #48 [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-06-15T23:20:36.469Z] #48 sha256:8bdc36f4980e2b0590b816a46839c85c62ee55e50ccc8a1ba8423610d5b26ffc [2021-06-15T23:20:36.469Z] #48 4.348 + RM_GOPATH=0 [2021-06-15T23:20:36.469Z] #48 4.348 + TMP_GOPATH= [2021-06-15T23:20:36.469Z] #48 4.349 + : /build [2021-06-15T23:20:36.469Z] #48 4.349 + '[' -z '' ']' [2021-06-15T23:20:36.469Z] #48 4.349 ++ mktemp -d [2021-06-15T23:20:36.469Z] #48 4.354 + export GOPATH=/tmp/tmp.ggHgYPuCAl [2021-06-15T23:20:36.469Z] #48 4.354 + GOPATH=/tmp/tmp.ggHgYPuCAl [2021-06-15T23:20:36.469Z] #48 4.354 + RM_GOPATH=1 [2021-06-15T23:20:36.469Z] #48 4.354 + case "$(go env GOARCH)" in [2021-06-15T23:20:36.469Z] #48 4.361 ++ go env GOARCH [2021-06-15T23:20:36.469Z] #48 4.385 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:36.469Z] #48 4.385 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:36.469Z] #48 4.385 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:36.469Z] #48 4.388 + dir=/tmp/install [2021-06-15T23:20:36.469Z] #48 4.388 + bin=gotestsum [2021-06-15T23:20:36.469Z] #48 4.388 + shift [2021-06-15T23:20:36.469Z] #48 4.388 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-15T23:20:36.469Z] #48 4.388 + . /tmp/install/gotestsum.installer [2021-06-15T23:20:36.469Z] #48 4.388 ++ : v0.5.3 [2021-06-15T23:20:36.469Z] #48 4.388 + install_gotestsum [2021-06-15T23:20:36.469Z] #48 4.388 + set -e [2021-06-15T23:20:36.469Z] #48 4.388 + export GO111MODULE=on [2021-06-15T23:20:36.469Z] #48 4.388 + GO111MODULE=on [2021-06-15T23:20:36.469Z] #48 4.388 + GOBIN=/build [2021-06-15T23:20:36.469Z] #48 4.388 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-15T23:20:36.469Z] #48 4.429 go: finding gotest.tools v0.5.3 [2021-06-15T23:20:36.469Z] #48 4.431 go: finding gotest.tools/gotestsum v0.5.3 [2021-06-15T23:20:36.469Z] #48 5.277 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-15T23:20:36.469Z] #48 5.737 go: extracting gotest.tools/gotestsum v0.5.3 [2021-06-15T23:20:36.469Z] #48 6.263 go: downloading github.com/pkg/errors v0.9.1 [2021-06-15T23:20:36.469Z] #48 6.322 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-15T23:20:36.469Z] #48 6.364 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:20:36.469Z] #48 6.372 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:20:36.469Z] #48 6.373 go: downloading github.com/fatih/color v1.9.0 [2021-06-15T23:20:36.469Z] #48 6.458 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:20:36.469Z] #48 6.484 go: extracting github.com/pkg/errors v0.9.1 [2021-06-15T23:20:36.469Z] #48 6.654 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:20:36.469Z] #48 6.656 go: extracting github.com/spf13/pflag v1.0.3 [2021-06-15T23:20:36.469Z] #48 6.709 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:20:36.469Z] #48 6.755 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:20:36.469Z] #48 7.001 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:20:36.469Z] #48 7.018 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:20:36.469Z] #48 7.151 go: extracting github.com/fatih/color v1.9.0 [2021-06-15T23:20:36.469Z] #48 7.206 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:20:36.469Z] #48 7.245 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:20:36.469Z] #48 7.261 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:20:36.469Z] #48 8.078 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:20:36.469Z] #48 8.118 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:20:36.469Z] #48 8.221 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:20:36.469Z] #48 8.506 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:20:36.469Z] #48 10.19 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:20:36.469Z] #48 ... [2021-06-15T23:20:36.469Z] [2021-06-15T23:20:36.469Z] #34 [tomll 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/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-15T23:20:36.469Z] #34 sha256:a93bff763eb43f49a075669f02d6b5e67de71a519e63c11db25fc1343af5089d [2021-06-15T23:20:36.469Z] #34 4.045 Install go-toml version v1.8.1 [2021-06-15T23:20:36.469Z] #34 4.089 go: finding github.com v1.8.1 [2021-06-15T23:20:36.469Z] #34 4.089 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-06-15T23:20:36.469Z] #34 4.089 go: finding github.com/pelletier v1.8.1 [2021-06-15T23:20:36.469Z] #34 4.089 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-06-15T23:20:36.469Z] #34 4.089 go: finding github.com/pelletier/go-toml v1.8.1 [2021-06-15T23:20:36.469Z] #34 4.838 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-15T23:20:36.469Z] #34 5.342 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-06-15T23:20:36.469Z] #34 7.123 github.com/pelletier/go-toml [2021-06-15T23:20:36.733Z] #34 ... [2021-06-15T23:20:36.733Z] [2021-06-15T23:20:36.733Z] #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-06-15T23:20:36.733Z] #24 sha256:7cb7c35f43e66659a968ef0430016da9304b646e3564eeeba1947dd1070917f7 [2021-06-15T23:20:36.733Z] #24 4.614 + RM_GOPATH=0 [2021-06-15T23:20:36.733Z] #24 4.614 + TMP_GOPATH= [2021-06-15T23:20:36.733Z] #24 4.614 + : /build [2021-06-15T23:20:36.733Z] #24 4.614 + '[' -z '' ']' [2021-06-15T23:20:36.733Z] #24 4.630 ++ mktemp -d [2021-06-15T23:20:36.733Z] #24 4.630 + export GOPATH=/tmp/tmp.qyRgF2RugB [2021-06-15T23:20:36.733Z] #24 4.630 + GOPATH=/tmp/tmp.qyRgF2RugB [2021-06-15T23:20:36.733Z] #24 4.630 + RM_GOPATH=1 [2021-06-15T23:20:36.733Z] #24 4.630 + case "$(go env GOARCH)" in [2021-06-15T23:20:36.733Z] #24 4.630 ++ go env GOARCH [2021-06-15T23:20:36.733Z] #24 4.643 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:36.733Z] #24 4.643 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:36.733Z] #24 4.644 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:36.733Z] #24 4.651 Install docker/cli version 17.06.2-ce from stable [2021-06-15T23:20:36.733Z] #24 4.651 + dir=/tmp/install [2021-06-15T23:20:36.733Z] #24 4.651 + bin=dockercli [2021-06-15T23:20:36.733Z] #24 4.651 + shift [2021-06-15T23:20:36.733Z] #24 4.651 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-15T23:20:36.733Z] #24 4.651 + . /tmp/install/dockercli.installer [2021-06-15T23:20:36.733Z] #24 4.651 ++ : stable [2021-06-15T23:20:36.733Z] #24 4.651 ++ : 17.06.2-ce [2021-06-15T23:20:36.733Z] #24 4.651 + install_dockercli [2021-06-15T23:20:36.733Z] #24 4.651 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-15T23:20:36.733Z] #24 4.651 ++ uname -m [2021-06-15T23:20:36.733Z] #24 4.651 + arch=aarch64 [2021-06-15T23:20:36.733Z] #24 4.651 + '[' aarch64 '!=' x86_64 ']' [2021-06-15T23:20:36.733Z] #24 4.651 + '[' aarch64 '!=' s390x ']' [2021-06-15T23:20:36.733Z] #24 4.651 + '[' aarch64 '!=' armhf ']' [2021-06-15T23:20:36.733Z] #24 4.651 + build_dockercli [2021-06-15T23:20:36.733Z] #24 4.651 + git clone https://github.com/docker/docker-ce /tmp/tmp.qyRgF2RugB/tmp/docker-ce [2021-06-15T23:20:36.733Z] #24 4.666 Cloning into '/tmp/tmp.qyRgF2RugB/tmp/docker-ce'... [2021-06-15T23:20:36.733Z] #24 ... [2021-06-15T23:20:36.733Z] [2021-06-15T23:20:36.733Z] #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-06-15T23:20:36.733Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-06-15T23:20:36.733Z] #36 5.653 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:36.733Z] #36 5.734 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:36.733Z] #36 5.738 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:36.733Z] #36 6.624 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-06-15T23:20:36.733Z] #36 8.076 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB] [2021-06-15T23:20:36.733Z] #36 9.181 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-06-15T23:20:36.733Z] #36 ... [2021-06-15T23:20:36.733Z] [2021-06-15T23:20:36.733Z] #56 [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-06-15T23:20:36.733Z] #56 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-06-15T23:20:36.733Z] #56 5.654 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:36.733Z] #56 5.698 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:36.733Z] #56 5.705 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:36.733Z] #56 6.527 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-06-15T23:20:36.733Z] #56 8.011 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB] [2021-06-15T23:20:36.733Z] #56 8.888 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-06-15T23:20:36.823Z] #59 ... [2021-06-15T23:20:36.823Z] [2021-06-15T23:20:36.823Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:36.823Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:36.823Z] #13 5.775 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-15T23:20:36.823Z] #13 5.775 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:36.823Z] #13 5.839 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:36.823Z] #13 5.839 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:36.823Z] #13 6.880 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-15T23:20:36.823Z] #13 8.667 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:20:36.823Z] #13 10.50 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:20:36.823Z] #13 13.06 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:20:36.997Z] #56 ... [2021-06-15T23:20:36.997Z] [2021-06-15T23:20:36.997Z] #46 [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-06-15T23:20:36.997Z] #46 sha256:0d9139b3099fc7381a4d518e6ab8e8e34bc9b8b437a0a7731cf12fe3817cb04d [2021-06-15T23:20:36.997Z] #46 5.025 + RM_GOPATH=0 [2021-06-15T23:20:36.997Z] #46 5.025 + TMP_GOPATH= [2021-06-15T23:20:36.997Z] #46 5.025 + : /build [2021-06-15T23:20:36.997Z] #46 5.025 + '[' -z '' ']' [2021-06-15T23:20:36.997Z] #46 5.026 ++ mktemp -d [2021-06-15T23:20:36.997Z] #46 5.029 + export GOPATH=/tmp/tmp.map7aytDrm [2021-06-15T23:20:36.997Z] #46 5.029 + GOPATH=/tmp/tmp.map7aytDrm [2021-06-15T23:20:36.997Z] #46 5.029 + RM_GOPATH=1 [2021-06-15T23:20:36.997Z] #46 5.029 + case "$(go env GOARCH)" in [2021-06-15T23:20:36.997Z] #46 5.029 ++ go env GOARCH [2021-06-15T23:20:36.997Z] #46 5.051 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:36.997Z] #46 5.051 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:36.997Z] #46 5.051 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:36.997Z] #46 5.096 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-15T23:20:36.997Z] #46 5.110 + dir=/tmp/install [2021-06-15T23:20:36.997Z] #46 5.110 + bin=vndr [2021-06-15T23:20:36.997Z] #46 5.110 + shift [2021-06-15T23:20:36.997Z] #46 5.110 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-15T23:20:36.997Z] #46 5.110 + . /tmp/install/vndr.installer [2021-06-15T23:20:36.997Z] #46 5.110 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-15T23:20:36.997Z] #46 5.110 + install_vndr [2021-06-15T23:20:36.997Z] #46 5.110 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-15T23:20:36.997Z] #46 5.110 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.map7aytDrm/src/github.com/LK4D4/vndr [2021-06-15T23:20:36.997Z] #46 5.110 Cloning into '/tmp/tmp.map7aytDrm/src/github.com/LK4D4/vndr'... [2021-06-15T23:20:36.997Z] #46 5.576 + cd /tmp/tmp.map7aytDrm/src/github.com/LK4D4/vndr [2021-06-15T23:20:36.997Z] #46 5.576 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-15T23:20:36.997Z] #46 5.585 + go build -buildmode=pie -v -o /build/vndr . [2021-06-15T23:20:36.997Z] #46 6.896 internal/cpu [2021-06-15T23:20:36.997Z] #46 6.931 runtime/internal/sys [2021-06-15T23:20:36.997Z] #46 6.931 internal/race [2021-06-15T23:20:36.997Z] #46 6.949 runtime/internal/atomic [2021-06-15T23:20:36.997Z] #46 7.182 sync/atomic [2021-06-15T23:20:36.997Z] #46 7.364 runtime/internal/math [2021-06-15T23:20:36.997Z] #46 7.495 unicode [2021-06-15T23:20:36.997Z] #46 7.740 internal/bytealg [2021-06-15T23:20:36.997Z] #46 7.763 unicode/utf8 [2021-06-15T23:20:36.997Z] #46 7.895 math/bits [2021-06-15T23:20:36.997Z] #46 8.286 internal/testlog [2021-06-15T23:20:36.997Z] #46 8.720 runtime [2021-06-15T23:20:36.997Z] #46 8.777 encoding [2021-06-15T23:20:36.997Z] #46 8.790 math [2021-06-15T23:20:36.997Z] #46 9.009 unicode/utf16 [2021-06-15T23:20:36.997Z] #46 9.487 container/list [2021-06-15T23:20:36.997Z] #46 10.40 crypto/internal/subtle [2021-06-15T23:20:36.997Z] #46 10.50 crypto/subtle [2021-06-15T23:20:36.997Z] #46 10.51 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-15T23:20:36.997Z] #46 10.65 internal/nettrace [2021-06-15T23:20:37.080Z] #13 ... [2021-06-15T23:20:37.080Z] [2021-06-15T23:20:37.080Z] #50 [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-06-15T23:20:37.080Z] #50 sha256:058095538fbcd40c9fdfb7535b948a01d16167942b7d87b459a4f75a61916bd3 [2021-06-15T23:20:37.080Z] #50 17.33 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-15T23:20:37.080Z] #50 17.33 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-15T23:20:37.080Z] #50 17.33 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-15T23:20:37.080Z] #50 17.33 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-15T23:20:37.080Z] #50 17.33 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-15T23:20:37.080Z] #50 17.33 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-15T23:20:37.080Z] #50 17.33 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-15T23:20:37.080Z] #50 17.33 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-15T23:20:37.080Z] #50 17.33 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-15T23:20:37.080Z] #50 17.43 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-15T23:20:37.080Z] #50 17.43 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-15T23:20:37.080Z] #50 17.43 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-15T23:20:37.080Z] #50 17.43 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-15T23:20:37.080Z] #50 17.63 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-15T23:20:37.080Z] #50 17.65 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-06-15T23:20:37.080Z] #50 17.65 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-15T23:20:37.080Z] #50 17.65 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-15T23:20:37.080Z] #50 17.69 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-06-15T23:20:37.080Z] #50 17.69 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-15T23:20:37.080Z] #50 17.69 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-15T23:20:37.080Z] #50 17.69 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-15T23:20:37.080Z] #50 17.73 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-15T23:20:37.080Z] #50 17.74 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-15T23:20:37.080Z] #50 17.75 go: downloading github.com/spf13/afero v1.1.2 [2021-06-15T23:20:37.080Z] #50 17.75 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-06-15T23:20:37.080Z] #50 17.77 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-15T23:20:37.080Z] #50 17.78 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-15T23:20:37.080Z] #50 17.79 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-15T23:20:37.080Z] #50 17.86 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-15T23:20:37.080Z] #50 17.87 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-15T23:20:37.080Z] #50 17.89 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-15T23:20:37.080Z] #50 17.89 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-15T23:20:37.080Z] #50 17.99 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-06-15T23:20:37.080Z] #50 17.99 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-15T23:20:37.080Z] #50 18.00 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-15T23:20:37.080Z] #50 18.02 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-15T23:20:37.080Z] #50 18.04 go: extracting github.com/spf13/afero v1.1.2 [2021-06-15T23:20:37.080Z] #50 18.10 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-15T23:20:37.080Z] #50 18.11 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-06-15T23:20:37.080Z] #50 18.13 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-06-15T23:20:37.080Z] #50 18.19 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-15T23:20:37.080Z] #50 18.21 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-06-15T23:20:37.080Z] #50 18.24 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-15T23:20:37.080Z] #50 18.33 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-15T23:20:37.080Z] #50 18.40 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-15T23:20:37.080Z] #50 18.47 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-15T23:20:37.080Z] #50 18.53 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-15T23:20:37.080Z] #50 18.55 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-15T23:20:37.080Z] #50 18.60 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-15T23:20:37.080Z] #50 18.66 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-15T23:20:37.080Z] #50 18.70 go: extracting github.com/kisielk/gotool v1.0.0 [2021-06-15T23:20:37.332Z] #46 10.91 vendor/golang.org/x/crypto/internal/subtle [2021-06-15T23:20:37.332Z] #46 10.94 runtime/cgo [2021-06-15T23:20:37.332Z] #46 ... [2021-06-15T23:20:37.332Z] [2021-06-15T23:20:37.332Z] #50 [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-06-15T23:20:37.332Z] #50 sha256:055817a15785ccd818e37de79ec98a9b6e469b75cac16222732c8243ce8bbb7b [2021-06-15T23:20:37.332Z] #50 4.735 + RM_GOPATH=0 [2021-06-15T23:20:37.332Z] #50 4.735 + TMP_GOPATH= [2021-06-15T23:20:37.332Z] #50 4.735 + : /build [2021-06-15T23:20:37.332Z] #50 4.735 + '[' -z '' ']' [2021-06-15T23:20:37.332Z] #50 4.736 ++ mktemp -d [2021-06-15T23:20:37.332Z] #50 4.740 + export GOPATH=/tmp/tmp.r1kPQ3Wi3f [2021-06-15T23:20:37.332Z] #50 4.740 + GOPATH=/tmp/tmp.r1kPQ3Wi3f [2021-06-15T23:20:37.332Z] #50 4.740 + RM_GOPATH=1 [2021-06-15T23:20:37.332Z] #50 4.740 + case "$(go env GOARCH)" in [2021-06-15T23:20:37.332Z] #50 4.750 ++ go env GOARCH [2021-06-15T23:20:37.332Z] #50 4.797 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:37.332Z] #50 4.797 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:37.332Z] #50 4.797 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:37.332Z] #50 4.797 + dir=/tmp/install [2021-06-15T23:20:37.332Z] #50 4.797 + bin=golangci_lint [2021-06-15T23:20:37.332Z] #50 4.797 + shift [2021-06-15T23:20:37.332Z] #50 4.797 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-15T23:20:37.332Z] #50 4.797 + . /tmp/install/golangci_lint.installer [2021-06-15T23:20:37.332Z] #50 4.797 ++ : v1.23.8 [2021-06-15T23:20:37.332Z] #50 4.797 + install_golangci_lint [2021-06-15T23:20:37.332Z] #50 4.797 + set -e [2021-06-15T23:20:37.332Z] #50 4.797 + export GO111MODULE=on [2021-06-15T23:20:37.332Z] #50 4.797 + GO111MODULE=on [2021-06-15T23:20:37.332Z] #50 4.797 + GOBIN=/build [2021-06-15T23:20:37.332Z] #50 4.797 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-15T23:20:37.332Z] #50 4.851 go: finding github.com v1.23.8 [2021-06-15T23:20:37.332Z] #50 4.855 go: finding github.com/golangci v1.23.8 [2021-06-15T23:20:37.332Z] #50 4.855 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-06-15T23:20:37.332Z] #50 4.855 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-06-15T23:20:37.332Z] #50 4.855 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-06-15T23:20:37.332Z] #50 5.482 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-15T23:20:37.332Z] #50 6.053 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-06-15T23:20:37.332Z] #50 ... [2021-06-15T23:20:37.332Z] [2021-06-15T23:20:37.332Z] #52 [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-06-15T23:20:37.332Z] #52 sha256:f89feda30dfd88ac1573b637513df98f6c5d626b1abad17f1091043e75a99526 [2021-06-15T23:20:37.332Z] #52 5.349 + RM_GOPATH=0 [2021-06-15T23:20:37.332Z] #52 5.349 + TMP_GOPATH= [2021-06-15T23:20:37.332Z] #52 5.349 + : /build [2021-06-15T23:20:37.332Z] #52 5.349 + '[' -z '' ']' [2021-06-15T23:20:37.332Z] #52 5.349 ++ mktemp -d [2021-06-15T23:20:37.332Z] #52 5.349 + export GOPATH=/tmp/tmp.3C4JBSENIa [2021-06-15T23:20:37.332Z] #52 5.349 + GOPATH=/tmp/tmp.3C4JBSENIa [2021-06-15T23:20:37.332Z] #52 5.349 + RM_GOPATH=1 [2021-06-15T23:20:37.332Z] #52 5.349 + case "$(go env GOARCH)" in [2021-06-15T23:20:37.332Z] #52 5.349 ++ go env GOARCH [2021-06-15T23:20:37.332Z] #52 5.375 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:37.332Z] #52 5.375 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:37.332Z] #52 5.376 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:37.332Z] #52 5.378 + dir=/tmp/install [2021-06-15T23:20:37.332Z] #52 5.378 + bin=shfmt [2021-06-15T23:20:37.332Z] #52 5.378 + shift [2021-06-15T23:20:37.332Z] #52 5.378 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-15T23:20:37.332Z] #52 5.379 + . /tmp/install/shfmt.installer [2021-06-15T23:20:37.332Z] #52 5.379 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-15T23:20:37.332Z] #52 5.379 + install_shfmt [2021-06-15T23:20:37.332Z] #52 5.379 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-15T23:20:37.332Z] #52 5.379 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-15T23:20:37.332Z] #52 5.379 + git clone https://github.com/mvdan/sh.git /tmp/tmp.3C4JBSENIa/src/github.com/mvdan/sh [2021-06-15T23:20:37.332Z] #52 5.383 Cloning into '/tmp/tmp.3C4JBSENIa/src/github.com/mvdan/sh'... [2021-06-15T23:20:37.339Z] #50 18.78 go: extracting github.com/magiconair/properties v1.8.1 [2021-06-15T23:20:37.339Z] #50 18.89 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-15T23:20:37.339Z] #50 18.96 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-15T23:20:37.339Z] #50 19.05 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-15T23:20:37.339Z] #50 19.05 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-06-15T23:20:37.339Z] #50 19.05 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-15T23:20:37.339Z] #50 19.05 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-15T23:20:37.596Z] #50 19.17 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-15T23:20:37.596Z] #50 19.17 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-15T23:20:37.596Z] #50 19.30 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-06-15T23:20:37.597Z] #52 ... [2021-06-15T23:20:37.597Z] [2021-06-15T23:20:37.597Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:37.597Z] #44 sha256:425b1951e173ca94b0f90b31143f25f2e15c63ec12ef52085956aaeec72d95e9 [2021-06-15T23:20:37.597Z] #44 5.429 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:37.597Z] #44 5.457 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:37.597Z] #44 5.458 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:37.597Z] #44 6.515 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-06-15T23:20:37.597Z] #44 7.936 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB] [2021-06-15T23:20:37.597Z] #44 8.126 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-06-15T23:20:37.597Z] #44 9.361 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-06-15T23:20:37.597Z] #44 10.65 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-06-15T23:20:37.597Z] #44 ... [2021-06-15T23:20:37.597Z] [2021-06-15T23:20:37.597Z] #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-06-15T23:20:37.597Z] #27 sha256:28a50d85e3ee045175c22f8ac700042243c1cca0d130871689927f1016cbb3d2 [2021-06-15T23:20:37.597Z] #27 17.04 Selecting previously unselected package libk5crypto3:arm64. [2021-06-15T23:20:37.597Z] #27 17.05 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_arm64.deb ... [2021-06-15T23:20:37.597Z] #27 17.08 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-06-15T23:20:37.597Z] #27 17.37 Selecting previously unselected package libkrb5-3:arm64. [2021-06-15T23:20:37.597Z] #27 17.37 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_arm64.deb ... [2021-06-15T23:20:37.597Z] #27 17.39 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-06-15T23:20:37.597Z] #27 17.86 Selecting previously unselected package libgssapi-krb5-2:arm64. [2021-06-15T23:20:37.597Z] #27 17.86 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ... [2021-06-15T23:20:37.597Z] #27 17.87 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-06-15T23:20:37.597Z] #27 18.40 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-06-15T23:20:37.597Z] #27 18.40 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-06-15T23:20:37.597Z] #27 18.43 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-15T23:20:37.597Z] #27 18.57 Selecting previously unselected package libsasl2-2:arm64. [2021-06-15T23:20:37.597Z] #27 18.58 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-06-15T23:20:37.597Z] #27 18.63 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-15T23:20:37.597Z] #27 18.90 Selecting previously unselected package libldap-common. [2021-06-15T23:20:37.597Z] #27 18.90 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-15T23:20:37.597Z] #27 18.90 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-15T23:20:37.597Z] #27 19.06 Selecting previously unselected package libldap-2.4-2:arm64. [2021-06-15T23:20:37.597Z] #27 19.07 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ... [2021-06-15T23:20:37.597Z] #27 19.08 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-15T23:20:37.597Z] #27 19.39 Selecting previously unselected package libnghttp2-14:arm64. [2021-06-15T23:20:37.597Z] #27 19.40 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2021-06-15T23:20:37.597Z] #27 19.40 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-06-15T23:20:37.597Z] #27 19.70 Selecting previously unselected package libpsl5:arm64. [2021-06-15T23:20:37.597Z] #27 19.70 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2021-06-15T23:20:37.597Z] #27 19.76 Unpacking libpsl5:arm64 (0.20.2-2) ... [2021-06-15T23:20:37.737Z] #59 ... [2021-06-15T23:20:37.737Z] [2021-06-15T23:20:37.737Z] #56 [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-06-15T23:20:37.737Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:20:37.737Z] #56 24.36 Fetched 8449 kB in 18s (476 kB/s) [2021-06-15T23:20:37.737Z] #56 24.36 Reading package lists... [2021-06-15T23:20:37.737Z] #56 30.16 Reading package lists... [2021-06-15T23:20:37.737Z] #56 ... [2021-06-15T23:20:37.737Z] [2021-06-15T23:20:37.737Z] #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-06-15T23:20:37.737Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:20:37.737Z] #36 22.91 Reading package lists... [2021-06-15T23:20:37.737Z] #36 28.63 Reading package lists... [2021-06-15T23:20:37.853Z] #50 19.41 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-15T23:20:37.853Z] #50 19.41 go: downloading golang.org/x/text v0.3.2 [2021-06-15T23:20:37.853Z] #50 19.43 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-15T23:20:37.853Z] #50 19.44 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-06-15T23:20:37.861Z] #27 20.21 Selecting previously unselected package librtmp1:arm64. [2021-06-15T23:20:37.861Z] #27 20.21 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2021-06-15T23:20:37.861Z] #27 20.21 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-15T23:20:38.110Z] #50 19.58 go: extracting github.com/subosito/gotenv v1.2.0 [2021-06-15T23:20:38.110Z] #50 19.69 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-06-15T23:20:38.110Z] #50 19.69 go: extracting github.com/ultraware/funlen v0.0.2 [2021-06-15T23:20:38.110Z] #50 19.77 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-15T23:20:38.110Z] #50 19.79 go: extracting github.com/stretchr/testify v1.4.0 [2021-06-15T23:20:38.110Z] #50 19.83 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-15T23:20:38.367Z] #50 ... [2021-06-15T23:20:38.367Z] [2021-06-15T23:20:38.367Z] #34 [tomll 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/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-15T23:20:38.367Z] #34 sha256:b3e0a229cfeb560365d746e10d85a8d644ecc10c1d7c1494f9f1f0f37a40d44a [2021-06-15T23:20:38.367Z] #34 15.19 github.com/pelletier/go-toml/cmd/tomll [2021-06-15T23:20:38.367Z] #34 DONE 20.0s [2021-06-15T23:20:38.367Z] [2021-06-15T23:20:38.367Z] #50 [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-06-15T23:20:38.367Z] #50 sha256:058095538fbcd40c9fdfb7535b948a01d16167942b7d87b459a4f75a61916bd3 [2021-06-15T23:20:38.367Z] #50 19.97 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-15T23:20:38.367Z] #50 19.97 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-06-15T23:20:38.367Z] #50 20.01 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-15T23:20:38.468Z] #27 20.93 Selecting previously unselected package libssh2-1:arm64. [2021-06-15T23:20:38.468Z] #27 20.93 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2021-06-15T23:20:38.468Z] #27 20.99 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2021-06-15T23:20:38.624Z] #50 20.07 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-15T23:20:38.624Z] #50 20.27 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-15T23:20:38.624Z] #50 20.27 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-15T23:20:38.624Z] #50 20.27 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-15T23:20:38.624Z] #50 20.29 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-15T23:20:38.624Z] #50 20.31 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-15T23:20:38.668Z] #36 34.12 Building dependency tree... [2021-06-15T23:20:38.668Z] #36 ... [2021-06-15T23:20:38.668Z] [2021-06-15T23:20:38.668Z] #56 [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-06-15T23:20:38.668Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:20:38.668Z] #56 30.16 Reading package lists... [2021-06-15T23:20:38.881Z] #50 20.39 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-06-15T23:20:38.881Z] #50 20.39 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-06-15T23:20:38.881Z] #50 20.52 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-15T23:20:38.927Z] #56 35.66 Building dependency tree... [2021-06-15T23:20:38.927Z] #56 ... [2021-06-15T23:20:38.927Z] [2021-06-15T23:20:38.927Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:38.927Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:38.927Z] #13 21.53 Fetched 8974 kB in 18s (501 kB/s) [2021-06-15T23:20:38.927Z] #13 21.53 Reading package lists... [2021-06-15T23:20:38.927Z] #13 27.64 Reading package lists... [2021-06-15T23:20:38.927Z] #13 ... [2021-06-15T23:20:38.927Z] [2021-06-15T23:20:38.927Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:38.927Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:38.927Z] #44 25.43 Fetched 8452 kB in 19s (449 kB/s) [2021-06-15T23:20:38.927Z] #44 25.43 Reading package lists... [2021-06-15T23:20:39.044Z] #27 21.48 Selecting previously unselected package libcurl4:arm64. [2021-06-15T23:20:39.140Z] #50 20.61 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-15T23:20:39.140Z] #50 20.61 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-15T23:20:39.140Z] #50 20.68 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-06-15T23:20:39.140Z] #50 20.74 go: extracting github.com/gobwas/glob v0.2.3 [2021-06-15T23:20:39.184Z] #44 31.15 Reading package lists... [2021-06-15T23:20:39.184Z] #44 ... [2021-06-15T23:20:39.184Z] [2021-06-15T23:20:39.184Z] #50 [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-06-15T23:20:39.184Z] #50 sha256:5c5c9169e2b6a16a17263cdce4c250f0d0cf6d08cdade8c33ffdcc80d0d1556d [2021-06-15T23:20:39.184Z] #50 31.08 go: extracting github.com/gogo/protobuf v1.2.1 [2021-06-15T23:20:39.184Z] #50 34.36 go: extracting golang.org/x/text v0.3.2 [2021-06-15T23:20:39.308Z] #27 21.48 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_arm64.deb ... [2021-06-15T23:20:39.308Z] #27 21.50 Unpacking libcurl4:arm64 (7.64.0-4+deb10u2) ... [2021-06-15T23:20:39.398Z] #50 20.85 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-15T23:20:39.398Z] #50 20.85 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-15T23:20:39.398Z] #50 20.98 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-15T23:20:39.398Z] #50 ... [2021-06-15T23:20:39.398Z] [2021-06-15T23:20:39.398Z] #46 [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-06-15T23:20:39.398Z] #46 sha256:d714264c259d4aa60fc9841e0c3ae420cfc4a206fa6c6fe53ccd261932d8bf14 [2021-06-15T23:20:39.398Z] #46 10.97 unicode/utf8 [2021-06-15T23:20:39.398Z] #46 11.38 math/bits [2021-06-15T23:20:39.398Z] #46 12.00 math [2021-06-15T23:20:39.398Z] #46 15.83 internal/testlog [2021-06-15T23:20:39.398Z] #46 16.11 encoding [2021-06-15T23:20:39.398Z] #46 16.20 unicode/utf16 [2021-06-15T23:20:39.398Z] #46 16.43 container/list [2021-06-15T23:20:39.398Z] #46 16.94 crypto/internal/subtle [2021-06-15T23:20:39.398Z] #46 17.02 crypto/subtle [2021-06-15T23:20:39.398Z] #46 17.17 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-15T23:20:39.398Z] #46 17.33 internal/nettrace [2021-06-15T23:20:39.398Z] #46 17.43 runtime/cgo [2021-06-15T23:20:39.563Z] #57 ... [2021-06-15T23:20:39.563Z] [2021-06-15T23:20:39.563Z] #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-06-15T23:20:39.563Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:20:39.563Z] #36 31.49 Reading package lists... [2021-06-15T23:20:39.563Z] #36 37.26 Building dependency tree... [2021-06-15T23:20:39.563Z] #36 39.99 The following additional packages will be installed: [2021-06-15T23:20:39.563Z] #36 39.99 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-15T23:20:39.563Z] #36 40.01 Suggested packages: [2021-06-15T23:20:39.563Z] #36 40.01 cmake-doc ninja-build lrzip [2021-06-15T23:20:39.563Z] #36 40.01 Recommended packages: [2021-06-15T23:20:39.563Z] #36 40.01 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-15T23:20:39.563Z] #36 40.76 The following NEW packages will be installed: [2021-06-15T23:20:39.563Z] #36 40.77 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-15T23:20:39.563Z] #36 40.77 vim-common xxd [2021-06-15T23:20:39.563Z] #36 41.12 0 upgraded, 10 newly installed, 0 to remove and 30 not upgraded. [2021-06-15T23:20:39.563Z] #36 41.12 Need to get 14.9 MB of archives. [2021-06-15T23:20:39.563Z] #36 41.12 After this operation, 61.8 MB of additional disk space will be used. [2021-06-15T23:20:39.563Z] #36 41.12 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-15T23:20:39.563Z] #36 41.12 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-15T23:20:39.563Z] #36 41.13 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-15T23:20:39.563Z] #36 41.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-15T23:20:39.563Z] #36 41.91 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-06-15T23:20:39.563Z] #36 41.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-15T23:20:39.563Z] #36 41.98 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-15T23:20:39.563Z] #36 41.98 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-15T23:20:39.563Z] #36 41.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-15T23:20:39.563Z] #36 42.02 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-15T23:20:39.563Z] #36 43.59 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:20:39.563Z] #36 43.87 Fetched 14.9 MB in 1s (10.1 MB/s) [2021-06-15T23:20:39.563Z] #36 43.98 Selecting previously unselected package xxd. [2021-06-15T23:20:39.563Z] #36 43.98 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-15T23:20:39.563Z] #36 44.03 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-15T23:20:39.563Z] #36 44.05 Unpacking xxd (2:8.1.0875-5) ... [2021-06-15T23:20:39.563Z] #36 44.26 Selecting previously unselected package vim-common. [2021-06-15T23:20:39.563Z] #36 44.26 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-15T23:20:39.563Z] #36 44.29 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-15T23:20:39.563Z] #36 44.57 Selecting previously unselected package cmake-data. [2021-06-15T23:20:39.563Z] #36 44.57 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-15T23:20:39.563Z] #36 44.58 Unpacking cmake-data (3.13.4-1) ... [2021-06-15T23:20:39.563Z] #36 ... [2021-06-15T23:20:39.563Z] [2021-06-15T23:20:39.563Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:39.563Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:39.563Z] #44 31.89 Reading package lists... [2021-06-15T23:20:39.563Z] #44 37.50 Building dependency tree... [2021-06-15T23:20:39.563Z] #44 40.72 The following additional packages will be installed: [2021-06-15T23:20:39.563Z] #44 40.75 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-06-15T23:20:39.563Z] #44 40.75 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-06-15T23:20:39.563Z] #44 40.76 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-15T23:20:39.563Z] #44 40.76 python3.7-minimal [2021-06-15T23:20:39.563Z] #44 40.77 Suggested packages: [2021-06-15T23:20:39.563Z] #44 40.77 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-06-15T23:20:39.563Z] #44 40.77 python3.7-doc binfmt-support [2021-06-15T23:20:39.563Z] #44 42.20 The following NEW packages will be installed: [2021-06-15T23:20:39.563Z] #44 42.21 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-06-15T23:20:39.563Z] #44 42.21 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-06-15T23:20:39.563Z] #44 42.25 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-15T23:20:39.563Z] #44 42.25 python3.7-minimal [2021-06-15T23:20:39.563Z] #44 42.94 0 upgraded, 16 newly installed, 0 to remove and 30 not upgraded. [2021-06-15T23:20:39.563Z] #44 42.94 Need to get 6695 kB of archives. [2021-06-15T23:20:39.563Z] #44 42.94 After this operation, 33.1 MB of additional disk space will be used. [2021-06-15T23:20:39.563Z] #44 42.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-15T23:20:39.563Z] #44 43.03 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-15T23:20:39.563Z] #44 43.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-15T23:20:39.563Z] #44 43.34 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-15T23:20:39.563Z] #44 43.34 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-15T23:20:39.563Z] #44 43.37 Get:6 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-06-15T23:20:39.563Z] #44 43.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-15T23:20:39.563Z] #44 43.52 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-15T23:20:39.563Z] #44 43.52 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-15T23:20:39.564Z] #44 43.53 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-06-15T23:20:39.564Z] #44 43.60 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-15T23:20:39.564Z] #44 43.63 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] [2021-06-15T23:20:39.564Z] #44 43.64 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB] [2021-06-15T23:20:39.564Z] #44 43.64 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-15T23:20:39.564Z] #44 43.66 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-15T23:20:39.564Z] #44 43.66 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-15T23:20:39.564Z] #44 44.90 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:20:39.564Z] #44 45.08 Fetched 6695 kB in 1s (5721 kB/s) [2021-06-15T23:20:39.564Z] #44 45.19 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-15T23:20:39.564Z] #44 45.19 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:20:39.564Z] #44 45.27 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:20:39.564Z] #44 45.29 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:20:39.564Z] #44 46.05 Selecting previously unselected package python3.7-minimal. [2021-06-15T23:20:39.564Z] #44 46.05 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:20:39.564Z] #44 46.06 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:20:39.564Z] #44 ... [2021-06-15T23:20:39.564Z] [2021-06-15T23:20:39.564Z] #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-06-15T23:20:39.564Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-15T23:20:39.572Z] #27 22.04 Selecting previously unselected package curl. [2021-06-15T23:20:39.572Z] #27 22.04 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_arm64.deb ... [2021-06-15T23:20:39.572Z] #27 22.06 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-15T23:20:39.655Z] #46 ... [2021-06-15T23:20:39.655Z] [2021-06-15T23:20:39.655Z] #50 [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-06-15T23:20:39.655Z] #50 sha256:058095538fbcd40c9fdfb7535b948a01d16167942b7d87b459a4f75a61916bd3 [2021-06-15T23:20:39.655Z] #50 21.17 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-15T23:20:39.655Z] #50 21.34 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-15T23:20:39.752Z] #50 ... [2021-06-15T23:20:39.752Z] [2021-06-15T23:20:39.752Z] #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-06-15T23:20:39.752Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:20:39.752Z] #36 36.57 The following additional packages will be installed: [2021-06-15T23:20:39.752Z] #36 36.58 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-15T23:20:39.752Z] #36 36.60 Suggested packages: [2021-06-15T23:20:39.752Z] #36 36.60 cmake-doc ninja-build lrzip [2021-06-15T23:20:39.752Z] #36 36.60 Recommended packages: [2021-06-15T23:20:39.752Z] #36 36.60 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-15T23:20:39.912Z] #50 21.43 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-06-15T23:20:39.912Z] #50 21.50 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-15T23:20:39.912Z] #50 ... [2021-06-15T23:20:39.912Z] [2021-06-15T23:20:39.912Z] #48 [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-06-15T23:20:39.912Z] #48 sha256:165c77179fd1aa60bbe000f7951deb0e6544e794efae79b1d561ca27d7125ee7 [2021-06-15T23:20:39.912Z] #48 11.56 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:20:39.912Z] #48 15.47 go: finding github.com/fatih/color v1.9.0 [2021-06-15T23:20:39.912Z] #48 15.53 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:20:39.912Z] #48 15.53 go: finding github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:20:39.912Z] #48 15.66 go: finding github.com/pkg/errors v0.9.1 [2021-06-15T23:20:39.912Z] #48 15.67 go: finding github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:20:39.912Z] #48 15.83 go: finding github.com/spf13/pflag v1.0.3 [2021-06-15T23:20:39.912Z] #48 15.96 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:20:39.912Z] #48 16.16 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:20:39.912Z] #48 16.21 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:20:39.912Z] #48 16.21 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:20:39.912Z] #48 16.23 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:20:40.084Z] #32 46.77 Checking out files: 90% (1374/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-06-15T23:20:40.084Z] #32 47.30 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-15T23:20:40.168Z] #48 ... [2021-06-15T23:20:40.168Z] [2021-06-15T23:20:40.168Z] #56 [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-06-15T23:20:40.168Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:20:40.168Z] #56 11.72 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:20:40.277Z] #13 ... [2021-06-15T23:20:40.277Z] [2021-06-15T23:20:40.277Z] #46 [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-06-15T23:20:40.277Z] #46 sha256:98af85b243fd850cfa43ce32c158b8e7c522e0870c6c8366bcbfc8c71ea95f89 [2021-06-15T23:20:40.277Z] #46 59.94 net/http/httptrace [2021-06-15T23:20:40.277Z] #46 60.21 net/http [2021-06-15T23:20:40.277Z] #46 ... [2021-06-15T23:20:40.277Z] [2021-06-15T23:20:40.277Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:40.277Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:40.277Z] #13 74.01 Selecting previously unselected package libapparmor1:amd64. [2021-06-15T23:20:40.277Z] #13 74.02 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-15T23:20:40.277Z] #13 74.02 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-15T23:20:40.277Z] #13 74.14 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-15T23:20:40.277Z] #13 74.15 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-15T23:20:40.277Z] #13 74.16 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-15T23:20:40.277Z] #13 74.34 Selecting previously unselected package libbtrfs0. [2021-06-15T23:20:40.277Z] #13 74.35 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-15T23:20:40.277Z] #13 74.36 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-15T23:20:40.277Z] #13 74.43 Selecting previously unselected package libbtrfs-dev. [2021-06-15T23:20:40.277Z] #13 74.44 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-15T23:20:40.277Z] #13 74.44 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:20:40.277Z] #13 74.57 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-15T23:20:40.277Z] #13 74.58 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-15T23:20:40.277Z] #13 74.58 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-15T23:20:40.277Z] #13 74.63 Selecting previously unselected package libudev-dev:amd64. [2021-06-15T23:20:40.277Z] #13 74.63 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-15T23:20:40.277Z] #13 74.65 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-15T23:20:40.277Z] #13 74.82 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-15T23:20:40.277Z] #13 74.84 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-15T23:20:40.277Z] #13 74.85 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-15T23:20:40.277Z] #13 75.08 Selecting previously unselected package libpcre16-3:amd64. [2021-06-15T23:20:40.277Z] #13 75.09 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-15T23:20:40.277Z] #13 75.09 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-15T23:20:40.277Z] #13 75.23 Selecting previously unselected package libpcre32-3:amd64. [2021-06-15T23:20:40.277Z] #13 75.23 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-15T23:20:40.277Z] #13 75.24 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-15T23:20:40.277Z] #13 75.40 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-15T23:20:40.277Z] #13 75.41 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-15T23:20:40.277Z] #13 75.41 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-15T23:20:40.277Z] #13 75.48 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-15T23:20:40.277Z] #13 75.48 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-15T23:20:40.277Z] #13 75.49 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-15T23:20:40.428Z] #56 ... [2021-06-15T23:20:40.428Z] [2021-06-15T23:20:40.428Z] #50 [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-06-15T23:20:40.428Z] #50 sha256:058095538fbcd40c9fdfb7535b948a01d16167942b7d87b459a4f75a61916bd3 [2021-06-15T23:20:40.428Z] #50 21.68 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-15T23:20:40.428Z] #50 21.74 go: extracting github.com/stretchr/objx v0.2.0 [2021-06-15T23:20:40.428Z] #50 21.82 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-15T23:20:40.428Z] #50 22.06 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-15T23:20:40.428Z] #50 22.18 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-06-15T23:20:40.535Z] #13 75.90 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-15T23:20:40.655Z] #32 48.00 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-15T23:20:40.692Z] #36 37.45 The following NEW packages will be installed: [2021-06-15T23:20:40.692Z] #36 37.46 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-15T23:20:40.692Z] #36 37.46 vim-common xxd [2021-06-15T23:20:40.793Z] #13 75.90 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-15T23:20:40.793Z] #13 75.91 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-15T23:20:40.793Z] #13 76.13 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-15T23:20:40.793Z] #13 76.14 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-15T23:20:40.793Z] #13 76.15 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-15T23:20:40.949Z] #36 37.82 0 upgraded, 10 newly installed, 0 to remove and 30 not upgraded. [2021-06-15T23:20:40.949Z] #36 37.82 Need to get 14.9 MB of archives. [2021-06-15T23:20:40.949Z] #36 37.82 After this operation, 61.8 MB of additional disk space will be used. [2021-06-15T23:20:40.949Z] #36 37.82 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-15T23:20:40.949Z] #36 37.83 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-15T23:20:40.949Z] #36 37.83 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-15T23:20:41.051Z] #13 76.24 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-15T23:20:41.051Z] #13 76.24 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-15T23:20:41.051Z] #13 76.25 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-15T23:20:41.051Z] #13 76.38 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-15T23:20:41.051Z] #13 76.38 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-15T23:20:41.051Z] #13 76.39 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-15T23:20:41.159Z] #50 ... [2021-06-15T23:20:41.159Z] [2021-06-15T23:20:41.159Z] #52 [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-06-15T23:20:41.159Z] #52 sha256:35b6a9299722162c9b875fb79f8644fa038d8a710876b65d1b4e0b27cb53ac67 [2021-06-15T23:20:41.159Z] #52 12.59 + cd /tmp/tmp.amxNi86hiI/src/github.com/mvdan/sh [2021-06-15T23:20:41.159Z] #52 12.59 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-15T23:20:41.159Z] #52 12.73 + GO111MODULE=on [2021-06-15T23:20:41.159Z] #52 12.73 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-15T23:20:41.159Z] #52 14.04 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-15T23:20:41.159Z] #52 14.08 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-15T23:20:41.159Z] #52 14.12 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-15T23:20:41.159Z] #52 14.44 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-15T23:20:41.159Z] #52 15.00 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-15T23:20:41.159Z] #52 15.91 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-15T23:20:41.159Z] #52 16.67 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-15T23:20:41.159Z] #52 18.04 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-15T23:20:41.159Z] #52 19.48 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-15T23:20:41.159Z] #52 19.75 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-15T23:20:41.159Z] #52 19.95 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-15T23:20:41.159Z] #52 20.01 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-15T23:20:41.159Z] #52 20.89 runtime [2021-06-15T23:20:41.159Z] #52 20.92 runtime/cgo [2021-06-15T23:20:41.159Z] #52 ... [2021-06-15T23:20:41.159Z] [2021-06-15T23:20:41.159Z] #56 [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-06-15T23:20:41.159Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:20:41.159Z] #56 22.71 Fetched 8449 kB in 16s (515 kB/s) [2021-06-15T23:20:41.208Z] #36 37.95 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-15T23:20:41.227Z] #32 ... [2021-06-15T23:20:41.227Z] [2021-06-15T23:20:41.227Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:41.227Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:41.227Z] #13 27.80 Reading package lists... [2021-06-15T23:20:41.227Z] #13 34.11 Building dependency tree... [2021-06-15T23:20:41.227Z] #13 36.86 The following additional packages will be installed: [2021-06-15T23:20:41.227Z] #13 36.87 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-15T23:20:41.227Z] #13 36.87 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-15T23:20:41.227Z] #13 36.87 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-15T23:20:41.227Z] #13 36.87 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-06-15T23:20:41.227Z] #13 36.87 mingw-w64-common mingw-w64-x86-64-dev [2021-06-15T23:20:41.227Z] #13 36.89 Suggested packages: [2021-06-15T23:20:41.227Z] #13 36.89 gcc-8-locales seccomp wine64 [2021-06-15T23:20:41.227Z] #13 38.49 The following NEW packages will be installed: [2021-06-15T23:20:41.227Z] #13 38.49 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-15T23:20:41.227Z] #13 38.49 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-15T23:20:41.227Z] #13 38.49 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-15T23:20:41.227Z] #13 38.49 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-15T23:20:41.227Z] #13 38.49 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-15T23:20:41.227Z] #13 38.49 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-15T23:20:41.227Z] #13 38.53 The following packages will be upgraded: [2021-06-15T23:20:41.227Z] #13 38.57 libseccomp2 libsystemd0 libudev1 [2021-06-15T23:20:41.227Z] #13 39.05 3 upgraded, 25 newly installed, 0 to remove and 28 not upgraded. [2021-06-15T23:20:41.227Z] #13 39.05 Need to get 78.2 MB of archives. [2021-06-15T23:20:41.227Z] #13 39.05 After this operation, 487 MB of additional disk space will be used. [2021-06-15T23:20:41.227Z] #13 39.05 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-15T23:20:41.227Z] #13 39.06 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-06-15T23:20:41.227Z] #13 39.06 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-06-15T23:20:41.227Z] #13 39.07 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-06-15T23:20:41.227Z] #13 39.07 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-06-15T23:20:41.227Z] #13 39.28 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-06-15T23:20:41.227Z] #13 39.47 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-06-15T23:20:41.227Z] #13 39.49 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-06-15T23:20:41.227Z] #13 39.51 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-15T23:20:41.227Z] #13 39.51 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-15T23:20:41.227Z] #13 39.91 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-06-15T23:20:41.227Z] #13 40.17 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-06-15T23:20:41.227Z] #13 40.20 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-06-15T23:20:41.227Z] #13 43.37 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-06-15T23:20:41.227Z] #13 ... [2021-06-15T23:20:41.227Z] [2021-06-15T23:20:41.227Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:41.227Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:41.227Z] #44 47.63 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:20:41.227Z] #44 47.71 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:20:41.461Z] #56 22.71 Reading package lists... [2021-06-15T23:20:41.461Z] #56 ... [2021-06-15T23:20:41.461Z] [2021-06-15T23:20:41.461Z] #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-06-15T23:20:41.461Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:20:41.461Z] #36 13.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:20:41.600Z] #27 ... [2021-06-15T23:20:41.600Z] [2021-06-15T23:20:41.600Z] #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-06-15T23:20:41.600Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-06-15T23:20:41.600Z] #32 4.828 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-15T23:20:41.600Z] #32 4.828 Cloning into '.'... [2021-06-15T23:20:41.600Z] #32 ... [2021-06-15T23:20:41.600Z] [2021-06-15T23:20:41.600Z] #50 [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-06-15T23:20:41.600Z] #50 sha256:055817a15785ccd818e37de79ec98a9b6e469b75cac16222732c8243ce8bbb7b [2021-06-15T23:20:41.600Z] #50 11.60 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-15T23:20:41.600Z] #50 11.61 go: downloading github.com/pkg/errors v0.8.1 [2021-06-15T23:20:41.600Z] #50 11.62 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-15T23:20:41.600Z] #50 11.63 go: downloading github.com/spf13/viper v1.6.1 [2021-06-15T23:20:41.600Z] #50 11.63 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-15T23:20:41.600Z] #50 11.66 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-15T23:20:41.600Z] #50 11.75 go: extracting github.com/pkg/errors v0.8.1 [2021-06-15T23:20:41.600Z] #50 11.76 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-06-15T23:20:41.600Z] #50 11.78 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-06-15T23:20:41.600Z] #50 11.79 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-15T23:20:41.600Z] #50 11.79 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-15T23:20:41.600Z] #50 12.06 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-15T23:20:41.600Z] #50 12.08 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-15T23:20:41.600Z] #50 12.15 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-15T23:20:41.600Z] #50 12.15 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-06-15T23:20:41.600Z] #50 12.19 go: extracting github.com/stretchr/testify v1.4.0 [2021-06-15T23:20:41.600Z] #50 12.20 go: extracting github.com/spf13/cobra v0.0.5 [2021-06-15T23:20:41.600Z] #50 12.20 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-15T23:20:41.600Z] #50 12.36 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-06-15T23:20:41.600Z] #50 12.39 go: extracting github.com/spf13/viper v1.6.1 [2021-06-15T23:20:41.600Z] #50 12.45 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-15T23:20:41.600Z] #50 12.45 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-06-15T23:20:41.600Z] #50 12.49 go: extracting github.com/spf13/pflag v1.0.5 [2021-06-15T23:20:41.600Z] #50 12.51 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-15T23:20:41.600Z] #50 12.95 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-15T23:20:41.600Z] #50 13.12 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-15T23:20:41.600Z] #50 13.19 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-06-15T23:20:41.600Z] #50 13.35 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-15T23:20:41.600Z] #50 13.44 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-15T23:20:41.600Z] #50 13.73 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-15T23:20:41.600Z] #50 13.73 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-15T23:20:41.600Z] #50 13.76 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-15T23:20:41.600Z] #50 14.38 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-06-15T23:20:41.600Z] #50 14.38 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-06-15T23:20:41.600Z] #50 14.49 go: downloading github.com/spf13/cast v1.3.0 [2021-06-15T23:20:41.600Z] #50 14.59 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-15T23:20:41.617Z] #13 76.84 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-15T23:20:41.617Z] #13 76.87 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-15T23:20:41.617Z] #13 76.88 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-15T23:20:41.617Z] #13 76.89 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-15T23:20:41.617Z] #13 76.91 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-15T23:20:41.617Z] #13 76.92 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-15T23:20:41.617Z] #13 76.93 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:20:41.617Z] #13 76.94 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-15T23:20:41.617Z] #13 76.95 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-15T23:20:41.617Z] #13 76.97 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-15T23:20:41.717Z] #36 ... [2021-06-15T23:20:41.717Z] [2021-06-15T23:20:41.717Z] #50 [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-06-15T23:20:41.717Z] #50 sha256:058095538fbcd40c9fdfb7535b948a01d16167942b7d87b459a4f75a61916bd3 [2021-06-15T23:20:41.717Z] #50 22.57 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-15T23:20:41.717Z] #50 22.57 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-15T23:20:41.717Z] #50 22.72 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-15T23:20:41.717Z] #50 23.17 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-06-15T23:20:41.717Z] #50 23.31 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-06-15T23:20:41.772Z] #36 38.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-06-15T23:20:41.875Z] #13 77.01 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-15T23:20:41.875Z] #13 77.02 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:20:41.875Z] #13 77.03 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-15T23:20:41.875Z] #13 77.05 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-15T23:20:41.875Z] #13 77.06 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-15T23:20:41.875Z] #13 77.07 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-15T23:20:41.875Z] #13 77.08 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-15T23:20:41.875Z] #13 77.10 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:20:41.875Z] #13 77.11 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-06-15T23:20:41.875Z] #13 77.12 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-06-15T23:20:41.875Z] #13 77.12 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:20:41.875Z] #13 77.13 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-06-15T23:20:41.875Z] #13 77.14 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-06-15T23:20:41.875Z] #13 77.14 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-15T23:20:41.875Z] #13 77.15 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-15T23:20:41.875Z] #13 77.17 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-15T23:20:41.875Z] #13 77.18 Setting up dmsetup (2:1.02.155-3) ... [2021-06-15T23:20:41.875Z] #13 77.19 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-15T23:20:41.875Z] #13 77.20 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-15T23:20:41.962Z] #50 15.27 go: extracting github.com/spf13/cast v1.3.0 [2021-06-15T23:20:41.962Z] #50 15.28 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-15T23:20:41.962Z] #50 ... [2021-06-15T23:20:41.962Z] [2021-06-15T23:20:41.962Z] #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-06-15T23:20:41.962Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-06-15T23:20:41.962Z] #40 4.954 + git clone https://github.com/docker/distribution.git . [2021-06-15T23:20:41.962Z] #40 4.958 Cloning into '.'... [2021-06-15T23:20:41.962Z] #40 13.97 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-15T23:20:41.962Z] #40 14.63 + 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-06-15T23:20:41.962Z] #40 ... [2021-06-15T23:20:41.962Z] [2021-06-15T23:20:41.962Z] #50 [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-06-15T23:20:41.962Z] #50 sha256:055817a15785ccd818e37de79ec98a9b6e469b75cac16222732c8243ce8bbb7b [2021-06-15T23:20:41.962Z] #50 15.64 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-15T23:20:42.030Z] #36 38.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-15T23:20:42.030Z] #36 38.79 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-15T23:20:42.030Z] #36 38.79 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-15T23:20:42.030Z] #36 38.80 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-15T23:20:42.030Z] #36 38.81 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-15T23:20:42.133Z] #13 77.22 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:20:42.227Z] #50 15.73 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-15T23:20:42.227Z] #50 16.02 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-15T23:20:42.227Z] #50 16.14 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-15T23:20:42.227Z] #50 16.16 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-15T23:20:42.309Z] #50 23.71 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-15T23:20:42.491Z] #50 16.29 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-15T23:20:42.492Z] #50 16.29 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-15T23:20:42.565Z] #50 24.17 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-15T23:20:42.785Z] #50 16.42 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-15T23:20:42.785Z] #50 16.44 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-15T23:20:43.049Z] #50 ... [2021-06-15T23:20:43.049Z] [2021-06-15T23:20:43.049Z] #34 [tomll 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/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-15T23:20:43.049Z] #34 sha256:a93bff763eb43f49a075669f02d6b5e67de71a519e63c11db25fc1343af5089d [2021-06-15T23:20:43.049Z] #34 11.91 github.com/pelletier/go-toml/cmd/tomll [2021-06-15T23:20:43.049Z] #34 DONE 16.8s [2021-06-15T23:20:43.049Z] [2021-06-15T23:20:43.049Z] #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-06-15T23:20:43.049Z] #27 sha256:28a50d85e3ee045175c22f8ac700042243c1cca0d130871689927f1016cbb3d2 [2021-06-15T23:20:43.049Z] #27 24.75 Selecting previously unselected package libonig5:arm64. [2021-06-15T23:20:43.049Z] #27 24.76 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2021-06-15T23:20:43.049Z] #27 24.92 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-06-15T23:20:43.049Z] #27 25.51 Selecting previously unselected package libjq1:arm64. [2021-06-15T23:20:43.049Z] #27 25.52 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-06-15T23:20:43.049Z] #27 25.52 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-06-15T23:20:43.318Z] #27 25.82 Selecting previously unselected package jq. [2021-06-15T23:20:43.399Z] #36 40.10 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:20:43.399Z] #36 40.28 Fetched 14.9 MB in 2s (9519 kB/s) [2021-06-15T23:20:43.399Z] #36 40.35 Selecting previously unselected package xxd. [2021-06-15T23:20:43.582Z] #27 25.83 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-06-15T23:20:43.582Z] #27 25.87 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-15T23:20:43.668Z] #36 40.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-15T23:20:43.668Z] #36 40.44 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-15T23:20:43.668Z] #36 40.44 Unpacking xxd (2:8.1.0875-5) ... [2021-06-15T23:20:43.845Z] #27 26.08 Setting up libkeyutils1:arm64 (1.6-6) ... [2021-06-15T23:20:43.845Z] #27 26.11 Setting up libpsl5:arm64 (0.20.2-2) ... [2021-06-15T23:20:43.845Z] #27 26.13 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u6) ... [2021-06-15T23:20:43.929Z] #36 40.71 Selecting previously unselected package vim-common. [2021-06-15T23:20:43.929Z] #36 40.72 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-15T23:20:43.929Z] #36 40.79 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-15T23:20:44.186Z] #36 41.03 Selecting previously unselected package cmake-data. [2021-06-15T23:20:44.186Z] #36 41.03 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-15T23:20:44.186Z] #36 41.04 Unpacking cmake-data (3.13.4-1) ... [2021-06-15T23:20:44.531Z] #44 51.49 Selecting previously unselected package python3-minimal. [2021-06-15T23:20:44.531Z] #44 51.49 (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 ... 15650 files and directories currently installed.) [2021-06-15T23:20:44.531Z] #44 51.56 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-15T23:20:44.531Z] #44 51.57 Unpacking python3-minimal (3.7.3-1) ... [2021-06-15T23:20:44.531Z] #44 51.68 Selecting previously unselected package libmpdec2:amd64. [2021-06-15T23:20:44.531Z] #44 51.69 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-15T23:20:44.531Z] #44 51.72 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-15T23:20:44.531Z] #44 51.89 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-15T23:20:44.667Z] #13 DONE 79.8s [2021-06-15T23:20:44.667Z] [2021-06-15T23:20:44.667Z] #54 [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-06-15T23:20:44.667Z] #54 sha256:8183d613234639dfb70ff82f6a35f1583188516a580fcb2790e27e454267478f [2021-06-15T23:20:44.750Z] #36 ... [2021-06-15T23:20:44.750Z] [2021-06-15T23:20:44.750Z] #56 [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-06-15T23:20:44.750Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:20:44.750Z] #56 35.66 Building dependency tree... [2021-06-15T23:20:44.750Z] #56 38.40 The following additional packages will be installed: [2021-06-15T23:20:44.750Z] #56 38.43 libbtrfs0 [2021-06-15T23:20:44.750Z] #56 38.62 The following NEW packages will be installed: [2021-06-15T23:20:44.750Z] #56 38.63 libbtrfs-dev libbtrfs0 [2021-06-15T23:20:44.750Z] #56 38.98 0 upgraded, 2 newly installed, 0 to remove and 30 not upgraded. [2021-06-15T23:20:44.750Z] #56 38.98 Need to get 119 kB of archives. [2021-06-15T23:20:44.750Z] #56 38.98 After this operation, 387 kB of additional disk space will be used. [2021-06-15T23:20:44.750Z] #56 38.98 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-15T23:20:44.750Z] #56 38.99 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-15T23:20:44.750Z] #56 40.17 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:20:44.750Z] #56 40.32 Fetched 119 kB in 0s (437 kB/s) [2021-06-15T23:20:44.750Z] #56 40.40 Selecting previously unselected package libbtrfs0. [2021-06-15T23:20:44.750Z] #56 40.40 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:20:44.750Z] #56 40.50 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-15T23:20:44.750Z] #56 40.52 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-15T23:20:44.750Z] #56 40.59 Selecting previously unselected package libbtrfs-dev. [2021-06-15T23:20:44.750Z] #56 40.62 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-15T23:20:44.750Z] #56 40.62 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:20:44.750Z] #56 40.88 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-15T23:20:44.750Z] #56 40.91 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:20:44.750Z] #56 40.93 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:20:44.750Z] #56 DONE 41.7s [2021-06-15T23:20:44.750Z] [2021-06-15T23:20:44.750Z] #50 [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-06-15T23:20:44.750Z] #50 sha256:5c5c9169e2b6a16a17263cdce4c250f0d0cf6d08cdade8c33ffdcc80d0d1556d [2021-06-15T23:20:44.750Z] #50 38.18 go: finding github.com/fatih/color v1.7.0 [2021-06-15T23:20:44.750Z] #50 38.26 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-15T23:20:44.750Z] #50 38.33 go: finding github.com/mattn/go-isatty v0.0.8 [2021-06-15T23:20:44.750Z] #50 38.39 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-15T23:20:44.750Z] #50 38.40 go: finding github.com/mattn/go-colorable v0.1.4 [2021-06-15T23:20:44.750Z] #50 38.50 go: finding github.com/go-critic/go-critic v0.4.1 [2021-06-15T23:20:44.750Z] #50 38.54 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-06-15T23:20:44.750Z] #50 38.54 go: finding github.com/pkg/errors v0.8.1 [2021-06-15T23:20:44.750Z] #50 38.55 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-15T23:20:44.750Z] #50 38.59 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-06-15T23:20:44.750Z] #50 38.59 go: finding github.com/sirupsen/logrus v1.4.2 [2021-06-15T23:20:44.750Z] #50 38.60 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-06-15T23:20:44.750Z] #50 38.62 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-06-15T23:20:44.750Z] #50 38.64 go: finding github.com/stretchr/testify v1.4.0 [2021-06-15T23:20:44.750Z] #50 38.65 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-06-15T23:20:44.750Z] #50 38.81 go: finding github.com/davecgh/go-spew v1.1.1 [2021-06-15T23:20:44.750Z] #50 38.81 go: finding github.com/spf13/viper v1.6.1 [2021-06-15T23:20:44.750Z] #50 38.84 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-06-15T23:20:44.750Z] #50 38.85 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-06-15T23:20:44.750Z] #50 38.86 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-06-15T23:20:44.750Z] #50 38.87 go: finding github.com/stretchr/objx v0.2.0 [2021-06-15T23:20:44.750Z] #50 38.87 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-06-15T23:20:44.750Z] #50 38.96 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-06-15T23:20:44.750Z] #50 39.09 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-06-15T23:20:44.750Z] #50 39.14 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-15T23:20:44.750Z] #50 39.28 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-15T23:20:44.750Z] #50 39.28 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-06-15T23:20:44.750Z] #50 39.36 go: finding github.com/spf13/cobra v0.0.5 [2021-06-15T23:20:44.750Z] #50 39.37 go: finding github.com/gobwas/glob v0.2.3 [2021-06-15T23:20:44.750Z] #50 39.38 go: finding github.com/hashicorp/hcl v1.0.0 [2021-06-15T23:20:44.750Z] #50 39.41 go: finding github.com/spf13/pflag v1.0.5 [2021-06-15T23:20:44.750Z] #50 39.43 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-15T23:20:44.750Z] #50 39.48 go: finding github.com/magiconair/properties v1.8.1 [2021-06-15T23:20:44.750Z] #50 39.49 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-15T23:20:44.750Z] #50 39.52 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-06-15T23:20:44.750Z] #50 39.57 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-15T23:20:44.750Z] #50 39.62 go: finding github.com/pelletier/go-toml v1.2.0 [2021-06-15T23:20:44.750Z] #50 39.71 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-15T23:20:44.750Z] #50 39.72 go: finding github.com/spf13/afero v1.1.2 [2021-06-15T23:20:44.750Z] #50 39.74 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-15T23:20:44.750Z] #50 39.75 go: finding github.com/spf13/cast v1.3.0 [2021-06-15T23:20:44.750Z] #50 39.76 go: finding golang.org/x/text v0.3.2 [2021-06-15T23:20:44.750Z] #50 39.76 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-15T23:20:44.750Z] #50 39.78 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-06-15T23:20:44.750Z] #50 39.83 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-15T23:20:44.750Z] #50 39.84 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-15T23:20:44.750Z] #50 39.84 go: finding github.com/subosito/gotenv v1.2.0 [2021-06-15T23:20:44.750Z] #50 39.85 go: finding gopkg.in/ini.v1 v1.51.0 [2021-06-15T23:20:44.750Z] #50 39.88 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-15T23:20:44.750Z] #50 39.92 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-15T23:20:44.750Z] #50 39.92 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-15T23:20:44.750Z] #50 39.95 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-15T23:20:44.750Z] #50 40.07 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-15T23:20:44.750Z] #50 40.07 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-15T23:20:44.750Z] #50 40.10 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-15T23:20:44.750Z] #50 40.10 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-15T23:20:44.750Z] #50 40.10 go: finding github.com/kisielk/gotool v1.0.0 [2021-06-15T23:20:44.750Z] #50 40.12 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-15T23:20:44.750Z] #50 40.12 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-15T23:20:44.750Z] #50 40.16 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-15T23:20:44.750Z] #50 40.25 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-06-15T23:20:44.750Z] #50 40.26 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-15T23:20:44.750Z] #50 40.30 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-15T23:20:44.750Z] #50 40.30 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-15T23:20:44.750Z] #50 40.31 go: finding github.com/ultraware/funlen v0.0.2 [2021-06-15T23:20:44.750Z] #50 40.32 go: finding github.com/ultraware/whitespace v0.0.4 [2021-06-15T23:20:44.750Z] #50 40.34 go: finding github.com/uudashr/gocognit v1.0.1 [2021-06-15T23:20:44.750Z] #50 40.38 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-15T23:20:44.750Z] #50 40.42 go: finding github.com/gogo/protobuf v1.2.1 [2021-06-15T23:20:44.750Z] #50 40.57 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-15T23:20:44.750Z] #50 40.60 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-15T23:20:44.750Z] #50 40.61 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-15T23:20:44.750Z] #50 40.80 go: finding github.com/BurntSushi/toml v0.3.1 [2021-06-15T23:20:44.750Z] #50 40.82 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-15T23:20:44.792Z] #44 51.91 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:20:44.792Z] #44 51.91 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:20:44.798Z] #27 27.17 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-06-15T23:20:45.378Z] #27 27.64 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-15T23:20:45.378Z] #27 27.85 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-06-15T23:20:45.378Z] #27 27.87 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-15T23:20:45.378Z] #27 27.89 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-15T23:20:45.378Z] #27 27.91 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-06-15T23:20:45.378Z] #27 27.93 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-15T23:20:45.658Z] #27 27.95 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2021-06-15T23:20:45.658Z] #27 27.99 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-06-15T23:20:45.658Z] #27 28.00 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-15T23:20:45.658Z] #27 28.03 Setting up libonig5:arm64 (6.9.1-1) ... [2021-06-15T23:20:45.658Z] #27 28.05 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-06-15T23:20:45.658Z] #27 28.07 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-15T23:20:45.658Z] #27 28.09 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-15T23:20:46.041Z] #54 1.557 + RM_GOPATH=0 [2021-06-15T23:20:46.041Z] #54 1.557 + TMP_GOPATH= [2021-06-15T23:20:46.041Z] #54 1.557 + : /build [2021-06-15T23:20:46.041Z] #54 1.557 + '[' -z '' ']' [2021-06-15T23:20:46.041Z] #54 1.557 ++ mktemp -d [2021-06-15T23:20:46.041Z] #54 1.578 + export GOPATH=/tmp/tmp.ydZlx613tY [2021-06-15T23:20:46.041Z] #54 1.578 + GOPATH=/tmp/tmp.ydZlx613tY [2021-06-15T23:20:46.041Z] #54 1.578 + RM_GOPATH=1 [2021-06-15T23:20:46.041Z] #54 1.578 + case "$(go env GOARCH)" in [2021-06-15T23:20:46.041Z] #54 1.578 ++ go env GOARCH [2021-06-15T23:20:46.041Z] #54 1.601 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:46.041Z] #54 1.601 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:46.041Z] #54 1.601 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:46.041Z] #54 1.601 + dir=/tmp/install [2021-06-15T23:20:46.041Z] #54 1.601 + bin=runc [2021-06-15T23:20:46.041Z] #54 1.601 + shift [2021-06-15T23:20:46.041Z] #54 1.601 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-15T23:20:46.041Z] #54 1.601 + . /tmp/install/runc.installer [2021-06-15T23:20:46.041Z] #54 1.601 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:20:46.041Z] #54 1.601 + install_runc [2021-06-15T23:20:46.183Z] #44 ... [2021-06-15T23:20:46.183Z] [2021-06-15T23:20:46.183Z] #46 [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-06-15T23:20:46.183Z] #46 sha256:84122ad086a5fad57995806e429fd7c61ce5dc2cf05314b837e02911c6d103d7 [2021-06-15T23:20:46.183Z] #46 43.87 github.com/LK4D4/vndr/godl/singleflight [2021-06-15T23:20:46.183Z] #46 44.17 math/rand [2021-06-15T23:20:46.183Z] #46 45.16 internal/singleflight [2021-06-15T23:20:46.183Z] #46 45.47 errors [2021-06-15T23:20:46.183Z] #46 45.51 sort [2021-06-15T23:20:46.183Z] #46 45.85 io [2021-06-15T23:20:46.183Z] #46 46.65 strconv [2021-06-15T23:20:46.183Z] #46 46.99 bytes [2021-06-15T23:20:46.183Z] #46 49.06 bufio [2021-06-15T23:20:46.183Z] #46 50.16 reflect [2021-06-15T23:20:46.183Z] #46 50.71 syscall [2021-06-15T23:20:46.183Z] #46 ... [2021-06-15T23:20:46.183Z] [2021-06-15T23:20:46.183Z] #50 [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-06-15T23:20:46.183Z] #50 sha256:c6047757b91b158ef0656a4f5c05ab50633ea7c2aaa6adc16ce9f8e5fb73c702 [2021-06-15T23:20:46.183Z] #50 43.98 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-15T23:20:46.183Z] #50 44.00 go: finding github.com/BurntSushi/toml v0.3.1 [2021-06-15T23:20:46.303Z] #54 ... [2021-06-15T23:20:46.303Z] [2021-06-15T23:20:46.303Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-15T23:20:46.303Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-06-15T23:20:46.303Z] #14 DONE 1.7s [2021-06-15T23:20:46.303Z] [2021-06-15T23:20:46.303Z] #54 [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-06-15T23:20:46.303Z] #54 sha256:8183d613234639dfb70ff82f6a35f1583188516a580fcb2790e27e454267478f [2021-06-15T23:20:46.303Z] #54 1.602 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-15T23:20:46.303Z] #54 1.606 + uname -r [2021-06-15T23:20:46.303Z] #54 1.607 + RUNC_BUILDTAGS='seccomp ' [2021-06-15T23:20:46.303Z] #54 1.607 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-06-15T23:20:46.303Z] #54 1.608 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-06-15T23:20:46.303Z] #54 1.608 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ydZlx613tY/src/github.com/opencontainers/runc [2021-06-15T23:20:46.303Z] #54 1.609 Cloning into '/tmp/tmp.ydZlx613tY/src/github.com/opencontainers/runc'... [2021-06-15T23:20:46.445Z] #50 ... [2021-06-15T23:20:46.445Z] [2021-06-15T23:20:46.445Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:46.445Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:46.445Z] #44 53.73 Selecting previously unselected package python3.7.#44 ... [2021-06-15T23:20:46.445Z] [2021-06-15T23:20:46.445Z] #48 [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-06-15T23:20:46.445Z] #48 sha256:3cea563de873f9b7194b6f091cb3c4166cfb065ca8044fd9c15e66e9f6b78db0 [2021-06-15T23:20:46.445Z] #48 DONE 54.2s [2021-06-15T23:20:46.445Z] [2021-06-15T23:20:46.445Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:46.445Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:46.445Z] #44 53.73 Selecting previously unselected package python3.7. [2021-06-15T23:20:46.445Z] #44 53.74 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:20:46.445Z] #44 53.78 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:20:46.611Z] #27 ... [2021-06-15T23:20:46.611Z] [2021-06-15T23:20:46.612Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:46.612Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-15T23:20:46.612Z] #13 8.023 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-06-15T23:20:46.612Z] #13 17.69 Fetched 8792 kB in 15s (599 kB/s) [2021-06-15T23:20:46.731Z] #50 27.99 go: extracting github.com/gogo/protobuf v1.2.1 [2021-06-15T23:20:46.876Z] #13 17.69 Reading package lists... [2021-06-15T23:20:46.876Z] #13 ... [2021-06-15T23:20:46.876Z] [2021-06-15T23:20:46.876Z] #59 [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-06-15T23:20:46.876Z] #59 sha256:3e678b40c6b8137f39073e9daba98cc97fc08f32c0e40a111550b213d61c573d [2021-06-15T23:20:46.876Z] #59 10.60 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-15T23:20:46.876Z] #59 10.63 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-15T23:20:46.876Z] #59 10.75 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-15T23:20:46.876Z] #59 11.19 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-15T23:20:46.876Z] #59 11.48 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-15T23:20:46.876Z] #59 11.89 go: extracting github.com/moby/vpnkit v0.5.0 [2021-06-15T23:20:46.876Z] #59 11.98 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-06-15T23:20:46.876Z] #59 12.31 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-15T23:20:46.876Z] #59 12.36 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-15T23:20:46.876Z] #59 14.18 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-06-15T23:20:46.876Z] #59 14.41 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-15T23:20:46.876Z] #59 14.90 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-15T23:20:46.876Z] #59 16.00 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-15T23:20:46.876Z] #59 16.11 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-15T23:20:46.876Z] #59 16.42 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-06-15T23:20:46.876Z] #59 19.86 go: finding github.com/pkg/errors v0.9.1 [2021-06-15T23:20:46.876Z] #59 19.88 go: finding github.com/sirupsen/logrus v1.8.1 [2021-06-15T23:20:46.876Z] #59 20.14 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-15T23:20:46.876Z] #59 20.28 go: finding github.com/google/uuid v1.2.0 [2021-06-15T23:20:46.876Z] #59 20.38 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-15T23:20:46.876Z] #59 20.42 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-15T23:20:46.876Z] #59 20.44 go: finding github.com/gofrs/flock v0.8.0 [2021-06-15T23:20:46.876Z] #59 20.46 go: finding github.com/moby/vpnkit v0.5.0 [2021-06-15T23:20:46.876Z] #59 20.48 go: finding github.com/gorilla/mux v1.8.0 [2021-06-15T23:20:46.876Z] #59 20.54 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-06-15T23:20:46.876Z] #59 20.59 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-15T23:20:46.876Z] #59 20.62 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-06-15T23:20:46.876Z] #59 20.66 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-06-15T23:20:46.876Z] #59 ... [2021-06-15T23:20:46.876Z] [2021-06-15T23:20:46.876Z] #50 [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-06-15T23:20:46.876Z] #50 sha256:055817a15785ccd818e37de79ec98a9b6e469b75cac16222732c8243ce8bbb7b [2021-06-15T23:20:46.876Z] #50 16.83 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-15T23:20:46.876Z] #50 19.56 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-15T23:20:46.876Z] #50 19.64 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-06-15T23:20:46.876Z] #50 19.64 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-15T23:20:46.876Z] #50 19.67 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-06-15T23:20:46.876Z] #50 19.69 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-15T23:20:46.876Z] #50 19.76 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-15T23:20:46.876Z] #50 19.81 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-15T23:20:46.876Z] #50 19.83 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-06-15T23:20:46.876Z] #50 19.84 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-15T23:20:46.876Z] #50 19.90 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-06-15T23:20:46.876Z] #50 19.91 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-15T23:20:46.876Z] #50 19.92 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-15T23:20:46.876Z] #50 19.99 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-15T23:20:46.876Z] #50 20.00 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-15T23:20:46.876Z] #50 20.04 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-15T23:20:46.876Z] #50 20.04 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-15T23:20:46.876Z] #50 20.04 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-15T23:20:46.876Z] #50 20.04 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-15T23:20:46.876Z] #50 20.04 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-15T23:20:46.876Z] #50 20.09 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-15T23:20:46.876Z] #50 20.15 go: downloading golang.org/x/text v0.3.2 [2021-06-15T23:20:46.876Z] #50 20.15 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-06-15T23:20:46.876Z] #50 20.21 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-15T23:20:46.876Z] #50 20.23 go: extracting github.com/stretchr/objx v0.2.0 [2021-06-15T23:20:46.876Z] #50 20.24 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-15T23:20:46.876Z] #50 20.32 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-15T23:20:46.876Z] #50 20.33 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-15T23:20:46.876Z] #50 20.35 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-15T23:20:46.876Z] #50 20.39 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-15T23:20:46.876Z] #50 20.40 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-15T23:20:46.876Z] #50 20.50 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-06-15T23:20:46.876Z] #50 20.54 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-15T23:20:46.876Z] #50 20.54 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-15T23:20:46.876Z] #50 20.74 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-15T23:20:46.876Z] #50 20.79 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-15T23:20:46.876Z] #50 20.86 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-06-15T23:20:46.987Z] #50 ... [2021-06-15T23:20:46.987Z] [2021-06-15T23:20:46.987Z] #56 [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-06-15T23:20:46.987Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:20:46.987Z] #56 22.71 Reading package lists... [2021-06-15T23:20:47.017Z] #44 54.24 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-15T23:20:47.017Z] #44 54.24 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-15T23:20:47.017Z] #44 54.30 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-15T23:20:47.139Z] #50 20.97 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-15T23:20:47.139Z] #50 21.08 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-15T23:20:47.279Z] #44 54.45 Setting up python3-minimal (3.7.3-1) ... [2021-06-15T23:20:47.280Z] #50 ... [2021-06-15T23:20:47.280Z] [2021-06-15T23:20:47.280Z] #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-06-15T23:20:47.280Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:20:47.280Z] #36 44.20 Selecting previously unselected package libicu63:amd64. [2021-06-15T23:20:47.280Z] #36 44.21 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-15T23:20:47.280Z] #36 44.23 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-15T23:20:47.403Z] #50 21.08 go: downloading github.com/spf13/afero v1.1.2 [2021-06-15T23:20:47.403Z] #50 21.11 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-15T23:20:47.403Z] #50 21.12 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-15T23:20:47.403Z] #50 21.14 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-15T23:20:47.403Z] #50 21.15 go: extracting github.com/gobwas/glob v0.2.3 [2021-06-15T23:20:47.403Z] #50 21.23 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-15T23:20:47.403Z] #50 21.25 go: downloading github.com/fatih/color v1.7.0 [2021-06-15T23:20:47.403Z] #50 21.29 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-06-15T23:20:47.403Z] #50 21.32 go: extracting github.com/fatih/color v1.7.0 [2021-06-15T23:20:47.403Z] #50 21.36 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-15T23:20:47.549Z] #56 29.04 Reading package lists... [2021-06-15T23:20:47.549Z] #56 ... [2021-06-15T23:20:47.549Z] [2021-06-15T23:20:47.549Z] #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-06-15T23:20:47.549Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:20:47.549Z] #40 18.80 Checking out files: 85% (1454/1694) Checking out files: 86% (1457/1694) Checking out files: 87% (1474/1694) Checking out files: 88% (1491/1694) Checking out files: 89% (1508/1694) Checking out files: 90% (1525/1694) Checking out files: 91% (1542/1694) Checking out files: 92% (1559/1694) Checking out files: 93% (1576/1694) Checking out files: 94% (1593/1694) Checking out files: 95% (1610/1694) Checking out files: 96% (1627/1694) Checking out files: 97% (1644/1694) Checking out files: 98% (1661/1694) Checking out files: 99% (1678/1694) Checking out files: 100% (1694/1694) Checking out files: 100% (1694/1694), done. [2021-06-15T23:20:47.549Z] #40 19.00 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-15T23:20:47.549Z] #40 21.07 + 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-06-15T23:20:47.678Z] #54 ... [2021-06-15T23:20:47.678Z] [2021-06-15T23:20:47.678Z] #15 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-06-15T23:20:47.678Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-06-15T23:20:47.678Z] #15 DONE 1.3s [2021-06-15T23:20:47.678Z] [2021-06-15T23:20:47.678Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-15T23:20:47.678Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-06-15T23:20:47.709Z] #50 21.39 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-15T23:20:47.709Z] #50 21.42 go: extracting github.com/kisielk/gotool v1.0.0 [2021-06-15T23:20:47.709Z] #50 21.43 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-06-15T23:20:47.709Z] #50 21.46 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-15T23:20:47.709Z] #50 21.53 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-15T23:20:47.709Z] #50 21.55 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-15T23:20:47.709Z] #50 21.57 go: extracting github.com/spf13/afero v1.1.2 [2021-06-15T23:20:47.709Z] #50 21.63 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-15T23:20:47.709Z] #50 21.63 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-15T23:20:47.709Z] #50 21.64 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-06-15T23:20:47.709Z] #50 21.69 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-15T23:20:47.805Z] #40 ... [2021-06-15T23:20:47.806Z] [2021-06-15T23:20:47.806Z] #59 [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-06-15T23:20:47.806Z] #59 sha256:463505eaf4316fa6915432858acad5892ccfb7c46d7e02a1c9f496c095fd0033 [2021-06-15T23:20:47.806Z] #59 21.41 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-15T23:20:47.806Z] #59 22.29 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-15T23:20:47.806Z] #59 22.98 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-15T23:20:47.806Z] #59 23.16 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-15T23:20:47.806Z] #59 23.67 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-06-15T23:20:47.806Z] #59 24.16 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-06-15T23:20:47.806Z] #59 26.70 go: finding github.com/pkg/errors v0.9.1 [2021-06-15T23:20:47.806Z] #59 26.86 go: finding github.com/sirupsen/logrus v1.8.1 [2021-06-15T23:20:47.806Z] #59 27.00 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-15T23:20:47.806Z] #59 27.06 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-15T23:20:47.806Z] #59 27.23 go: finding github.com/google/uuid v1.2.0 [2021-06-15T23:20:47.806Z] #59 27.23 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-15T23:20:47.806Z] #59 27.25 go: finding github.com/moby/vpnkit v0.5.0 [2021-06-15T23:20:47.806Z] #59 27.33 go: finding github.com/gofrs/flock v0.8.0 [2021-06-15T23:20:47.806Z] #59 27.46 go: finding github.com/gorilla/mux v1.8.0 [2021-06-15T23:20:47.806Z] #59 27.52 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-15T23:20:47.806Z] #59 27.54 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-06-15T23:20:47.806Z] #59 27.59 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-06-15T23:20:47.806Z] #59 27.61 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-06-15T23:20:47.806Z] #59 27.80 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-15T23:20:47.806Z] #59 27.95 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-06-15T23:20:47.990Z] #50 21.70 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-15T23:20:47.990Z] #50 21.74 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-15T23:20:47.990Z] #50 21.74 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-15T23:20:47.990Z] #50 21.76 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-15T23:20:47.990Z] #50 21.97 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-15T23:20:48.268Z] #50 22.03 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-15T23:20:48.268Z] #50 22.03 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-15T23:20:48.268Z] #50 22.06 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-15T23:20:48.268Z] #50 22.07 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-06-15T23:20:48.268Z] #50 22.09 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-15T23:20:48.268Z] #50 22.21 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-15T23:20:48.556Z] #50 22.27 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-06-15T23:20:48.556Z] #50 22.34 go: extracting github.com/magiconair/properties v1.8.1 [2021-06-15T23:20:48.616Z] #16 1.001 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-15T23:20:48.616Z] #16 DONE 1.1s [2021-06-15T23:20:48.616Z] [2021-06-15T23:20:48.616Z] #59 [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-06-15T23:20:48.616Z] #59 sha256:2501c20a6629dbcd3f9fde6e1156af537e410183999dda09b33d7bff50bbf697 [2021-06-15T23:20:48.616Z] #59 77.51 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-15T23:20:48.616Z] #59 77.51 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-15T23:20:48.669Z] #44 56.06 Selecting previously unselected package python3. [2021-06-15T23:20:48.737Z] #59 ... [2021-06-15T23:20:48.737Z] [2021-06-15T23:20:48.737Z] #50 [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-06-15T23:20:48.737Z] #50 sha256:058095538fbcd40c9fdfb7535b948a01d16167942b7d87b459a4f75a61916bd3 [2021-06-15T23:20:48.737Z] #50 30.42 go: extracting golang.org/x/text v0.3.2 [2021-06-15T23:20:48.851Z] #50 22.52 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-06-15T23:20:48.851Z] #50 22.55 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-06-15T23:20:48.851Z] #50 ... [2021-06-15T23:20:48.851Z] [2021-06-15T23:20:48.851Z] #52 [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-06-15T23:20:48.851Z] #52 sha256:f89feda30dfd88ac1573b637513df98f6c5d626b1abad17f1091043e75a99526 [2021-06-15T23:20:48.851Z] #52 12.51 + cd /tmp/tmp.3C4JBSENIa/src/github.com/mvdan/sh [2021-06-15T23:20:48.851Z] #52 12.51 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-15T23:20:48.851Z] #52 12.84 + GO111MODULE=on [2021-06-15T23:20:48.851Z] #52 12.84 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-15T23:20:48.851Z] #52 15.99 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-15T23:20:48.851Z] #52 15.99 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-15T23:20:48.851Z] #52 16.00 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-15T23:20:48.851Z] #52 16.25 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-15T23:20:48.851Z] #52 16.32 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-15T23:20:48.851Z] #52 16.80 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-15T23:20:48.851Z] #52 17.95 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-15T23:20:48.851Z] #52 18.90 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-15T23:20:48.851Z] #52 20.44 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-15T23:20:48.851Z] #52 20.51 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-15T23:20:48.851Z] #52 20.73 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-15T23:20:48.851Z] #52 20.92 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-15T23:20:48.851Z] #52 21.64 runtime [2021-06-15T23:20:48.851Z] #52 ... [2021-06-15T23:20:48.851Z] [2021-06-15T23:20:48.851Z] #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-06-15T23:20:48.851Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-06-15T23:20:48.930Z] #44 56.06 (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 ... 16062 files and directories currently installed.) [2021-06-15T23:20:48.930Z] #44 56.11 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ... [2021-06-15T23:20:48.930Z] #44 56.13 Unpacking python3 (3.7.3-1) ... [2021-06-15T23:20:48.930Z] #44 56.28 Selecting previously unselected package libprotobuf17:amd64. [2021-06-15T23:20:48.930Z] #44 56.29 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-06-15T23:20:48.930Z] #44 56.30 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-15T23:20:49.115Z] #32 22.61 Checking out files: 92% (1403/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-06-15T23:20:49.115Z] #32 22.77 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-15T23:20:49.131Z] using credential docker-jenkins-github-credentials [2021-06-15T23:20:49.184Z] #59 ... [2021-06-15T23:20:49.184Z] [2021-06-15T23:20:49.184Z] #46 [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-06-15T23:20:49.184Z] #46 sha256:98af85b243fd850cfa43ce32c158b8e7c522e0870c6c8366bcbfc8c71ea95f89 [2021-06-15T23:20:49.184Z] #46 70.65 github.com/LK4D4/vndr/godl [2021-06-15T23:20:49.184Z] #46 71.32 github.com/LK4D4/vndr [2021-06-15T23:20:49.184Z] #46 ... [2021-06-15T23:20:49.184Z] [2021-06-15T23:20:49.184Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-15T23:20:49.184Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-06-15T23:20:49.207Z] Cloning the remote Git repository [2021-06-15T23:20:49.207Z] Cloning with configured refspecs honoured and without tags [2021-06-15T23:20:49.503Z] #44 56.91 Selecting previously unselected package python3-pkg-resources. [2021-06-15T23:20:49.503Z] #44 56.91 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-15T23:20:49.503Z] #44 ... [2021-06-15T23:20:49.503Z] [2021-06-15T23:20:49.503Z] #52 [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-06-15T23:20:49.503Z] #52 sha256:1d84028f774f8e648486e02961c5ca32d499339fe746bf4a1ef21e00679614a4 [2021-06-15T23:20:49.503Z] #52 47.31 internal/oserror [2021-06-15T23:20:49.503Z] #52 47.33 bytes [2021-06-15T23:20:49.503Z] #52 47.42 syscall [2021-06-15T23:20:49.503Z] #52 49.46 strconv [2021-06-15T23:20:49.503Z] #52 52.92 reflect [2021-06-15T23:20:49.503Z] #52 54.76 time [2021-06-15T23:20:49.696Z] #32 23.51 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-15T23:20:49.764Z] #52 ... [2021-06-15T23:20:49.764Z] [2021-06-15T23:20:49.764Z] #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-06-15T23:20:49.764Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:20:49.764Z] #36 47.41 Selecting previously unselected package libicu63:amd64. [2021-06-15T23:20:49.764Z] #36 47.44 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-15T23:20:49.764Z] #36 47.45 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-15T23:20:49.764Z] #36 54.54 Selecting previously unselected package libxml2:amd64. [2021-06-15T23:20:49.764Z] #36 54.54 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-06-15T23:20:49.764Z] #36 54.58 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-15T23:20:49.764Z] #36 55.52 Selecting previously unselected package libarchive13:amd64. [2021-06-15T23:20:49.764Z] #36 55.52 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-15T23:20:49.764Z] #36 55.53 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-15T23:20:49.764Z] #36 55.84 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-15T23:20:49.764Z] #36 55.86 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-15T23:20:49.764Z] #36 55.87 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-15T23:20:49.764Z] #36 56.04 Selecting previously unselected package librhash0:amd64. [2021-06-15T23:20:49.764Z] #36 56.05 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-06-15T23:20:49.764Z] #36 56.08 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-15T23:20:49.764Z] #36 56.26 Selecting previously unselected package libuv1:amd64. [2021-06-15T23:20:49.764Z] #36 56.26 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-06-15T23:20:49.764Z] #36 56.27 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-15T23:20:49.764Z] #36 56.45 Selecting previously unselected package cmake. [2021-06-15T23:20:49.764Z] #36 56.45 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-06-15T23:20:49.764Z] #36 56.46 Unpacking cmake (3.13.4-1) ... [2021-06-15T23:20:49.764Z] #36 ... [2021-06-15T23:20:49.764Z] [2021-06-15T23:20:49.764Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:49.764Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:49.764Z] #44 56.92 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:20:49.764Z] #44 57.14 Selecting previously unselected package python3-six. [2021-06-15T23:20:49.764Z] #44 57.14 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-06-15T23:20:49.764Z] #44 57.15 Unpacking python3-six (1.12.0-1) ... [2021-06-15T23:20:50.026Z] #44 57.23 Selecting previously unselected package python3-protobuf. [2021-06-15T23:20:50.026Z] #44 57.23 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ... [2021-06-15T23:20:50.026Z] #44 57.24 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-06-15T23:20:50.124Z] #17 DONE 1.3s [2021-06-15T23:20:50.124Z] [2021-06-15T23:20:50.124Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-15T23:20:50.124Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-06-15T23:20:50.124Z] #18 ... [2021-06-15T23:20:50.124Z] [2021-06-15T23:20:50.124Z] #46 [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-06-15T23:20:50.124Z] #46 sha256:98af85b243fd850cfa43ce32c158b8e7c522e0870c6c8366bcbfc8c71ea95f89 [2021-06-15T23:20:50.124Z] #46 DONE 81.7s [2021-06-15T23:20:50.124Z] [2021-06-15T23:20:50.124Z] #50 [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-06-15T23:20:50.124Z] #50 sha256:723812ac4c3eb3017a2916fed7398919d26354190518eb5a17aee69cd899bc13 [2021-06-15T23:20:50.274Z] #32 ... [2021-06-15T23:20:50.274Z] [2021-06-15T23:20:50.274Z] #48 [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-06-15T23:20:50.274Z] #48 sha256:8bdc36f4980e2b0590b816a46839c85c62ee55e50ccc8a1ba8423610d5b26ffc [2021-06-15T23:20:50.274Z] #48 14.18 go: finding github.com/fatih/color v1.9.0 [2021-06-15T23:20:50.274Z] #48 14.18 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:20:50.274Z] #48 14.21 go: finding github.com/pkg/errors v0.9.1 [2021-06-15T23:20:50.274Z] #48 14.21 go: finding github.com/spf13/pflag v1.0.3 [2021-06-15T23:20:50.274Z] #48 14.55 go: finding github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:20:50.274Z] #48 14.56 go: finding github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:20:50.274Z] #48 14.70 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:20:50.274Z] #48 14.73 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:20:50.274Z] #48 15.21 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:20:50.274Z] #48 15.24 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:20:50.274Z] #48 15.28 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:20:50.287Z] #44 57.66 Selecting previously unselected package libnet1:amd64. [2021-06-15T23:20:49.398Z] Cloning repository https://github.com/moby/moby.git [2021-06-15T23:20:49.797Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-06-15T23:20:50.548Z] #44 57.66 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-15T23:20:50.548Z] #44 57.67 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:20:50.548Z] #44 57.81 Selecting previously unselected package libnl-3-200:amd64. [2021-06-15T23:20:50.548Z] #44 57.81 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-15T23:20:50.548Z] #44 57.82 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-15T23:20:50.555Z] #36 ... [2021-06-15T23:20:50.555Z] [2021-06-15T23:20:50.555Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:50.555Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:50.555Z] #44 31.15 Reading package lists... [2021-06-15T23:20:50.555Z] #44 36.64 Building dependency tree... [2021-06-15T23:20:50.555Z] #44 39.25 The following additional packages will be installed: [2021-06-15T23:20:50.555Z] #44 39.28 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-06-15T23:20:50.555Z] #44 39.28 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-06-15T23:20:50.555Z] #44 39.28 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-15T23:20:50.555Z] #44 39.28 python3.7-minimal [2021-06-15T23:20:50.555Z] #44 39.29 Suggested packages: [2021-06-15T23:20:50.555Z] #44 39.30 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-06-15T23:20:50.555Z] #44 39.30 python3.7-doc binfmt-support [2021-06-15T23:20:50.555Z] #44 40.49 The following NEW packages will be installed: [2021-06-15T23:20:50.555Z] #44 40.51 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-06-15T23:20:50.555Z] #44 40.51 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-06-15T23:20:50.555Z] #44 40.52 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-15T23:20:50.555Z] #44 40.52 python3.7-minimal [2021-06-15T23:20:50.555Z] #44 40.91 0 upgraded, 16 newly installed, 0 to remove and 30 not upgraded. [2021-06-15T23:20:50.555Z] #44 40.91 Need to get 6695 kB of archives. [2021-06-15T23:20:50.555Z] #44 40.91 After this operation, 33.1 MB of additional disk space will be used. [2021-06-15T23:20:50.555Z] #44 40.91 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-15T23:20:50.555Z] #44 40.95 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-15T23:20:50.555Z] #44 41.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-15T23:20:50.555Z] #44 41.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-15T23:20:50.555Z] #44 41.16 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-15T23:20:50.555Z] #44 41.35 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-15T23:20:50.555Z] #44 41.39 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-15T23:20:50.555Z] #44 41.41 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-15T23:20:50.555Z] #44 41.41 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-06-15T23:20:50.555Z] #44 41.53 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-15T23:20:50.555Z] #44 41.53 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] [2021-06-15T23:20:50.555Z] #44 41.53 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB] [2021-06-15T23:20:50.555Z] #44 41.53 Get:13 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-06-15T23:20:50.555Z] #44 41.55 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-15T23:20:50.555Z] #44 41.57 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-15T23:20:50.555Z] #44 41.57 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-15T23:20:50.555Z] #44 43.19 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:20:50.555Z] #44 43.41 Fetched 6695 kB in 1s (5012 kB/s) [2021-06-15T23:20:50.555Z] #44 43.54 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-15T23:20:50.555Z] #44 43.54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-15T23:20:50.555Z] #44 43.59 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:20:50.555Z] #44 43.60 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:20:50.555Z] #44 44.33 Selecting previously unselected package python3.7-minimal. [2021-06-15T23:20:50.555Z] #44 44.33 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:20:50.555Z] #44 44.36 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:20:50.555Z] #44 45.83 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:20:50.555Z] #44 45.87 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:20:50.555Z] #44 ... [2021-06-15T23:20:50.555Z] [2021-06-15T23:20:50.555Z] #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-06-15T23:20:50.555Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-15T23:20:50.555Z] #32 44.87 Checking out files: 92% (1403/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-06-15T23:20:50.555Z] #32 45.12 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-15T23:20:50.555Z] #32 45.50 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-15T23:20:50.565Z] #48 ... [2021-06-15T23:20:50.565Z] [2021-06-15T23:20:50.565Z] #50 [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-06-15T23:20:50.565Z] #50 sha256:055817a15785ccd818e37de79ec98a9b6e469b75cac16222732c8243ce8bbb7b [2021-06-15T23:20:50.565Z] #50 22.71 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-15T23:20:50.565Z] #50 22.72 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-15T23:20:50.565Z] #50 22.83 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-15T23:20:50.565Z] #50 22.86 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-15T23:20:50.565Z] #50 22.98 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-15T23:20:50.565Z] #50 22.99 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-15T23:20:50.565Z] #50 23.03 go: extracting github.com/ultraware/funlen v0.0.2 [2021-06-15T23:20:50.565Z] #50 23.05 go: extracting github.com/subosito/gotenv v1.2.0 [2021-06-15T23:20:50.565Z] #50 23.10 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-15T23:20:50.565Z] #50 23.12 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-15T23:20:50.565Z] #50 23.16 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-15T23:20:50.565Z] #50 23.31 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-15T23:20:50.565Z] #50 23.39 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-15T23:20:50.565Z] #50 23.55 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-15T23:20:50.565Z] #50 23.62 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-06-15T23:20:50.565Z] #50 23.68 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-15T23:20:50.565Z] #50 23.73 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-15T23:20:50.565Z] #50 23.75 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-15T23:20:50.565Z] #50 24.14 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-15T23:20:50.565Z] #50 24.15 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-15T23:20:50.565Z] #50 24.23 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-06-15T23:20:50.565Z] #50 24.24 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-15T23:20:50.565Z] #50 24.31 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-06-15T23:20:50.565Z] #50 24.38 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-06-15T23:20:50.565Z] #50 24.38 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-06-15T23:20:50.565Z] #50 24.55 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-15T23:20:50.810Z] #44 57.94 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-15T23:20:50.810Z] #44 57.95 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-15T23:20:50.810Z] #44 57.95 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-15T23:20:50.810Z] #44 58.07 Selecting previously unselected package criu. [2021-06-15T23:20:50.810Z] #44 58.07 Preparing to unpack .../8-criu_3.15-1_amd64.deb ... [2021-06-15T23:20:50.810Z] #44 58.07 Unpacking criu (3.15-1) ... [2021-06-15T23:20:50.812Z] #32 ... [2021-06-15T23:20:50.812Z] [2021-06-15T23:20:50.812Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:50.812Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:50.812Z] #13 27.64 Reading package lists... [2021-06-15T23:20:50.812Z] #13 33.70 Building dependency tree... [2021-06-15T23:20:50.812Z] #13 36.41 The following additional packages will be installed: [2021-06-15T23:20:50.812Z] #13 36.41 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-15T23:20:50.812Z] #13 36.41 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-15T23:20:50.812Z] #13 36.42 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-15T23:20:50.812Z] #13 36.42 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-06-15T23:20:50.812Z] #13 36.42 mingw-w64-common mingw-w64-x86-64-dev [2021-06-15T23:20:50.812Z] #13 36.43 Suggested packages: [2021-06-15T23:20:50.812Z] #13 36.43 gcc-8-locales seccomp wine64 [2021-06-15T23:20:50.812Z] #13 37.82 The following NEW packages will be installed: [2021-06-15T23:20:50.812Z] #13 37.82 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-15T23:20:50.812Z] #13 37.82 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-15T23:20:50.812Z] #13 37.82 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-15T23:20:50.812Z] #13 37.82 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-15T23:20:50.812Z] #13 37.82 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-15T23:20:50.812Z] #13 37.82 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-15T23:20:50.812Z] #13 37.84 The following packages will be upgraded: [2021-06-15T23:20:50.812Z] #13 37.84 libseccomp2 libsystemd0 libudev1 [2021-06-15T23:20:50.812Z] #13 38.31 3 upgraded, 25 newly installed, 0 to remove and 28 not upgraded. [2021-06-15T23:20:50.812Z] #13 38.31 Need to get 78.2 MB of archives. [2021-06-15T23:20:50.812Z] #13 38.31 After this operation, 487 MB of additional disk space will be used. [2021-06-15T23:20:50.812Z] #13 38.31 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-15T23:20:50.812Z] #13 38.31 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-06-15T23:20:50.812Z] #13 38.32 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-06-15T23:20:50.812Z] #13 38.35 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-06-15T23:20:50.812Z] #13 38.39 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-06-15T23:20:50.812Z] #13 38.64 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-06-15T23:20:50.812Z] #13 38.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-06-15T23:20:50.812Z] #13 38.98 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-06-15T23:20:50.812Z] #13 38.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-15T23:20:50.812Z] #13 38.99 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-15T23:20:50.812Z] #13 39.40 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-06-15T23:20:50.812Z] #13 39.65 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-06-15T23:20:50.812Z] #13 39.65 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-06-15T23:20:50.812Z] #13 42.91 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-06-15T23:20:50.829Z] #50 24.55 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-15T23:20:50.829Z] #50 24.67 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-15T23:20:51.802Z] #44 58.83 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:20:51.802Z] #44 58.87 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-15T23:20:51.802Z] #44 58.90 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-15T23:20:51.802Z] #44 58.93 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-15T23:20:51.803Z] #44 58.95 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-15T23:20:51.803Z] #44 58.96 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:20:51.803Z] #44 58.98 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-15T23:20:51.803Z] #44 58.99 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:20:52.032Z] #50 ... [2021-06-15T23:20:52.032Z] [2021-06-15T23:20:52.032Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-15T23:20:52.032Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-06-15T23:20:52.032Z] #18 DONE 1.7s [2021-06-15T23:20:52.032Z] [2021-06-15T23:20:52.032Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-15T23:20:52.032Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-06-15T23:20:52.181Z] #13 ... [2021-06-15T23:20:52.181Z] [2021-06-15T23:20:52.181Z] #46 [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-06-15T23:20:52.181Z] #46 sha256:3b1c7f5cfbc0a9ea6843653612ad0fa7cb3b874bcd1cac48c88a44bdc56ef137 [2021-06-15T23:20:52.181Z] #46 38.95 internal/reflectlite [2021-06-15T23:20:52.181Z] #46 38.96 sync [2021-06-15T23:20:52.181Z] #46 40.12 github.com/LK4D4/vndr/godl/singleflight [2021-06-15T23:20:52.181Z] #46 40.47 math/rand [2021-06-15T23:20:52.181Z] #46 41.44 internal/singleflight [2021-06-15T23:20:52.181Z] #46 42.04 sort [2021-06-15T23:20:52.181Z] #46 42.04 errors [2021-06-15T23:20:52.181Z] #46 42.53 io [2021-06-15T23:20:52.181Z] #46 43.52 bytes [2021-06-15T23:20:52.181Z] #46 43.61 strconv [2021-06-15T23:20:52.181Z] #46 45.63 bufio [2021-06-15T23:20:52.181Z] #46 46.79 reflect [2021-06-15T23:20:52.181Z] #46 47.14 syscall [2021-06-15T23:20:52.181Z] #46 ... [2021-06-15T23:20:52.181Z] [2021-06-15T23:20:52.181Z] #57 [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-06-15T23:20:52.181Z] #57 sha256:aea9e5329cc2ede585e49b26115438e4ace5a2b62263ab62b734b8b6f019c9cc [2021-06-15T23:20:52.181Z] #57 1.201 + RM_GOPATH=0 [2021-06-15T23:20:52.181Z] #57 1.201 + TMP_GOPATH= [2021-06-15T23:20:52.181Z] #57 1.201 + : /build [2021-06-15T23:20:52.181Z] #57 1.201 + '[' -z '' ']' [2021-06-15T23:20:52.181Z] #57 1.201 ++ mktemp -d [2021-06-15T23:20:52.181Z] #57 1.203 + export GOPATH=/tmp/tmp.eDApppRXUb [2021-06-15T23:20:52.181Z] #57 1.203 + GOPATH=/tmp/tmp.eDApppRXUb [2021-06-15T23:20:52.181Z] #57 1.203 + RM_GOPATH=1 [2021-06-15T23:20:52.181Z] #57 1.203 + case "$(go env GOARCH)" in [2021-06-15T23:20:52.181Z] #57 1.204 ++ go env GOARCH [2021-06-15T23:20:52.181Z] #57 1.273 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:52.181Z] #57 1.273 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:52.181Z] #57 1.273 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:52.181Z] #57 1.274 + dir=/tmp/install [2021-06-15T23:20:52.181Z] #57 1.274 + bin=containerd [2021-06-15T23:20:52.181Z] #57 1.274 + shift [2021-06-15T23:20:52.181Z] #57 1.276 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-15T23:20:52.181Z] #57 1.276 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-15T23:20:52.181Z] #57 1.276 + . /tmp/install/containerd.installer [2021-06-15T23:20:52.181Z] #57 1.276 ++ set -e [2021-06-15T23:20:52.181Z] #57 1.276 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-15T23:20:52.181Z] #57 1.276 + install_containerd [2021-06-15T23:20:52.181Z] #57 1.276 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-15T23:20:52.181Z] #57 1.276 + git clone https://github.com/containerd/containerd.git /tmp/tmp.eDApppRXUb/src/github.com/containerd/containerd [2021-06-15T23:20:52.181Z] #57 1.277 Cloning into '/tmp/tmp.eDApppRXUb/src/github.com/containerd/containerd'... [2021-06-15T23:20:52.393Z] #44 ... [2021-06-15T23:20:52.393Z] [2021-06-15T23:20:52.393Z] #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-06-15T23:20:52.393Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:20:52.393Z] #36 59.02 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-15T23:20:52.393Z] #36 59.03 Setting up xxd (2:8.1.0875-5) ... [2021-06-15T23:20:52.393Z] #36 59.05 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-15T23:20:52.393Z] #36 59.08 Setting up vim-common (2:8.1.0875-5) ... [2021-06-15T23:20:52.393Z] #36 59.17 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-15T23:20:52.393Z] #36 59.20 Setting up cmake-data (3.13.4-1) ... [2021-06-15T23:20:52.393Z] #36 59.22 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-15T23:20:52.393Z] #36 59.24 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-15T23:20:52.393Z] #36 59.31 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-15T23:20:52.393Z] #36 59.34 Setting up cmake (3.13.4-1) ... [2021-06-15T23:20:52.393Z] #36 59.37 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:20:52.393Z] #36 59.44 Processing triggers for mime-support (3.62) ... [2021-06-15T23:20:52.393Z] #36 DONE 60.2s [2021-06-15T23:20:50.796Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-15T23:20:50.796Z] > git --version # timeout=10 [2021-06-15T23:20:50.842Z] > git --version # 'git version 2.24.1.windows.2' [2021-06-15T23:20:50.842Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:20:50.846Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42473/head:refs/remotes/origin/PR-42473 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:20:52.658Z] [2021-06-15T23:20:52.658Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:52.658Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:52.658Z] #13 45.52 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-15T23:20:52.658Z] #13 45.53 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-15T23:20:52.658Z] #13 45.54 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-15T23:20:52.658Z] #13 45.55 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-15T23:20:52.658Z] #13 45.55 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-06-15T23:20:52.658Z] #13 45.55 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-15T23:20:52.658Z] #13 45.55 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-15T23:20:52.658Z] #13 45.57 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-15T23:20:52.658Z] #13 45.59 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-15T23:20:52.658Z] #13 45.62 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-15T23:20:52.658Z] #13 45.62 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-15T23:20:52.658Z] #13 45.70 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-15T23:20:52.658Z] #13 45.70 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-06-15T23:20:52.658Z] #13 45.72 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-15T23:20:52.658Z] #13 46.75 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:20:52.658Z] #13 46.92 Fetched 78.2 MB in 7s (11.2 MB/s) [2021-06-15T23:20:52.659Z] #13 47.06 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:20:52.659Z] #13 47.14 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-06-15T23:20:52.659Z] #13 47.17 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-15T23:20:52.659Z] #13 47.56 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-06-15T23:20:52.659Z] #13 47.71 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:20:52.659Z] #13 47.78 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-15T23:20:52.659Z] #13 47.81 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-15T23:20:52.659Z] #13 48.05 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-15T23:20:52.659Z] #13 48.23 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:20:52.659Z] #13 48.28 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-06-15T23:20:52.659Z] #13 48.31 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-15T23:20:52.659Z] #13 48.50 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-06-15T23:20:52.659Z] #13 48.66 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-15T23:20:52.659Z] #13 48.66 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:20:52.659Z] #13 48.70 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-15T23:20:52.659Z] #13 48.71 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-15T23:20:52.659Z] #13 51.41 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-15T23:20:52.659Z] #13 51.43 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-15T23:20:52.659Z] #13 51.44 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-15T23:20:52.659Z] #13 53.90 Selecting previously unselected package binutils-mingw-w64. [2021-06-15T23:20:52.659Z] #13 53.91 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-15T23:20:52.659Z] #13 53.91 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-15T23:20:52.659Z] #13 54.06 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-15T23:20:52.659Z] #13 54.06 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-15T23:20:52.659Z] #13 54.07 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-15T23:20:52.659Z] #13 54.27 Selecting previously unselected package dmsetup. [2021-06-15T23:20:52.659Z] #13 54.28 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-15T23:20:52.659Z] #13 54.29 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-15T23:20:52.659Z] #13 54.55 Selecting previously unselected package mingw-w64-common. [2021-06-15T23:20:52.659Z] #13 54.55 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-15T23:20:52.659Z] #13 54.58 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-15T23:20:52.744Z] #57 ... [2021-06-15T23:20:52.745Z] [2021-06-15T23:20:52.745Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:52.745Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:52.759Z] #50 26.58 go: extracting github.com/gogo/protobuf v1.2.1 [2021-06-15T23:20:52.907Z] #50 ... [2021-06-15T23:20:52.907Z] [2021-06-15T23:20:52.908Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:52.908Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:52.908Z] #44 23.41 Fetched 8452 kB in 18s (480 kB/s) [2021-06-15T23:20:52.908Z] #44 23.41 Reading package lists... [2021-06-15T23:20:52.908Z] #44 29.52 Reading package lists... [2021-06-15T23:20:52.908Z] #44 ... [2021-06-15T23:20:52.908Z] [2021-06-15T23:20:52.908Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:52.908Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:52.908Z] #13 22.96 Fetched 8974 kB in 17s (515 kB/s) [2021-06-15T23:20:52.908Z] #13 22.96 Reading package lists... [2021-06-15T23:20:52.908Z] #13 29.35 Reading package lists... [2021-06-15T23:20:52.908Z] #13 ... [2021-06-15T23:20:52.908Z] [2021-06-15T23:20:52.908Z] #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-06-15T23:20:52.908Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:20:52.908Z] #36 24.10 Fetched 8449 kB in 17s (501 kB/s) [2021-06-15T23:20:52.908Z] #36 24.10 Reading package lists... [2021-06-15T23:20:52.908Z] #36 30.34 Reading package lists... [2021-06-15T23:20:52.908Z] #36 ... [2021-06-15T23:20:52.908Z] [2021-06-15T23:20:52.908Z] #56 [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-06-15T23:20:52.908Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:20:52.908Z] #56 29.04 Reading package lists... [2021-06-15T23:20:52.969Z] #19 DONE 1.2s [2021-06-15T23:20:52.969Z] [2021-06-15T23:20:52.969Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:20:52.969Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:20:53.002Z] #44 49.46 Selecting previously unselected package python3-minimal. [2021-06-15T23:20:53.002Z] #44 49.46 (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 ... 15650 files and directories currently installed.) [2021-06-15T23:20:53.002Z] #44 49.55 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-15T23:20:53.002Z] #44 49.59 Unpacking python3-minimal (3.7.3-1) ... [2021-06-15T23:20:53.213Z] #50 27.05 go: extracting golang.org/x/text v0.3.2 [2021-06-15T23:20:53.258Z] #44 49.76 Selecting previously unselected package libmpdec2:amd64. [2021-06-15T23:20:53.258Z] #44 49.78 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-15T23:20:53.258Z] #44 49.79 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-15T23:20:53.515Z] #44 49.93 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-15T23:20:53.515Z] #44 49.94 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:20:53.515Z] #44 49.94 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:20:53.791Z] #50 ... [2021-06-15T23:20:53.791Z] [2021-06-15T23:20:53.791Z] #56 [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-06-15T23:20:53.791Z] #56 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-06-15T23:20:53.791Z] #56 17.41 Fetched 8272 kB in 12s (686 kB/s) [2021-06-15T23:20:53.791Z] #56 17.41 Reading package lists... [2021-06-15T23:20:53.791Z] #56 22.13 Reading package lists... [2021-06-15T23:20:53.791Z] #56 26.87 Building dependency tree... [2021-06-15T23:20:53.791Z] #56 ... [2021-06-15T23:20:53.791Z] [2021-06-15T23:20:53.791Z] #46 [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-06-15T23:20:53.791Z] #46 sha256:0d9139b3099fc7381a4d518e6ab8e8e34bc9b8b437a0a7731cf12fe3817cb04d [2021-06-15T23:20:53.791Z] #46 23.32 sync [2021-06-15T23:20:53.791Z] #46 23.32 internal/reflectlite [2021-06-15T23:20:53.791Z] #46 24.83 github.com/LK4D4/vndr/godl/singleflight [2021-06-15T23:20:53.791Z] #46 24.87 math/rand [2021-06-15T23:20:53.791Z] #46 24.87 internal/singleflight [2021-06-15T23:20:53.791Z] #46 26.31 sort [2021-06-15T23:20:53.791Z] #46 26.33 errors [2021-06-15T23:20:53.791Z] #46 26.64 io [2021-06-15T23:20:53.791Z] #46 26.64 strconv [2021-06-15T23:20:53.791Z] #46 26.64 internal/oserror [2021-06-15T23:20:53.791Z] #46 26.96 syscall [2021-06-15T23:20:54.050Z] #13 ... [2021-06-15T23:20:54.050Z] [2021-06-15T23:20:54.050Z] #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-06-15T23:20:54.050Z] #37 sha256:5e6a396052368d5b6946eed8627f05b7ecfae1c16dab0a431ef8234119872479 [2021-06-15T23:20:54.050Z] #37 1.254 + RM_GOPATH=0 [2021-06-15T23:20:54.050Z] #37 1.254 + TMP_GOPATH= [2021-06-15T23:20:54.050Z] #37 1.254 + : /build [2021-06-15T23:20:54.050Z] #37 1.254 + '[' -z '' ']' [2021-06-15T23:20:54.050Z] #37 1.257 ++ mktemp -d [2021-06-15T23:20:54.050Z] #37 1.259 + export GOPATH=/tmp/tmp.N0dPn20CBH [2021-06-15T23:20:54.050Z] #37 1.259 + GOPATH=/tmp/tmp.N0dPn20CBH [2021-06-15T23:20:54.050Z] #37 1.259 + RM_GOPATH=1 [2021-06-15T23:20:54.050Z] #37 1.260 + case "$(go env GOARCH)" in [2021-06-15T23:20:54.050Z] #37 1.260 ++ go env GOARCH [2021-06-15T23:20:54.050Z] #37 1.300 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:54.050Z] #37 1.300 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:20:54.050Z] #37 1.301 ++ dirname /tmp/install/install.sh [2021-06-15T23:20:54.050Z] #37 1.307 + dir=/tmp/install [2021-06-15T23:20:54.050Z] #37 1.308 + bin=tini [2021-06-15T23:20:54.050Z] #37 1.308 + shift [2021-06-15T23:20:54.050Z] #37 1.308 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-15T23:20:54.050Z] #37 1.308 + . /tmp/install/tini.installer [2021-06-15T23:20:54.050Z] #37 1.309 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-15T23:20:54.050Z] #37 1.309 + install_tini [2021-06-15T23:20:54.050Z] #37 1.309 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-15T23:20:54.050Z] #37 1.309 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-15T23:20:54.050Z] #37 1.310 + git clone https://github.com/krallin/tini.git /tmp/tmp.N0dPn20CBH/tini [2021-06-15T23:20:54.050Z] #37 1.311 Cloning into '/tmp/tmp.N0dPn20CBH/tini'... [2021-06-15T23:20:54.056Z] #46 27.83 vendor/golang.org/x/net/dns/dnsmessage [2021-06-15T23:20:54.320Z] #46 ... [2021-06-15T23:20:54.320Z] [2021-06-15T23:20:54.320Z] #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-06-15T23:20:54.320Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-06-15T23:20:54.320Z] #36 18.10 Fetched 8272 kB in 13s (641 kB/s) [2021-06-15T23:20:54.320Z] #36 18.10 Reading package lists... [2021-06-15T23:20:54.320Z] #36 22.93 Reading package lists... [2021-06-15T23:20:54.320Z] #36 27.85 Building dependency tree... [2021-06-15T23:20:54.320Z] #36 ... [2021-06-15T23:20:54.320Z] [2021-06-15T23:20:54.320Z] #56 [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-06-15T23:20:54.320Z] #56 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-06-15T23:20:54.320Z] #56 26.87 Building dependency tree... [2021-06-15T23:20:54.347Z] #20 1.546 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-15T23:20:54.347Z] #20 1.584 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:20:54.530Z] #56 34.55 Building dependency tree... [2021-06-15T23:20:54.606Z] #20 1.590 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:20:54.606Z] #20 1.591 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:20:54.621Z] #37 2.140 + cd /tmp/tmp.N0dPn20CBH/tini [2021-06-15T23:20:54.621Z] #37 2.140 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-15T23:20:54.621Z] #37 2.145 + cmake . [2021-06-15T23:20:54.903Z] #44 51.44 Selecting previously unselected package python3.7. [2021-06-15T23:20:54.903Z] #44 51.44 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:20:54.903Z] #44 51.45 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:20:55.091Z] #56 ... [2021-06-15T23:20:55.091Z] [2021-06-15T23:20:55.091Z] #46 [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-06-15T23:20:55.091Z] #46 sha256:d714264c259d4aa60fc9841e0c3ae420cfc4a206fa6c6fe53ccd261932d8bf14 [2021-06-15T23:20:55.091Z] #46 26.70 vendor/golang.org/x/crypto/internal/subtle [2021-06-15T23:20:55.091Z] #46 26.86 vendor/golang.org/x/crypto/curve25519 [2021-06-15T23:20:55.092Z] #46 36.04 sync [2021-06-15T23:20:55.092Z] #46 36.05 internal/reflectlite [2021-06-15T23:20:55.163Z] #44 51.67 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-15T23:20:55.163Z] #44 51.68 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-15T23:20:55.163Z] #44 51.72 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-15T23:20:55.174Z] #20 2.086 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-15T23:20:55.191Z] #37 2.760 -- The C compiler identification is GNU 8.3.0 [2021-06-15T23:20:55.192Z] #37 2.813 -- Check for working C compiler: /usr/bin/cc [2021-06-15T23:20:55.272Z] #56 28.94 The following additional packages will be installed: [2021-06-15T23:20:55.272Z] #56 ... [2021-06-15T23:20:55.272Z] [2021-06-15T23:20:55.272Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:55.272Z] #44 sha256:425b1951e173ca94b0f90b31143f25f2e15c63ec12ef52085956aaeec72d95e9 [2021-06-15T23:20:55.272Z] #44 18.66 Fetched 8276 kB in 13s (614 kB/s) [2021-06-15T23:20:55.272Z] #44 18.66 Reading package lists... [2021-06-15T23:20:55.272Z] #44 23.13 Reading package lists... [2021-06-15T23:20:55.272Z] #44 28.10 Building dependency tree... [2021-06-15T23:20:55.272Z] #44 ... [2021-06-15T23:20:55.272Z] [2021-06-15T23:20:55.272Z] #56 [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-06-15T23:20:55.272Z] #56 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-06-15T23:20:55.272Z] #56 28.96 libbtrfs0 [2021-06-15T23:20:55.272Z] #56 29.07 The following NEW packages will be installed: [2021-06-15T23:20:55.272Z] #56 29.07 libbtrfs-dev libbtrfs0 [2021-06-15T23:20:55.348Z] #46 ... [2021-06-15T23:20:55.348Z] [2021-06-15T23:20:55.348Z] #50 [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-06-15T23:20:55.348Z] #50 sha256:058095538fbcd40c9fdfb7535b948a01d16167942b7d87b459a4f75a61916bd3 [2021-06-15T23:20:55.348Z] #50 34.74 go: finding github.com/fatih/color v1.7.0 [2021-06-15T23:20:55.348Z] #50 34.78 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-15T23:20:55.348Z] #50 34.82 go: finding github.com/mattn/go-colorable v0.1.4 [2021-06-15T23:20:55.348Z] #50 34.83 go: finding github.com/mattn/go-isatty v0.0.8 [2021-06-15T23:20:55.348Z] #50 34.86 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-15T23:20:55.348Z] #50 34.88 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-15T23:20:55.348Z] #50 34.89 go: finding github.com/go-critic/go-critic v0.4.1 [2021-06-15T23:20:55.348Z] #50 34.93 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-06-15T23:20:55.348Z] #50 34.93 go: finding github.com/pkg/errors v0.8.1 [2021-06-15T23:20:55.348Z] #50 34.98 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-06-15T23:20:55.348Z] #50 34.98 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-06-15T23:20:55.348Z] #50 35.03 go: finding github.com/sirupsen/logrus v1.4.2 [2021-06-15T23:20:55.348Z] #50 35.03 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-06-15T23:20:55.348Z] #50 35.04 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-06-15T23:20:55.348Z] #50 35.07 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-06-15T23:20:55.348Z] #50 35.07 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-06-15T23:20:55.348Z] #50 35.09 go: finding github.com/spf13/viper v1.6.1 [2021-06-15T23:20:55.348Z] #50 35.14 go: finding github.com/stretchr/testify v1.4.0 [2021-06-15T23:20:55.348Z] #50 35.15 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-06-15T23:20:55.348Z] #50 35.21 go: finding github.com/davecgh/go-spew v1.1.1 [2021-06-15T23:20:55.348Z] #50 35.22 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-15T23:20:55.348Z] #50 35.25 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-06-15T23:20:55.348Z] #50 35.26 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-06-15T23:20:55.348Z] #50 35.28 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-15T23:20:55.348Z] #50 35.28 go: finding github.com/stretchr/objx v0.2.0 [2021-06-15T23:20:55.348Z] #50 35.29 go: finding github.com/gobwas/glob v0.2.3 [2021-06-15T23:20:55.348Z] #50 35.33 go: finding github.com/spf13/cobra v0.0.5 [2021-06-15T23:20:55.348Z] #50 35.36 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-06-15T23:20:55.348Z] #50 35.41 go: finding github.com/spf13/pflag v1.0.5 [2021-06-15T23:20:55.348Z] #50 35.43 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-15T23:20:55.348Z] #50 35.46 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-06-15T23:20:55.348Z] #50 35.46 go: finding github.com/hashicorp/hcl v1.0.0 [2021-06-15T23:20:55.348Z] #50 35.48 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-15T23:20:55.348Z] #50 35.52 go: finding github.com/magiconair/properties v1.8.1 [2021-06-15T23:20:55.348Z] #50 35.54 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-15T23:20:55.348Z] #50 35.54 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-06-15T23:20:55.348Z] #50 35.56 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-15T23:20:55.348Z] #50 35.59 go: finding github.com/pelletier/go-toml v1.2.0 [2021-06-15T23:20:55.348Z] #50 35.62 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-15T23:20:55.348Z] #50 35.63 go: finding github.com/spf13/afero v1.1.2 [2021-06-15T23:20:55.348Z] #50 35.73 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-15T23:20:55.348Z] #50 35.80 go: finding github.com/spf13/cast v1.3.0 [2021-06-15T23:20:55.348Z] #50 35.87 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-15T23:20:55.348Z] #50 35.88 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-06-15T23:20:55.348Z] #50 35.92 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-15T23:20:55.348Z] #50 35.97 go: finding github.com/subosito/gotenv v1.2.0 [2021-06-15T23:20:55.348Z] #50 36.01 go: finding gopkg.in/ini.v1 v1.51.0 [2021-06-15T23:20:55.348Z] #50 36.06 go: finding golang.org/x/text v0.3.2 [2021-06-15T23:20:55.348Z] #50 36.22 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-15T23:20:55.348Z] #50 36.22 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-15T23:20:55.348Z] #50 36.24 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-15T23:20:55.348Z] #50 36.25 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-15T23:20:55.348Z] #50 36.29 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-15T23:20:55.348Z] #50 36.30 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-15T23:20:55.348Z] #50 36.33 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-15T23:20:55.348Z] #50 36.33 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-15T23:20:55.348Z] #50 36.37 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-15T23:20:55.348Z] #50 36.37 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-15T23:20:55.348Z] #50 36.38 go: finding github.com/kisielk/gotool v1.0.0 [2021-06-15T23:20:55.348Z] #50 36.40 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-15T23:20:55.348Z] #50 36.41 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-06-15T23:20:55.348Z] #50 36.42 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-15T23:20:55.348Z] #50 36.44 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-15T23:20:55.348Z] #50 36.46 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-15T23:20:55.348Z] #50 36.49 go: finding github.com/ultraware/funlen v0.0.2 [2021-06-15T23:20:55.348Z] #50 36.52 go: finding github.com/ultraware/whitespace v0.0.4 [2021-06-15T23:20:55.348Z] #50 36.55 go: finding github.com/uudashr/gocognit v1.0.1 [2021-06-15T23:20:55.348Z] #50 36.63 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-15T23:20:55.349Z] #50 36.67 go: finding github.com/gogo/protobuf v1.2.1 [2021-06-15T23:20:55.349Z] #50 36.91 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-15T23:20:55.349Z] #50 36.94 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-15T23:20:55.349Z] #50 36.98 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-15T23:20:55.349Z] #50 37.01 go: finding github.com/BurntSushi/toml v0.3.1 [2021-06-15T23:20:55.536Z] #56 29.43 0 upgraded, 2 newly installed, 0 to remove and 30 not upgraded. [2021-06-15T23:20:55.536Z] #56 29.43 Need to get 119 kB of archives. [2021-06-15T23:20:55.536Z] #56 29.43 After this operation, 387 kB of additional disk space will be used. [2021-06-15T23:20:55.536Z] #56 29.43 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-06-15T23:20:55.536Z] #56 29.44 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-06-15T23:20:55.605Z] #50 37.01 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-15T23:20:55.745Z] #20 ... [2021-06-15T23:20:55.745Z] [2021-06-15T23:20:55.745Z] #59 [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-06-15T23:20:55.745Z] #59 sha256:2501c20a6629dbcd3f9fde6e1156af537e410183999dda09b33d7bff50bbf697 [2021-06-15T23:20:55.745Z] #59 DONE 87.4s [2021-06-15T23:20:55.745Z] [2021-06-15T23:20:55.745Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-15T23:20:55.745Z] #60 sha256:7446db176653eabfc7a9e76e4621be7228a7eec669d0c58151d573527e373713 [2021-06-15T23:20:55.745Z] #60 DONE 0.1s [2021-06-15T23:20:55.745Z] [2021-06-15T23:20:55.745Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-15T23:20:55.745Z] #61 sha256:49ca721f1c2c790d1c5cde816cf08e4fa6dbc314ff208a7067b2bedbffe137a8 [2021-06-15T23:20:55.745Z] #61 DONE 0.1s [2021-06-15T23:20:55.745Z] [2021-06-15T23:20:55.745Z] #50 [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-06-15T23:20:55.745Z] #50 sha256:723812ac4c3eb3017a2916fed7398919d26354190518eb5a17aee69cd899bc13 [2021-06-15T23:20:55.763Z] #37 3.396 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-15T23:20:55.982Z] #44 52.48 Setting up python3-minimal (3.7.3-1) ...#44 ... [2021-06-15T23:20:55.983Z] [2021-06-15T23:20:55.983Z] #48 [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-06-15T23:20:55.983Z] #48 sha256:6333329c584995fb39b63da3bdc97d7f215f8744bf096f23627a7360309c715f [2021-06-15T23:20:55.983Z] #48 DONE 52.8s [2021-06-15T23:20:55.983Z] [2021-06-15T23:20:55.983Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:55.983Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:55.983Z] #44 52.48 Setting up python3-minimal (3.7.3-1) ... [2021-06-15T23:20:56.003Z] #50 ... [2021-06-15T23:20:56.003Z] [2021-06-15T23:20:56.003Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:20:56.003Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:20:56.003Z] #20 3.086 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:20:56.024Z] #37 3.401 -- Detecting C compiler ABI info [2021-06-15T23:20:56.286Z] #37 3.920 -- Detecting C compiler ABI info - done [2021-06-15T23:20:56.286Z] #37 3.965 -- Detecting C compile features [2021-06-15T23:20:56.936Z] #56 30.70 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:20:56.936Z] #56 30.85 Fetched 119 kB in 0s (410 kB/s) [2021-06-15T23:20:56.936Z] #56 30.95 Selecting previously unselected package libbtrfs0. [2021-06-15T23:20:56.936Z] #56 30.95 (Reading database ... [2021-06-15T23:20:56.936Z] #56 ... [2021-06-15T23:20:56.936Z] [2021-06-15T23:20:56.936Z] #59 [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-06-15T23:20:56.936Z] #59 sha256:3e678b40c6b8137f39073e9daba98cc97fc08f32c0e40a111550b213d61c573d [2021-06-15T23:20:56.936Z] #59 20.88 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-15T23:20:56.936Z] #59 20.91 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-06-15T23:20:57.200Z] #59 ... [2021-06-15T23:20:57.200Z] [2021-06-15T23:20:57.200Z] #56 [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-06-15T23:20:57.200Z] #56 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-06-15T23:20:57.200Z] #56 30.95 (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 ... 15383 files and directories currently installed.) [2021-06-15T23:20:57.200Z] #56 31.08 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2021-06-15T23:20:57.200Z] #56 31.11 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-15T23:20:57.465Z] #56 31.23 Selecting previously unselected package libbtrfs-dev. [2021-06-15T23:20:57.465Z] #56 31.24 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-06-15T23:20:57.465Z] #56 31.26 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:20:57.729Z] #56 31.56 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-15T23:20:57.730Z] #56 31.63 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:20:57.730Z] #56 31.64 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:20:57.875Z] #44 54.36 Selecting previously unselected package python3. [2021-06-15T23:20:57.875Z] #44 54.36 (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 ... 16062 files and directories currently installed.) [2021-06-15T23:20:57.875Z] #44 54.42 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ... [2021-06-15T23:20:57.875Z] #44 54.43 Unpacking python3 (3.7.3-1) ... [2021-06-15T23:20:57.904Z] #20 4.928 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:20:58.132Z] #44 54.60 Selecting previously unselected package libprotobuf17:amd64. [2021-06-15T23:20:58.132Z] #44 54.60 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-06-15T23:20:58.132Z] #44 54.60 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-15T23:20:58.202Z] #37 ... [2021-06-15T23:20:58.202Z] [2021-06-15T23:20:58.202Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:20:58.202Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:20:58.202Z] #13 60.88 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-15T23:20:58.202Z] #13 60.89 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-15T23:20:58.202Z] #13 60.90 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-15T23:20:58.695Z] #44 55.28 Selecting previously unselected package python3-pkg-resources. [2021-06-15T23:20:58.695Z] #44 55.28 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-15T23:20:58.695Z] #44 55.30 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:20:58.952Z] #44 55.46 Selecting previously unselected package python3-six. [2021-06-15T23:20:58.952Z] #44 55.47 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-06-15T23:20:58.952Z] #44 55.48 Unpacking python3-six (1.12.0-1) ... [2021-06-15T23:20:58.952Z] #44 ... [2021-06-15T23:20:58.952Z] [2021-06-15T23:20:58.952Z] #52 [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-06-15T23:20:58.952Z] #52 sha256:1ea7d50b8d9469b26d084ad4a397ddbd5644c447deae22a6ed65be0cbbe952c9 [2021-06-15T23:20:58.952Z] #52 45.74 internal/oserror [2021-06-15T23:20:58.952Z] #52 45.74 strconv [2021-06-15T23:20:58.952Z] #52 45.81 syscall [2021-06-15T23:20:58.952Z] #52 49.06 reflect [2021-06-15T23:20:58.952Z] #52 52.61 time [2021-06-15T23:20:59.129Z] #56 ... [2021-06-15T23:20:59.129Z] [2021-06-15T23:20:59.129Z] #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-06-15T23:20:59.129Z] #27 sha256:28a50d85e3ee045175c22f8ac700042243c1cca0d130871689927f1016cbb3d2 [2021-06-15T23:20:59.129Z] #27 31.64 Updating certificates in /etc/ssl/certs... [2021-06-15T23:20:59.129Z] #27 36.63 137 added, 0 removed; done. [2021-06-15T23:20:59.129Z] #27 36.81 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-06-15T23:20:59.129Z] #27 36.83 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-15T23:20:59.129Z] #27 36.84 Setting up libcurl4:arm64 (7.64.0-4+deb10u2) ... [2021-06-15T23:20:59.129Z] #27 36.86 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-15T23:20:59.129Z] #27 36.89 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:20:59.129Z] #27 36.98 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-15T23:20:59.129Z] #27 37.00 Updating certificates in /etc/ssl/certs... [2021-06-15T23:20:59.129Z] #27 40.36 0 added, 0 removed; done. [2021-06-15T23:20:59.129Z] #27 40.36 Running hooks in /etc/ca-certificates/update.d... [2021-06-15T23:20:59.129Z] #27 40.37 done. [2021-06-15T23:20:59.210Z] #52 ... [2021-06-15T23:20:59.210Z] [2021-06-15T23:20:59.210Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:59.210Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:20:59.210Z] #44 55.61 Selecting previously unselected package python3-protobuf. [2021-06-15T23:20:59.210Z] #44 55.61 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ... [2021-06-15T23:20:59.210Z] #44 55.63 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-06-15T23:20:59.282Z] #20 6.119 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:20:59.409Z] #27 ... [2021-06-15T23:20:59.409Z] [2021-06-15T23:20:59.409Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:20:59.409Z] #44 sha256:425b1951e173ca94b0f90b31143f25f2e15c63ec12ef52085956aaeec72d95e9 [2021-06-15T23:20:59.409Z] #44 30.43 The following additional packages will be installed: [2021-06-15T23:20:59.409Z] #44 30.43 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-06-15T23:20:59.409Z] #44 30.43 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-06-15T23:20:59.409Z] #44 30.44 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-15T23:20:59.409Z] #44 30.44 python3.7-minimal [2021-06-15T23:20:59.409Z] #44 30.44 Suggested packages: [2021-06-15T23:20:59.409Z] #44 30.45 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-06-15T23:20:59.409Z] #44 30.45 python3.7-doc binfmt-support [2021-06-15T23:20:59.409Z] #44 31.37 The following NEW packages will be installed: [2021-06-15T23:20:59.409Z] #44 31.38 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-06-15T23:20:59.409Z] #44 31.39 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-06-15T23:20:59.409Z] #44 31.39 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-15T23:20:59.409Z] #44 31.39 python3.7-minimal [2021-06-15T23:20:59.409Z] #44 31.91 0 upgraded, 16 newly installed, 0 to remove and 30 not upgraded. [2021-06-15T23:20:59.409Z] #44 31.91 Need to get 6095 kB of archives. [2021-06-15T23:20:59.409Z] #44 31.91 After this operation, 32.3 MB of additional disk space will be used. [2021-06-15T23:20:59.409Z] #44 31.91 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB] [2021-06-15T23:20:59.409Z] #44 32.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB] [2021-06-15T23:20:59.409Z] #44 32.24 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2021-06-15T23:20:59.409Z] #44 32.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2021-06-15T23:20:59.409Z] #44 32.27 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB] [2021-06-15T23:20:59.409Z] #44 32.33 Get:6 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [588 kB] [2021-06-15T23:20:59.409Z] #44 32.42 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB] [2021-06-15T23:20:59.409Z] #44 32.47 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2021-06-15T23:20:59.409Z] #44 32.48 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2021-06-15T23:20:59.409Z] #44 32.49 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2021-06-15T23:20:59.409Z] #44 32.56 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-15T23:20:59.409Z] #44 32.60 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-six all 1.12.0-1 [15.7 kB] [2021-06-15T23:20:59.409Z] #44 32.79 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-protobuf arm64 3.6.1.3-2 [328 kB] [2021-06-15T23:20:59.409Z] #44 32.86 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-06-15T23:20:59.409Z] #44 32.90 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-06-15T23:20:59.409Z] #44 32.92 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-06-15T23:20:59.466Z] #44 56.05 Selecting previously unselected package libnet1:amd64. [2021-06-15T23:20:59.466Z] #44 56.06 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-15T23:20:59.466Z] #44 56.07 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:20:59.723Z] #44 56.20 Selecting previously unselected package libnl-3-200:amd64. [2021-06-15T23:20:59.723Z] #44 56.20 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-15T23:20:59.723Z] #44 56.21 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-15T23:20:59.723Z] #44 56.34 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-15T23:20:59.723Z] #44 56.34 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-15T23:20:59.723Z] #44 56.35 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-15T23:20:59.779Z] #50 ... [2021-06-15T23:20:59.779Z] [2021-06-15T23:20:59.779Z] #56 [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-06-15T23:20:59.779Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-15T23:20:59.779Z] #56 37.70 The following additional packages will be installed: [2021-06-15T23:20:59.779Z] #56 37.70 libbtrfs0 [2021-06-15T23:20:59.779Z] #56 37.86 The following NEW packages will be installed: [2021-06-15T23:20:59.779Z] #56 37.87 libbtrfs-dev libbtrfs0 [2021-06-15T23:20:59.779Z] #56 38.27 0 upgraded, 2 newly installed, 0 to remove and 30 not upgraded. [2021-06-15T23:20:59.779Z] #56 38.27 Need to get 119 kB of archives. [2021-06-15T23:20:59.779Z] #56 38.27 After this operation, 387 kB of additional disk space will be used. [2021-06-15T23:20:59.779Z] #56 38.27 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-15T23:20:59.779Z] #56 38.28 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-15T23:20:59.779Z] #56 39.36 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:20:59.779Z] #56 39.56 Fetched 119 kB in 0s (422 kB/s) [2021-06-15T23:20:59.779Z] #56 39.67 Selecting previously unselected package libbtrfs0. [2021-06-15T23:20:59.779Z] #56 39.67 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:20:59.779Z] #56 39.75 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-15T23:20:59.779Z] #56 39.76 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-15T23:20:59.779Z] #56 39.86 Selecting previously unselected package libbtrfs-dev. [2021-06-15T23:20:59.779Z] #56 39.87 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-15T23:20:59.780Z] #56 39.88 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:20:59.780Z] #56 40.25 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-15T23:20:59.780Z] #56 40.27 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:20:59.780Z] #56 40.29 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:20:59.780Z] #56 DONE 41.3s [2021-06-15T23:20:59.780Z] [2021-06-15T23:20:59.780Z] #57 [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-06-15T23:20:59.780Z] #57 sha256:20ffadeb537acd375e5d1b3f59205a0663591d3f82a04a2a1300392fcb0f5938 [2021-06-15T23:20:59.980Z] #44 56.45 Selecting previously unselected package criu. [2021-06-15T23:20:59.980Z] #44 56.45 Preparing to unpack .../8-criu_3.15-1_amd64.deb ... [2021-06-15T23:20:59.980Z] #44 56.46 Unpacking criu (3.15-1) ... [2021-06-15T23:21:00.120Z] #13 ... [2021-06-15T23:21:00.120Z] [2021-06-15T23:21:00.120Z] #46 [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-06-15T23:21:00.120Z] #46 sha256:84122ad086a5fad57995806e429fd7c61ce5dc2cf05314b837e02911c6d103d7 [2021-06-15T23:21:00.120Z] #46 57.58 time [2021-06-15T23:21:00.120Z] #46 62.85 internal/fmtsort [2021-06-15T23:21:00.120Z] #46 63.17 internal/poll [2021-06-15T23:21:00.120Z] #46 63.56 strings [2021-06-15T23:21:00.120Z] #46 65.12 os [2021-06-15T23:21:00.120Z] #46 66.14 regexp/syntax [2021-06-15T23:21:00.120Z] #46 ... [2021-06-15T23:21:00.120Z] [2021-06-15T23:21:00.120Z] #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-06-15T23:21:00.120Z] #37 sha256:5e6a396052368d5b6946eed8627f05b7ecfae1c16dab0a431ef8234119872479 [2021-06-15T23:21:00.120Z] #37 6.133 -- Detecting C compile features - done [2021-06-15T23:21:00.120Z] #37 6.174 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-15T23:21:00.120Z] #37 6.347 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-15T23:21:00.120Z] #37 6.442 -- Configuring done [2021-06-15T23:21:00.120Z] #37 6.461 -- Generating done [2021-06-15T23:21:00.120Z] #37 6.469 -- Build files have been written to: /tmp/tmp.N0dPn20CBH/tini [2021-06-15T23:21:00.120Z] #37 6.473 + make tini-static [2021-06-15T23:21:00.120Z] #37 6.891 Scanning dependencies of target tini-static [2021-06-15T23:21:00.120Z] #37 6.989 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-15T23:21:00.544Z] #44 57.20 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:21:00.693Z] #37 8.307 [100%] Linking C executable tini-static [2021-06-15T23:21:00.864Z] #44 ... [2021-06-15T23:21:00.864Z] [2021-06-15T23:21:00.864Z] #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-06-15T23:21:00.864Z] #27 sha256:28a50d85e3ee045175c22f8ac700042243c1cca0d130871689927f1016cbb3d2 [2021-06-15T23:21:00.864Z] #27 DONE 43.0s [2021-06-15T23:21:00.864Z] [2021-06-15T23:21:00.864Z] #56 [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-06-15T23:21:00.864Z] #56 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-06-15T23:21:00.864Z] #56 DONE 34.4s [2021-06-15T23:21:00.864Z] [2021-06-15T23:21:00.864Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-15T23:21:00.864Z] #28 sha256:b941d37135ec8c4ccbe5448b885464b8523fa0400fbcb5100efa73215d7bc3ac [2021-06-15T23:21:00.864Z] #28 DONE 0.2s [2021-06-15T23:21:00.864Z] [2021-06-15T23:21:00.864Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:00.864Z] #44 sha256:425b1951e173ca94b0f90b31143f25f2e15c63ec12ef52085956aaeec72d95e9 [2021-06-15T23:21:00.864Z] #44 34.33 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:21:01.109Z] #44 57.50 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-15T23:21:01.109Z] #44 ... [2021-06-15T23:21:01.109Z] [2021-06-15T23:21:01.109Z] #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-06-15T23:21:01.109Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:21:01.109Z] #36 51.49 Selecting previously unselected package libxml2:amd64. [2021-06-15T23:21:01.109Z] #36 51.52 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-06-15T23:21:01.109Z] #36 51.52 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-15T23:21:01.109Z] #36 52.79 Selecting previously unselected package libarchive13:amd64. [2021-06-15T23:21:01.109Z] #36 52.79 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-15T23:21:01.109Z] #36 52.80 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-15T23:21:01.109Z] #36 53.20 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-15T23:21:01.109Z] #36 53.20 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-15T23:21:01.109Z] #36 53.23 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-15T23:21:01.109Z] #36 53.38 Selecting previously unselected package librhash0:amd64. [2021-06-15T23:21:01.109Z] #36 53.38 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-06-15T23:21:01.109Z] #36 53.39 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-15T23:21:01.109Z] #36 53.76 Selecting previously unselected package libuv1:amd64. [2021-06-15T23:21:01.109Z] #36 53.76 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-06-15T23:21:01.109Z] #36 53.77 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-15T23:21:01.109Z] #36 54.07 Selecting previously unselected package cmake. [2021-06-15T23:21:01.109Z] #36 54.07 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-06-15T23:21:01.109Z] #36 54.13 Unpacking cmake (3.13.4-1) ... [2021-06-15T23:21:01.109Z] #36 56.93 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-15T23:21:01.109Z] #36 56.95 Setting up xxd (2:8.1.0875-5) ... [2021-06-15T23:21:01.109Z] #36 56.96 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-15T23:21:01.109Z] #36 56.98 Setting up vim-common (2:8.1.0875-5) ... [2021-06-15T23:21:01.109Z] #36 57.03 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-15T23:21:01.109Z] #36 57.05 Setting up cmake-data (3.13.4-1) ... [2021-06-15T23:21:01.109Z] #36 57.07 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-15T23:21:01.109Z] #36 57.10 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-15T23:21:01.109Z] #36 57.11 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-15T23:21:01.109Z] #36 57.13 Setting up cmake (3.13.4-1) ... [2021-06-15T23:21:01.109Z] #36 57.14 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:21:01.109Z] #36 57.22 Processing triggers for mime-support (3.62) ... [2021-06-15T23:21:01.109Z] #36 DONE 58.0s [2021-06-15T23:21:01.109Z] [2021-06-15T23:21:01.109Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:01.109Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:21:01.109Z] #44 57.61 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-15T23:21:01.109Z] #44 57.68 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-15T23:21:01.109Z] #44 57.72 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-15T23:21:01.109Z] #44 57.74 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:01.109Z] #44 57.81 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-15T23:21:01.109Z] #44 57.83 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:01.139Z] #44 34.71 Fetched 6095 kB in 1s (4597 kB/s) [2021-06-15T23:21:01.139Z] #44 ... [2021-06-15T23:21:01.139Z] [2021-06-15T23:21:01.139Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:01.139Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-15T23:21:01.139Z] #13 17.69 Reading package lists... [2021-06-15T23:21:01.139Z] #13 22.69 Reading package lists... [2021-06-15T23:21:01.139Z] #13 27.16 Building dependency tree... [2021-06-15T23:21:01.139Z] #13 29.11 The following additional packages will be installed: [2021-06-15T23:21:01.139Z] #13 29.11 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-15T23:21:01.139Z] #13 29.12 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-15T23:21:01.139Z] #13 29.12 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-15T23:21:01.139Z] #13 29.12 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-06-15T23:21:01.139Z] #13 29.12 mingw-w64-common mingw-w64-x86-64-dev [2021-06-15T23:21:01.139Z] #13 29.12 Suggested packages: [2021-06-15T23:21:01.139Z] #13 29.13 gcc-8-locales seccomp wine64 [2021-06-15T23:21:01.139Z] #13 29.78 The following NEW packages will be installed: [2021-06-15T23:21:01.139Z] #13 29.78 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-15T23:21:01.139Z] #13 29.78 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-15T23:21:01.139Z] #13 29.78 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-15T23:21:01.139Z] #13 29.78 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-15T23:21:01.139Z] #13 29.78 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-15T23:21:01.139Z] #13 29.78 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-15T23:21:01.139Z] #13 29.78 The following packages will be upgraded: [2021-06-15T23:21:01.139Z] #13 29.79 libseccomp2 libsystemd0 libudev1 [2021-06-15T23:21:01.139Z] #13 30.15 3 upgraded, 25 newly installed, 0 to remove and 28 not upgraded. [2021-06-15T23:21:01.139Z] #13 30.15 Need to get 73.8 MB of archives. [2021-06-15T23:21:01.139Z] #13 30.15 After this operation, 472 MB of additional disk space will be used. [2021-06-15T23:21:01.139Z] #13 30.15 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u7 [314 kB] [2021-06-15T23:21:01.139Z] #13 30.15 Get:2 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.4.4-1~bpo10+1 [44.2 kB] [2021-06-15T23:21:01.139Z] #13 30.17 Get:3 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.4.4-1~bpo10+1 [73.8 kB] [2021-06-15T23:21:01.139Z] #13 30.17 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u7 [146 kB] [2021-06-15T23:21:01.139Z] #13 30.23 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2021-06-15T23:21:01.139Z] #13 30.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2021-06-15T23:21:01.139Z] #13 30.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-06-15T23:21:01.139Z] #13 30.98 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2021-06-15T23:21:01.139Z] #13 30.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2021-06-15T23:21:01.139Z] #13 30.99 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-15T23:21:01.139Z] #13 31.31 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-06-15T23:21:01.139Z] #13 31.70 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-06-15T23:21:01.139Z] #13 31.75 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB] [2021-06-15T23:21:01.139Z] #13 ... [2021-06-15T23:21:01.139Z] [2021-06-15T23:21:01.139Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:01.139Z] #44 sha256:425b1951e173ca94b0f90b31143f25f2e15c63ec12ef52085956aaeec72d95e9 [2021-06-15T23:21:01.139Z] #44 34.81 Selecting previously unselected package libpython3.7-minimal:arm64. [2021-06-15T23:21:01.266Z] #37 8.877 [100%] Built target tini-static [2021-06-15T23:21:01.266Z] #37 8.936 + mkdir -p /build [2021-06-15T23:21:01.266Z] #37 8.945 + cp tini-static /build/docker-init [2021-06-15T23:21:01.413Z] #44 34.82 (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 ... 15383 files and directories currently installed.) [2021-06-15T23:21:01.413Z] #44 34.88 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2021-06-15T23:21:01.413Z] #44 34.90 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:01.786Z] Running on azwin-2-febbc0 in d:\jenkins\workspace\moby_PR-42473 [Pipeline] { [Pipeline] ws [2021-06-15T23:21:01.808Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-06-15T23:21:02.211Z] #37 DONE 9.7s [2021-06-15T23:21:02.211Z] [2021-06-15T23:21:02.211Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:02.211Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:21:02.211Z] #44 64.35 Setting up python3 (3.7.3-1) ... [2021-06-15T23:21:02.211Z] #44 65.07 Setting up python3-six (1.12.0-1) ... [2021-06-15T23:21:02.211Z] #44 66.13 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:21:02.211Z] #44 67.72 Setting up python3-protobuf (3.6.1.3-2) ... [2021-06-15T23:21:02.369Z] #44 35.88 Selecting previously unselected package python3.7-minimal. [2021-06-15T23:21:02.369Z] #44 35.88 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2021-06-15T23:21:02.369Z] #44 35.98 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:21:02.471Z] #44 ... [2021-06-15T23:21:02.471Z] [2021-06-15T23:21:02.471Z] #52 [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-06-15T23:21:02.471Z] #52 sha256:1d84028f774f8e648486e02961c5ca32d499339fe746bf4a1ef21e00679614a4 [2021-06-15T23:21:02.471Z] #52 60.11 context [2021-06-15T23:21:02.471Z] #52 61.35 internal/poll [2021-06-15T23:21:02.471Z] #52 63.17 internal/syscall/execenv [2021-06-15T23:21:02.471Z] #52 63.31 internal/syscall/unix [2021-06-15T23:21:02.471Z] #52 63.52 os [2021-06-15T23:21:02.471Z] #52 66.38 encoding/base64 [2021-06-15T23:21:02.471Z] #52 66.76 fmt [2021-06-15T23:21:02.471Z] #52 67.36 path/filepath [2021-06-15T23:21:02.471Z] #52 68.59 golang.org/x/sys/unix [2021-06-15T23:21:03.003Z] #44 ... [2021-06-15T23:21:03.003Z] [2021-06-15T23:21:03.003Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:03.003Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:21:03.003Z] #13 45.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-15T23:21:03.003Z] #13 45.54 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-15T23:21:03.003Z] #13 45.55 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-15T23:21:03.003Z] #13 45.55 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-15T23:21:03.003Z] #13 45.58 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-06-15T23:21:03.003Z] #13 45.59 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-15T23:21:03.003Z] #13 45.59 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-15T23:21:03.003Z] #13 45.63 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-15T23:21:03.003Z] #13 45.67 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-15T23:21:03.003Z] #13 45.70 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-15T23:21:03.003Z] #13 45.71 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-15T23:21:03.003Z] #13 45.76 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-15T23:21:03.003Z] #13 45.76 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-06-15T23:21:03.003Z] #13 45.78 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-15T23:21:03.003Z] #13 46.92 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:21:03.003Z] #13 47.09 Fetched 78.2 MB in 8s (10.1 MB/s) [2021-06-15T23:21:03.003Z] #13 47.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-15T23:21:03.003Z] #13 47.27 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-06-15T23:21:03.003Z] #13 47.30 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-15T23:21:03.003Z] #13 47.67 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-06-15T23:21:03.003Z] #13 48.48 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:21:03.003Z] #13 48.58 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-15T23:21:03.003Z] #13 48.64 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-15T23:21:03.003Z] #13 48.91 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-15T23:21:03.003Z] #13 49.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 ... 15410 files and directories currently installed.) [2021-06-15T23:21:03.003Z] #13 49.19 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-06-15T23:21:03.003Z] #13 49.22 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-15T23:21:03.003Z] #13 49.66 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-06-15T23:21:03.003Z] #13 49.97 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-15T23:21:03.003Z] #13 49.97 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:21:03.003Z] #13 50.01 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-15T23:21:03.003Z] #13 50.06 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-15T23:21:03.003Z] #13 52.09 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-15T23:21:03.003Z] #13 52.12 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-15T23:21:03.003Z] #13 52.13 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-15T23:21:03.003Z] #13 55.05 Selecting previously unselected package binutils-mingw-w64. [2021-06-15T23:21:03.003Z] #13 55.06 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-15T23:21:03.003Z] #13 55.07 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-15T23:21:03.003Z] #13 55.18 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-15T23:21:03.003Z] #13 55.21 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-15T23:21:03.003Z] #13 55.21 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-15T23:21:03.003Z] #13 55.39 Selecting previously unselected package dmsetup. [2021-06-15T23:21:03.003Z] #13 55.39 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-15T23:21:03.003Z] #13 55.40 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-15T23:21:03.003Z] #13 55.55 Selecting previously unselected package mingw-w64-common. [2021-06-15T23:21:03.003Z] #13 55.55 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-15T23:21:03.003Z] #13 55.56 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-15T23:21:03.003Z] #13 ... [2021-06-15T23:21:03.003Z] [2021-06-15T23:21:03.003Z] #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-06-15T23:21:03.003Z] #37 sha256:5cd8d01aab8e1b21b18044d6b23b233d7b5d72435a65412216891f8a4d206263 [2021-06-15T23:21:03.003Z] #37 1.105 + RM_GOPATH=0 [2021-06-15T23:21:03.003Z] #37 1.105 + TMP_GOPATH= [2021-06-15T23:21:03.003Z] #37 1.106 + : /build [2021-06-15T23:21:03.003Z] #37 1.106 + '[' -z '' ']' [2021-06-15T23:21:03.003Z] #37 1.107 ++ mktemp -d [2021-06-15T23:21:03.003Z] #37 1.108 + export GOPATH=/tmp/tmp.YWRXEt6ljk [2021-06-15T23:21:03.003Z] #37 1.109 + GOPATH=/tmp/tmp.YWRXEt6ljk [2021-06-15T23:21:03.003Z] #37 1.109 + RM_GOPATH=1 [2021-06-15T23:21:03.003Z] #37 1.110 + case "$(go env GOARCH)" in [2021-06-15T23:21:03.003Z] #37 1.111 ++ go env GOARCH [2021-06-15T23:21:03.003Z] #37 1.129 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:21:03.003Z] #37 1.129 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:21:03.003Z] #37 1.129 ++ dirname /tmp/install/install.sh [2021-06-15T23:21:03.003Z] #37 1.130 + dir=/tmp/install [2021-06-15T23:21:03.003Z] #37 1.130 + bin=tini [2021-06-15T23:21:03.003Z] #37 1.130 + shift [2021-06-15T23:21:03.003Z] #37 1.130 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-15T23:21:03.003Z] #37 1.130 + . /tmp/install/tini.installer [2021-06-15T23:21:03.004Z] #37 1.130 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-15T23:21:03.004Z] #37 1.130 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-15T23:21:03.004Z] #37 1.130 + install_tini [2021-06-15T23:21:03.004Z] #37 1.130 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-15T23:21:03.004Z] #37 1.130 + git clone https://github.com/krallin/tini.git /tmp/tmp.YWRXEt6ljk/tini [2021-06-15T23:21:03.004Z] #37 1.154 Cloning into '/tmp/tmp.YWRXEt6ljk/tini'... [2021-06-15T23:21:03.004Z] #37 1.969 + cd /tmp/tmp.YWRXEt6ljk/tini [2021-06-15T23:21:03.004Z] #37 1.970 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-15T23:21:03.004Z] #37 1.983 + cmake . [2021-06-15T23:21:03.060Z] #57 3.034 + RM_GOPATH=0 [2021-06-15T23:21:03.060Z] #57 3.035 + TMP_GOPATH= [2021-06-15T23:21:03.060Z] #57 3.035 + : /build [2021-06-15T23:21:03.060Z] #57 3.035 + '[' -z '' ']' [2021-06-15T23:21:03.060Z] #57 3.037 ++ mktemp -d [2021-06-15T23:21:03.060Z] #57 3.050 + export GOPATH=/tmp/tmp.gHgYmugaV0 [2021-06-15T23:21:03.060Z] #57 3.050 + GOPATH=/tmp/tmp.gHgYmugaV0 [2021-06-15T23:21:03.060Z] #57 3.050 + RM_GOPATH=1 [2021-06-15T23:21:03.060Z] #57 3.058 + case "$(go env GOARCH)" in [2021-06-15T23:21:03.060Z] #57 3.058 ++ go env GOARCH [2021-06-15T23:21:03.060Z] #57 3.082 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:21:03.060Z] #57 3.082 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:21:03.060Z] #57 3.083 ++ dirname /tmp/install/install.sh [2021-06-15T23:21:03.060Z] #57 3.094 + dir=/tmp/install [2021-06-15T23:21:03.060Z] #57 3.102 + bin=containerd [2021-06-15T23:21:03.060Z] #57 3.102 + shift [2021-06-15T23:21:03.060Z] #57 3.102 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-15T23:21:03.060Z] #57 3.102 + . /tmp/install/containerd.installer [2021-06-15T23:21:03.060Z] #57 3.102 ++ set -e [2021-06-15T23:21:03.060Z] #57 3.102 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-15T23:21:03.060Z] #57 3.103 + install_containerd [2021-06-15T23:21:03.060Z] #57 3.103 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-15T23:21:03.060Z] #57 3.104 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-15T23:21:03.060Z] #57 3.104 + git clone https://github.com/containerd/containerd.git /tmp/tmp.gHgYmugaV0/src/github.com/containerd/containerd [2021-06-15T23:21:03.060Z] #57 3.105 Cloning into '/tmp/tmp.gHgYmugaV0/src/github.com/containerd/containerd'... [2021-06-15T23:21:03.062Z] The recommended git tool is: git [2021-06-15T23:21:03.470Z] #20 9.927 Fetched 8974 kB in 9s (1041 kB/s) [2021-06-15T23:21:03.566Z] #37 2.556 -- The C compiler identification is GNU 8.3.0 [2021-06-15T23:21:03.567Z] #37 2.640 -- Check for working C compiler: /usr/bin/cc [2021-06-15T23:21:03.627Z] #57 ... [2021-06-15T23:21:03.627Z] [2021-06-15T23:21:03.627Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:03.627Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:21:03.627Z] #44 29.52 Reading package lists... [2021-06-15T23:21:03.627Z] #44 35.29 Building dependency tree... [2021-06-15T23:21:03.627Z] #44 38.18 The following additional packages will be installed: [2021-06-15T23:21:03.627Z] #44 38.19 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-06-15T23:21:03.627Z] #44 38.19 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-06-15T23:21:03.627Z] #44 38.19 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-15T23:21:03.627Z] #44 38.19 python3.7-minimal [2021-06-15T23:21:03.627Z] #44 38.19 Suggested packages: [2021-06-15T23:21:03.627Z] #44 38.20 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-06-15T23:21:03.627Z] #44 38.20 python3.7-doc binfmt-support [2021-06-15T23:21:03.627Z] #44 39.29 The following NEW packages will be installed: [2021-06-15T23:21:03.627Z] #44 39.30 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-06-15T23:21:03.627Z] #44 39.31 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-06-15T23:21:03.627Z] #44 39.31 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-15T23:21:03.627Z] #44 39.31 python3.7-minimal [2021-06-15T23:21:03.627Z] #44 39.75 0 upgraded, 16 newly installed, 0 to remove and 30 not upgraded. [2021-06-15T23:21:03.627Z] #44 39.75 Need to get 6695 kB of archives. [2021-06-15T23:21:03.627Z] #44 39.75 After this operation, 33.1 MB of additional disk space will be used. [2021-06-15T23:21:03.627Z] #44 39.75 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-15T23:21:03.627Z] #44 39.79 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-15T23:21:03.627Z] #44 40.03 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-15T23:21:03.627Z] #44 40.03 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-15T23:21:03.627Z] #44 40.04 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-15T23:21:03.627Z] #44 40.18 Get:6 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-06-15T23:21:03.627Z] #44 40.23 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-15T23:21:03.627Z] #44 40.27 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-15T23:21:03.627Z] #44 40.27 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-15T23:21:03.627Z] #44 40.28 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-06-15T23:21:03.627Z] #44 40.41 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-15T23:21:03.627Z] #44 40.42 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] [2021-06-15T23:21:03.627Z] #44 40.43 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB] [2021-06-15T23:21:03.627Z] #44 40.47 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-15T23:21:03.627Z] #44 40.48 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-15T23:21:03.627Z] #44 40.49 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-15T23:21:03.627Z] #44 41.83 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:21:03.627Z] #44 42.06 Fetched 6695 kB in 1s (5426 kB/s) [2021-06-15T23:21:03.627Z] #44 42.31 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-15T23:21:03.627Z] #44 42.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 ... 15410 files and directories currently installed.) [2021-06-15T23:21:03.627Z] #44 42.37 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:21:03.627Z] #44 42.41 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:03.627Z] #44 43.22 Selecting previously unselected package python3.7-minimal. [2021-06-15T23:21:03.627Z] #44 43.22 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:21:03.627Z] #44 43.24 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:21:03.627Z] #44 44.63 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:03.627Z] #44 44.68 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:21:03.771Z] #44 37.36 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:03.771Z] #44 37.42 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:21:03.884Z] #44 ... [2021-06-15T23:21:03.884Z] [2021-06-15T23:21:03.884Z] #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-06-15T23:21:03.884Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:21:03.884Z] #36 30.34 Reading package lists... [2021-06-15T23:21:03.884Z] #36 35.95 Building dependency tree... [2021-06-15T23:21:03.884Z] #36 38.71 The following additional packages will be installed: [2021-06-15T23:21:03.884Z] #36 38.72 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-15T23:21:03.884Z] #36 38.73 Suggested packages: [2021-06-15T23:21:03.884Z] #36 38.73 cmake-doc ninja-build lrzip [2021-06-15T23:21:03.884Z] #36 38.73 Recommended packages: [2021-06-15T23:21:03.884Z] #36 38.73 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-15T23:21:03.884Z] #36 39.51 The following NEW packages will be installed: [2021-06-15T23:21:03.884Z] #36 39.53 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-15T23:21:03.884Z] #36 39.53 vim-common xxd [2021-06-15T23:21:03.884Z] #36 39.88 0 upgraded, 10 newly installed, 0 to remove and 30 not upgraded. [2021-06-15T23:21:03.884Z] #36 39.88 Need to get 14.9 MB of archives. [2021-06-15T23:21:03.884Z] #36 39.88 After this operation, 61.8 MB of additional disk space will be used. [2021-06-15T23:21:03.884Z] #36 39.88 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-15T23:21:03.884Z] #36 39.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-15T23:21:03.885Z] #36 39.89 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-15T23:21:03.885Z] #36 40.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-15T23:21:03.885Z] #36 40.93 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-06-15T23:21:03.885Z] #36 40.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-15T23:21:03.885Z] #36 40.99 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-15T23:21:03.885Z] #36 40.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-15T23:21:03.885Z] #36 41.01 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-15T23:21:03.885Z] #36 41.01 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-15T23:21:03.885Z] #36 42.39 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:21:03.885Z] #36 42.69 Fetched 14.9 MB in 2s (8948 kB/s) [2021-06-15T23:21:03.885Z] #36 42.85 Selecting previously unselected package xxd. [2021-06-15T23:21:03.885Z] #36 42.85 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:21:03.885Z] #36 42.94 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-15T23:21:03.885Z] #36 42.95 Unpacking xxd (2:8.1.0875-5) ... [2021-06-15T23:21:03.885Z] #36 43.15 Selecting previously unselected package vim-common. [2021-06-15T23:21:03.885Z] #36 43.15 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-15T23:21:03.885Z] #36 43.19 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-15T23:21:03.885Z] #36 43.70 Selecting previously unselected package cmake-data. [2021-06-15T23:21:03.885Z] #36 43.70 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-15T23:21:03.885Z] #36 43.71 Unpacking cmake-data (3.13.4-1) ... [2021-06-15T23:21:04.384Z] #52 ... [2021-06-15T23:21:04.384Z] [2021-06-15T23:21:04.384Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:04.384Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:21:04.384Z] #44 71.51 Setting up criu (3.15-1) ... [2021-06-15T23:21:04.497Z] #37 3.467 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-15T23:21:04.725Z] #44 ... [2021-06-15T23:21:04.725Z] [2021-06-15T23:21:04.725Z] #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-06-15T23:21:04.725Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-06-15T23:21:04.725Z] #36 27.85 Building dependency tree... [2021-06-15T23:21:04.725Z] #36 30.50 The following additional packages will be installed: [2021-06-15T23:21:04.725Z] #36 30.52 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-15T23:21:04.725Z] #36 30.54 Suggested packages: [2021-06-15T23:21:04.725Z] #36 30.54 cmake-doc ninja-build lrzip [2021-06-15T23:21:04.725Z] #36 30.54 Recommended packages: [2021-06-15T23:21:04.725Z] #36 30.54 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-15T23:21:04.725Z] #36 31.36 The following NEW packages will be installed: [2021-06-15T23:21:04.725Z] #36 31.38 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-15T23:21:04.725Z] #36 31.38 vim-common xxd [2021-06-15T23:21:04.725Z] #36 31.74 0 upgraded, 10 newly installed, 0 to remove and 30 not upgraded. [2021-06-15T23:21:04.725Z] #36 31.74 Need to get 14.2 MB of archives. [2021-06-15T23:21:04.725Z] #36 31.74 After this operation, 60.0 MB of additional disk space will be used. [2021-06-15T23:21:04.725Z] #36 31.74 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-06-15T23:21:04.725Z] #36 31.75 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-15T23:21:04.725Z] #36 31.76 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-15T23:21:04.725Z] #36 31.88 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-06-15T23:21:04.725Z] #36 33.05 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB] [2021-06-15T23:21:04.725Z] #36 33.16 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2021-06-15T23:21:04.725Z] #36 33.22 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2021-06-15T23:21:04.725Z] #36 33.23 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2021-06-15T23:21:04.725Z] #36 33.24 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2021-06-15T23:21:04.725Z] #36 33.25 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2021-06-15T23:21:04.725Z] #36 34.41 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:21:04.725Z] #36 34.60 Fetched 14.2 MB in 2s (7109 kB/s) [2021-06-15T23:21:04.725Z] #36 34.72 Selecting previously unselected package xxd. [2021-06-15T23:21:04.725Z] #36 34.72 (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 ... 15383 files and directories currently installed.) [2021-06-15T23:21:04.725Z] #36 34.84 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-06-15T23:21:04.725Z] #36 34.88 Unpacking xxd (2:8.1.0875-5) ... [2021-06-15T23:21:04.725Z] #36 35.20 Selecting previously unselected package vim-common. [2021-06-15T23:21:04.725Z] #36 35.20 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-15T23:21:04.725Z] #36 35.26 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-15T23:21:04.725Z] #36 35.70 Selecting previously unselected package cmake-data. [2021-06-15T23:21:04.725Z] #36 35.71 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-15T23:21:04.725Z] #36 35.74 Unpacking cmake-data (3.13.4-1) ... [2021-06-15T23:21:04.753Z] #37 3.469 -- Detecting C compiler ABI info [2021-06-15T23:21:04.990Z] #36 ... [2021-06-15T23:21:04.990Z] [2021-06-15T23:21:04.990Z] #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-06-15T23:21:04.990Z] #29 sha256:49797c9b52ecd1901072094c81ba9e82c8c18f3aad7d14209dc461133be24f79 [2021-06-15T23:21:04.990Z] #29 2.829 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-15T23:21:04.990Z] #29 3.162 [2021-06-15T23:21:05.254Z] #36 46.73 Selecting previously unselected package libicu63:amd64. [2021-06-15T23:21:05.255Z] #36 46.73 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-15T23:21:05.255Z] #36 46.75 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-15T23:21:05.317Z] #37 4.276 -- Detecting C compiler ABI info - done [2021-06-15T23:21:05.317Z] #37 4.322 -- Detecting C compile features [2021-06-15T23:21:05.432Z] #20 9.927 Reading package lists... [2021-06-15T23:21:05.432Z] #20 ... [2021-06-15T23:21:05.432Z] [2021-06-15T23:21:05.432Z] #54 [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-06-15T23:21:05.432Z] #54 sha256:8183d613234639dfb70ff82f6a35f1583188516a580fcb2790e27e454267478f [2021-06-15T23:21:05.432Z] #54 12.64 + cd /tmp/tmp.ydZlx613tY/src/github.com/opencontainers/runc [2021-06-15T23:21:05.432Z] #54 12.64 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:21:05.432Z] #54 13.22 + '[' -z '' ']' [2021-06-15T23:21:05.432Z] #54 13.22 + target=static [2021-06-15T23:21:05.432Z] #54 13.22 + make 'BUILDTAGS=seccomp ' static [2021-06-15T23:21:05.432Z] #54 13.45 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-06-15T23:21:05.818Z] #36 ... [2021-06-15T23:21:05.818Z] [2021-06-15T23:21:05.818Z] #46 [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-06-15T23:21:05.818Z] #46 sha256:d714264c259d4aa60fc9841e0c3ae420cfc4a206fa6c6fe53ccd261932d8bf14 [2021-06-15T23:21:05.818Z] #46 37.48 github.com/LK4D4/vndr/godl/singleflight [2021-06-15T23:21:05.818Z] #46 37.85 math/rand [2021-06-15T23:21:05.818Z] #46 38.84 internal/singleflight [2021-06-15T23:21:05.818Z] #46 38.90 errors [2021-06-15T23:21:05.818Z] #46 39.16 sort [2021-06-15T23:21:05.818Z] #46 39.22 io [2021-06-15T23:21:05.818Z] #46 40.14 strconv [2021-06-15T23:21:05.818Z] #46 40.30 bytes [2021-06-15T23:21:05.818Z] #46 42.40 bufio [2021-06-15T23:21:05.818Z] #46 43.60 reflect [2021-06-15T23:21:05.819Z] #46 43.84 syscall [2021-06-15T23:21:05.880Z] #37 ... [2021-06-15T23:21:05.880Z] [2021-06-15T23:21:05.880Z] #46 [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-06-15T23:21:05.880Z] #46 sha256:3b1c7f5cfbc0a9ea6843653612ad0fa7cb3b874bcd1cac48c88a44bdc56ef137 [2021-06-15T23:21:05.880Z] #46 52.75 time [2021-06-15T23:21:05.880Z] #46 57.93 internal/poll [2021-06-15T23:21:05.880Z] #46 58.34 internal/fmtsort [2021-06-15T23:21:05.880Z] #46 59.04 internal/syscall/execenv [2021-06-15T23:21:05.880Z] #46 59.25 internal/syscall/unix [2021-06-15T23:21:05.880Z] #46 59.55 strings [2021-06-15T23:21:05.880Z] #46 60.37 os [2021-06-15T23:21:05.880Z] #46 62.01 regexp/syntax [2021-06-15T23:21:06.024Z] #54 ... [2021-06-15T23:21:06.024Z] [2021-06-15T23:21:06.024Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:21:06.024Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:21:06.024Z] #20 9.927 Reading package lists... [2021-06-15T23:21:06.047Z] #29 3.415 0.0% # 1.7% #### 5.9% ####### 10.4% ########## 14.1% ############# 19.1% ################ 23.4% #################### 28.5% ######################### 34.9% ############################# 41.4% ################################# 46.4% #################################### 50.6% ######################################### 57.2% ############################################# 63.5% ################################################## 69.6% ##################################################### 74.8% ######################################################## 78.8% ############################################################# 85.0% ## [2021-06-15T23:21:06.047Z] #29 ... [2021-06-15T23:21:06.047Z] [2021-06-15T23:21:06.047Z] #46 [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-06-15T23:21:06.047Z] #46 sha256:0d9139b3099fc7381a4d518e6ab8e8e34bc9b8b437a0a7731cf12fe3817cb04d [2021-06-15T23:21:06.047Z] #46 29.81 bytes [2021-06-15T23:21:06.047Z] #46 31.96 bufio [2021-06-15T23:21:06.047Z] #46 33.45 strings [2021-06-15T23:21:06.047Z] #46 34.24 reflect [2021-06-15T23:21:06.047Z] #46 36.40 hash/crc32 [2021-06-15T23:21:06.047Z] #46 37.55 crypto [2021-06-15T23:21:06.047Z] #46 37.86 crypto/rc4 [2021-06-15T23:21:06.047Z] #46 38.25 regexp/syntax [2021-06-15T23:21:06.047Z] #46 38.34 path [2021-06-15T23:21:06.047Z] #46 39.63 time [2021-06-15T23:21:06.047Z] #46 ... [2021-06-15T23:21:06.047Z] [2021-06-15T23:21:06.047Z] #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-06-15T23:21:06.047Z] #29 sha256:49797c9b52ecd1901072094c81ba9e82c8c18f3aad7d14209dc461133be24f79 [2021-06-15T23:21:06.077Z] #46 ... [2021-06-15T23:21:06.077Z] [2021-06-15T23:21:06.077Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:06.077Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:21:06.077Z] #13 29.35 Reading package lists... [2021-06-15T23:21:06.077Z] #13 35.39 Building dependency tree... [2021-06-15T23:21:06.077Z] #13 37.82 The following additional packages will be installed: [2021-06-15T23:21:06.077Z] #13 37.83 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-15T23:21:06.077Z] #13 37.83 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-15T23:21:06.077Z] #13 37.84 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-15T23:21:06.077Z] #13 37.84 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-06-15T23:21:06.077Z] #13 37.84 mingw-w64-common mingw-w64-x86-64-dev [2021-06-15T23:21:06.077Z] #13 37.84 Suggested packages: [2021-06-15T23:21:06.077Z] #13 37.84 gcc-8-locales seccomp wine64 [2021-06-15T23:21:06.077Z] #13 39.15 The following NEW packages will be installed: [2021-06-15T23:21:06.077Z] #13 39.15 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-15T23:21:06.077Z] #13 39.15 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-15T23:21:06.077Z] #13 39.15 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-15T23:21:06.077Z] #13 39.15 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-15T23:21:06.077Z] #13 39.15 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-15T23:21:06.077Z] #13 39.17 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-15T23:21:06.077Z] #13 39.17 The following packages will be upgraded: [2021-06-15T23:21:06.077Z] #13 39.17 libseccomp2 libsystemd0 libudev1 [2021-06-15T23:21:06.077Z] #13 39.63 3 upgraded, 25 newly installed, 0 to remove and 28 not upgraded. [2021-06-15T23:21:06.077Z] #13 39.63 Need to get 78.2 MB of archives. [2021-06-15T23:21:06.077Z] #13 39.63 After this operation, 487 MB of additional disk space will be used. [2021-06-15T23:21:06.077Z] #13 39.63 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-15T23:21:06.077Z] #13 39.63 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-06-15T23:21:06.077Z] #13 39.63 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-06-15T23:21:06.077Z] #13 39.66 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-06-15T23:21:06.077Z] #13 39.70 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-06-15T23:21:06.077Z] #13 39.92 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-06-15T23:21:06.077Z] #13 40.14 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-06-15T23:21:06.077Z] #13 40.16 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-06-15T23:21:06.077Z] #13 40.18 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-15T23:21:06.077Z] #13 40.19 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-15T23:21:06.077Z] #13 40.69 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-06-15T23:21:06.077Z] #13 41.03 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-06-15T23:21:06.077Z] #13 41.03 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-06-15T23:21:06.077Z] #13 45.00 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-06-15T23:21:06.138Z] #46 ... [2021-06-15T23:21:06.138Z] [2021-06-15T23:21:06.138Z] #52 [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-06-15T23:21:06.138Z] #52 sha256:1ea7d50b8d9469b26d084ad4a397ddbd5644c447deae22a6ed65be0cbbe952c9 [2021-06-15T23:21:06.138Z] #52 57.61 context [2021-06-15T23:21:06.138Z] #52 58.38 internal/poll [2021-06-15T23:21:06.138Z] #52 60.49 encoding/binary [2021-06-15T23:21:06.138Z] #52 60.74 os [2021-06-15T23:21:06.138Z] #52 62.53 encoding/base64 [2021-06-15T23:21:06.296Z] #44 73.22 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:21:06.296Z] #44 73.30 Processing triggers for mime-support (3.62) ... [2021-06-15T23:21:06.313Z] #29 3.415 0.0% # 1.7% #### 5.9% ####### 10.4% ########## 14.1% ############# 19.1% ################ 23.4% #################### 28.5% ######################### 34.9% ############################# 41.4% ################################# 46.4% #################################### 50.6% ######################################### 57.2% ############################################# 63.5% ################################################## 69.6% ##################################################### 74.8% ######################################################## 78.8% ############################################################# 85.0% ############################################################## 87.2% ################################################################## 91.9% ##################################################################### 96.1% ######################################################################## 100.0% [2021-06-15T23:21:06.395Z] #52 63.31 golang.org/x/sys/unix [2021-06-15T23:21:06.395Z] #52 ... [2021-06-15T23:21:06.395Z] [2021-06-15T23:21:06.395Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:06.395Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:21:06.395Z] #44 62.90 Setting up python3 (3.7.3-1) ... [2021-06-15T23:21:06.557Z] #44 DONE 73.9s [2021-06-15T23:21:06.557Z] [2021-06-15T23:21:06.557Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:06.557Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:21:06.557Z] #13 67.23 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-15T23:21:06.557Z] #13 67.24 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-15T23:21:06.557Z] #13 67.25 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:06.557Z] #13 67.41 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-15T23:21:06.557Z] #13 67.41 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-15T23:21:06.557Z] #13 67.42 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:06.576Z] #29 5.958 [2021-06-15T23:21:06.957Z] #44 63.47 Setting up python3-six (1.12.0-1) ... [2021-06-15T23:21:07.013Z] #13 ... [2021-06-15T23:21:07.013Z] [2021-06-15T23:21:07.013Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:07.013Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:21:07.013Z] #44 48.24 Selecting previously unselected package python3-minimal. [2021-06-15T23:21:07.013Z] #44 48.24 (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 ... 15650 files and directories currently installed.) [2021-06-15T23:21:07.013Z] #44 48.30 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-15T23:21:07.013Z] #44 48.32 Unpacking python3-minimal (3.7.3-1) ... [2021-06-15T23:21:07.105Z] #29 6.214 0.0% ########################## 36.7% ####################################################### 77.3% ######################################################################## 100.0% [2021-06-15T23:21:07.270Z] #44 48.48 Selecting previously unselected package libmpdec2:amd64. [2021-06-15T23:21:07.270Z] #44 48.48 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-15T23:21:07.270Z] #44 48.50 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-15T23:21:07.270Z] #44 48.64 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-15T23:21:07.270Z] #44 48.65 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:21:07.270Z] #44 48.66 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:07.339Z] Fetching without tags [2021-06-15T23:21:07.686Z] #29 6.950 [2021-06-15T23:21:07.887Z] #44 64.45 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:21:08.070Z] Merging remotes/origin/master commit 5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 into PR head commit 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:21:07.017Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-15T23:21:07.090Z] > git config --add remote.origin.fetch +refs/pull/42473/head:refs/remotes/origin/PR-42473 # timeout=10 [2021-06-15T23:21:07.136Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:21:07.254Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-15T23:21:07.375Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-15T23:21:07.375Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:21:07.377Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42473/head:refs/remotes/origin/PR-42473 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:21:08.807Z] #29 7.219 0.2% ################# 24.8% ############################### 44.2% ########################################### 60.7% ########################################################## 81.5% ######################################################################## 100.0% [2021-06-15T23:21:09.099Z] #29 8.245 [2021-06-15T23:21:09.099Z] #29 ... [2021-06-15T23:21:09.099Z] [2021-06-15T23:21:09.099Z] #50 [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-06-15T23:21:09.099Z] #50 sha256:055817a15785ccd818e37de79ec98a9b6e469b75cac16222732c8243ce8bbb7b [2021-06-15T23:21:09.099Z] #50 32.80 go: finding github.com/fatih/color v1.7.0 [2021-06-15T23:21:09.099Z] #50 32.82 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-15T23:21:09.099Z] #50 32.95 go: finding github.com/pkg/errors v0.8.1 [2021-06-15T23:21:09.099Z] #50 32.95 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-15T23:21:09.099Z] #50 33.44 go: finding github.com/mattn/go-colorable v0.1.4 [2021-06-15T23:21:09.099Z] #50 33.47 go: finding github.com/go-critic/go-critic v0.4.1 [2021-06-15T23:21:09.099Z] #50 33.60 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-06-15T23:21:09.099Z] #50 33.60 go: finding github.com/mattn/go-isatty v0.0.8 [2021-06-15T23:21:09.099Z] #50 33.61 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-06-15T23:21:09.099Z] #50 33.69 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-15T23:21:09.099Z] #50 33.70 go: finding github.com/sirupsen/logrus v1.4.2 [2021-06-15T23:21:09.099Z] #50 33.78 go: finding github.com/stretchr/testify v1.4.0 [2021-06-15T23:21:09.099Z] #50 33.82 go: finding github.com/spf13/viper v1.6.1 [2021-06-15T23:21:09.099Z] #50 33.82 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-06-15T23:21:09.099Z] #50 34.08 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-06-15T23:21:09.099Z] #50 34.10 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-06-15T23:21:09.099Z] #50 34.10 go: finding github.com/davecgh/go-spew v1.1.1 [2021-06-15T23:21:09.099Z] #50 34.18 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-06-15T23:21:09.099Z] #50 34.18 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-06-15T23:21:09.099Z] #50 34.27 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-06-15T23:21:09.099Z] #50 34.27 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-06-15T23:21:09.099Z] #50 34.28 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-15T23:21:09.099Z] #50 34.35 go: finding github.com/spf13/cobra v0.0.5 [2021-06-15T23:21:09.099Z] #50 34.35 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-15T23:21:09.099Z] #50 34.36 go: finding github.com/spf13/pflag v1.0.5 [2021-06-15T23:21:09.099Z] #50 34.38 go: finding github.com/stretchr/objx v0.2.0 [2021-06-15T23:21:09.099Z] #50 34.39 go: finding github.com/gobwas/glob v0.2.3 [2021-06-15T23:21:09.099Z] #50 34.43 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-15T23:21:09.099Z] #50 34.49 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-06-15T23:21:09.099Z] #50 34.55 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-06-15T23:21:09.099Z] #50 34.67 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-06-15T23:21:09.099Z] #50 34.67 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-15T23:21:09.099Z] #50 34.68 go: finding github.com/hashicorp/hcl v1.0.0 [2021-06-15T23:21:09.099Z] #50 34.68 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-15T23:21:09.099Z] #50 34.75 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-15T23:21:09.099Z] #50 34.81 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-15T23:21:09.099Z] #50 34.83 go: finding github.com/magiconair/properties v1.8.1 [2021-06-15T23:21:09.099Z] #50 35.08 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-15T23:21:09.099Z] #50 35.11 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-15T23:21:09.099Z] #50 35.11 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-06-15T23:21:09.099Z] #50 35.12 go: finding github.com/pelletier/go-toml v1.2.0 [2021-06-15T23:21:09.099Z] #50 35.21 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-15T23:21:09.099Z] #50 35.31 go: finding github.com/spf13/cast v1.3.0 [2021-06-15T23:21:09.099Z] #50 35.38 go: finding github.com/spf13/afero v1.1.2 [2021-06-15T23:21:09.099Z] #50 35.38 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-06-15T23:21:09.099Z] #50 35.48 go: finding github.com/subosito/gotenv v1.2.0 [2021-06-15T23:21:09.099Z] #50 35.54 go: finding gopkg.in/ini.v1 v1.51.0 [2021-06-15T23:21:09.099Z] #50 35.66 go: finding golang.org/x/text v0.3.2 [2021-06-15T23:21:09.099Z] #50 35.69 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-15T23:21:09.099Z] #50 35.72 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-15T23:21:09.099Z] #50 35.72 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-15T23:21:09.099Z] #50 35.76 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-15T23:21:09.099Z] #50 35.76 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-15T23:21:09.099Z] #50 35.82 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-15T23:21:09.099Z] #50 35.83 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-15T23:21:09.099Z] #50 35.84 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-15T23:21:09.099Z] #50 35.86 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-15T23:21:09.099Z] #50 35.88 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-15T23:21:09.099Z] #50 35.93 go: finding github.com/kisielk/gotool v1.0.0 [2021-06-15T23:21:09.099Z] #50 35.93 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-15T23:21:09.099Z] #50 35.95 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-06-15T23:21:09.099Z] #50 35.99 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-15T23:21:09.099Z] #50 36.08 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-15T23:21:09.099Z] #50 36.08 go: finding github.com/ultraware/funlen v0.0.2 [2021-06-15T23:21:09.099Z] #50 36.15 go: finding github.com/ultraware/whitespace v0.0.4 [2021-06-15T23:21:09.099Z] #50 36.15 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-15T23:21:09.099Z] #50 36.15 go: finding github.com/uudashr/gocognit v1.0.1 [2021-06-15T23:21:09.099Z] #50 36.23 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-15T23:21:09.099Z] #50 36.36 go: finding github.com/gogo/protobuf v1.2.1 [2021-06-15T23:21:09.099Z] #50 36.47 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-15T23:21:09.099Z] #50 36.56 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-15T23:21:09.099Z] #50 36.56 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-15T23:21:09.099Z] #50 36.62 go: finding github.com/BurntSushi/toml v0.3.1 [2021-06-15T23:21:09.099Z] #50 36.67 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-15T23:21:09.099Z] #50 ... [2021-06-15T23:21:09.099Z] [2021-06-15T23:21:09.099Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:09.099Z] #44 sha256:425b1951e173ca94b0f90b31143f25f2e15c63ec12ef52085956aaeec72d95e9 [2021-06-15T23:21:09.099Z] #44 41.67 Selecting previously unselected package python3-minimal. [2021-06-15T23:21:09.099Z] #44 41.67 (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 ... 15623 files and directories currently installed.) [2021-06-15T23:21:09.099Z] #44 41.72 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2021-06-15T23:21:09.099Z] #44 41.74 Unpacking python3-minimal (3.7.3-1) ... [2021-06-15T23:21:09.099Z] #44 41.94 Selecting previously unselected package libmpdec2:arm64. [2021-06-15T23:21:09.099Z] #44 41.94 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2021-06-15T23:21:09.099Z] #44 41.96 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2021-06-15T23:21:09.099Z] #44 42.63 Selecting previously unselected package libpython3.7-stdlib:arm64. [2021-06-15T23:21:09.099Z] #44 42.64 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ... [2021-06-15T23:21:09.099Z] #44 42.73 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:09.161Z] #44 ... [2021-06-15T23:21:09.161Z] [2021-06-15T23:21:09.161Z] #48 [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-06-15T23:21:09.161Z] #48 sha256:165c77179fd1aa60bbe000f7951deb0e6544e794efae79b1d561ca27d7125ee7 [2021-06-15T23:21:09.161Z] #48 DONE 50.5s [2021-06-15T23:21:09.161Z] [2021-06-15T23:21:09.161Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:09.161Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:21:09.161Z] #13 47.27 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-15T23:21:09.161Z] #13 47.28 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-15T23:21:09.161Z] #13 47.28 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-15T23:21:09.161Z] #13 47.28 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-15T23:21:09.161Z] #13 47.29 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-06-15T23:21:09.161Z] #13 47.29 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-15T23:21:09.161Z] #13 47.30 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-15T23:21:09.161Z] #13 47.38 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-15T23:21:09.161Z] #13 47.40 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-15T23:21:09.161Z] #13 47.41 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-15T23:21:09.161Z] #13 47.42 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-15T23:21:09.161Z] #13 47.49 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-15T23:21:09.161Z] #13 47.50 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-06-15T23:21:09.161Z] #13 47.50 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-15T23:21:09.571Z] #20 13.41 Reading package lists... [2021-06-15T23:21:09.726Z] #13 48.57 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:21:09.785Z] #44 65.95 Setting up python3-protobuf (3.6.1.3-2) ... [2021-06-15T23:21:09.830Z] #20 16.39 Building dependency tree... [2021-06-15T23:21:09.982Z] #13 48.80 Fetched 78.2 MB in 8s (9561 kB/s) [2021-06-15T23:21:09.982Z] #13 48.89 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:21:09.982Z] #13 48.98 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-06-15T23:21:09.982Z] #13 49.00 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-15T23:21:10.398Z] #20 17.68 libcap2-bin is already the newest version (1:2.25-2). [2021-06-15T23:21:10.398Z] #20 17.68 The following additional packages will be installed: [2021-06-15T23:21:10.545Z] #13 49.40 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-06-15T23:21:10.545Z] #13 49.59 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:21:10.545Z] #13 49.67 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-15T23:21:10.545Z] #13 49.67 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-15T23:21:10.657Z] #20 17.68 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-15T23:21:10.657Z] #20 17.68 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-15T23:21:10.657Z] #20 17.68 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-15T23:21:10.657Z] #20 17.68 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-15T23:21:10.657Z] #20 17.68 python3.7 python3.7-minimal vim-runtime xxd [2021-06-15T23:21:10.657Z] #20 17.68 Suggested packages: [2021-06-15T23:21:10.657Z] #20 17.69 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-15T23:21:10.657Z] #20 17.69 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-15T23:21:10.657Z] #20 17.69 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-15T23:21:10.657Z] #20 17.69 quota [2021-06-15T23:21:10.657Z] #20 17.69 Recommended packages: [2021-06-15T23:21:10.657Z] #20 17.69 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-15T23:21:10.657Z] #20 17.69 python3-keyrings.alt python3-xdg unzip [2021-06-15T23:21:10.770Z] #13 ... [2021-06-15T23:21:10.770Z] [2021-06-15T23:21:10.770Z] #46 [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-06-15T23:21:10.770Z] #46 sha256:84122ad086a5fad57995806e429fd7c61ce5dc2cf05314b837e02911c6d103d7 [2021-06-15T23:21:10.770Z] #46 68.19 fmt [2021-06-15T23:21:10.770Z] #46 71.67 regexp [2021-06-15T23:21:10.770Z] #46 72.76 flag [2021-06-15T23:21:10.770Z] #46 74.16 go/token [2021-06-15T23:21:10.770Z] #46 75.19 go/scanner [2021-06-15T23:21:10.770Z] #46 75.27 internal/lazyregexp [2021-06-15T23:21:10.770Z] #46 75.55 path [2021-06-15T23:21:10.770Z] #46 75.99 io/ioutil [2021-06-15T23:21:10.770Z] #46 76.20 go/ast [2021-06-15T23:21:10.770Z] #46 76.48 net/url [2021-06-15T23:21:10.770Z] #46 77.55 text/template/parse [2021-06-15T23:21:10.802Z] #13 49.88 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-15T23:21:10.803Z] #13 ... [2021-06-15T23:21:10.803Z] [2021-06-15T23:21:10.803Z] #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-06-15T23:21:10.803Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-15T23:21:10.803Z] #32 42.21 Checking out files: 89% (1355/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-06-15T23:21:10.803Z] #32 42.55 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-15T23:21:10.803Z] #32 42.67 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-15T23:21:10.989Z] Merge succeeded, producing 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:21:10.989Z] Checking out Revision 3eb125769899193cc8f255edf91fde4194625cb2 (PR-42473) [2021-06-15T23:21:11.049Z] #44 ... [2021-06-15T23:21:11.049Z] [2021-06-15T23:21:11.049Z] #57 [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-06-15T23:21:11.049Z] #57 sha256:7939ddf69b5cf2bc7c09409b45cdb5b307d28798461ccec0a2b3d50a8b99a70f [2021-06-15T23:21:11.049Z] #57 1.975 + RM_GOPATH=0 [2021-06-15T23:21:11.049Z] #57 1.975 + TMP_GOPATH= [2021-06-15T23:21:11.049Z] #57 1.975 + : /build [2021-06-15T23:21:11.049Z] #57 1.975 + '[' -z '' ']' [2021-06-15T23:21:11.049Z] #57 1.978 ++ mktemp -d [2021-06-15T23:21:11.049Z] #57 1.982 + export GOPATH=/tmp/tmp.QDevllWqxo [2021-06-15T23:21:11.049Z] #57 1.982 + GOPATH=/tmp/tmp.QDevllWqxo [2021-06-15T23:21:11.049Z] #57 1.982 + RM_GOPATH=1 [2021-06-15T23:21:11.049Z] #57 1.982 + case "$(go env GOARCH)" in [2021-06-15T23:21:11.049Z] #57 1.983 ++ go env GOARCH [2021-06-15T23:21:11.049Z] #57 2.015 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:21:11.049Z] #57 2.015 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:21:11.049Z] #57 2.016 ++ dirname /tmp/install/install.sh [2021-06-15T23:21:11.049Z] #57 2.020 + dir=/tmp/install [2021-06-15T23:21:11.049Z] #57 2.021 + bin=containerd [2021-06-15T23:21:11.049Z] #57 2.021 + shift [2021-06-15T23:21:11.049Z] #57 2.022 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-15T23:21:11.049Z] #57 2.025 + . /tmp/install/containerd.installer [2021-06-15T23:21:11.049Z] #57 2.026 ++ set -e [2021-06-15T23:21:11.049Z] #57 2.027 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-15T23:21:11.049Z] #57 2.035 + install_containerd [2021-06-15T23:21:11.049Z] #57 2.040 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-15T23:21:11.049Z] #57 2.041 + git clone https://github.com/containerd/containerd.git /tmp/tmp.QDevllWqxo/src/github.com/containerd/containerd [2021-06-15T23:21:11.049Z] #57 2.041 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-15T23:21:11.049Z] #57 2.045 Cloning into '/tmp/tmp.QDevllWqxo/src/github.com/containerd/containerd'... [2021-06-15T23:21:11.049Z] #57 ... [2021-06-15T23:21:11.049Z] [2021-06-15T23:21:11.049Z] #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-06-15T23:21:11.049Z] #29 sha256:49797c9b52ecd1901072094c81ba9e82c8c18f3aad7d14209dc461133be24f79 [2021-06-15T23:21:11.058Z] #32 ... [2021-06-15T23:21:11.058Z] [2021-06-15T23:21:11.058Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:11.058Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:21:11.058Z] #13 50.03 (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 ... 15410 files and directories currently installed.) [2021-06-15T23:21:11.058Z] #13 50.08 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-06-15T23:21:11.058Z] #13 50.10 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-15T23:21:08.181Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T23:21:08.233Z] > git checkout -f 3eb125769899193cc8f255edf91fde4194625cb2 # timeout=10 [2021-06-15T23:21:10.630Z] > git remote # timeout=10 [2021-06-15T23:21:10.718Z] > git config --get remote.origin.url # timeout=10 [2021-06-15T23:21:10.763Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:21:10.765Z] > git merge 5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 # timeout=10 [2021-06-15T23:21:10.904Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-06-15T23:21:11.023Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T23:21:11.066Z] > git checkout -f 3eb125769899193cc8f255edf91fde4194625cb2 # timeout=10 [2021-06-15T23:21:11.160Z] #44 ... [2021-06-15T23:21:11.160Z] [2021-06-15T23:21:11.160Z] #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-06-15T23:21:11.160Z] #37 sha256:5cd8d01aab8e1b21b18044d6b23b233d7b5d72435a65412216891f8a4d206263 [2021-06-15T23:21:11.160Z] #37 6.128 -- Detecting C compile features - done [2021-06-15T23:21:11.160Z] #37 6.182 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-15T23:21:11.160Z] #37 6.336 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-15T23:21:11.160Z] #37 6.456 -- Configuring done [2021-06-15T23:21:11.160Z] #37 6.494 -- Generating done [2021-06-15T23:21:11.160Z] #37 6.502 -- Build files have been written to: /tmp/tmp.YWRXEt6ljk/tini [2021-06-15T23:21:11.160Z] #37 6.517 + make tini-static [2021-06-15T23:21:11.160Z] #37 6.953 Scanning dependencies of target tini-static [2021-06-15T23:21:11.161Z] #37 7.148 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-15T23:21:11.161Z] #37 8.414 [100%] Linking C executable tini-static [2021-06-15T23:21:11.161Z] #37 8.919 [100%] Built target tini-static [2021-06-15T23:21:11.161Z] #37 8.971 + mkdir -p /build [2021-06-15T23:21:11.161Z] #37 8.972 + cp tini-static /build/docker-init [2021-06-15T23:21:11.161Z] #37 DONE 10.0s [2021-06-15T23:21:11.161Z] [2021-06-15T23:21:11.161Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:11.161Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:21:11.161Z] #13 61.16 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-15T23:21:11.161Z] #13 61.18 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-15T23:21:11.161Z] #13 61.19 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-15T23:21:11.314Z] #13 50.38 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-06-15T23:21:11.314Z] #13 50.47 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-15T23:21:11.570Z] #13 50.47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-15T23:21:11.570Z] #13 50.51 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-15T23:21:11.570Z] #13 50.52 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-15T23:21:11.826Z] #13 ... [2021-06-15T23:21:11.826Z] [2021-06-15T23:21:11.826Z] #52 [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-06-15T23:21:11.826Z] #52 sha256:35b6a9299722162c9b875fb79f8644fa038d8a710876b65d1b4e0b27cb53ac67 [2021-06-15T23:21:11.827Z] #52 43.34 internal/oserror [2021-06-15T23:21:11.827Z] #52 43.36 strconv [2021-06-15T23:21:11.827Z] #52 43.52 syscall [2021-06-15T23:21:11.827Z] #52 47.15 reflect [2021-06-15T23:21:11.827Z] #52 50.36 time [2021-06-15T23:21:11.827Z] #52 ... [2021-06-15T23:21:11.827Z] [2021-06-15T23:21:11.827Z] #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-06-15T23:21:11.827Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-15T23:21:11.827Z] #36 53.01 Selecting previously unselected package libxml2:amd64. [2021-06-15T23:21:11.827Z] #36 53.01 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-06-15T23:21:11.827Z] #36 53.04 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-15T23:21:11.827Z] #36 53.51 Selecting previously unselected package libarchive13:amd64. [2021-06-15T23:21:11.827Z] #36 53.51 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-15T23:21:12.034Z] #20 19.14 The following NEW packages will be installed: [2021-06-15T23:21:12.034Z] #20 19.16 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-15T23:21:12.034Z] #20 19.16 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-15T23:21:12.034Z] #20 19.16 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-15T23:21:12.034Z] #20 19.16 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-15T23:21:12.034Z] #20 19.16 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-15T23:21:12.034Z] #20 19.16 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-15T23:21:12.034Z] #20 19.16 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-15T23:21:12.034Z] #20 19.16 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-15T23:21:12.034Z] #20 19.16 xz-utils zip [2021-06-15T23:21:12.083Z] #36 53.53 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-15T23:21:12.293Z] #20 19.47 0 upgraded, 49 newly installed, 0 to remove and 28 not upgraded. [2021-06-15T23:21:12.293Z] #20 19.47 Need to get 28.6 MB of archives. [2021-06-15T23:21:12.293Z] #20 19.47 After this operation, 116 MB of additional disk space will be used. [2021-06-15T23:21:12.293Z] #20 19.47 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-15T23:21:12.293Z] #20 19.48 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-15T23:21:12.293Z] #20 19.51 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-15T23:21:12.339Z] #36 53.88 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-15T23:21:12.339Z] #36 53.88 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-15T23:21:12.339Z] #36 53.88 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-15T23:21:12.553Z] #20 19.60 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-15T23:21:12.553Z] #20 19.60 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-15T23:21:12.553Z] #20 19.61 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-15T23:21:12.553Z] #20 19.71 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-15T23:21:12.553Z] #20 ... [2021-06-15T23:21:12.553Z] [2021-06-15T23:21:12.554Z] #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-06-15T23:21:12.554Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-15T23:21:12.554Z] #32 DONE 107.9s [2021-06-15T23:21:12.554Z] [2021-06-15T23:21:12.554Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:21:12.554Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:21:12.554Z] #20 19.72 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-15T23:21:12.554Z] #20 19.73 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-15T23:21:12.554Z] #20 19.73 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-15T23:21:12.554Z] #20 19.74 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-15T23:21:12.554Z] #20 19.74 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-15T23:21:12.554Z] #20 19.74 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-15T23:21:12.554Z] #20 19.74 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-15T23:21:12.554Z] #20 19.74 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-15T23:21:12.554Z] #20 19.75 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-15T23:21:12.554Z] #20 19.76 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-15T23:21:12.554Z] #20 19.77 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-15T23:21:12.554Z] #20 19.79 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-15T23:21:12.554Z] #20 19.83 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-06-15T23:21:12.554Z] #20 19.83 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-15T23:21:12.554Z] #20 19.84 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-15T23:21:12.595Z] #36 54.06 Selecting previously unselected package librhash0:amd64. [2021-06-15T23:21:12.596Z] #36 54.06 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-06-15T23:21:12.596Z] #36 54.06 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-15T23:21:12.596Z] #36 54.26 Selecting previously unselected package libuv1:amd64. [2021-06-15T23:21:12.596Z] #36 54.26 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-06-15T23:21:12.596Z] #36 54.26 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-15T23:21:12.685Z] #46 80.27 go/parser [2021-06-15T23:21:12.799Z] #29 8.574 0.0% ### 5.4% ##### 7.5% ######## 12.3% ########### 16.3% ############# 19.1% ################ 22.6% ################## 26.0% ##################### 29.7% ######################## 34.5% ######################### 35.0% ############################ 40.1% ############################# 40.5% ################################# 47.1% ################################### 49.5% ######################################## 55.8% ############################################# 63.1% ################################################## 70.3% ##################################################### 74.3% ######################################################### 80.2% ############################################################ 84.4% ################################################################ 89.5% ################################################################ 89.5% ######################################################################## 100.0% [2021-06-15T23:21:12.799Z] #29 12.11 [2021-06-15T23:21:12.812Z] #20 19.89 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-15T23:21:12.812Z] #20 19.90 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-15T23:21:12.812Z] #20 19.91 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-15T23:21:12.812Z] #20 19.93 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-15T23:21:12.812Z] #20 19.93 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-15T23:21:12.812Z] #20 19.94 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-15T23:21:12.812Z] #20 19.94 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-15T23:21:12.852Z] #36 54.43 Selecting previously unselected package cmake. [2021-06-15T23:21:12.852Z] #36 54.43 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-06-15T23:21:12.852Z] #36 54.46 Unpacking cmake (3.13.4-1) ... [2021-06-15T23:21:13.158Z] #29 ... [2021-06-15T23:21:13.158Z] [2021-06-15T23:21:13.158Z] #52 [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-06-15T23:21:13.158Z] #52 sha256:f89feda30dfd88ac1573b637513df98f6c5d626b1abad17f1091043e75a99526 [2021-06-15T23:21:13.158Z] #52 36.79 syscall [2021-06-15T23:21:13.158Z] #52 36.81 strings [2021-06-15T23:21:13.158Z] #52 36.82 reflect [2021-06-15T23:21:13.158Z] #52 36.82 text/tabwriter [2021-06-15T23:21:13.158Z] #52 40.65 regexp/syntax [2021-06-15T23:21:13.158Z] #52 45.09 regexp [2021-06-15T23:21:13.158Z] #52 45.32 time [2021-06-15T23:21:13.158Z] #52 ... [2021-06-15T23:21:13.158Z] [2021-06-15T23:21:13.158Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:13.158Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-15T23:21:13.158Z] #13 34.83 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB] [2021-06-15T23:21:13.158Z] #13 36.95 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2021-06-15T23:21:13.158Z] #13 36.95 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2021-06-15T23:21:13.158Z] #13 36.95 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-06-15T23:21:13.158Z] #13 36.96 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-06-15T23:21:13.158Z] #13 36.96 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2021-06-15T23:21:13.158Z] #13 36.97 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u7 [110 kB] [2021-06-15T23:21:13.158Z] #13 36.97 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2021-06-15T23:21:13.158Z] #13 36.99 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2021-06-15T23:21:13.158Z] #13 37.00 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2021-06-15T23:21:13.158Z] #13 37.02 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2021-06-15T23:21:13.158Z] #13 37.03 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2021-06-15T23:21:13.158Z] #13 37.07 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2021-06-15T23:21:13.158Z] #13 37.07 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2021-06-15T23:21:13.158Z] #13 37.08 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u7 [322 kB] [2021-06-15T23:21:13.158Z] #13 38.17 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:21:13.158Z] #13 38.33 Fetched 73.8 MB in 7s (10.2 MB/s) [2021-06-15T23:21:13.158Z] #13 38.43 (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 ... 15383 files and directories currently installed.) [2021-06-15T23:21:13.158Z] #13 38.58 Preparing to unpack .../libsystemd0_241-7~deb10u7_arm64.deb ... [2021-06-15T23:21:13.158Z] #13 38.68 Unpacking libsystemd0:arm64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-15T23:21:13.158Z] #13 38.99 Setting up libsystemd0:arm64 (241-7~deb10u7) ... [2021-06-15T23:21:13.158Z] #13 39.28 (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 ... 15383 files and directories currently installed.) [2021-06-15T23:21:13.158Z] #13 39.36 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_arm64.deb ... [2021-06-15T23:21:13.158Z] #13 39.39 Unpacking libseccomp2:arm64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-15T23:21:13.158Z] #13 39.67 Setting up libseccomp2:arm64 (2.4.4-1~bpo10+1) ... [2021-06-15T23:21:13.158Z] #13 41.29 (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 ... 15383 files and directories currently installed.) [2021-06-15T23:21:13.158Z] #13 41.34 Preparing to unpack .../libudev1_241-7~deb10u7_arm64.deb ... [2021-06-15T23:21:13.158Z] #13 43.12 Unpacking libudev1:arm64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-15T23:21:13.257Z] #46 81.13 text/template [2021-06-15T23:21:13.422Z] #13 ... [2021-06-15T23:21:13.422Z] [2021-06-15T23:21:13.423Z] #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-06-15T23:21:13.423Z] #29 sha256:49797c9b52ecd1901072094c81ba9e82c8c18f3aad7d14209dc461133be24f79 [2021-06-15T23:21:13.423Z] #29 12.53 0.0% 0.1% 1.1% [2021-06-15T23:21:13.423Z] #29 ... [2021-06-15T23:21:13.423Z] [2021-06-15T23:21:13.423Z] #48 [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-06-15T23:21:13.423Z] #48 sha256:8bdc36f4980e2b0590b816a46839c85c62ee55e50ccc8a1ba8423610d5b26ffc [2021-06-15T23:21:13.423Z] #48 DONE 47.4s [2021-06-15T23:21:13.423Z] [2021-06-15T23:21:13.423Z] #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-06-15T23:21:13.423Z] #29 sha256:49797c9b52ecd1901072094c81ba9e82c8c18f3aad7d14209dc461133be24f79 [2021-06-15T23:21:13.756Z] #20 20.62 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-15T23:21:13.756Z] #20 20.62 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-15T23:21:13.756Z] #20 20.62 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-15T23:21:13.756Z] #20 20.62 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-15T23:21:13.756Z] #20 20.63 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-15T23:21:13.756Z] #20 20.64 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-15T23:21:13.756Z] #20 20.64 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-15T23:21:13.756Z] #20 20.78 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-15T23:21:13.756Z] #20 20.79 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-15T23:21:13.756Z] #20 20.79 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-15T23:21:13.756Z] #20 20.79 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-15T23:21:13.756Z] #20 20.80 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-15T23:21:13.756Z] #20 20.82 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-15T23:21:13.756Z] #20 20.82 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-15T23:21:13.756Z] #20 20.88 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-06-15T23:21:13.756Z] #20 20.89 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-15T23:21:13.756Z] #20 20.91 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-15T23:21:14.015Z] #20 21.16 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-15T23:21:14.015Z] #20 21.20 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-15T23:21:14.015Z] #20 21.23 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-15T23:21:14.581Z] #20 21.66 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:21:14.581Z] #20 21.75 Fetched 28.6 MB in 2s (14.2 MB/s) [2021-06-15T23:21:14.581Z] #20 21.80 Selecting previously unselected package pigz. [2021-06-15T23:21:14.581Z] #20 21.80 (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 ... 23435 files and directories currently installed.) [2021-06-15T23:21:14.581Z] #20 21.85 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-15T23:21:14.640Z] #46 ... [2021-06-15T23:21:14.640Z] [2021-06-15T23:21:14.640Z] #52 [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-06-15T23:21:14.640Z] #52 sha256:1d84028f774f8e648486e02961c5ca32d499339fe746bf4a1ef21e00679614a4 [2021-06-15T23:21:14.640Z] #52 72.35 encoding/json [2021-06-15T23:21:14.640Z] #52 77.20 github.com/pkg/diff [2021-06-15T23:21:14.640Z] #52 77.49 go/ast [2021-06-15T23:21:14.640Z] #52 78.52 golang.org/x/crypto/ssh/terminal [2021-06-15T23:21:14.640Z] #52 79.57 mvdan.cc/editorconfig [2021-06-15T23:21:14.640Z] #52 80.42 mvdan.cc/sh/v3/fileutil [2021-06-15T23:21:14.640Z] #52 80.61 text/tabwriter [2021-06-15T23:21:14.640Z] #52 81.11 mvdan.cc/sh/v3/syntax [2021-06-15T23:21:14.839Z] #20 21.86 Unpacking pigz (2.4-1) ... [2021-06-15T23:21:14.839Z] #20 21.96 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-15T23:21:14.839Z] #20 21.96 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:21:14.839Z] #20 21.97 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:15.336Z] #13 67.34 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-15T23:21:15.336Z] #13 67.36 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-15T23:21:15.336Z] #13 67.37 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:15.336Z] #13 67.51 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-15T23:21:15.336Z] #13 67.53 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-15T23:21:15.336Z] #13 67.53 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:15.336Z] #13 ... [2021-06-15T23:21:15.336Z] [2021-06-15T23:21:15.336Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:15.336Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:21:15.336Z] #44 69.66 Setting up criu (3.15-1) ... [2021-06-15T23:21:15.336Z] #44 71.29 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:21:15.336Z] #44 71.35 Processing triggers for mime-support (3.62) ... [2021-06-15T23:21:15.336Z] #44 DONE 71.7s [2021-06-15T23:21:15.336Z] [2021-06-15T23:21:15.336Z] #46 [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-06-15T23:21:15.336Z] #46 sha256:3b1c7f5cfbc0a9ea6843653612ad0fa7cb3b874bcd1cac48c88a44bdc56ef137 [2021-06-15T23:21:15.336Z] #46 63.62 fmt [2021-06-15T23:21:15.336Z] #46 66.63 path/filepath [2021-06-15T23:21:15.336Z] #46 67.20 flag [2021-06-15T23:21:15.336Z] #46 67.93 go/token [2021-06-15T23:21:15.336Z] #46 69.22 go/scanner [2021-06-15T23:21:15.336Z] #46 69.30 regexp [2021-06-15T23:21:15.336Z] #46 70.41 go/ast [2021-06-15T23:21:15.406Z] #20 22.29 Selecting previously unselected package python3.7-minimal. [2021-06-15T23:21:15.406Z] #20 22.30 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:21:15.406Z] #20 22.31 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:21:15.581Z] #52 ... [2021-06-15T23:21:15.581Z] [2021-06-15T23:21:15.581Z] #46 [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-06-15T23:21:15.581Z] #46 sha256:84122ad086a5fad57995806e429fd7c61ce5dc2cf05314b837e02911c6d103d7 [2021-06-15T23:21:15.581Z] #46 83.17 log [2021-06-15T23:21:15.841Z] #46 83.54 encoding/xml [2021-06-15T23:21:15.972Z] #20 23.00 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:15.972Z] #20 23.04 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:21:16.079Z] #29 12.53 0.0% 0.1% 1.1% # 1.9% ## 2.9% ## 3.4% ### 4.8% #### 6.1% #### 6.4% ##### 7.1% ##### 8.0% ###### 9.1% ####### 10.0% ####### 10.7% ######## 11.7% ######### 13.4% ########## 14.7% ########### 15.8% ############ 17.9% ############## 19.8% ############### 21.6% ################ 23.3% ################ 23.6% ################### 26.4% ##################### 29.2% ####################### 32.2% ######################## 34.3% [2021-06-15T23:21:16.079Z] #29 ... [2021-06-15T23:21:16.079Z] [2021-06-15T23:21:16.079Z] #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-06-15T23:21:16.079Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-06-15T23:21:16.079Z] #36 39.93 Selecting previously unselected package libicu63:arm64. [2021-06-15T23:21:16.079Z] #36 39.93 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-06-15T23:21:16.079Z] #36 39.95 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-06-15T23:21:16.079Z] #36 47.57 Selecting previously unselected package libxml2:arm64. [2021-06-15T23:21:16.079Z] #36 47.57 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ... [2021-06-15T23:21:16.079Z] #36 47.59 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-15T23:21:16.079Z] #36 47.99 Selecting previously unselected package libarchive13:arm64. [2021-06-15T23:21:16.079Z] #36 48.01 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2021-06-15T23:21:16.079Z] #36 48.02 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-06-15T23:21:16.079Z] #36 48.32 Selecting previously unselected package libjsoncpp1:arm64. [2021-06-15T23:21:16.079Z] #36 48.32 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2021-06-15T23:21:16.079Z] #36 48.36 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2021-06-15T23:21:16.079Z] #36 48.54 Selecting previously unselected package librhash0:arm64. [2021-06-15T23:21:16.079Z] #36 48.55 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2021-06-15T23:21:16.079Z] #36 48.56 Unpacking librhash0:arm64 (1.3.8-1) ... [2021-06-15T23:21:16.079Z] #36 48.73 Selecting previously unselected package libuv1:arm64. [2021-06-15T23:21:16.079Z] #36 48.73 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2021-06-15T23:21:16.079Z] #36 48.79 Unpacking libuv1:arm64 (1.24.1-1) ... [2021-06-15T23:21:16.079Z] #36 49.01 Selecting previously unselected package cmake. [2021-06-15T23:21:16.079Z] #36 49.02 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2021-06-15T23:21:16.079Z] #36 49.05 Unpacking cmake (3.13.4-1) ... [2021-06-15T23:21:16.079Z] #36 ... [2021-06-15T23:21:16.079Z] [2021-06-15T23:21:16.079Z] #46 [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-06-15T23:21:16.079Z] #46 sha256:0d9139b3099fc7381a4d518e6ab8e8e34bc9b8b437a0a7731cf12fe3817cb04d [2021-06-15T23:21:16.079Z] #46 40.05 internal/syscall/execenv [2021-06-15T23:21:16.079Z] #46 40.46 internal/syscall/unix [2021-06-15T23:21:16.079Z] #46 40.83 vendor/golang.org/x/text/transform [2021-06-15T23:21:16.079Z] #46 44.41 regexp [2021-06-15T23:21:16.079Z] #46 45.39 context [2021-06-15T23:21:16.079Z] #46 45.56 internal/poll [2021-06-15T23:21:16.079Z] #46 47.63 os [2021-06-15T23:21:16.079Z] #46 48.34 github.com/LK4D4/vndr/versioned [2021-06-15T23:21:16.079Z] #46 49.13 encoding/binary [2021-06-15T23:21:16.129Z] #36 57.44 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-15T23:21:16.129Z] #36 57.46 Setting up xxd (2:8.1.0875-5) ... [2021-06-15T23:21:16.129Z] #36 57.48 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-15T23:21:16.129Z] #36 57.51 Setting up vim-common (2:8.1.0875-5) ... [2021-06-15T23:21:16.129Z] #36 57.62 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-15T23:21:16.129Z] #36 57.68 Setting up cmake-data (3.13.4-1) ... [2021-06-15T23:21:16.300Z] #46 73.27 internal/lazyregexp [2021-06-15T23:21:16.347Z] #46 ... [2021-06-15T23:21:16.347Z] [2021-06-15T23:21:16.347Z] #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-06-15T23:21:16.347Z] #29 sha256:49797c9b52ecd1901072094c81ba9e82c8c18f3aad7d14209dc461133be24f79 [2021-06-15T23:21:16.385Z] #36 57.87 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-15T23:21:16.385Z] #36 57.97 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-15T23:21:16.385Z] #36 58.02 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-15T23:21:16.385Z] #36 58.04 Setting up cmake (3.13.4-1) ... [2021-06-15T23:21:16.385Z] #36 58.06 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:21:16.385Z] #36 58.11 Processing triggers for mime-support (3.62) ... [2021-06-15T23:21:16.864Z] #46 73.58 path [2021-06-15T23:21:16.952Z] #36 DONE 58.6s [2021-06-15T23:21:16.952Z] [2021-06-15T23:21:16.952Z] #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-06-15T23:21:16.952Z] #37 sha256:f8f1be211cf5b772445732ee47c760bec46840710bbee8b360bc0c3fbeb96b08 [2021-06-15T23:21:17.120Z] #46 73.91 io/ioutil [2021-06-15T23:21:17.682Z] #46 74.43 net/url [2021-06-15T23:21:17.682Z] #46 ... [2021-06-15T23:21:17.682Z] [2021-06-15T23:21:17.682Z] #52 [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-06-15T23:21:17.682Z] #52 sha256:1ea7d50b8d9469b26d084ad4a397ddbd5644c447deae22a6ed65be0cbbe952c9 [2021-06-15T23:21:17.682Z] #52 64.45 fmt [2021-06-15T23:21:17.682Z] #52 68.30 encoding/json [2021-06-15T23:21:17.682Z] #52 72.39 github.com/pkg/diff [2021-06-15T23:21:17.682Z] #52 73.67 go/ast [2021-06-15T23:21:17.682Z] #52 74.43 golang.org/x/crypto/ssh/terminal [2021-06-15T23:21:17.754Z] #46 85.60 go/doc [2021-06-15T23:21:17.873Z] #20 24.74 Selecting previously unselected package python3-minimal. [2021-06-15T23:21:17.873Z] #20 24.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23684 files and directories currently installed.) [2021-06-15T23:21:17.873Z] #20 24.78 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-15T23:21:17.873Z] #20 24.78 Unpacking python3-minimal (3.7.3-1) ... [2021-06-15T23:21:17.873Z] #20 24.85 Selecting previously unselected package libmpdec2:amd64. [2021-06-15T23:21:17.873Z] #20 24.85 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-15T23:21:17.873Z] #20 24.86 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-15T23:21:17.873Z] #20 24.93 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-15T23:21:17.873Z] #20 24.94 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:21:17.873Z] #20 24.94 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:18.439Z] #20 25.74 Selecting previously unselected package python3.7. [2021-06-15T23:21:18.610Z] #52 ... [2021-06-15T23:21:18.610Z] [2021-06-15T23:21:18.610Z] #46 [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-06-15T23:21:18.610Z] #46 sha256:3b1c7f5cfbc0a9ea6843653612ad0fa7cb3b874bcd1cac48c88a44bdc56ef137 [2021-06-15T23:21:18.610Z] #46 75.38 text/template/parse [2021-06-15T23:21:18.610Z] #46 75.45 go/parser [2021-06-15T23:21:18.697Z] #20 25.74 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:21:18.697Z] #20 25.75 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:18.697Z] #20 25.89 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-15T23:21:18.697Z] #20 25.89 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-15T23:21:18.697Z] #20 25.89 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-15T23:21:18.697Z] #20 25.99 Setting up python3-minimal (3.7.3-1) ... [2021-06-15T23:21:18.842Z] #37 ... [2021-06-15T23:21:18.842Z] [2021-06-15T23:21:18.842Z] #46 [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-06-15T23:21:18.842Z] #46 sha256:d714264c259d4aa60fc9841e0c3ae420cfc4a206fa6c6fe53ccd261932d8bf14 [2021-06-15T23:21:18.842Z] #46 50.52 time [2021-06-15T23:21:18.842Z] #46 55.65 internal/fmtsort [2021-06-15T23:21:18.842Z] #46 56.17 internal/poll [2021-06-15T23:21:18.842Z] #46 56.48 internal/syscall/execenv [2021-06-15T23:21:18.842Z] #46 56.68 internal/syscall/unix [2021-06-15T23:21:18.842Z] #46 56.86 strings [2021-06-15T23:21:18.842Z] #46 58.30 os [2021-06-15T23:21:18.842Z] #46 59.41 regexp/syntax [2021-06-15T23:21:19.009Z] #29 12.53 0.0% 0.1% 1.1% # 1.9% ## 2.9% ## 3.4% ### 4.8% #### 6.1% #### 6.4% ##### 7.1% ##### 8.0% ###### 9.1% ####### 10.0% ####### 10.7% ######## 11.7% ######### 13.4% ########## 14.7% ########### 15.8% ############ 17.9% ############## 19.8% ############### 21.6% ################ 23.3% ################ 23.6% ################### 26.4% ##################### 29.2% ####################### 32.2% ######################## 34.3% ########################## 36.3% ############################# 40.8% ############################### 43.3% ################################ 45.2% ################################# 46.8% ################################## 48.4% #################################### 50.5% ##################################### 52.5% ####################################### 54.6% ######################################## 56.9% ########################################## 59.0% ########################################### 60.9% ############################################# 62.8% ############################################## 64.5% ############################################### 66.5% ################################################# 68.6% ################################################## 70.0% ################################################### 72.0% ##################################################### 74.0% ###################################################### 76.1% ######################################################## 78.1% ######################################################### 80.0% ########################################################### 82.7% ########################################################### 83.0% ############################################################# 85.6% ############################################################### 87.8% ################################################################ 89.9% ################################################################# 91.4% [2021-06-15T23:21:19.009Z] #29 ... [2021-06-15T23:21:19.009Z] [2021-06-15T23:21:19.009Z] #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-06-15T23:21:19.009Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-06-15T23:21:19.009Z] #36 51.37 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-06-15T23:21:19.009Z] #36 51.40 Setting up xxd (2:8.1.0875-5) ... [2021-06-15T23:21:19.009Z] #36 51.41 Setting up libuv1:arm64 (1.24.1-1) ... [2021-06-15T23:21:19.009Z] #36 51.43 Setting up vim-common (2:8.1.0875-5) ... [2021-06-15T23:21:19.009Z] #36 51.48 Setting up librhash0:arm64 (1.3.8-1) ... [2021-06-15T23:21:19.009Z] #36 51.49 Setting up cmake-data (3.13.4-1) ... [2021-06-15T23:21:19.009Z] #36 51.53 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-15T23:21:19.009Z] #36 51.55 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2021-06-15T23:21:19.009Z] #36 51.61 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-06-15T23:21:19.009Z] #36 51.64 Setting up cmake (3.13.4-1) ... [2021-06-15T23:21:19.009Z] #36 51.67 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:21:19.009Z] #36 51.91 Processing triggers for mime-support (3.62) ... [2021-06-15T23:21:19.009Z] #36 DONE 52.9s [2021-06-15T23:21:19.009Z] [2021-06-15T23:21:19.009Z] #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-06-15T23:21:19.009Z] #29 sha256:49797c9b52ecd1901072094c81ba9e82c8c18f3aad7d14209dc461133be24f79 [2021-06-15T23:21:19.098Z] #46 ... [2021-06-15T23:21:19.098Z] [2021-06-15T23:21:19.098Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:19.098Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:21:19.098Z] #44 50.39 Selecting previously unselected package python3.7. [2021-06-15T23:21:19.098Z] #44 50.39 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:21:19.098Z] #44 50.39 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:19.098Z] #44 50.60 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-15T23:21:19.098Z] #44 50.60 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-15T23:21:19.098Z] #44 50.64 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-15T23:21:19.098Z] #44 50.77 Setting up python3-minimal (3.7.3-1) ... [2021-06-15T23:21:19.098Z] #44 52.44 Selecting previously unselected package python3. [2021-06-15T23:21:19.098Z] #44 52.44 (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 ... 16062 files and directories currently installed.) [2021-06-15T23:21:19.098Z] #44 52.50 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ... [2021-06-15T23:21:19.098Z] #44 52.65 Unpacking python3 (3.7.3-1) ... [2021-06-15T23:21:19.098Z] #44 52.69 Selecting previously unselected package libprotobuf17:amd64. [2021-06-15T23:21:19.098Z] #44 52.69 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-06-15T23:21:19.098Z] #44 52.71 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-15T23:21:19.098Z] #44 53.41 Selecting previously unselected package python3-pkg-resources. [2021-06-15T23:21:19.098Z] #44 53.41 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-15T23:21:19.098Z] #44 53.41 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:21:19.098Z] #44 53.65 Selecting previously unselected package python3-six. [2021-06-15T23:21:19.098Z] #44 53.65 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-06-15T23:21:19.098Z] #44 53.65 Unpacking python3-six (1.12.0-1) ... [2021-06-15T23:21:19.098Z] #44 53.75 Selecting previously unselected package python3-protobuf. [2021-06-15T23:21:19.098Z] #44 53.75 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ... [2021-06-15T23:21:19.098Z] #44 53.76 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-06-15T23:21:19.098Z] #44 54.21 Selecting previously unselected package libnet1:amd64. [2021-06-15T23:21:19.099Z] #44 54.21 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-15T23:21:19.099Z] #44 54.22 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:21:19.099Z] #44 54.40 Selecting previously unselected package libnl-3-200:amd64. [2021-06-15T23:21:19.099Z] #44 54.40 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-15T23:21:19.099Z] #44 54.40 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-15T23:21:19.099Z] #44 54.57 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-15T23:21:19.099Z] #44 54.57 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-15T23:21:19.099Z] #44 54.58 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-15T23:21:19.099Z] #44 54.71 Selecting previously unselected package criu. [2021-06-15T23:21:19.099Z] #44 54.71 Preparing to unpack .../8-criu_3.15-1_amd64.deb ... [2021-06-15T23:21:19.099Z] #44 54.73 Unpacking criu (3.15-1) ... [2021-06-15T23:21:19.099Z] #44 55.55 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:21:19.099Z] #44 55.55 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-15T23:21:19.099Z] #44 55.55 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-15T23:21:19.099Z] #44 55.59 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-15T23:21:19.099Z] #44 55.59 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-15T23:21:19.099Z] #44 55.67 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:19.099Z] #44 55.73 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-15T23:21:19.099Z] #44 55.76 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:19.288Z] #29 12.53 0.0% 0.1% 1.1% # 1.9% ## 2.9% ## 3.4% ### 4.8% #### 6.1% #### 6.4% ##### 7.1% ##### 8.0% ###### 9.1% ####### 10.0% ####### 10.7% ######## 11.7% ######### 13.4% ########## 14.7% ########### 15.8% ############ 17.9% ############## 19.8% ############### 21.6% ################ 23.3% ################ 23.6% ################### 26.4% ##################### 29.2% ####################### 32.2% ######################## 34.3% ########################## 36.3% ############################# 40.8% ############################### 43.3% ################################ 45.2% ################################# 46.8% ################################## 48.4% #################################### 50.5% ##################################### 52.5% ####################################### 54.6% ######################################## 56.9% ########################################## 59.0% ########################################### 60.9% ############################################# 62.8% ############################################## 64.5% ############################################### 66.5% ################################################# 68.6% ################################################## 70.0% ################################################### 72.0% ##################################################### 74.0% ###################################################### 76.1% ######################################################## 78.1% ######################################################### 80.0% ########################################################### 82.7% ########################################################### 83.0% ############################################################# 85.6% ############################################################### 87.8% ################################################################ 89.9% ################################################################# 91.4% ################################################################### 93.2% #################################################################### 94.5% ###################################################################### 98.0% ####################################################################### 99.8% ######################################################################## 100.0% [2021-06-15T23:21:19.355Z] #44 ... [2021-06-15T23:21:19.355Z] [2021-06-15T23:21:19.355Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:19.355Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:21:19.355Z] #13 52.70 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-15T23:21:19.355Z] #13 52.72 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-15T23:21:19.355Z] #13 52.73 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-15T23:21:19.355Z] #13 55.44 Selecting previously unselected package binutils-mingw-w64. [2021-06-15T23:21:19.355Z] #13 55.44 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-15T23:21:19.355Z] #13 55.46 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-15T23:21:19.355Z] #13 55.57 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-15T23:21:19.355Z] #13 55.59 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-15T23:21:19.355Z] #13 55.60 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-15T23:21:19.355Z] #13 55.81 Selecting previously unselected package dmsetup. [2021-06-15T23:21:19.355Z] #13 55.81 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-15T23:21:19.355Z] #13 55.81 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-15T23:21:19.355Z] #13 56.14 Selecting previously unselected package mingw-w64-common. [2021-06-15T23:21:19.355Z] #13 56.14 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-15T23:21:19.355Z] #13 56.14 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-15T23:21:19.555Z] #29 18.72 [2021-06-15T23:21:19.633Z] #20 26.76 Selecting previously unselected package python3. [2021-06-15T23:21:19.633Z] #20 26.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 ... 24096 files and directories currently installed.) [2021-06-15T23:21:19.633Z] #20 26.80 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-15T23:21:19.633Z] #20 26.82 Unpacking python3 (3.7.3-1) ... [2021-06-15T23:21:19.892Z] #20 26.89 Selecting previously unselected package libip4tc0:amd64. [2021-06-15T23:21:19.892Z] #20 26.90 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-15T23:21:19.892Z] #20 26.91 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-15T23:21:19.892Z] #20 26.98 Selecting previously unselected package libip6tc0:amd64. [2021-06-15T23:21:19.892Z] #20 26.99 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-15T23:21:19.892Z] #20 27.00 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-15T23:21:19.892Z] #20 27.07 Selecting previously unselected package libiptc0:amd64. [2021-06-15T23:21:19.892Z] #20 27.08 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-15T23:21:19.892Z] #20 27.08 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-15T23:21:19.918Z] #13 ... [2021-06-15T23:21:19.918Z] [2021-06-15T23:21:19.918Z] #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-06-15T23:21:19.918Z] #37 sha256:f8f1be211cf5b772445732ee47c760bec46840710bbee8b360bc0c3fbeb96b08 [2021-06-15T23:21:19.918Z] #37 3.035 + RM_GOPATH=0 [2021-06-15T23:21:20.151Z] #20 27.14 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-15T23:21:20.151Z] #20 27.15 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-15T23:21:20.151Z] #20 27.16 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-15T23:21:20.151Z] #20 27.21 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-15T23:21:20.151Z] #20 27.21 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-15T23:21:20.151Z] #20 27.22 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-15T23:21:20.151Z] #20 27.29 Selecting previously unselected package libnftnl11:amd64. [2021-06-15T23:21:20.151Z] #20 27.30 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-15T23:21:20.151Z] #20 27.31 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-15T23:21:20.151Z] #20 27.37 Selecting previously unselected package iptables. [2021-06-15T23:21:20.151Z] #20 27.38 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-15T23:21:20.151Z] #20 27.38 Unpacking iptables (1.8.2-4) ... [2021-06-15T23:21:20.177Z] #37 3.035 + TMP_GOPATH= [2021-06-15T23:21:20.177Z] #37 3.035 + : /build [2021-06-15T23:21:20.177Z] #37 3.036 + '[' -z '' ']' [2021-06-15T23:21:20.177Z] #37 3.036 ++ mktemp -d [2021-06-15T23:21:20.177Z] #37 3.038 + export GOPATH=/tmp/tmp.gsC8wpiam4 [2021-06-15T23:21:20.177Z] #37 3.038 + GOPATH=/tmp/tmp.gsC8wpiam4 [2021-06-15T23:21:20.177Z] #37 3.039 + RM_GOPATH=1 [2021-06-15T23:21:20.177Z] #37 3.039 + case "$(go env GOARCH)" in [2021-06-15T23:21:20.177Z] #37 3.039 ++ go env GOARCH [2021-06-15T23:21:20.177Z] #37 3.060 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:21:20.177Z] #37 3.060 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:21:20.177Z] #37 3.062 ++ dirname /tmp/install/install.sh [2021-06-15T23:21:20.177Z] #37 3.065 + dir=/tmp/install [2021-06-15T23:21:20.177Z] #37 3.066 + bin=tini [2021-06-15T23:21:20.177Z] #37 3.066 + shift [2021-06-15T23:21:20.177Z] #37 3.066 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-15T23:21:20.177Z] #37 3.066 + . /tmp/install/tini.installer [2021-06-15T23:21:20.177Z] #37 3.066 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-15T23:21:20.177Z] #37 3.067 + install_tini [2021-06-15T23:21:20.177Z] #37 3.067 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-15T23:21:20.177Z] #37 3.067 + git clone https://github.com/krallin/tini.git /tmp/tmp.gsC8wpiam4/tini [2021-06-15T23:21:20.177Z] #37 3.067 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-15T23:21:20.177Z] #37 3.076 Cloning into '/tmp/tmp.gsC8wpiam4/tini'... [2021-06-15T23:21:20.718Z] #20 27.63 Selecting previously unselected package xxd. [2021-06-15T23:21:20.718Z] #20 27.63 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-15T23:21:20.718Z] #20 27.65 Unpacking xxd (2:8.1.0875-5) ... [2021-06-15T23:21:20.718Z] #20 27.77 Selecting previously unselected package vim-common. [2021-06-15T23:21:20.718Z] #20 27.77 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-15T23:21:20.718Z] #20 27.79 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-15T23:21:20.953Z] #29 20.09 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-15T23:21:20.977Z] #20 27.94 Selecting previously unselected package bash-completion. [2021-06-15T23:21:20.977Z] #20 27.94 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-15T23:21:21.055Z] #46 88.15 github.com/LK4D4/vndr/build [2021-06-15T23:21:21.055Z] #46 ... [2021-06-15T23:21:21.055Z] [2021-06-15T23:21:21.055Z] #57 [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-06-15T23:21:21.055Z] #57 sha256:bb14685ee58465c2c7ee1e53c044fa9358be6f83f926534dc922b3f87f076ff6 [2021-06-15T23:21:21.055Z] #57 41.83 Checking out files: 58% (2286/3928) Checking out files: 59% (2318/3928) Checking out files: 60% (2357/3928) Checking out files: 61% (2397/3928) Checking out files: 62% (2436/3928) Checking out files: 63% (2475/3928) Checking out files: 64% (2514/3928) Checking out files: 65% (2554/3928) Checking out files: 66% (2593/3928) Checking out files: 67% (2632/3928) Checking out files: 68% (2672/3928) Checking out files: 69% (2711/3928) Checking out files: 70% (2750/3928) Checking out files: 71% (2789/3928) Checking out files: 72% (2829/3928) Checking out files: 73% (2868/3928) Checking out files: 74% (2907/3928) Checking out files: 75% (2946/3928) Checking out files: 76% (2986/3928) Checking out files: 77% (3025/3928) Checking out files: 78% (3064/3928) Checking out files: 79% (3104/3928) Checking out files: 80% (3143/3928) Checking out files: 81% (3182/3928) Checking out files: 82% (3221/3928) Checking out files: 83% (3261/3928) Checking out files: 84% (3300/3928) Checking out files: 85% (3339/3928) Checking out files: 86% (3379/3928) Checking out files: 87% (3418/3928) Checking out files: 88% (3457/3928) Checking out files: 89% (3496/3928) Checking out files: 90% (3536/3928) Checking out files: 91% (3575/3928) Checking out files: 92% (3614/3928) Checking out files: 93% (3654/3928) Checking out files: 94% (3693/3928) Checking out files: 95% (3732/3928) Checking out files: 96% (3771/3928) Checking out files: 97% (3811/3928) Checking out files: 98% (3850/3928) Checking out files: 99% (3889/3928) Checking out files: 100% (3928/3928) Checking out files: 100% (3928/3928), done. [2021-06-15T23:21:21.055Z] #57 42.86 + cd /tmp/tmp.WUbunoc9cm/src/github.com/containerd/containerd [2021-06-15T23:21:21.055Z] #57 42.86 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-15T23:21:21.055Z] #57 43.77 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-15T23:21:21.055Z] #57 43.78 + BUILDTAGS='netgo osusergo static_build' [2021-06-15T23:21:21.055Z] #57 43.78 + export EXTRA_FLAGS=-buildmode=pie [2021-06-15T23:21:21.055Z] #57 43.78 + EXTRA_FLAGS=-buildmode=pie [2021-06-15T23:21:21.055Z] #57 43.78 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-15T23:21:21.055Z] #57 43.78 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-15T23:21:21.055Z] #57 43.78 + '[' '' = dynamic ']' [2021-06-15T23:21:21.055Z] #57 43.78 + make [2021-06-15T23:21:21.055Z] #57 45.21 + bin/ctr [2021-06-15T23:21:21.107Z] #37 3.832 + cd /tmp/tmp.gsC8wpiam4/tini [2021-06-15T23:21:21.107Z] #37 3.832 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-15T23:21:21.107Z] #37 3.843 + cmake . [2021-06-15T23:21:21.220Z] #29 20.50 [2021-06-15T23:21:21.364Z] #37 4.452 -- The C compiler identification is GNU 8.3.0 [2021-06-15T23:21:21.364Z] #37 4.493 -- Check for working C compiler: /usr/bin/cc [2021-06-15T23:21:21.484Z] #29 20.75 # 2.0% ######################################################################## 100.0% [2021-06-15T23:21:21.484Z] #29 20.88 [2021-06-15T23:21:21.875Z] #46 78.32 log [2021-06-15T23:21:21.876Z] #46 78.78 encoding/xml [2021-06-15T23:21:22.132Z] #46 79.12 text/template [2021-06-15T23:21:22.295Z] Commit message: "revendor BuildKit (master branch)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-15T23:21:22.754Z] #37 5.419 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-15T23:21:22.754Z] #37 5.433 -- Detecting C compiler ABI info [2021-06-15T23:21:22.882Z] #20 30.12 Unpacking bash-completion (1:2.8-6) ... [2021-06-15T23:21:22.970Z] #29 21.99 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-15T23:21:23.270Z] #29 22.40 [2021-06-15T23:21:23.323Z] #37 6.298 -- Detecting C compiler ABI info - done [2021-06-15T23:21:23.323Z] #37 6.309 -- Detecting C compile features [2021-06-15T23:21:23.450Z] #20 30.46 Selecting previously unselected package bzip2. [2021-06-15T23:21:23.450Z] #20 30.48 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-15T23:21:23.451Z] #20 30.48 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-15T23:21:23.451Z] #20 30.56 Selecting previously unselected package xz-utils. [2021-06-15T23:21:23.451Z] #20 30.56 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-06-15T23:21:23.451Z] #20 30.57 Unpacking xz-utils (5.2.4-1) ... [2021-06-15T23:21:23.561Z] #29 22.68 0.2% ############################################## 64.7% ######################################################################## 100.0% [2021-06-15T23:21:23.709Z] #20 30.72 Selecting previously unselected package apparmor. [2021-06-15T23:21:23.710Z] #20 30.74 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-06-15T23:21:23.710Z] #20 30.80 Unpacking apparmor (2.13.2-10) ... [2021-06-15T23:21:23.829Z] #29 22.94 [2021-06-15T23:21:23.829Z] #29 ... [2021-06-15T23:21:23.829Z] [2021-06-15T23:21:23.829Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:23.829Z] #44 sha256:425b1951e173ca94b0f90b31143f25f2e15c63ec12ef52085956aaeec72d95e9 [2021-06-15T23:21:23.829Z] #44 47.34 Selecting previously unselected package python3.7. [2021-06-15T23:21:23.829Z] #44 47.37 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ... [2021-06-15T23:21:23.829Z] #44 47.43 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:23.829Z] #44 47.79 Selecting previously unselected package libpython3-stdlib:arm64. [2021-06-15T23:21:23.829Z] #44 47.79 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2021-06-15T23:21:23.829Z] #44 47.80 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2021-06-15T23:21:23.829Z] #44 47.97 Setting up python3-minimal (3.7.3-1) ... [2021-06-15T23:21:23.829Z] #44 50.10 Selecting previously unselected package python3. [2021-06-15T23:21:23.829Z] #44 50.10 (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 ... 16035 files and directories currently installed.) [2021-06-15T23:21:23.829Z] #44 50.22 Preparing to unpack .../0-python3_3.7.3-1_arm64.deb ... [2021-06-15T23:21:23.829Z] #44 50.24 Unpacking python3 (3.7.3-1) ... [2021-06-15T23:21:23.829Z] #44 50.50 Selecting previously unselected package libprotobuf17:arm64. [2021-06-15T23:21:23.829Z] #44 50.50 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_arm64.deb ... [2021-06-15T23:21:23.829Z] #44 50.51 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2021-06-15T23:21:23.829Z] #44 51.14 Selecting previously unselected package python3-pkg-resources. [2021-06-15T23:21:23.829Z] #44 51.15 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-15T23:21:23.829Z] #44 51.16 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:21:23.829Z] #44 51.45 Selecting previously unselected package python3-six. [2021-06-15T23:21:23.829Z] #44 51.47 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-06-15T23:21:23.829Z] #44 51.50 Unpacking python3-six (1.12.0-1) ... [2021-06-15T23:21:23.829Z] #44 51.66 Selecting previously unselected package python3-protobuf. [2021-06-15T23:21:23.829Z] #44 51.69 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_arm64.deb ... [2021-06-15T23:21:23.829Z] #44 51.69 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-06-15T23:21:23.829Z] #44 52.74 Selecting previously unselected package libnet1:arm64. [2021-06-15T23:21:23.829Z] #44 52.74 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-06-15T23:21:23.829Z] #44 52.79 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:21:23.829Z] #44 53.11 Selecting previously unselected package libnl-3-200:arm64. [2021-06-15T23:21:23.829Z] #44 53.13 Preparing to unpack .../6-libnl-3-200_3.4.0-1_arm64.deb ... [2021-06-15T23:21:23.829Z] #44 53.15 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-06-15T23:21:23.829Z] #44 53.47 Selecting previously unselected package libprotobuf-c1:arm64. [2021-06-15T23:21:23.829Z] #44 53.47 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-06-15T23:21:23.829Z] #44 53.47 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-06-15T23:21:23.829Z] #44 53.64 Selecting previously unselected package criu. [2021-06-15T23:21:23.829Z] #44 53.64 Preparing to unpack .../8-criu_3.15-1_arm64.deb ... [2021-06-15T23:21:23.829Z] #44 53.64 Unpacking criu (3.15-1) ... [2021-06-15T23:21:23.829Z] #44 54.36 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:21:23.829Z] #44 54.39 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-06-15T23:21:23.829Z] #44 54.41 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-06-15T23:21:23.829Z] #44 54.48 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2021-06-15T23:21:23.829Z] #44 54.50 Setting up libmpdec2:arm64 (2.4.2-2) ... [2021-06-15T23:21:23.829Z] #44 54.52 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:23.829Z] #44 54.54 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2021-06-15T23:21:23.829Z] #44 54.55 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:23.829Z] #44 ... [2021-06-15T23:21:23.829Z] [2021-06-15T23:21:23.829Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:23.829Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-15T23:21:23.829Z] #13 45.19 Setting up libudev1:arm64 (241-7~deb10u7) ... [2021-06-15T23:21:23.829Z] #13 45.45 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-15T23:21:23.829Z] #13 45.45 (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 ... 15383 files and directories currently installed.) [2021-06-15T23:21:23.829Z] #13 45.56 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2021-06-15T23:21:23.829Z] #13 45.64 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-15T23:21:23.829Z] #13 47.94 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-15T23:21:23.829Z] #13 47.95 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2021-06-15T23:21:23.829Z] #13 47.96 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-15T23:21:23.829Z] #13 50.24 Selecting previously unselected package binutils-mingw-w64. [2021-06-15T23:21:23.829Z] #13 50.26 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-15T23:21:23.829Z] #13 50.33 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-15T23:21:23.829Z] #13 50.59 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-06-15T23:21:23.829Z] #13 50.60 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-06-15T23:21:23.829Z] #13 50.64 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-06-15T23:21:23.829Z] #13 50.89 Selecting previously unselected package dmsetup. [2021-06-15T23:21:23.829Z] #13 50.90 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2021-06-15T23:21:23.829Z] #13 50.93 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-15T23:21:23.829Z] #13 51.32 Selecting previously unselected package mingw-w64-common. [2021-06-15T23:21:23.829Z] #13 51.33 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-15T23:21:23.829Z] #13 51.35 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-15T23:21:23.884Z] #37 ... [2021-06-15T23:21:23.884Z] [2021-06-15T23:21:23.884Z] #52 [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-06-15T23:21:23.884Z] #52 sha256:35b6a9299722162c9b875fb79f8644fa038d8a710876b65d1b4e0b27cb53ac67 [2021-06-15T23:21:23.884Z] #52 55.57 context [2021-06-15T23:21:23.884Z] #52 56.42 internal/poll [2021-06-15T23:21:23.884Z] #52 58.03 os [2021-06-15T23:21:23.884Z] #52 59.45 encoding/base64 [2021-06-15T23:21:23.884Z] #52 60.44 golang.org/x/sys/unix [2021-06-15T23:21:23.884Z] #52 62.00 fmt [2021-06-15T23:21:23.968Z] #20 31.08 Selecting previously unselected package aufs-tools. [2021-06-15T23:21:23.968Z] #20 31.10 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-15T23:21:23.968Z] #20 31.10 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-15T23:21:24.092Z] #13 ... [2021-06-15T23:21:24.092Z] [2021-06-15T23:21:24.092Z] #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-06-15T23:21:24.092Z] #37 sha256:e33b6fd92c80bc4d360a8af4d51b5d9c9da85b2d8abdf6995c86b7d728f5827e [2021-06-15T23:21:24.092Z] #37 1.490 + RM_GOPATH=0 [2021-06-15T23:21:24.092Z] #37 1.490 + TMP_GOPATH= [2021-06-15T23:21:24.092Z] #37 1.490 + : /build [2021-06-15T23:21:24.092Z] #37 1.490 + '[' -z '' ']' [2021-06-15T23:21:24.092Z] #37 1.491 ++ mktemp -d [2021-06-15T23:21:24.092Z] #37 1.495 + export GOPATH=/tmp/tmp.7YqTBwU7bx [2021-06-15T23:21:24.092Z] #37 1.495 + GOPATH=/tmp/tmp.7YqTBwU7bx [2021-06-15T23:21:24.092Z] #37 1.495 + RM_GOPATH=1 [2021-06-15T23:21:24.092Z] #37 1.495 + case "$(go env GOARCH)" in [2021-06-15T23:21:24.092Z] #37 1.496 ++ go env GOARCH [2021-06-15T23:21:24.092Z] #37 1.528 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:21:24.092Z] #37 1.528 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:21:24.092Z] #37 1.529 ++ dirname /tmp/install/install.sh [2021-06-15T23:21:24.092Z] #37 1.537 + dir=/tmp/install [2021-06-15T23:21:24.092Z] #37 1.537 + bin=tini [2021-06-15T23:21:24.092Z] #37 1.538 + shift [2021-06-15T23:21:24.092Z] #37 1.538 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-15T23:21:24.092Z] #37 1.539 + . /tmp/install/tini.installer [2021-06-15T23:21:24.092Z] #37 1.539 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-15T23:21:24.092Z] #37 1.540 + install_tini [2021-06-15T23:21:24.092Z] #37 1.540 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-15T23:21:24.092Z] #37 1.541 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-15T23:21:24.092Z] #37 1.541 + git clone https://github.com/krallin/tini.git /tmp/tmp.7YqTBwU7bx/tini [2021-06-15T23:21:24.092Z] #37 1.544 Cloning into '/tmp/tmp.7YqTBwU7bx/tini'... [2021-06-15T23:21:24.092Z] #37 2.319 + cd /tmp/tmp.7YqTBwU7bx/tini [2021-06-15T23:21:24.092Z] #37 2.325 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-15T23:21:24.092Z] #37 2.334 + cmake . [2021-06-15T23:21:24.092Z] #37 3.103 -- The C compiler identification is GNU 8.3.0 [2021-06-15T23:21:24.092Z] #37 3.207 -- Check for working C compiler: /usr/bin/cc [2021-06-15T23:21:24.092Z] #37 3.946 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-15T23:21:24.092Z] #37 3.947 -- Detecting C compiler ABI info [2021-06-15T23:21:24.092Z] #37 4.770 -- Detecting C compiler ABI info - done [2021-06-15T23:21:24.092Z] #37 4.799 -- Detecting C compile features [2021-06-15T23:21:24.092Z] #37 ... [2021-06-15T23:21:24.092Z] [2021-06-15T23:21:24.092Z] #52 [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-06-15T23:21:24.092Z] #52 sha256:f89feda30dfd88ac1573b637513df98f6c5d626b1abad17f1091043e75a99526 [2021-06-15T23:21:24.092Z] #52 48.00 encoding/binary [2021-06-15T23:21:24.092Z] #52 48.00 internal/fmtsort [2021-06-15T23:21:24.092Z] #52 50.83 encoding/base64 [2021-06-15T23:21:24.092Z] #52 50.95 golang.org/x/sys/unix [2021-06-15T23:21:24.092Z] #52 50.95 os [2021-06-15T23:21:24.092Z] #52 54.53 fmt [2021-06-15T23:21:24.092Z] #52 54.53 path/filepath [2021-06-15T23:21:24.092Z] #52 54.54 mvdan.cc/sh/v3/fileutil [2021-06-15T23:21:24.140Z] #52 ... [2021-06-15T23:21:24.140Z] [2021-06-15T23:21:24.140Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:24.140Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:21:24.140Z] #13 61.59 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-15T23:21:24.140Z] #13 61.60 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-15T23:21:24.140Z] #13 61.62 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-15T23:21:24.226Z] #20 31.19 Selecting previously unselected package libonig5:amd64. [2021-06-15T23:21:24.227Z] #20 31.19 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-06-15T23:21:24.227Z] #20 31.20 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-15T23:21:24.227Z] #20 31.39 Selecting previously unselected package libjq1:amd64. [2021-06-15T23:21:24.227Z] #20 31.39 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-15T23:21:24.227Z] #20 31.40 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-15T23:21:24.356Z] #52 ... [2021-06-15T23:21:24.356Z] [2021-06-15T23:21:24.356Z] #46 [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-06-15T23:21:24.356Z] #46 sha256:0d9139b3099fc7381a4d518e6ab8e8e34bc9b8b437a0a7731cf12fe3817cb04d [2021-06-15T23:21:24.356Z] #46 51.15 encoding/base64 [2021-06-15T23:21:24.356Z] #46 51.15 crypto/sha512 [2021-06-15T23:21:24.356Z] #46 51.15 crypto/cipher [2021-06-15T23:21:24.356Z] #46 51.80 fmt [2021-06-15T23:21:24.356Z] #46 52.49 path/filepath [2021-06-15T23:21:24.356Z] #46 52.51 internal/lazyregexp [2021-06-15T23:21:24.356Z] #46 52.87 crypto/ed25519/internal/edwards25519 [2021-06-15T23:21:24.356Z] #46 53.77 crypto/aes [2021-06-15T23:21:24.356Z] #46 54.62 io/ioutil [2021-06-15T23:21:24.356Z] #46 55.48 crypto/des [2021-06-15T23:21:24.356Z] #46 55.71 crypto/sha256 [2021-06-15T23:21:24.356Z] #46 56.31 encoding/pem [2021-06-15T23:21:24.356Z] #46 56.65 net [2021-06-15T23:21:24.356Z] #46 56.80 vendor/golang.org/x/crypto/internal/chacha20 [2021-06-15T23:21:24.356Z] #46 57.53 vendor/golang.org/x/crypto/poly1305 [2021-06-15T23:21:24.356Z] #46 57.76 vendor/golang.org/x/crypto/curve25519 [2021-06-15T23:21:24.356Z] #46 58.16 vendor/golang.org/x/crypto/chacha20poly1305 [2021-06-15T23:21:24.485Z] #20 31.50 Selecting previously unselected package jq. [2021-06-15T23:21:24.485Z] #20 31.51 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-15T23:21:24.485Z] #20 31.51 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-15T23:21:24.485Z] #20 31.59 Selecting previously unselected package libaio1:amd64. [2021-06-15T23:21:24.485Z] #20 31.59 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-06-15T23:21:24.485Z] #20 31.60 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-15T23:21:24.485Z] #20 31.66 Selecting previously unselected package libgpm2:amd64. [2021-06-15T23:21:24.485Z] #20 31.67 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-06-15T23:21:24.485Z] #20 31.67 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-15T23:21:24.619Z] #46 ... [2021-06-15T23:21:24.619Z] [2021-06-15T23:21:24.619Z] #52 [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-06-15T23:21:24.619Z] #52 sha256:f89feda30dfd88ac1573b637513df98f6c5d626b1abad17f1091043e75a99526 [2021-06-15T23:21:24.620Z] #52 58.41 golang.org/x/crypto/ssh/terminal [2021-06-15T23:21:24.744Z] #20 31.75 Selecting previously unselected package libicu63:amd64. [2021-06-15T23:21:24.744Z] #20 31.75 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-15T23:21:24.744Z] #20 31.77 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-15T23:21:24.884Z] #52 58.81 flag [2021-06-15T23:21:25.148Z] #52 58.81 github.com/pkg/diff [2021-06-15T23:21:25.148Z] #52 58.84 encoding/json [2021-06-15T23:21:25.266Z] #57 ... [2021-06-15T23:21:25.266Z] [2021-06-15T23:21:25.266Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:25.266Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:21:25.266Z] #13 87.57 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-15T23:21:25.266Z] #13 87.58 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-15T23:21:25.266Z] #13 87.59 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:25.528Z] #13 ... [2021-06-15T23:21:25.528Z] [2021-06-15T23:21:25.528Z] #52 [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-06-15T23:21:25.528Z] #52 sha256:1d84028f774f8e648486e02961c5ca32d499339fe746bf4a1ef21e00679614a4 [2021-06-15T23:21:25.528Z] #52 86.94 mvdan.cc/sh/v3/cmd/shfmt [2021-06-15T23:21:25.528Z] #52 DONE 93.3s [2021-06-15T23:21:25.528Z] [2021-06-15T23:21:25.528Z] #46 [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-06-15T23:21:25.528Z] #46 sha256:84122ad086a5fad57995806e429fd7c61ce5dc2cf05314b837e02911c6d103d7 [2021-06-15T23:21:25.528Z] #46 88.72 github.com/LK4D4/vndr/versioned [2021-06-15T23:21:25.528Z] #46 88.79 compress/flate [2021-06-15T23:21:25.528Z] #46 91.06 hash/crc32 [2021-06-15T23:21:25.528Z] #46 91.28 net [2021-06-15T23:21:25.528Z] #46 91.66 compress/gzip [2021-06-15T23:21:25.528Z] #46 92.15 vendor/golang.org/x/crypto/chacha20poly1305 [2021-06-15T23:21:25.528Z] #46 93.20 vendor/golang.org/x/text/transform [2021-06-15T23:21:25.698Z] + docker version [2021-06-15T23:21:26.308Z] #46 83.04 go/doc [2021-06-15T23:21:26.471Z] #46 94.16 vendor/golang.org/x/text/unicode/bidi [2021-06-15T23:21:26.547Z] #52 60.44 go/token [2021-06-15T23:21:26.563Z] #46 83.37 github.com/LK4D4/vndr/versioned [2021-06-15T23:21:26.563Z] #46 83.44 compress/flate [2021-06-15T23:21:26.563Z] #46 ... [2021-06-15T23:21:26.563Z] [2021-06-15T23:21:26.564Z] #57 [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-06-15T23:21:26.564Z] #57 sha256:aea9e5329cc2ede585e49b26115438e4ace5a2b62263ab62b734b8b6f019c9cc [2021-06-15T23:21:27.501Z] #52 61.20 mvdan.cc/editorconfig [2021-06-15T23:21:27.587Z] #57 41.80 Checking out files: 51% (2030/3928) Checking out files: 52% (2043/3928) Checking out files: 53% (2082/3928) Checking out files: 54% (2122/3928) Checking out files: 55% (2161/3928) Checking out files: 56% (2200/3928) Checking out files: 57% (2239/3928) Checking out files: 58% (2279/3928) Checking out files: 59% (2318/3928) Checking out files: 60% (2357/3928) Checking out files: 61% (2397/3928) Checking out files: 62% (2436/3928) Checking out files: 63% (2475/3928) Checking out files: 64% (2514/3928) Checking out files: 65% (2554/3928) Checking out files: 66% (2593/3928) Checking out files: 67% (2632/3928) Checking out files: 68% (2672/3928) Checking out files: 69% (2711/3928) Checking out files: 70% (2750/3928) Checking out files: 71% (2789/3928) Checking out files: 72% (2829/3928) Checking out files: 73% (2868/3928) Checking out files: 74% (2907/3928) Checking out files: 75% (2946/3928) Checking out files: 76% (2986/3928) Checking out files: 77% (3025/3928) Checking out files: 78% (3064/3928) Checking out files: 79% (3104/3928) Checking out files: 80% (3143/3928) Checking out files: 81% (3182/3928) Checking out files: 82% (3221/3928) Checking out files: 83% (3261/3928) Checking out files: 84% (3300/3928) Checking out files: 85% (3339/3928) Checking out files: 86% (3379/3928) Checking out files: 87% (3418/3928) Checking out files: 88% (3457/3928) Checking out files: 89% (3496/3928) Checking out files: 90% (3536/3928) Checking out files: 91% (3575/3928) Checking out files: 92% (3614/3928) Checking out files: 93% (3654/3928) Checking out files: 94% (3693/3928) Checking out files: 95% (3732/3928) Checking out files: 96% (3771/3928) Checking out files: 97% (3811/3928) Checking out files: 98% (3850/3928) Checking out files: 99% (3889/3928) Checking out files: 100% (3928/3928) Checking out files: 100% (3928/3928), done. [2021-06-15T23:21:27.587Z] #57 42.83 + cd /tmp/tmp.eDApppRXUb/src/github.com/containerd/containerd [2021-06-15T23:21:27.617Z] using credential docker-jenkins-github-credentials [2021-06-15T23:21:27.691Z] Cloning the remote Git repository [2021-06-15T23:21:27.691Z] Cloning with configured refspecs honoured and without tags [2021-06-15T23:21:27.843Z] #57 42.85 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-15T23:21:28.028Z] #20 34.77 Selecting previously unselected package libnet1:amd64. [2021-06-15T23:21:28.028Z] #20 34.77 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-15T23:21:28.028Z] #20 34.78 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:21:28.028Z] #20 34.86 Selecting previously unselected package libnl-3-200:amd64. [2021-06-15T23:21:28.028Z] #20 34.87 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-15T23:21:28.028Z] #20 34.88 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-15T23:21:28.028Z] #20 34.96 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-15T23:21:28.028Z] #20 34.96 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-15T23:21:28.028Z] #20 34.97 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-15T23:21:28.029Z] #20 35.02 Selecting previously unselected package libreadline5:amd64. [2021-06-15T23:21:28.029Z] #20 35.03 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-15T23:21:28.029Z] #20 35.03 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-15T23:21:28.029Z] #20 35.10 Selecting previously unselected package net-tools. [2021-06-15T23:21:28.029Z] #20 35.12 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-15T23:21:28.029Z] #20 35.12 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-15T23:21:28.081Z] #52 62.07 go/scanner [2021-06-15T23:21:28.287Z] #20 35.29 Selecting previously unselected package patch. [2021-06-15T23:21:28.287Z] #20 35.29 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-15T23:21:28.287Z] #20 35.30 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-15T23:21:28.287Z] #20 35.38 Selecting previously unselected package python-pip-whl. [2021-06-15T23:21:28.287Z] #20 35.39 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-15T23:21:28.287Z] #20 35.39 Unpacking python-pip-whl (18.1-5) ... [2021-06-15T23:21:28.311Z] #13 ... [2021-06-15T23:21:28.311Z] [2021-06-15T23:21:28.311Z] #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-06-15T23:21:28.311Z] #37 sha256:f8f1be211cf5b772445732ee47c760bec46840710bbee8b360bc0c3fbeb96b08 [2021-06-15T23:21:28.311Z] #37 8.392 -- Detecting C compile features - done [2021-06-15T23:21:28.311Z] #37 8.435 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-15T23:21:28.311Z] #37 8.755 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-15T23:21:28.311Z] #37 8.839 -- Configuring done [2021-06-15T23:21:28.311Z] #37 8.871 -- Generating done [2021-06-15T23:21:28.311Z] #37 8.872 -- Build files have been written to: /tmp/tmp.gsC8wpiam4/tini [2021-06-15T23:21:28.311Z] #37 8.885 + make tini-static [2021-06-15T23:21:28.311Z] #37 9.296 Scanning dependencies of target tini-static [2021-06-15T23:21:28.311Z] #37 9.390 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-15T23:21:28.311Z] #37 10.59 [100%] Linking C executable tini-static [2021-06-15T23:21:28.311Z] #37 11.15 [100%] Built target tini-static [2021-06-15T23:21:28.311Z] #37 11.21 + mkdir -p /build [2021-06-15T23:21:28.311Z] #37 11.21 + cp tini-static /build/docker-init [2021-06-15T23:21:28.386Z] #46 95.90 vendor/golang.org/x/text/secure/bidirule [2021-06-15T23:21:28.386Z] #46 96.15 vendor/golang.org/x/text/unicode/norm [2021-06-15T23:21:28.660Z] #52 62.39 mvdan.cc/sh/v3/syntax [2021-06-15T23:21:28.774Z] #57 43.87 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-15T23:21:28.774Z] #57 43.87 + BUILDTAGS='netgo osusergo static_build' [2021-06-15T23:21:28.774Z] #57 43.87 + export EXTRA_FLAGS=-buildmode=pie [2021-06-15T23:21:28.774Z] #57 43.87 + EXTRA_FLAGS=-buildmode=pie [2021-06-15T23:21:28.774Z] #57 43.87 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-15T23:21:28.774Z] #57 43.87 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-15T23:21:28.774Z] #57 43.87 + '[' '' = dynamic ']' [2021-06-15T23:21:28.774Z] #57 43.87 + make [2021-06-15T23:21:28.774Z] #57 ... [2021-06-15T23:21:28.774Z] [2021-06-15T23:21:28.774Z] #52 [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-06-15T23:21:28.774Z] #52 sha256:1ea7d50b8d9469b26d084ad4a397ddbd5644c447deae22a6ed65be0cbbe952c9 [2021-06-15T23:21:28.774Z] #52 75.68 mvdan.cc/editorconfig [2021-06-15T23:21:28.774Z] #52 76.74 mvdan.cc/sh/v3/fileutil [2021-06-15T23:21:28.774Z] #52 76.93 text/tabwriter [2021-06-15T23:21:28.774Z] #52 77.47 mvdan.cc/sh/v3/syntax [2021-06-15T23:21:28.774Z] #52 82.54 mvdan.cc/sh/v3/cmd/shfmt [2021-06-15T23:21:28.774Z] #52 ... [2021-06-15T23:21:28.774Z] [2021-06-15T23:21:28.774Z] #46 [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-06-15T23:21:28.774Z] #46 sha256:3b1c7f5cfbc0a9ea6843653612ad0fa7cb3b874bcd1cac48c88a44bdc56ef137 [2021-06-15T23:21:28.774Z] #46 85.82 hash/crc32 [2021-06-15T23:21:28.855Z] #20 35.88 Selecting previously unselected package python3-lib2to3. [2021-06-15T23:21:28.855Z] #20 35.90 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-15T23:21:28.855Z] #20 35.91 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-15T23:21:28.855Z] #20 35.99 Selecting previously unselected package python3-distutils. [2021-06-15T23:21:28.855Z] #20 36.00 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-15T23:21:28.855Z] #20 36.01 Unpacking python3-distutils (3.7.3-1) ... [2021-06-15T23:21:29.113Z] #20 36.13 Selecting previously unselected package python3-pip. [2021-06-15T23:21:29.113Z] #20 36.13 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-15T23:21:29.113Z] #20 36.14 Unpacking python3-pip (18.1-5) ... [2021-06-15T23:21:29.336Z] #46 86.23 github.com/LK4D4/vndr/build [2021-06-15T23:21:29.336Z] #46 86.31 compress/gzip [2021-06-15T23:21:27.881Z] Cloning repository https://github.com/moby/moby.git [2021-06-15T23:21:28.273Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-06-15T23:21:29.000Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-15T23:21:29.000Z] > git --version # timeout=10 [2021-06-15T23:21:29.047Z] > git --version # 'git version 2.24.1.windows.2' [2021-06-15T23:21:29.048Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:21:29.050Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42473/head:refs/remotes/origin/PR-42473 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:21:29.372Z] #20 36.28 Selecting previously unselected package python3-pkg-resources. [2021-06-15T23:21:29.372Z] #20 36.29 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-15T23:21:29.372Z] #20 36.30 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:21:29.372Z] #20 36.42 Selecting previously unselected package python3-setuptools. [2021-06-15T23:21:29.372Z] #20 36.43 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-15T23:21:29.372Z] #20 36.44 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-15T23:21:29.613Z] #52 ... [2021-06-15T23:21:29.613Z] [2021-06-15T23:21:29.613Z] #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-06-15T23:21:29.613Z] #29 sha256:49797c9b52ecd1901072094c81ba9e82c8c18f3aad7d14209dc461133be24f79 [2021-06-15T23:21:29.613Z] #29 24.01 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-15T23:21:29.613Z] #29 24.34 [2021-06-15T23:21:29.613Z] #29 24.56 0.0% ## 3.6% ##### 7.0% ####### 10.2% ######### 13.1% ############ 16.9% ############## 20.6% ################ 23.5% ################### 26.9% ###################### 31.9% ########################## 37.3% ############################## 43.0% ################################## 47.3% #################################### 51.1% ####################################### 54.6% ########################################## 58.7% ############################################# 62.9% ################################################ 66.9% ################################################### 71.6% ####################################################### 77.7% ########################################################### 83.0% ############################################################## 87.2% ################################################################### 93.4% ######################################################################## 100.0% [2021-06-15T23:21:29.613Z] #29 27.04 [2021-06-15T23:21:29.613Z] #29 28.19 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-15T23:21:29.613Z] #29 28.60 [2021-06-15T23:21:29.613Z] #29 28.81 ######################################################################## 100.0% [2021-06-15T23:21:29.613Z] #29 28.93 [2021-06-15T23:21:29.631Z] #20 36.62 Selecting previously unselected package python3-wheel. [2021-06-15T23:21:29.631Z] #20 36.62 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-15T23:21:29.631Z] #20 36.62 Unpacking python3-wheel (0.32.3-2) ... [2021-06-15T23:21:29.631Z] #20 36.70 Selecting previously unselected package sudo. [2021-06-15T23:21:29.631Z] #20 36.70 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-15T23:21:29.631Z] #20 36.71 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-15T23:21:29.631Z] #20 ... [2021-06-15T23:21:29.631Z] [2021-06-15T23:21:29.631Z] #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-06-15T23:21:29.631Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:21:29.631Z] #40 124.9 + dpkg --print-architecture [2021-06-15T23:21:29.631Z] #40 124.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-06-15T23:21:29.676Z] #37 DONE 12.6s [2021-06-15T23:21:29.676Z] [2021-06-15T23:21:29.676Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:29.676Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:21:29.676Z] #13 68.50 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-15T23:21:29.676Z] #13 68.51 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-15T23:21:29.676Z] #13 68.53 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:29.676Z] #13 ... [2021-06-15T23:21:29.676Z] [2021-06-15T23:21:29.676Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:29.676Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:21:29.676Z] #44 60.93 Setting up python3 (3.7.3-1) ... [2021-06-15T23:21:29.676Z] #44 61.64 Setting up python3-six (1.12.0-1) ... [2021-06-15T23:21:29.676Z] #44 62.83 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:21:29.676Z] #44 64.48 Setting up python3-protobuf (3.6.1.3-2) ... [2021-06-15T23:21:29.676Z] #44 67.79 Setting up criu (3.15-1) ... [2021-06-15T23:21:29.676Z] #44 70.36 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:21:29.676Z] #44 70.59 Processing triggers for mime-support (3.62) ... [2021-06-15T23:21:29.676Z] #44 ... [2021-06-15T23:21:29.676Z] [2021-06-15T23:21:29.676Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:29.676Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:21:29.676Z] #13 68.81 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-15T23:21:29.676Z] #13 68.81 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-15T23:21:29.676Z] #13 68.83 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:29.889Z] #40 125.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-06-15T23:21:29.932Z] #13 ... [2021-06-15T23:21:29.932Z] [2021-06-15T23:21:29.932Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:29.932Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-15T23:21:29.932Z] #44 DONE 71.3s [2021-06-15T23:21:30.147Z] #40 125.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-06-15T23:21:30.188Z] [2021-06-15T23:21:30.188Z] #46 [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-06-15T23:21:30.188Z] #46 sha256:d714264c259d4aa60fc9841e0c3ae420cfc4a206fa6c6fe53ccd261932d8bf14 [2021-06-15T23:21:30.188Z] #46 61.98 fmt [2021-06-15T23:21:30.188Z] #46 63.79 path/filepath [2021-06-15T23:21:30.188Z] #46 65.18 regexp [2021-06-15T23:21:30.188Z] #46 66.50 flag [2021-06-15T23:21:30.188Z] #46 67.99 go/token [2021-06-15T23:21:30.188Z] #46 68.79 internal/lazyregexp [2021-06-15T23:21:30.188Z] #46 68.90 go/scanner [2021-06-15T23:21:30.188Z] #46 69.16 path [2021-06-15T23:21:30.188Z] #46 69.62 io/ioutil [2021-06-15T23:21:30.188Z] #46 70.14 go/ast [2021-06-15T23:21:30.188Z] #46 70.20 net/url [2021-06-15T23:21:30.188Z] #46 71.51 text/template/parse [2021-06-15T23:21:30.263Z] #46 87.21 net [2021-06-15T23:21:30.564Z] #29 29.58 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-15T23:21:30.830Z] #29 30.10 [2021-06-15T23:21:31.095Z] #29 30.27 ######################################################################## 100.0% [2021-06-15T23:21:31.095Z] #29 30.37 [2021-06-15T23:21:31.095Z] #29 30.47 Download of images into '/build' complete. [2021-06-15T23:21:31.095Z] #29 30.47 Use something like the following to load the result into a Docker daemon: [2021-06-15T23:21:31.095Z] #29 30.47 tar -cC '/build' . | docker load [2021-06-15T23:21:31.649Z] #46 ... [2021-06-15T23:21:31.649Z] [2021-06-15T23:21:31.649Z] #52 [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-06-15T23:21:31.649Z] #52 sha256:1ea7d50b8d9469b26d084ad4a397ddbd5644c447deae22a6ed65be0cbbe952c9 [2021-06-15T23:21:31.649Z] #52 DONE 88.7s [2021-06-15T23:21:31.687Z] #46 99.50 vendor/golang.org/x/net/idna [2021-06-15T23:21:31.908Z] [2021-06-15T23:21:31.908Z] #57 [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-06-15T23:21:31.908Z] #57 sha256:aea9e5329cc2ede585e49b26115438e4ace5a2b62263ab62b734b8b6f019c9cc [2021-06-15T23:21:31.908Z] #57 45.26 + bin/ctr [2021-06-15T23:21:32.078Z] #46 73.72 go/parser [2021-06-15T23:21:33.470Z] Client: [2021-06-15T23:21:33.470Z] Version: 20.10.6 [2021-06-15T23:21:33.470Z] API version: 1.41 [2021-06-15T23:21:33.470Z] Go version: go1.16.3 [2021-06-15T23:21:33.470Z] Git commit: 370c289 [2021-06-15T23:21:33.470Z] Built: Fri Apr 9 22:49:36 2021 [2021-06-15T23:21:33.470Z] OS/Arch: windows/amd64 [2021-06-15T23:21:33.470Z] Context: default [2021-06-15T23:21:33.470Z] Experimental: true [2021-06-15T23:21:33.470Z] [2021-06-15T23:21:33.470Z] Server: Docker Engine - Community [2021-06-15T23:21:33.470Z] Engine: [2021-06-15T23:21:33.471Z] Version: 20.10.6 [2021-06-15T23:21:33.471Z] API version: 1.41 (minimum version 1.24) [2021-06-15T23:21:33.471Z] Go version: go1.13.15 [2021-06-15T23:21:33.471Z] Git commit: 8728dd2 [2021-06-15T23:21:33.471Z] Built: Fri Apr 9 22:45:40 2021 [2021-06-15T23:21:33.471Z] OS/Arch: windows/amd64 [2021-06-15T23:21:33.471Z] Experimental: true [Pipeline] sh [2021-06-15T23:21:33.601Z] #46 101.4 vendor/golang.org/x/net/http2/hpack [2021-06-15T23:21:34.373Z] + docker info [2021-06-15T23:21:34.544Z] #46 102.2 mime [2021-06-15T23:21:34.597Z] #46 75.85 text/template [2021-06-15T23:21:34.597Z] #46 ... [2021-06-15T23:21:34.597Z] [2021-06-15T23:21:34.597Z] #52 [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-06-15T23:21:34.597Z] #52 sha256:35b6a9299722162c9b875fb79f8644fa038d8a710876b65d1b4e0b27cb53ac67 [2021-06-15T23:21:34.597Z] #52 66.21 encoding/json [2021-06-15T23:21:34.597Z] #52 69.15 github.com/pkg/diff [2021-06-15T23:21:34.597Z] #52 70.59 go/ast [2021-06-15T23:21:34.597Z] #52 71.72 golang.org/x/crypto/ssh/terminal [2021-06-15T23:21:34.597Z] #52 73.01 mvdan.cc/editorconfig [2021-06-15T23:21:34.597Z] #52 73.97 mvdan.cc/sh/v3/fileutil [2021-06-15T23:21:34.597Z] #52 74.11 text/tabwriter [2021-06-15T23:21:34.597Z] #52 74.80 mvdan.cc/sh/v3/syntax [2021-06-15T23:21:35.344Z] #29 ... [2021-06-15T23:21:35.344Z] [2021-06-15T23:21:35.344Z] #46 [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-06-15T23:21:35.344Z] #46 sha256:0d9139b3099fc7381a4d518e6ab8e8e34bc9b8b437a0a7731cf12fe3817cb04d [2021-06-15T23:21:35.344Z] #46 58.85 os/exec [2021-06-15T23:21:35.344Z] #46 59.56 flag [2021-06-15T23:21:35.344Z] #46 59.56 go/token [2021-06-15T23:21:35.344Z] #46 60.95 go/scanner [2021-06-15T23:21:35.344Z] #46 61.54 net/url [2021-06-15T23:21:35.344Z] #46 62.77 text/template/parse [2021-06-15T23:21:35.344Z] #46 63.28 go/ast [2021-06-15T23:21:35.344Z] #46 65.34 log [2021-06-15T23:21:35.344Z] #46 66.05 encoding/json [2021-06-15T23:21:35.344Z] #46 68.03 text/template [2021-06-15T23:21:35.344Z] #46 ... [2021-06-15T23:21:35.344Z] [2021-06-15T23:21:35.344Z] #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-06-15T23:21:35.344Z] #37 sha256:e33b6fd92c80bc4d360a8af4d51b5d9c9da85b2d8abdf6995c86b7d728f5827e [2021-06-15T23:21:35.344Z] #37 7.568 -- Detecting C compile features - done [2021-06-15T23:21:35.344Z] #37 7.603 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-15T23:21:35.344Z] #37 8.009 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-15T23:21:35.344Z] #37 8.117 -- Configuring done [2021-06-15T23:21:35.344Z] #37 8.154 -- Generating done [2021-06-15T23:21:35.344Z] #37 8.165 -- Build files have been written to: /tmp/tmp.7YqTBwU7bx/tini [2021-06-15T23:21:35.344Z] #37 8.174 + make tini-static [2021-06-15T23:21:35.344Z] #37 8.730 Scanning dependencies of target tini-static [2021-06-15T23:21:35.344Z] #37 8.924 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-15T23:21:35.344Z] #37 10.88 [100%] Linking C executable tini-static [2021-06-15T23:21:35.344Z] #37 11.58 [100%] Built target tini-static [2021-06-15T23:21:35.344Z] #37 11.75 + mkdir -p /build [2021-06-15T23:21:35.344Z] #37 11.77 + cp tini-static /build/docker-init [2021-06-15T23:21:35.344Z] #37 DONE 16.4s [2021-06-15T23:21:35.344Z] [2021-06-15T23:21:35.344Z] #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-06-15T23:21:35.344Z] #29 sha256:49797c9b52ecd1901072094c81ba9e82c8c18f3aad7d14209dc461133be24f79 [2021-06-15T23:21:35.344Z] #29 DONE 34.7s [2021-06-15T23:21:35.344Z] [2021-06-15T23:21:35.344Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:35.344Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-15T23:21:35.344Z] #13 56.65 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-15T23:21:35.344Z] #13 56.65 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-15T23:21:35.344Z] #13 56.67 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-15T23:21:35.344Z] #13 64.57 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-15T23:21:35.344Z] #13 64.61 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-06-15T23:21:35.344Z] #13 65.08 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:35.344Z] #13 66.06 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-15T23:21:35.344Z] #13 66.08 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-06-15T23:21:35.344Z] #13 66.14 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:35.415Z] #40 ... [2021-06-15T23:21:35.415Z] [2021-06-15T23:21:35.415Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:21:35.415Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:21:35.415Z] #20 37.16 Selecting previously unselected package thin-provisioning-tools. [2021-06-15T23:21:35.415Z] #20 37.17 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-15T23:21:35.415Z] #20 37.17 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-15T23:21:35.415Z] #20 37.39 Selecting previously unselected package uidmap. [2021-06-15T23:21:35.415Z] #20 37.39 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-15T23:21:35.415Z] #20 37.40 Unpacking uidmap (1:4.5-1.1) ... [2021-06-15T23:21:35.415Z] #20 37.51 Selecting previously unselected package vim-runtime. [2021-06-15T23:21:35.415Z] #20 37.52 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-15T23:21:35.415Z] #20 37.55 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-06-15T23:21:35.415Z] #20 37.57 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-15T23:21:35.415Z] #20 37.58 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-15T23:21:35.415Z] #20 40.27 Selecting previously unselected package vim. [2021-06-15T23:21:35.415Z] #20 40.28 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-15T23:21:35.415Z] #20 40.30 Unpacking vim (2:8.1.0875-5) ... [2021-06-15T23:21:35.416Z] #20 40.77 Selecting previously unselected package xfsprogs. [2021-06-15T23:21:35.416Z] #20 40.77 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-15T23:21:35.416Z] #20 40.77 Unpacking xfsprogs (4.20.0-1) ... [2021-06-15T23:21:35.416Z] #20 41.22 Selecting previously unselected package zip. [2021-06-15T23:21:35.416Z] #20 41.23 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-06-15T23:21:35.416Z] #20 41.24 Unpacking zip (3.0-11+b1) ... [2021-06-15T23:21:35.416Z] #20 41.40 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-15T23:21:35.416Z] #20 41.43 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-15T23:21:35.416Z] #20 41.44 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-15T23:21:35.416Z] #20 41.45 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-15T23:21:35.416Z] #20 41.47 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-15T23:21:35.416Z] #20 41.48 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-15T23:21:35.416Z] #20 41.49 Setting up uidmap (1:4.5-1.1) ... [2021-06-15T23:21:35.416Z] #20 41.50 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-15T23:21:35.416Z] #20 41.51 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:21:35.416Z] #20 41.52 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-15T23:21:35.416Z] #20 41.54 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-15T23:21:35.416Z] #20 41.55 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-15T23:21:35.416Z] #20 41.56 Setting up xxd (2:8.1.0875-5) ... [2021-06-15T23:21:35.416Z] #20 41.57 Setting up zip (3.0-11+b1) ... [2021-06-15T23:21:35.416Z] #20 41.58 Setting up vim-common (2:8.1.0875-5) ... [2021-06-15T23:21:35.416Z] #20 41.62 Setting up bash-completion (1:2.8-6) ... [2021-06-15T23:21:35.531Z] #52 ... [2021-06-15T23:21:35.531Z] [2021-06-15T23:21:35.531Z] #46 [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-06-15T23:21:35.531Z] #46 sha256:d714264c259d4aa60fc9841e0c3ae420cfc4a206fa6c6fe53ccd261932d8bf14 [2021-06-15T23:21:35.531Z] #46 76.94 log [2021-06-15T23:21:35.788Z] #46 77.35 encoding/xml [2021-06-15T23:21:35.931Z] #46 103.7 mime/quotedprintable [2021-06-15T23:21:36.075Z] #57 ... [2021-06-15T23:21:36.075Z] [2021-06-15T23:21:36.075Z] #46 [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-06-15T23:21:36.075Z] #46 sha256:3b1c7f5cfbc0a9ea6843653612ad0fa7cb3b874bcd1cac48c88a44bdc56ef137 [2021-06-15T23:21:36.075Z] #46 89.41 vendor/golang.org/x/text/transform [2021-06-15T23:21:36.075Z] #46 90.03 vendor/golang.org/x/text/unicode/bidi [2021-06-15T23:21:36.075Z] #46 91.75 vendor/golang.org/x/text/secure/bidirule [2021-06-15T23:21:36.075Z] #46 91.91 vendor/golang.org/x/text/unicode/norm [2021-06-15T23:21:36.191Z] #46 103.9 net/http/internal [2021-06-15T23:21:36.297Z] #13 ... [2021-06-15T23:21:36.297Z] [2021-06-15T23:21:36.297Z] #46 [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-06-15T23:21:36.297Z] #46 sha256:0d9139b3099fc7381a4d518e6ab8e8e34bc9b8b437a0a7731cf12fe3817cb04d [2021-06-15T23:21:36.297Z] #46 69.99 go/parser [2021-06-15T23:21:36.561Z] #46 ... [2021-06-15T23:21:36.561Z] [2021-06-15T23:21:36.561Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:36.561Z] #44 sha256:425b1951e173ca94b0f90b31143f25f2e15c63ec12ef52085956aaeec72d95e9 [2021-06-15T23:21:36.561Z] #44 60.13 Setting up python3 (3.7.3-1) ... [2021-06-15T23:21:36.561Z] #44 61.19 Setting up python3-six (1.12.0-1) ... [2021-06-15T23:21:36.561Z] #44 62.71 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:21:36.561Z] #44 65.06 Setting up python3-protobuf (3.6.1.3-2) ... [2021-06-15T23:21:36.790Z] #20 43.90 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-15T23:21:36.790Z] #20 43.92 Setting up xz-utils (5.2.4-1) ... [2021-06-15T23:21:36.790Z] #20 43.93 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-15T23:21:36.790Z] #20 43.95 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-15T23:21:36.790Z] #20 43.96 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-15T23:21:36.790Z] #20 44.03 invoke-rc.d: could not determine current runlevel [2021-06-15T23:21:36.790Z] #20 44.03 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-15T23:21:36.790Z] #20 44.05 Setting up pigz (2.4-1) ... [2021-06-15T23:21:37.048Z] #20 44.08 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-15T23:21:37.048Z] #20 44.10 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-15T23:21:37.048Z] #20 44.13 Setting up python-pip-whl (18.1-5) ... [2021-06-15T23:21:37.048Z] #20 44.15 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-15T23:21:37.048Z] #20 44.16 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-15T23:21:37.525Z] #44 71.04 Setting up criu (3.15-1) ... [2021-06-15T23:21:37.569Z] #20 44.52 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-15T23:21:37.569Z] #20 44.53 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-15T23:21:37.569Z] #20 44.54 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:37.569Z] #20 44.56 Setting up vim (2:8.1.0875-5) ... [2021-06-15T23:21:37.569Z] #20 44.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-15T23:21:37.569Z] #20 44.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-15T23:21:37.569Z] #20 44.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-15T23:21:37.569Z] #20 44.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-15T23:21:37.569Z] #20 44.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-15T23:21:37.569Z] #20 44.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-15T23:21:37.569Z] #20 44.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-15T23:21:37.569Z] #20 44.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-15T23:21:37.569Z] #20 44.64 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-15T23:21:37.569Z] #20 44.65 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-15T23:21:37.569Z] #20 44.68 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-15T23:21:37.569Z] #20 44.70 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-15T23:21:37.569Z] #20 44.71 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-15T23:21:37.569Z] #20 44.73 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:21:38.476Z] #44 ... [2021-06-15T23:21:38.476Z] [2021-06-15T23:21:38.476Z] #57 [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-06-15T23:21:38.476Z] #57 sha256:7939ddf69b5cf2bc7c09409b45cdb5b307d28798461ccec0a2b3d50a8b99a70f [2021-06-15T23:21:38.594Z] #46 95.29 vendor/golang.org/x/net/idna [2021-06-15T23:21:39.494Z] #46 ... [2021-06-15T23:21:39.494Z] [2021-06-15T23:21:39.494Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:39.494Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:21:39.494Z] #13 101.6 Selecting previously unselected package libapparmor1:amd64. [2021-06-15T23:21:39.494Z] #13 101.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-15T23:21:39.494Z] #13 101.6 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-15T23:21:39.494Z] #13 101.7 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-15T23:21:39.494Z] #13 101.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-15T23:21:39.494Z] #13 101.8 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-15T23:21:39.494Z] #13 101.9 Selecting previously unselected package libbtrfs0. [2021-06-15T23:21:39.494Z] #13 101.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-15T23:21:39.494Z] #13 101.9 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-15T23:21:39.494Z] #13 102.0 Selecting previously unselected package libbtrfs-dev. [2021-06-15T23:21:39.494Z] #13 102.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-15T23:21:39.494Z] #13 102.0 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:21:39.494Z] #13 102.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-15T23:21:39.494Z] #13 102.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-15T23:21:39.494Z] #13 102.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-15T23:21:39.494Z] #13 102.3 Selecting previously unselected package libudev-dev:amd64. [2021-06-15T23:21:39.494Z] #13 102.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-15T23:21:39.494Z] #13 102.3 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-15T23:21:39.754Z] #13 102.5 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-15T23:21:39.754Z] #13 102.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-15T23:21:39.754Z] #13 102.5 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-15T23:21:39.796Z] #57 37.91 Checking out files: 50% (1972/3928) Checking out files: 51% (2004/3928) Checking out files: 52% (2043/3928) Checking out files: 53% (2082/3928) Checking out files: 54% (2122/3928) Checking out files: 55% (2161/3928) Checking out files: 56% (2200/3928) Checking out files: 57% (2239/3928) Checking out files: 58% (2279/3928) Checking out files: 59% (2318/3928) Checking out files: 60% (2357/3928) Checking out files: 61% (2397/3928) Checking out files: 62% (2436/3928) Checking out files: 63% (2475/3928) Checking out files: 64% (2514/3928) Checking out files: 65% (2554/3928) Checking out files: 66% (2593/3928) Checking out files: 67% (2632/3928) Checking out files: 68% (2672/3928) Checking out files: 69% (2711/3928) Checking out files: 70% (2750/3928) Checking out files: 71% (2789/3928) Checking out files: 72% (2829/3928) Checking out files: 73% (2868/3928) Checking out files: 74% (2907/3928) Checking out files: 75% (2946/3928) Checking out files: 76% (2986/3928) Checking out files: 77% (3025/3928) Checking out files: 78% (3064/3928) Checking out files: 79% (3104/3928) Checking out files: 80% (3143/3928) Checking out files: 81% (3182/3928) Checking out files: 82% (3221/3928) Checking out files: 83% (3261/3928) Checking out files: 84% (3300/3928) Checking out files: 85% (3339/3928) Checking out files: 86% (3379/3928) Checking out files: 87% (3418/3928) Checking out files: 88% (3457/3928) Checking out files: 89% (3496/3928) Checking out files: 90% (3536/3928) Checking out files: 91% (3575/3928) Checking out files: 92% (3614/3928) Checking out files: 92% (3627/3928) Checking out files: 93% (3654/3928) Checking out files: 94% (3693/3928) Checking out files: 95% (3732/3928) Checking out files: 96% (3771/3928) Checking out files: 97% (3811/3928) Checking out files: 98% (3850/3928) Checking out files: 99% (3889/3928) Checking out files: 100% (3928/3928) Checking out files: 100% (3928/3928), done. [2021-06-15T23:21:39.797Z] #57 39.32 + cd /tmp/tmp.QDevllWqxo/src/github.com/containerd/containerd [2021-06-15T23:21:39.797Z] #57 39.32 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-15T23:21:39.797Z] #57 ... [2021-06-15T23:21:39.797Z] [2021-06-15T23:21:39.797Z] #52 [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-06-15T23:21:39.797Z] #52 sha256:f89feda30dfd88ac1573b637513df98f6c5d626b1abad17f1091043e75a99526 [2021-06-15T23:21:39.797Z] #52 63.68 go/ast [2021-06-15T23:21:39.797Z] #52 69.81 mvdan.cc/sh/v3/cmd/shfmt [2021-06-15T23:21:39.960Z] #46 80.85 go/doc [2021-06-15T23:21:40.015Z] #13 102.8 Selecting previously unselected package libpcre16-3:amd64. [2021-06-15T23:21:40.015Z] #13 102.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-15T23:21:40.015Z] #13 102.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-15T23:21:40.061Z] #52 ... [2021-06-15T23:21:40.061Z] [2021-06-15T23:21:40.061Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:40.061Z] #44 sha256:425b1951e173ca94b0f90b31143f25f2e15c63ec12ef52085956aaeec72d95e9 [2021-06-15T23:21:40.061Z] #44 73.42 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:21:40.061Z] #44 73.57 Processing triggers for mime-support (3.62) ... [2021-06-15T23:21:40.100Z] #20 46.96 Setting up iptables (1.8.2-4) ... [2021-06-15T23:21:40.100Z] #20 46.99 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-15T23:21:40.100Z] #20 46.99 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-15T23:21:40.100Z] #20 47.00 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-15T23:21:40.100Z] #20 47.00 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-15T23:21:40.100Z] #20 47.01 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-15T23:21:40.100Z] #20 47.02 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-15T23:21:40.100Z] #20 47.02 Setting up python3 (3.7.3-1) ... [2021-06-15T23:21:40.276Z] #13 103.0 Selecting previously unselected package libpcre32-3:amd64. [2021-06-15T23:21:40.276Z] #13 103.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-15T23:21:40.276Z] #13 103.0 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-15T23:21:40.358Z] #20 47.45 Setting up python3-wheel (0.32.3-2) ... [2021-06-15T23:21:40.484Z] #46 97.25 vendor/golang.org/x/net/http2/hpack [2021-06-15T23:21:40.537Z] #13 103.2 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-15T23:21:40.537Z] #13 103.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-15T23:21:40.537Z] #13 103.2 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-15T23:21:40.537Z] #13 103.3 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-15T23:21:40.537Z] #13 103.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-15T23:21:40.537Z] #13 103.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-15T23:21:40.890Z] #46 82.48 github.com/LK4D4/vndr/versioned [2021-06-15T23:21:40.890Z] #46 82.57 compress/flate [2021-06-15T23:21:40.924Z] #20 48.10 Setting up apparmor (2.13.2-10) ... [2021-06-15T23:21:41.109Z] #13 103.7 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-15T23:21:41.109Z] #13 103.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-15T23:21:41.109Z] #13 103.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-15T23:21:41.109Z] #13 104.0 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-15T23:21:41.370Z] #13 104.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-15T23:21:41.370Z] #13 104.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-15T23:21:41.370Z] #13 104.1 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-15T23:21:41.370Z] #13 104.1 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-15T23:21:41.370Z] #13 104.1 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-15T23:21:41.370Z] #13 104.2 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-15T23:21:41.411Z] #46 98.26 mime [2021-06-15T23:21:41.458Z] #44 ... [2021-06-15T23:21:41.458Z] [2021-06-15T23:21:41.458Z] #52 [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-06-15T23:21:41.458Z] #52 sha256:f89feda30dfd88ac1573b637513df98f6c5d626b1abad17f1091043e75a99526 [2021-06-15T23:21:41.458Z] #52 DONE 75.1s [2021-06-15T23:21:41.458Z] [2021-06-15T23:21:41.458Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-15T23:21:41.458Z] #44 sha256:425b1951e173ca94b0f90b31143f25f2e15c63ec12ef52085956aaeec72d95e9 [2021-06-15T23:21:41.458Z] #44 DONE 74.9s [2021-06-15T23:21:41.458Z] [2021-06-15T23:21:41.458Z] #57 [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-06-15T23:21:41.458Z] #57 sha256:7939ddf69b5cf2bc7c09409b45cdb5b307d28798461ccec0a2b3d50a8b99a70f [2021-06-15T23:21:41.458Z] #57 40.17 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-15T23:21:41.458Z] #57 40.17 + BUILDTAGS='netgo osusergo static_build' [2021-06-15T23:21:41.458Z] #57 40.17 + export EXTRA_FLAGS=-buildmode=pie [2021-06-15T23:21:41.458Z] #57 40.17 + EXTRA_FLAGS=-buildmode=pie [2021-06-15T23:21:41.458Z] #57 40.17 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-15T23:21:41.458Z] #57 40.17 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-15T23:21:41.458Z] #57 40.17 + '[' '' = dynamic ']' [2021-06-15T23:21:41.458Z] #57 40.17 + make [2021-06-15T23:21:41.664Z] #13 104.2 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-15T23:21:41.664Z] #13 104.2 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-15T23:21:41.925Z] #13 104.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-15T23:21:41.925Z] #13 104.7 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-15T23:21:41.925Z] #13 104.8 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-15T23:21:42.186Z] #13 104.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-15T23:21:42.186Z] #13 104.8 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-15T23:21:42.186Z] #13 104.8 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-15T23:21:42.186Z] #13 104.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:42.186Z] #13 104.8 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-15T23:21:42.186Z] #13 104.8 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-15T23:21:42.186Z] #13 104.9 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-15T23:21:42.186Z] #13 104.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-15T23:21:42.186Z] #13 104.9 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:21:42.186Z] #13 104.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-15T23:21:42.186Z] #13 104.9 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-15T23:21:42.186Z] #13 105.0 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-15T23:21:42.186Z] #13 105.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-15T23:21:42.186Z] #13 105.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-15T23:21:42.186Z] #13 105.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:42.186Z] #13 105.0 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-06-15T23:21:42.186Z] #13 105.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-15T23:21:42.186Z] #13 105.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:42.186Z] #13 105.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-06-15T23:21:42.186Z] #13 105.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-06-15T23:21:42.186Z] #13 105.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-15T23:21:42.186Z] #13 105.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-15T23:21:42.186Z] #13 105.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-15T23:21:42.186Z] #13 105.1 Setting up dmsetup (2:1.02.155-3) ... [2021-06-15T23:21:42.261Z] #46 83.66 github.com/LK4D4/vndr/build [2021-06-15T23:21:42.447Z] #13 105.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-15T23:21:42.447Z] #13 105.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-15T23:21:42.447Z] #13 105.2 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:21:42.518Z] #46 ... [2021-06-15T23:21:42.518Z] [2021-06-15T23:21:42.518Z] #57 [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-06-15T23:21:42.518Z] #57 sha256:20ffadeb537acd375e5d1b3f59205a0663591d3f82a04a2a1300392fcb0f5938 [2021-06-15T23:21:42.776Z] #46 99.83 net/http/internal [2021-06-15T23:21:42.828Z] #20 49.73 Setting up xfsprogs (4.20.0-1) ... [2021-06-15T23:21:42.828Z] #20 49.75 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-15T23:21:43.087Z] #20 50.09 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:21:43.413Z] #57 42.59 + bin/ctr [2021-06-15T23:21:43.545Z] #57 42.83 Checking out files: 54% (2139/3928) Checking out files: 55% (2161/3928) Checking out files: 56% (2200/3928) Checking out files: 57% (2239/3928) Checking out files: 58% (2279/3928) Checking out files: 59% (2318/3928) Checking out files: 60% (2357/3928) Checking out files: 61% (2397/3928) Checking out files: 62% (2436/3928) Checking out files: 63% (2475/3928) Checking out files: 64% (2514/3928) Checking out files: 65% (2554/3928) Checking out files: 66% (2593/3928) Checking out files: 67% (2632/3928) Checking out files: 68% (2672/3928) Checking out files: 69% (2711/3928) Checking out files: 70% (2750/3928) Checking out files: 71% (2789/3928) Checking out files: 72% (2829/3928) Checking out files: 73% (2868/3928) Checking out files: 74% (2907/3928) Checking out files: 75% (2946/3928) Checking out files: 76% (2986/3928) Checking out files: 77% (3025/3928) Checking out files: 78% (3064/3928) Checking out files: 79% (3104/3928) Checking out files: 80% (3143/3928) Checking out files: 81% (3182/3928) Checking out files: 82% (3221/3928) Checking out files: 83% (3261/3928) Checking out files: 84% (3300/3928) Checking out files: 85% (3339/3928) Checking out files: 86% (3379/3928) Checking out files: 87% (3418/3928) Checking out files: 88% (3457/3928) Checking out files: 89% (3496/3928) Checking out files: 90% (3536/3928) Checking out files: 91% (3575/3928) Checking out files: 92% (3614/3928) Checking out files: 93% (3654/3928) Checking out files: 94% (3693/3928) Checking out files: 95% (3732/3928) Checking out files: 96% (3771/3928) Checking out files: 97% (3811/3928) Checking out files: 97% (3818/3928) Checking out files: 98% (3850/3928) Checking out files: 99% (3889/3928) Checking out files: 100% (3928/3928) Checking out files: 100% (3928/3928), done. [2021-06-15T23:21:43.545Z] #57 43.96 + cd /tmp/tmp.gHgYmugaV0/src/github.com/containerd/containerd [2021-06-15T23:21:43.545Z] #57 43.96 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-15T23:21:43.655Z] #20 50.85 Setting up python3-distutils (3.7.3-1) ... [2021-06-15T23:21:43.834Z] #13 DONE 106.8s [2021-06-15T23:21:43.834Z] [2021-06-15T23:21:43.834Z] #59 [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-06-15T23:21:43.834Z] #59 sha256:36d2a6ab3de1f94f6cc9c8fd26cb589b59a396b5fed72f6870c99bba5f7d98a2 [2021-06-15T23:21:43.834Z] #59 107.1 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-15T23:21:43.834Z] #59 107.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-15T23:21:44.223Z] #20 51.21 Setting up python3-setuptools (40.8.0-1) ... [2021-06-15T23:21:44.475Z] #57 44.78 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-15T23:21:44.475Z] #57 44.78 + BUILDTAGS='netgo osusergo static_build' [2021-06-15T23:21:44.475Z] #57 44.78 + export EXTRA_FLAGS=-buildmode=pie [2021-06-15T23:21:44.475Z] #57 44.78 + EXTRA_FLAGS=-buildmode=pie [2021-06-15T23:21:44.475Z] #57 44.78 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-15T23:21:44.475Z] #57 44.78 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-15T23:21:44.475Z] #57 44.78 + '[' '' = dynamic ']' [2021-06-15T23:21:44.475Z] #57 44.78 + make [2021-06-15T23:21:45.047Z] #57 ... [2021-06-15T23:21:45.047Z] [2021-06-15T23:21:45.047Z] #52 [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-06-15T23:21:45.047Z] #52 sha256:35b6a9299722162c9b875fb79f8644fa038d8a710876b65d1b4e0b27cb53ac67 [2021-06-15T23:21:45.047Z] #52 80.70 mvdan.cc/sh/v3/cmd/shfmt [2021-06-15T23:21:45.047Z] #52 DONE 86.5s [2021-06-15T23:21:45.047Z] [2021-06-15T23:21:45.047Z] #46 [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-06-15T23:21:45.047Z] #46 sha256:d714264c259d4aa60fc9841e0c3ae420cfc4a206fa6c6fe53ccd261932d8bf14 [2021-06-15T23:21:45.047Z] #46 85.00 hash/crc32 [2021-06-15T23:21:45.047Z] #46 85.60 compress/gzip [2021-06-15T23:21:45.047Z] #46 86.29 net [2021-06-15T23:21:45.047Z] #46 86.58 vendor/golang.org/x/crypto/chacha20poly1305 [2021-06-15T23:21:45.161Z] #20 52.18 Setting up python3-pip (18.1-5) ... [2021-06-15T23:21:45.221Z] #59 ... [2021-06-15T23:21:45.221Z] [2021-06-15T23:21:45.221Z] #54 [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-06-15T23:21:45.221Z] #54 sha256:a78e9f782fe3afba7fabf6e5105f6cec571f9a2ca823c6da8bf5a4543cd734dc [2021-06-15T23:21:45.295Z] #46 102.0 net/textproto [2021-06-15T23:21:45.295Z] #46 102.1 crypto/x509 [2021-06-15T23:21:45.483Z] #54 1.641 + RM_GOPATH=0 [2021-06-15T23:21:45.483Z] #54 1.641 + TMP_GOPATH= [2021-06-15T23:21:45.744Z] #54 1.642 + : /build [2021-06-15T23:21:45.744Z] #54 1.642 + '[' -z '' ']' [2021-06-15T23:21:45.744Z] #54 1.643 ++ mktemp -d [2021-06-15T23:21:45.744Z] #54 1.648 + export GOPATH=/tmp/tmp.qOJGU7QBwV [2021-06-15T23:21:45.744Z] #54 1.648 + GOPATH=/tmp/tmp.qOJGU7QBwV [2021-06-15T23:21:45.744Z] #54 1.649 + RM_GOPATH=1 [2021-06-15T23:21:45.744Z] #54 1.649 + case "$(go env GOARCH)" in [2021-06-15T23:21:45.744Z] #54 1.649 ++ go env GOARCH [2021-06-15T23:21:45.744Z] #54 1.666 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:21:45.744Z] #54 1.666 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:21:45.744Z] #54 1.667 ++ dirname /tmp/install/install.sh [2021-06-15T23:21:45.744Z] #54 1.668 + dir=/tmp/install [2021-06-15T23:21:45.744Z] #54 1.673 + bin=runc [2021-06-15T23:21:45.744Z] #54 1.673 + shift [2021-06-15T23:21:45.744Z] #54 1.674 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-15T23:21:45.744Z] #54 1.674 + . /tmp/install/runc.installer [2021-06-15T23:21:45.744Z] #54 1.676 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:21:45.744Z] #54 1.676 + install_runc [2021-06-15T23:21:45.744Z] #54 1.677 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-15T23:21:45.744Z] #54 1.678 + uname -r [2021-06-15T23:21:45.744Z] #54 1.687 + RUNC_BUILDTAGS='seccomp ' [2021-06-15T23:21:45.744Z] #54 1.690 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-06-15T23:21:45.744Z] #54 1.690 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-06-15T23:21:45.744Z] #54 1.691 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.qOJGU7QBwV/src/github.com/opencontainers/runc [2021-06-15T23:21:45.744Z] #54 1.696 Cloning into '/tmp/tmp.qOJGU7QBwV/src/github.com/opencontainers/runc'... [2021-06-15T23:21:45.744Z] #54 ... [2021-06-15T23:21:45.744Z] [2021-06-15T23:21:45.744Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-15T23:21:45.744Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-06-15T23:21:45.744Z] #14 DONE 1.8s [2021-06-15T23:21:46.005Z] [2021-06-15T23:21:46.005Z] #15 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-06-15T23:21:46.005Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-06-15T23:21:46.099Z] #20 53.06 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:21:46.099Z] #20 53.09 Processing triggers for mime-support (3.62) ... [2021-06-15T23:21:46.222Z] #46 ... [2021-06-15T23:21:46.222Z] [2021-06-15T23:21:46.222Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:46.222Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:21:46.222Z] #13 88.66 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-15T23:21:46.222Z] #13 88.66 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-15T23:21:46.222Z] #13 88.66 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:46.222Z] #13 ... [2021-06-15T23:21:46.222Z] [2021-06-15T23:21:46.222Z] #46 [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-06-15T23:21:46.222Z] #46 sha256:3b1c7f5cfbc0a9ea6843653612ad0fa7cb3b874bcd1cac48c88a44bdc56ef137 [2021-06-15T23:21:46.222Z] #46 103.1 vendor/golang.org/x/net/http/httpguts [2021-06-15T23:21:46.418Z] #46 87.76 vendor/golang.org/x/text/transform [2021-06-15T23:21:46.478Z] #46 103.3 vendor/golang.org/x/net/http/httpproxy [2021-06-15T23:21:46.737Z] Fetching without tags [2021-06-15T23:21:46.816Z] Client: [2021-06-15T23:21:46.816Z] Context: default [2021-06-15T23:21:46.816Z] Debug Mode: false [2021-06-15T23:21:46.816Z] Plugins: [2021-06-15T23:21:46.816Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-15T23:21:46.816Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-15T23:21:46.816Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-15T23:21:46.816Z] [2021-06-15T23:21:46.816Z] Server: [2021-06-15T23:21:46.816Z] Containers: 0 [2021-06-15T23:21:46.816Z] Running: 0 [2021-06-15T23:21:46.816Z] Paused: 0 [2021-06-15T23:21:46.816Z] Stopped: 0 [2021-06-15T23:21:46.816Z] Images: 0 [2021-06-15T23:21:46.816Z] Server Version: 20.10.6 [2021-06-15T23:21:46.816Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-15T23:21:46.816Z] Windows: [2021-06-15T23:21:46.816Z] LCOW: [2021-06-15T23:21:46.816Z] Logging Driver: json-file [2021-06-15T23:21:46.816Z] Plugins: [2021-06-15T23:21:46.816Z] Volume: local [2021-06-15T23:21:46.816Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-15T23:21:46.816Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-15T23:21:46.816Z] Swarm: inactive [2021-06-15T23:21:46.816Z] Default Isolation: process [2021-06-15T23:21:46.816Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-06-15T23:21:46.816Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879) [2021-06-15T23:21:46.816Z] OSType: windows [2021-06-15T23:21:46.816Z] Architecture: x86_64 [2021-06-15T23:21:46.816Z] CPUs: 4 [2021-06-15T23:21:46.816Z] Total Memory: 32GiB [2021-06-15T23:21:46.816Z] Name: azwin-2-d8feb0 [2021-06-15T23:21:46.816Z] ID: RLME:2MWS:TYGR:XP2V:HYXJ:JAQI:V4NR:BCD6:RTRS:BBVD:TZQ6:Q2X3 [2021-06-15T23:21:46.816Z] Docker Root Dir: D:\docker [2021-06-15T23:21:46.816Z] Debug Mode: false [2021-06-15T23:21:46.816Z] Registry: https://index.docker.io/v1/ [2021-06-15T23:21:46.816Z] Labels: [2021-06-15T23:21:46.816Z] Experimental: true [2021-06-15T23:21:46.816Z] Insecure Registries: [2021-06-15T23:21:46.816Z] 10.0.0.4:5000 [2021-06-15T23:21:46.816Z] 127.0.0.0/8 [2021-06-15T23:21:46.816Z] Registry Mirrors: [2021-06-15T23:21:46.816Z] http://10.0.0.4:5000/ [2021-06-15T23:21:46.816Z] Live Restore Enabled: false [2021-06-15T23:21:46.816Z] Product License: Community Engine [2021-06-15T23:21:46.816Z] [2021-06-15T23:21:46.950Z] #15 ... [2021-06-15T23:21:46.950Z] [2021-06-15T23:21:46.950Z] #59 [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-06-15T23:21:46.950Z] #59 sha256:36d2a6ab3de1f94f6cc9c8fd26cb589b59a396b5fed72f6870c99bba5f7d98a2 [2021-06-15T23:21:46.950Z] #59 DONE 114.8s [Pipeline] } [Pipeline] // stage [2021-06-15T23:21:46.983Z] #46 88.43 vendor/golang.org/x/text/unicode/bidi [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-06-15T23:21:47.038Z] #20 DONE 54.0s [2021-06-15T23:21:47.038Z] [2021-06-15T23:21:47.038Z] #21 [dev-systemd-false 8/25] 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-06-15T23:21:47.038Z] #21 sha256:a41b2e45fcae4ebc28cb31bce642a55e5472a13c32e0131897c460812419c062 [2021-06-15T23:21:47.040Z] #46 103.9 mime/multipart [2021-06-15T23:21:46.396Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-15T23:21:46.465Z] > git config --add remote.origin.fetch +refs/pull/42473/head:refs/remotes/origin/PR-42473 # timeout=10 [2021-06-15T23:21:46.519Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:21:46.647Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-15T23:21:46.772Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-15T23:21:46.773Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:21:46.774Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42473/head:refs/remotes/origin/PR-42473 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T23:21:47.222Z] [2021-06-15T23:21:47.222Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-15T23:21:47.222Z] #60 sha256:19ee18ff03eee9401ac8eac9b5b6e81248429578b40f53a0c29d6c32572876bf [2021-06-15T23:21:47.222Z] #60 DONE 0.1s [2021-06-15T23:21:47.222Z] [2021-06-15T23:21:47.222Z] #15 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-06-15T23:21:47.222Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-06-15T23:21:47.222Z] #15 DONE 1.4s [2021-06-15T23:21:47.222Z] [2021-06-15T23:21:47.222Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-15T23:21:47.222Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-06-15T23:21:47.222Z] #16 ... [2021-06-15T23:21:47.222Z] [2021-06-15T23:21:47.222Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-15T23:21:47.222Z] #61 sha256:6e5660f5c66f23e8a264b7b1fc3d326edccc413a57507f2f0604f52fe45b598a [2021-06-15T23:21:47.222Z] #61 DONE 0.2s [2021-06-15T23:21:47.484Z] [2021-06-15T23:21:47.484Z] #46 [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-06-15T23:21:47.484Z] #46 sha256:84122ad086a5fad57995806e429fd7c61ce5dc2cf05314b837e02911c6d103d7 [2021-06-15T23:21:47.484Z] #46 106.9 crypto/tls [2021-06-15T23:21:47.484Z] #46 112.8 net/http/httptrace [2021-06-15T23:21:47.484Z] #46 113.1 net/http [2021-06-15T23:21:47.492Z] Merging remotes/origin/master commit 5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 into PR head commit 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:21:47.975Z] #21 1.021 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-15T23:21:47.975Z] #21 1.024 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-15T23:21:47.975Z] #21 1.028 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-15T23:21:47.975Z] #21 DONE 1.1s [2021-06-15T23:21:47.975Z] [2021-06-15T23:21:47.975Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-15T23:21:47.975Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-15T23:21:48.353Z] #46 89.96 vendor/golang.org/x/text/secure/bidirule [2021-06-15T23:21:48.613Z] #46 90.26 vendor/golang.org/x/text/unicode/norm [2021-06-15T23:21:48.730Z] #57 ... [2021-06-15T23:21:48.730Z] [2021-06-15T23:21:48.730Z] #46 [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-06-15T23:21:48.730Z] #46 sha256:0d9139b3099fc7381a4d518e6ab8e8e34bc9b8b437a0a7731cf12fe3817cb04d [2021-06-15T23:21:48.730Z] #46 72.62 encoding/xml [2021-06-15T23:21:48.730Z] #46 74.87 go/doc [2021-06-15T23:21:48.730Z] #46 75.58 crypto/rand [2021-06-15T23:21:48.730Z] #46 78.01 encoding/asn1 [2021-06-15T23:21:48.730Z] #46 80.34 vendor/golang.org/x/crypto/cryptobyte [2021-06-15T23:21:48.730Z] #46 80.38 github.com/LK4D4/vndr/build [2021-06-15T23:21:48.730Z] #46 81.72 vendor/golang.org/x/text/unicode/norm [2021-06-15T23:21:48.730Z] #46 ... [2021-06-15T23:21:48.730Z] [2021-06-15T23:21:48.730Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:48.730Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-15T23:21:48.730Z] #13 80.04 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-15T23:21:48.730Z] #13 80.05 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-06-15T23:21:48.730Z] #13 80.07 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:48.874Z] #46 ... [2021-06-15T23:21:48.874Z] [2021-06-15T23:21:48.874Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-15T23:21:48.874Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-06-15T23:21:48.874Z] #16 1.643 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-15T23:21:48.874Z] #16 DONE 1.8s [2021-06-15T23:21:48.874Z] [2021-06-15T23:21:48.874Z] #50 [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-06-15T23:21:48.874Z] #50 sha256:c6047757b91b158ef0656a4f5c05ab50633ea7c2aaa6adc16ce9f8e5fb73c702 [2021-06-15T23:21:48.930Z] #46 105.6 crypto/tls [2021-06-15T23:21:49.135Z] #50 ... [2021-06-15T23:21:49.135Z] [2021-06-15T23:21:49.135Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-15T23:21:49.135Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-06-15T23:21:49.981Z] #46 ... [2021-06-15T23:21:49.981Z] [2021-06-15T23:21:49.981Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:49.981Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:21:49.981Z] #13 88.86 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-15T23:21:49.981Z] #13 88.86 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-15T23:21:49.981Z] #13 88.87 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:47.603Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T23:21:47.650Z] > git checkout -f 3eb125769899193cc8f255edf91fde4194625cb2 # timeout=10 [2021-06-15T23:21:51.108Z] #17 DONE 1.7s [2021-06-15T23:21:51.108Z] [2021-06-15T23:21:51.108Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-15T23:21:51.108Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-06-15T23:21:51.164Z] Merge succeeded, producing 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:21:51.164Z] Checking out Revision 3eb125769899193cc8f255edf91fde4194625cb2 (PR-42473) [2021-06-15T23:21:51.446Z] #46 ... [2021-06-15T23:21:51.446Z] [2021-06-15T23:21:51.446Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:51.446Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:21:51.446Z] #13 101.9 Selecting previously unselected package libapparmor1:amd64. [2021-06-15T23:21:51.446Z] #13 101.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-15T23:21:51.446Z] #13 101.9 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-15T23:21:51.446Z] #13 102.0 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-15T23:21:51.446Z] #13 102.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-15T23:21:51.446Z] #13 102.0 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-15T23:21:51.446Z] #13 102.2 Selecting previously unselected package libbtrfs0. [2021-06-15T23:21:51.446Z] #13 102.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-15T23:21:51.446Z] #13 102.2 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-15T23:21:51.446Z] #13 102.3 Selecting previously unselected package libbtrfs-dev. [2021-06-15T23:21:51.446Z] #13 102.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-15T23:21:51.446Z] #13 102.3 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:21:51.446Z] #13 102.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-15T23:21:51.446Z] #13 102.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-15T23:21:51.446Z] #13 102.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-15T23:21:51.446Z] #13 102.5 Selecting previously unselected package libudev-dev:amd64. [2021-06-15T23:21:51.446Z] #13 102.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-15T23:21:51.446Z] #13 102.5 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-15T23:21:51.446Z] #13 102.6 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-15T23:21:51.446Z] #13 102.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-15T23:21:51.446Z] #13 102.6 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-15T23:21:51.446Z] #13 102.9 Selecting previously unselected package libpcre16-3:amd64. [2021-06-15T23:21:51.446Z] #13 102.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-15T23:21:51.446Z] #13 102.9 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-15T23:21:51.446Z] #13 103.1 Selecting previously unselected package libpcre32-3:amd64. [2021-06-15T23:21:51.446Z] #13 103.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-15T23:21:51.446Z] #13 103.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-15T23:21:51.446Z] #13 103.3 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-15T23:21:51.446Z] #13 103.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-15T23:21:51.446Z] #13 103.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-15T23:21:51.446Z] #13 103.4 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-15T23:21:51.446Z] #13 103.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-15T23:21:51.446Z] #13 103.4 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-15T23:21:51.446Z] #13 103.8 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-15T23:21:51.446Z] #13 103.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-15T23:21:51.446Z] #13 103.8 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-15T23:21:51.446Z] #13 104.0 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-15T23:21:51.446Z] #13 104.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-15T23:21:51.446Z] #13 104.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-15T23:21:51.446Z] #13 104.1 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-15T23:21:51.446Z] #13 104.1 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-15T23:21:51.446Z] #13 104.1 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-15T23:21:51.702Z] #13 104.2 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-15T23:21:51.702Z] #13 104.2 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-15T23:21:51.702Z] #13 104.2 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-15T23:21:51.958Z] #13 104.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-15T23:21:51.958Z] #13 104.7 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-15T23:21:51.958Z] #13 104.8 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-15T23:21:52.077Z] #18 DONE 1.2s [2021-06-15T23:21:52.077Z] [2021-06-15T23:21:52.077Z] #54 [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-06-15T23:21:52.077Z] #54 sha256:a78e9f782fe3afba7fabf6e5105f6cec571f9a2ca823c6da8bf5a4543cd734dc [2021-06-15T23:21:52.077Z] #54 ... [2021-06-15T23:21:52.077Z] [2021-06-15T23:21:52.077Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-15T23:21:52.077Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-06-15T23:21:52.214Z] #13 104.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-15T23:21:52.214Z] #13 104.8 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-15T23:21:52.214Z] #13 104.8 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-15T23:21:52.214Z] #13 104.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:52.214Z] #13 104.9 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-15T23:21:52.214Z] #13 104.9 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-15T23:21:52.214Z] #13 104.9 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-15T23:21:52.214Z] #13 104.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-15T23:21:52.214Z] #13 104.9 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:21:52.214Z] #13 104.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-15T23:21:52.214Z] #13 105.0 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-15T23:21:52.214Z] #13 105.0 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-15T23:21:52.214Z] #13 105.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-15T23:21:52.214Z] #13 105.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-15T23:21:52.471Z] #13 105.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:52.471Z] #13 105.0 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-06-15T23:21:52.471Z] #13 105.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-15T23:21:52.471Z] #13 105.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:21:52.471Z] #13 105.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-06-15T23:21:52.471Z] #13 105.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-06-15T23:21:52.471Z] #13 105.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-15T23:21:52.471Z] #13 105.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-15T23:21:52.471Z] #13 105.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-15T23:21:52.471Z] #13 105.1 Setting up dmsetup (2:1.02.155-3) ... [2021-06-15T23:21:52.471Z] #13 105.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-15T23:21:52.471Z] #13 105.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-15T23:21:52.471Z] #13 105.1 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:21:53.021Z] #19 DONE 1.2s [2021-06-15T23:21:53.021Z] [2021-06-15T23:21:53.021Z] #54 [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-06-15T23:21:53.021Z] #54 sha256:a78e9f782fe3afba7fabf6e5105f6cec571f9a2ca823c6da8bf5a4543cd734dc [2021-06-15T23:21:53.248Z] #22 4.422 Collecting yamllint==1.26.1 [2021-06-15T23:21:53.283Z] #54 ... [2021-06-15T23:21:53.283Z] [2021-06-15T23:21:53.283Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:21:53.283Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:21:50.781Z] > git remote # timeout=10 [2021-06-15T23:21:50.853Z] > git config --get remote.origin.url # timeout=10 [2021-06-15T23:21:50.902Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-15T23:21:50.904Z] > git merge 5e62ca1a05f2aab49066d91c9070cb7dc7ad2461 # timeout=10 [2021-06-15T23:21:51.065Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-06-15T23:21:51.198Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T23:21:51.241Z] > git checkout -f 3eb125769899193cc8f255edf91fde4194625cb2 # timeout=10 [2021-06-15T23:21:54.361Z] #13 DONE 106.9s [2021-06-15T23:21:54.361Z] [2021-06-15T23:21:54.361Z] #46 [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-06-15T23:21:54.361Z] #46 sha256:3b1c7f5cfbc0a9ea6843653612ad0fa7cb3b874bcd1cac48c88a44bdc56ef137 [2021-06-15T23:21:54.361Z] #46 110.9 net/http/httptrace [2021-06-15T23:21:54.361Z] #46 111.2 net/http [2021-06-15T23:21:54.626Z] #22 ... [2021-06-15T23:21:54.626Z] [2021-06-15T23:21:54.626Z] #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-06-15T23:21:54.626Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:21:54.626Z] #40 DONE 150.0s [2021-06-15T23:21:54.669Z] #20 1.514 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-15T23:21:54.669Z] #20 1.607 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:21:54.885Z] [2021-06-15T23:21:54.885Z] #54 [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-06-15T23:21:54.885Z] #54 sha256:8183d613234639dfb70ff82f6a35f1583188516a580fcb2790e27e454267478f [2021-06-15T23:21:54.929Z] #20 1.623 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:21:54.929Z] #20 1.631 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:21:55.189Z] #20 2.099 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-15T23:21:55.348Z] #13 ... [2021-06-15T23:21:55.348Z] [2021-06-15T23:21:55.348Z] #59 [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-06-15T23:21:55.348Z] #59 sha256:3e678b40c6b8137f39073e9daba98cc97fc08f32c0e40a111550b213d61c573d [2021-06-15T23:21:55.348Z] #59 88.86 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-15T23:21:55.348Z] #59 88.86 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-15T23:21:56.132Z] #20 3.021 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:21:56.252Z] #46 ... [2021-06-15T23:21:56.252Z] [2021-06-15T23:21:56.252Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-15T23:21:56.252Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-06-15T23:21:56.252Z] #14 DONE 1.6s [2021-06-15T23:21:56.252Z] [2021-06-15T23:21:56.252Z] #54 [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-06-15T23:21:56.252Z] #54 sha256:8b9193cf4d34ec562e84de7349b48132e9984445f828dc08acd527f75558c93e [2021-06-15T23:21:56.252Z] #54 1.604 + RM_GOPATH=0 [2021-06-15T23:21:56.252Z] #54 1.604 + TMP_GOPATH= [2021-06-15T23:21:56.252Z] #54 1.604 + : /build [2021-06-15T23:21:56.252Z] #54 1.604 + '[' -z '' ']' [2021-06-15T23:21:56.252Z] #54 1.604 ++ mktemp -d [2021-06-15T23:21:56.252Z] #54 1.606 + export GOPATH=/tmp/tmp.W8uLDV6cmS [2021-06-15T23:21:56.252Z] #54 1.606 + GOPATH=/tmp/tmp.W8uLDV6cmS [2021-06-15T23:21:56.252Z] #54 1.606 + RM_GOPATH=1 [2021-06-15T23:21:56.252Z] #54 1.607 + case "$(go env GOARCH)" in [2021-06-15T23:21:56.252Z] #54 1.607 ++ go env GOARCH [2021-06-15T23:21:56.252Z] #54 1.657 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:21:56.252Z] #54 1.657 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:21:56.252Z] #54 1.657 ++ dirname /tmp/install/install.sh [2021-06-15T23:21:56.252Z] #54 1.657 + dir=/tmp/install [2021-06-15T23:21:56.252Z] #54 1.657 + bin=runc [2021-06-15T23:21:56.252Z] #54 1.657 + shift [2021-06-15T23:21:56.252Z] #54 1.657 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-15T23:21:56.252Z] #54 1.657 + . /tmp/install/runc.installer [2021-06-15T23:21:56.252Z] #54 1.657 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:21:56.252Z] #54 1.657 + install_runc [2021-06-15T23:21:56.252Z] #54 1.657 + uname -r [2021-06-15T23:21:56.252Z] #54 1.657 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-15T23:21:56.252Z] #54 1.683 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-06-15T23:21:56.252Z] #54 1.684 + RUNC_BUILDTAGS='seccomp ' [2021-06-15T23:21:56.252Z] #54 1.684 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-06-15T23:21:56.252Z] #54 1.684 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.W8uLDV6cmS/src/github.com/opencontainers/runc [2021-06-15T23:21:56.252Z] #54 1.684 Cloning into '/tmp/tmp.W8uLDV6cmS/src/github.com/opencontainers/runc'... [2021-06-15T23:21:56.524Z] #13 ... [2021-06-15T23:21:56.524Z] [2021-06-15T23:21:56.524Z] #57 [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-06-15T23:21:56.524Z] #57 sha256:20ffadeb537acd375e5d1b3f59205a0663591d3f82a04a2a1300392fcb0f5938 [2021-06-15T23:21:56.524Z] #57 46.28 + bin/ctr [2021-06-15T23:21:56.524Z] #57 ... [2021-06-15T23:21:56.524Z] [2021-06-15T23:21:56.524Z] #46 [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-06-15T23:21:56.524Z] #46 sha256:d714264c259d4aa60fc9841e0c3ae420cfc4a206fa6c6fe53ccd261932d8bf14 [2021-06-15T23:21:56.524Z] #46 93.68 vendor/golang.org/x/net/idna [2021-06-15T23:21:56.524Z] #46 95.67 vendor/golang.org/x/net/http2/hpack [2021-06-15T23:21:56.524Z] #46 96.60 mime [2021-06-15T23:21:56.782Z] #46 98.23 mime/quotedprintable [2021-06-15T23:21:56.782Z] #46 98.47 net/http/internal [2021-06-15T23:21:57.077Z] #20 3.837 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:21:57.187Z] #54 ... [2021-06-15T23:21:57.187Z] [2021-06-15T23:21:57.187Z] #15 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-06-15T23:21:57.187Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-06-15T23:21:57.187Z] #15 DONE 1.3s [2021-06-15T23:21:57.187Z] [2021-06-15T23:21:57.187Z] #59 [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-06-15T23:21:57.187Z] #59 sha256:ec6e29f6bae1323118d5a4971400d8977d206bff2ccc7a17ed51096f4589f311 [2021-06-15T23:21:57.187Z] #59 106.3 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-15T23:21:57.187Z] #59 106.3 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-15T23:21:57.187Z] #59 DONE 114.0s [2021-06-15T23:21:57.187Z] [2021-06-15T23:21:57.187Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-15T23:21:57.187Z] #60 sha256:6ebfda768bcb3b09086147da1c12ddbdc79577427da034f91a4f6ce755dbe4b8 [2021-06-15T23:21:57.445Z] #60 DONE 0.2s [2021-06-15T23:21:57.445Z] [2021-06-15T23:21:57.445Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-15T23:21:57.445Z] #61 sha256:d6a64a64ee521ec26e47c7daeec426168ccfea176e6a96d8e49ec6f1cd01972f [2021-06-15T23:21:57.445Z] #61 DONE 0.1s [2021-06-15T23:21:57.445Z] [2021-06-15T23:21:57.445Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-15T23:21:57.445Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-06-15T23:21:58.210Z] #54 ... [2021-06-15T23:21:58.210Z] [2021-06-15T23:21:58.210Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-15T23:21:58.210Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-15T23:21:58.210Z] #22 9.787 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-15T23:21:58.463Z] #20 5.221 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:21:58.480Z] #22 10.63 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-15T23:21:58.480Z] #22 10.67 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-15T23:21:58.752Z] #22 10.74 Collecting pyyaml (from yamllint==1.26.1) [2021-06-15T23:21:58.752Z] #22 10.91 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-15T23:21:58.812Z] #16 1.697 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-15T23:21:59.020Z] #22 11.11 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-15T23:21:59.068Z] #16 DONE 1.8s [2021-06-15T23:21:59.068Z] [2021-06-15T23:21:59.068Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-15T23:21:59.068Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-06-15T23:21:59.277Z] #22 11.12 Building wheels for collected packages: yamllint [2021-06-15T23:21:59.277Z] #22 11.12 Running setup.py bdist_wheel for yamllint: started [2021-06-15T23:21:59.596Z] #59 ... [2021-06-15T23:21:59.596Z] [2021-06-15T23:21:59.596Z] #46 [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-06-15T23:21:59.596Z] #46 sha256:0d9139b3099fc7381a4d518e6ab8e8e34bc9b8b437a0a7731cf12fe3817cb04d [2021-06-15T23:21:59.596Z] #46 83.41 mime [2021-06-15T23:21:59.596Z] #46 85.77 vendor/golang.org/x/net/idna [2021-06-15T23:21:59.596Z] #46 88.77 net/textproto [2021-06-15T23:21:59.596Z] #46 88.78 vendor/golang.org/x/net/http/httpproxy [2021-06-15T23:21:59.596Z] #46 88.79 crypto/x509 [2021-06-15T23:21:59.596Z] #46 89.88 vendor/golang.org/x/net/http/httpguts [2021-06-15T23:21:59.596Z] #46 89.88 mime/multipart [2021-06-15T23:21:59.596Z] #46 91.79 crypto/tls [2021-06-15T23:21:59.843Z] #22 11.88 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-15T23:21:59.843Z] #22 11.88 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-15T23:21:59.843Z] #22 11.91 Successfully built yamllint [2021-06-15T23:21:59.843Z] #22 11.94 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-15T23:21:59.849Z] #20 ... [2021-06-15T23:21:59.849Z] [2021-06-15T23:21:59.849Z] #54 [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-06-15T23:21:59.849Z] #54 sha256:a78e9f782fe3afba7fabf6e5105f6cec571f9a2ca823c6da8bf5a4543cd734dc [2021-06-15T23:21:59.849Z] #54 13.25 + cd /tmp/tmp.qOJGU7QBwV/src/github.com/opencontainers/runc [2021-06-15T23:21:59.849Z] #54 13.26 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:21:59.849Z] #54 13.45 + '[' -z '' ']' [2021-06-15T23:21:59.849Z] #54 13.46 + target=static [2021-06-15T23:21:59.849Z] #54 13.46 + make 'BUILDTAGS=seccomp ' static [2021-06-15T23:21:59.849Z] #54 13.77 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-06-15T23:21:59.860Z] #46 ... [2021-06-15T23:21:59.860Z] [2021-06-15T23:21:59.860Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:21:59.860Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-15T23:21:59.860Z] #13 89.13 Selecting previously unselected package libapparmor1:arm64. [2021-06-15T23:21:59.861Z] #13 89.15 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2021-06-15T23:21:59.861Z] #13 89.16 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2021-06-15T23:21:59.861Z] #13 89.31 Selecting previously unselected package libapparmor-dev:arm64. [2021-06-15T23:21:59.861Z] #13 89.32 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2021-06-15T23:21:59.861Z] #13 89.34 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2021-06-15T23:21:59.861Z] #13 89.50 Selecting previously unselected package libbtrfs0. [2021-06-15T23:21:59.861Z] #13 89.50 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2021-06-15T23:21:59.861Z] #13 89.51 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-15T23:21:59.861Z] #13 89.62 Selecting previously unselected package libbtrfs-dev. [2021-06-15T23:21:59.861Z] #13 89.62 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-06-15T23:21:59.861Z] #13 89.65 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:21:59.861Z] #13 89.82 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-06-15T23:21:59.861Z] #13 89.82 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-06-15T23:21:59.861Z] #13 89.83 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-06-15T23:21:59.861Z] #13 89.95 Selecting previously unselected package libudev-dev:arm64. [2021-06-15T23:21:59.861Z] #13 89.95 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_arm64.deb ... [2021-06-15T23:21:59.861Z] #13 89.99 Unpacking libudev-dev:arm64 (241-7~deb10u7) ... [2021-06-15T23:21:59.861Z] #13 90.21 Selecting previously unselected package libsepol1-dev:arm64. [2021-06-15T23:21:59.861Z] #13 90.21 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2021-06-15T23:21:59.861Z] #13 90.23 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2021-06-15T23:21:59.861Z] #13 90.50 Selecting previously unselected package libpcre16-3:arm64. [2021-06-15T23:21:59.861Z] #13 90.50 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2021-06-15T23:21:59.861Z] #13 90.53 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2021-06-15T23:21:59.861Z] #13 90.66 Selecting previously unselected package libpcre32-3:arm64. [2021-06-15T23:21:59.861Z] #13 90.67 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2021-06-15T23:21:59.861Z] #13 90.68 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2021-06-15T23:21:59.861Z] #13 90.84 Selecting previously unselected package libpcrecpp0v5:arm64. [2021-06-15T23:21:59.861Z] #13 90.85 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2021-06-15T23:21:59.861Z] #13 90.86 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-06-15T23:21:59.861Z] #13 90.98 Selecting previously unselected package libpcre3-dev:arm64. [2021-06-15T23:21:59.861Z] #13 91.00 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2021-06-15T23:21:59.861Z] #13 91.08 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2021-06-15T23:22:00.054Z] #46 101.6 crypto/tls [2021-06-15T23:22:00.101Z] #22 12.20 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-15T23:22:00.124Z] #13 91.47 Selecting previously unselected package libselinux1-dev:arm64. [2021-06-15T23:22:00.125Z] #13 91.47 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2021-06-15T23:22:00.360Z] #22 DONE 12.4s [2021-06-15T23:22:00.360Z] [2021-06-15T23:22:00.360Z] #57 [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-06-15T23:22:00.360Z] #57 sha256:5060fcff4ed2800893d8eb1f81cc7603f3534acd07374a6dc7da8be564620cbf [2021-06-15T23:22:00.360Z] #57 ... [2021-06-15T23:22:00.360Z] [2021-06-15T23:22:00.360Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-15T23:22:00.360Z] #25 sha256:2a5f9d97b5d64ec00447cc9f184928b7444da7cded3e843c82555072b83baa06 [2021-06-15T23:22:00.389Z] #13 91.51 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2021-06-15T23:22:00.436Z] #17 DONE 1.5s [2021-06-15T23:22:00.436Z] [2021-06-15T23:22:00.436Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-15T23:22:00.436Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-06-15T23:22:00.928Z] #25 DONE 0.3s [2021-06-15T23:22:00.928Z] [2021-06-15T23:22:00.928Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-15T23:22:00.928Z] #30 sha256:652b3f14c2c5a452307493e40c8342a65abd63e4c66a8f431cee015c4e48a5be [2021-06-15T23:22:01.805Z] #18 DONE 1.2s [2021-06-15T23:22:01.806Z] [2021-06-15T23:22:01.806Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-15T23:22:01.806Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-06-15T23:22:02.361Z] #13 93.17 Selecting previously unselected package libdevmapper-dev:arm64. [2021-06-15T23:22:02.361Z] #13 93.17 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2021-06-15T23:22:02.361Z] #13 93.62 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-06-15T23:22:02.404Z] Commit message: "revendor BuildKit (master branch)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-15T23:22:03.173Z] #19 DONE 1.2s [2021-06-15T23:22:03.173Z] [2021-06-15T23:22:03.173Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:22:03.173Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:22:03.334Z] #46 ... [2021-06-15T23:22:03.334Z] [2021-06-15T23:22:03.334Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:22:03.334Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-15T23:22:03.334Z] #13 102.3 Selecting previously unselected package libapparmor1:amd64. [2021-06-15T23:22:03.334Z] #13 102.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-15T23:22:03.334Z] #13 102.3 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-15T23:22:03.334Z] #13 102.4 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-15T23:22:03.334Z] #13 102.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-15T23:22:03.334Z] #13 102.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-15T23:22:03.591Z] #13 102.5 Selecting previously unselected package libbtrfs0. [2021-06-15T23:22:03.591Z] #13 102.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-15T23:22:03.591Z] #13 102.5 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-15T23:22:03.591Z] #13 102.6 Selecting previously unselected package libbtrfs-dev. [2021-06-15T23:22:03.591Z] #13 102.6 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-15T23:22:03.591Z] #13 102.6 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:22:03.591Z] #13 102.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-15T23:22:03.759Z] #13 94.84 Selecting previously unselected package libseccomp-dev:arm64. [2021-06-15T23:22:03.759Z] #13 94.84 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_arm64.deb ... [2021-06-15T23:22:03.759Z] #13 ... [2021-06-15T23:22:03.759Z] [2021-06-15T23:22:03.759Z] #59 [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-06-15T23:22:03.759Z] #59 sha256:3e678b40c6b8137f39073e9daba98cc97fc08f32c0e40a111550b213d61c573d [2021-06-15T23:22:03.759Z] #59 DONE 97.6s [2021-06-15T23:22:03.759Z] [2021-06-15T23:22:03.759Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:22:03.759Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-15T23:22:03.759Z] #13 94.99 Unpacking libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ... [2021-06-15T23:22:03.759Z] #13 ... [2021-06-15T23:22:03.759Z] [2021-06-15T23:22:03.759Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-15T23:22:03.759Z] #60 sha256:3641002f3257f1528d8233ed2eba96c8609ab389dbdeda9191ffc99f928a5a87 [2021-06-15T23:22:03.859Z] #13 102.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-15T23:22:03.859Z] #13 102.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-15T23:22:03.859Z] #13 102.8 Selecting previously unselected package libudev-dev:amd64. [2021-06-15T23:22:03.859Z] #13 102.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-15T23:22:03.859Z] #13 102.9 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-15T23:22:04.024Z] #60 DONE 0.1s [2021-06-15T23:22:04.024Z] [2021-06-15T23:22:04.024Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:22:04.024Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-15T23:22:04.024Z] #13 95.24 Selecting previously unselected package libsystemd-dev:arm64.#13 ... [2021-06-15T23:22:04.024Z] [2021-06-15T23:22:04.024Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-15T23:22:04.024Z] #61 sha256:d4b4c0ad023288e05539feee76176f4368657bb9a9bf1a063ab736d2483f9ad7 [2021-06-15T23:22:04.024Z] #61 DONE 0.1s [2021-06-15T23:22:04.024Z] [2021-06-15T23:22:04.024Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-15T23:22:04.024Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-15T23:22:04.024Z] #13 95.24 Selecting previously unselected package libsystemd-dev:arm64. [2021-06-15T23:22:04.024Z] #13 95.25 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_arm64.deb ... [2021-06-15T23:22:04.024Z] #13 95.25 Unpacking libsystemd-dev:arm64 (241-7~deb10u7) ... [2021-06-15T23:22:04.056Z] #54 ... [2021-06-15T23:22:04.056Z] [2021-06-15T23:22:04.056Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:22:04.056Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:22:04.056Z] #20 10.14 Fetched 8974 kB in 9s (1013 kB/s) [2021-06-15T23:22:04.115Z] #13 103.1 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-15T23:22:04.115Z] #13 103.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-15T23:22:04.115Z] #13 103.1 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-15T23:22:04.542Z] #20 1.370 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-15T23:22:04.542Z] #20 1.371 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:22:04.542Z] #20 1.394 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:22:04.542Z] #20 1.563 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:22:04.612Z] #13 95.83 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-06-15T23:22:04.612Z] #13 95.85 Setting up libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ... [2021-06-15T23:22:04.612Z] #13 95.91 Setting up libapparmor1:arm64 (2.13.2-10) ... [2021-06-15T23:22:04.612Z] #13 95.92 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-15T23:22:04.612Z] #13 95.93 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2021-06-15T23:22:04.612Z] #13 95.95 Setting up libsepol1-dev:arm64 (2.8-1) ... [2021-06-15T23:22:04.612Z] #13 95.96 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:22:04.612Z] #13 95.97 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-15T23:22:04.612Z] #13 95.98 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2021-06-15T23:22:04.612Z] #13 95.99 Setting up libudev-dev:arm64 (241-7~deb10u7) ... [2021-06-15T23:22:04.612Z] #13 96.02 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-15T23:22:04.677Z] #13 103.6 Selecting previously unselected package libpcre16-3:amd64. [2021-06-15T23:22:04.677Z] #13 103.6 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-15T23:22:04.677Z] #13 103.6 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-15T23:22:04.677Z] #13 103.8 Selecting previously unselected package libpcre32-3:amd64. [2021-06-15T23:22:04.798Z] #20 1.973 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-15T23:22:04.885Z] #13 96.05 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:22:04.885Z] #13 96.07 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2021-06-15T23:22:04.885Z] #13 96.09 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-15T23:22:04.885Z] #13 96.12 Setting up libsystemd-dev:arm64 (241-7~deb10u7) ... [2021-06-15T23:22:04.885Z] #13 96.13 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-15T23:22:04.885Z] #13 96.14 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2021-06-15T23:22:04.885Z] #13 96.16 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:22:04.885Z] #13 96.18 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-06-15T23:22:04.885Z] #13 96.19 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-06-15T23:22:04.885Z] #13 96.20 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:22:04.885Z] #13 96.21 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-06-15T23:22:04.885Z] #13 96.22 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-06-15T23:22:04.885Z] #13 96.23 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-15T23:22:04.885Z] #13 96.24 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2021-06-15T23:22:04.933Z] #13 103.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-15T23:22:04.933Z] #13 103.8 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-15T23:22:05.119Z] #30 DONE 4.2s [2021-06-15T23:22:05.119Z] [2021-06-15T23:22:05.119Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-15T23:22:05.119Z] #33 sha256:d4796519c532ac3f20984243d67a5cf19c207a9b98fc10a400a9f1d88b1166d3 [2021-06-15T23:22:05.156Z] #13 96.26 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-06-15T23:22:05.156Z] #13 96.27 Setting up dmsetup (2:1.02.155-3) ... [2021-06-15T23:22:05.156Z] #13 96.29 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-06-15T23:22:05.156Z] #13 96.31 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-06-15T23:22:05.156Z] #13 96.32 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:22:05.188Z] #13 104.1 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-15T23:22:05.188Z] #13 104.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-15T23:22:05.188Z] #13 104.1 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-15T23:22:05.188Z] #13 104.2 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-15T23:22:05.188Z] #13 104.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-15T23:22:05.189Z] #13 104.2 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-15T23:22:05.379Z] #33 DONE 0.4s [2021-06-15T23:22:05.379Z] [2021-06-15T23:22:05.379Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-15T23:22:05.379Z] #35 sha256:9926278dee4891080284c42792df88130c4cd79ccae3fb347be06b8e9365eaf5 [2021-06-15T23:22:05.639Z] #35 DONE 0.3s [2021-06-15T23:22:05.639Z] [2021-06-15T23:22:05.639Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-15T23:22:05.639Z] #38 sha256:dceb2f90e0411d69d407ce6e9a9515a1203fb7f61eb45cdae926fec534040470 [2021-06-15T23:22:05.639Z] #38 DONE 0.1s [2021-06-15T23:22:05.639Z] [2021-06-15T23:22:05.639Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-15T23:22:05.639Z] #41 sha256:e49aecdad894ee7fc0147033c93a704cabf2f4114411ea8291144178a5c3e44e [2021-06-15T23:22:05.699Z] + docker version [2021-06-15T23:22:05.728Z] #20 2.925 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:22:05.736Z] #13 DONE 97.0s [2021-06-15T23:22:05.736Z] [2021-06-15T23:22:05.736Z] #46 [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-06-15T23:22:05.736Z] #46 sha256:0d9139b3099fc7381a4d518e6ab8e8e34bc9b8b437a0a7731cf12fe3817cb04d [2021-06-15T23:22:05.736Z] #46 95.98 net/http/httptrace [2021-06-15T23:22:05.736Z] #46 96.20 net/http [2021-06-15T23:22:05.751Z] #13 104.6 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-15T23:22:05.751Z] #13 104.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-15T23:22:05.751Z] #13 104.6 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-15T23:22:05.898Z] #41 DONE 0.2s [2021-06-15T23:22:05.898Z] [2021-06-15T23:22:05.898Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-15T23:22:05.898Z] #45 sha256:98651cdf0b9d2ab33c8ea719ba715e4da4356e81c08a5f14e5f03629399e812a [2021-06-15T23:22:05.898Z] #45 DONE 0.0s [2021-06-15T23:22:05.898Z] [2021-06-15T23:22:05.898Z] #57 [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-06-15T23:22:05.898Z] #57 sha256:5060fcff4ed2800893d8eb1f81cc7603f3534acd07374a6dc7da8be564620cbf [2021-06-15T23:22:05.898Z] #57 ... [2021-06-15T23:22:05.898Z] [2021-06-15T23:22:05.898Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-15T23:22:05.898Z] #47 sha256:183a019618cdf7718ff3791a8b234f020b98c5ad517a34372e25913f8c0b7fa2 [2021-06-15T23:22:05.898Z] #47 DONE 0.1s [2021-06-15T23:22:05.898Z] [2021-06-15T23:22:05.898Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-15T23:22:05.898Z] #49 sha256:313aa9cae93c17e386e8b04d761ce694a7734853f460d222497f873b6af41041 [2021-06-15T23:22:05.898Z] #49 DONE 0.1s [2021-06-15T23:22:06.007Z] #13 104.8 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-15T23:22:06.007Z] #13 104.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-15T23:22:06.007Z] #13 104.9 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-15T23:22:06.007Z] #13 105.0 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-15T23:22:06.007Z] #13 105.0 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-15T23:22:06.007Z] #13 105.0 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-15T23:22:06.157Z] [2021-06-15T23:22:06.157Z] #57 [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-06-15T23:22:06.157Z] #57 sha256:5060fcff4ed2800893d8eb1f81cc7603f3534acd07374a6dc7da8be564620cbf [2021-06-15T23:22:06.263Z] #13 105.1 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-15T23:22:06.263Z] #13 105.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-15T23:22:06.263Z] #13 105.1 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-15T23:22:06.520Z] #13 105.6 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-15T23:22:06.520Z] #13 105.6 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-15T23:22:06.520Z] #13 105.6 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-15T23:22:06.520Z] #13 105.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-15T23:22:06.520Z] #13 105.6 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-15T23:22:06.520Z] #13 105.7 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-15T23:22:06.520Z] #13 105.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:22:06.604Z] #20 10.14 Reading package lists... [2021-06-15T23:22:06.656Z] #20 3.956 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:22:06.776Z] #13 105.7 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-15T23:22:06.776Z] #13 105.7 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-15T23:22:06.776Z] #13 105.7 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-15T23:22:06.776Z] #13 105.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-15T23:22:06.776Z] #13 105.8 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-15T23:22:06.776Z] #13 105.8 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-15T23:22:06.776Z] #13 105.8 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-15T23:22:06.776Z] #13 105.8 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-15T23:22:06.776Z] #13 105.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-15T23:22:06.776Z] #13 105.8 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-15T23:22:06.776Z] #13 105.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:22:06.777Z] #13 105.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-06-15T23:22:06.777Z] #13 105.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-06-15T23:22:07.033Z] #13 105.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-15T23:22:07.034Z] #13 105.9 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-06-15T23:22:07.034Z] #13 105.9 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-06-15T23:22:07.034Z] #13 105.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-15T23:22:07.034Z] #13 105.9 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-15T23:22:07.034Z] #13 106.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-15T23:22:07.034Z] #13 106.0 Setting up dmsetup (2:1.02.155-3) ... [2021-06-15T23:22:07.034Z] #13 106.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-15T23:22:07.034Z] #13 106.0 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-15T23:22:07.034Z] #13 106.0 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:22:07.667Z] #46 ... [2021-06-15T23:22:07.667Z] [2021-06-15T23:22:07.667Z] #54 [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-06-15T23:22:07.667Z] #54 sha256:ff7f3a1e080401a4b56fd4303e05d80c6cc9bb7eef031aea22f2784b9e688632 [2021-06-15T23:22:07.667Z] #54 1.999 + RM_GOPATH=0 [2021-06-15T23:22:07.667Z] #54 1.999 + TMP_GOPATH= [2021-06-15T23:22:07.667Z] #54 1.999 + : /build [2021-06-15T23:22:07.667Z] #54 1.999 + '[' -z '' ']' [2021-06-15T23:22:07.667Z] #54 2.005 ++ mktemp -d [2021-06-15T23:22:07.667Z] #54 2.007 + export GOPATH=/tmp/tmp.KxKxdWOIQ4 [2021-06-15T23:22:07.667Z] #54 2.007 + GOPATH=/tmp/tmp.KxKxdWOIQ4 [2021-06-15T23:22:07.667Z] #54 2.007 + RM_GOPATH=1 [2021-06-15T23:22:07.667Z] #54 2.008 + case "$(go env GOARCH)" in [2021-06-15T23:22:07.667Z] #54 2.008 ++ go env GOARCH [2021-06-15T23:22:07.667Z] #54 2.020 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:22:07.667Z] #54 2.020 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:22:07.667Z] #54 2.021 ++ dirname /tmp/install/install.sh [2021-06-15T23:22:07.667Z] #54 2.025 + dir=/tmp/install [2021-06-15T23:22:07.667Z] #54 2.025 + bin=runc [2021-06-15T23:22:07.667Z] #54 2.025 + shift [2021-06-15T23:22:07.667Z] #54 2.025 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-15T23:22:07.667Z] #54 2.025 + . /tmp/install/runc.installer [2021-06-15T23:22:07.667Z] #54 2.025 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:22:07.667Z] #54 2.026 + install_runc [2021-06-15T23:22:07.667Z] #54 2.026 + uname -r [2021-06-15T23:22:07.667Z] #54 2.026 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-15T23:22:07.667Z] #54 2.033 + RUNC_BUILDTAGS='seccomp ' [2021-06-15T23:22:07.667Z] #54 2.033 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-06-15T23:22:07.667Z] #54 2.034 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.KxKxdWOIQ4/src/github.com/opencontainers/runc [2021-06-15T23:22:07.667Z] #54 2.034 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-06-15T23:22:07.667Z] #54 2.038 Cloning into '/tmp/tmp.KxKxdWOIQ4/src/github.com/opencontainers/runc'... [2021-06-15T23:22:07.931Z] #54 ... [2021-06-15T23:22:07.931Z] [2021-06-15T23:22:07.931Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-15T23:22:07.931Z] #14 sha256:8a6ac16c6f60b3ddd6666e188160503c9d1e0f23b198ede20cd2b4a914d2344c [2021-06-15T23:22:07.931Z] #14 DONE 2.2s [2021-06-15T23:22:07.931Z] [2021-06-15T23:22:07.931Z] #15 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-06-15T23:22:07.931Z] #15 sha256:daa9f6e8adf5b429e62d5ff15da3779572527060f146ba0a193beaf894564a3f [2021-06-15T23:22:08.025Z] #20 5.137 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:22:08.700Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-06-15T23:22:08.700Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-b161f2f8\powershellScript.ps1'; exit $LASTEXITCODE; [2021-06-15T23:22:08.700Z] ---------------------------------------------------------------------------- [2021-06-15T23:22:08.700Z] [2021-06-15T23:22:08.700Z] INFO: executeCI.ps1 starting at Tue Jun 15 23:22:06 CUT 2021 [2021-06-15T23:22:08.700Z] [2021-06-15T23:22:08.700Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-06-15T23:22:08.700Z] INFO: Running git version 2.24.1.windows.2 [2021-06-15T23:22:08.700Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-06-15T23:22:08.700Z] INFO: Environment variables: [2021-06-15T23:22:08.700Z] [2021-06-15T23:22:08.700Z] Name Value [2021-06-15T23:22:08.700Z] ---- ----- [2021-06-15T23:22:08.700Z] ALLUSERSPROFILE C:\ProgramData [2021-06-15T23:22:08.700Z] amd64 true [2021-06-15T23:22:08.700Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-06-15T23:22:08.700Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-06-15T23:22:08.700Z] arm64 true [2021-06-15T23:22:08.700Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-06-15T23:22:08.700Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-06-15T23:22:08.700Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-06-15T23:22:08.700Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-06-15T23:22:08.700Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-06-15T23:22:08.700Z] BRANCH_NAME PR-42473 [2021-06-15T23:22:08.700Z] BUILD_DISPLAY_NAME #17 [2021-06-15T23:22:08.700Z] BUILD_ID 17 [2021-06-15T23:22:08.700Z] BUILD_NUMBER 17 [2021-06-15T23:22:08.700Z] BUILD_TAG jenkins-moby-PR-42473-17 [2021-06-15T23:22:08.700Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42473/17/ [2021-06-15T23:22:08.700Z] cgroup2 true [2021-06-15T23:22:08.700Z] CHANGE_AUTHOR thaJeztah [2021-06-15T23:22:08.700Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-06-15T23:22:08.700Z] CHANGE_BRANCH unfork_buildkit [2021-06-15T23:22:08.700Z] CHANGE_FORK thaJeztah/docker [2021-06-15T23:22:08.700Z] CHANGE_ID 42473 [2021-06-15T23:22:08.700Z] CHANGE_TARGET master [2021-06-15T23:22:08.700Z] CHANGE_TITLE revendor BuildKit (master branch) [2021-06-15T23:22:08.700Z] CHANGE_URL https://github.com/moby/moby/pull/42473 [2021-06-15T23:22:08.700Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-15T23:22:08.700Z] CommonProgramFiles C:\Program Files\Common Files [2021-06-15T23:22:08.700Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-06-15T23:22:08.700Z] CommonProgramW6432 C:\Program Files\Common Files [2021-06-15T23:22:08.700Z] COMPUTERNAME azwin-2-d8feb0 [2021-06-15T23:22:08.700Z] ComSpec C:\Windows\system32\cmd.exe [2021-06-15T23:22:08.700Z] ConfigSequenceNumber 0 [2021-06-15T23:22:08.700Z] dco true [2021-06-15T23:22:08.700Z] DOCKER_BUILDKIT 0 [2021-06-15T23:22:08.700Z] DOCKER_DUT_DEBUG 1 [2021-06-15T23:22:08.700Z] DOCKER_EXPERIMENTAL 1 [2021-06-15T23:22:08.700Z] DOCKER_GRAPHDRIVER overlay2 [2021-06-15T23:22:08.700Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-06-15T23:22:08.700Z] EXECUTOR_NUMBER 0 [2021-06-15T23:22:08.700Z] FQDN azwin-2-d8feb0.westus.cloudapp.azure.com [2021-06-15T23:22:08.700Z] GIT_BRANCH PR-42473 [2021-06-15T23:22:08.700Z] GIT_COMMIT 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:22:08.700Z] GIT_PREVIOUS_COMMIT b10068755f4cb0885147cee92b82de619752887c [2021-06-15T23:22:08.700Z] GIT_URL https://github.com/moby/moby.git [2021-06-15T23:22:08.700Z] HUDSON_COOKIE 220b904e-f8f0-485c-87ea-e19612a9d504 [2021-06-15T23:22:08.701Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-06-15T23:22:08.701Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-06-15T23:22:08.701Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-06-15T23:22:08.701Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-06-15T23:22:08.701Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-06-15T23:22:08.701Z] JENKINS_NODE_COOKIE 22040a92-bd3e-447d-af30-0846a24baabd [2021-06-15T23:22:08.701Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-06-15T23:22:08.701Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-06-15T23:22:08.701Z] JOB_BASE_NAME PR-42473 [2021-06-15T23:22:08.701Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42473/display/redirect [2021-06-15T23:22:08.701Z] JOB_NAME moby/PR-42473 [2021-06-15T23:22:08.701Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42473/ [2021-06-15T23:22:08.701Z] library.jps.version master [2021-06-15T23:22:08.701Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-06-15T23:22:08.701Z] NODE_LABELS amd64 azure azwin-2-d8feb0 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-06-15T23:22:08.701Z] NODE_NAME azwin-2-d8feb0 [2021-06-15T23:22:08.701Z] NUMBER_OF_PROCESSORS 4 [2021-06-15T23:22:08.701Z] OS Windows_NT [2021-06-15T23:22:08.701Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-06-15T23:22:08.701Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-06-15T23:22:08.701Z] ppc64le false [2021-06-15T23:22:08.701Z] PROCESSOR_ARCHITECTURE AMD64 [2021-06-15T23:22:08.701Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-06-15T23:22:08.701Z] PROCESSOR_LEVEL 6 [2021-06-15T23:22:08.701Z] PROCESSOR_REVISION 5504 [2021-06-15T23:22:08.701Z] ProgramData C:\ProgramData [2021-06-15T23:22:08.701Z] ProgramFiles C:\Program Files [2021-06-15T23:22:08.701Z] ProgramFiles(x86) C:\Program Files (x86) [2021-06-15T23:22:08.701Z] ProgramW6432 C:\Program Files [2021-06-15T23:22:08.701Z] PROMPT $P$G [2021-06-15T23:22:08.701Z] PSExecutionPolicyPreference Bypass [2021-06-15T23:22:08.701Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-06-15T23:22:08.701Z] PUBLIC C:\Users\Public [2021-06-15T23:22:08.701Z] rootless true [2021-06-15T23:22:08.701Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42473/17/display/redirect?page=arti... [2021-06-15T23:22:08.701Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42473/17/display/redirect?page=changes [2021-06-15T23:22:08.701Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42473/17/display/redirect [2021-06-15T23:22:08.701Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42473/17/display/redirect?page=tests [2021-06-15T23:22:08.701Z] s390x false [2021-06-15T23:22:08.701Z] SKIP_VALIDATION_TESTS 1 [2021-06-15T23:22:08.701Z] SOURCES_DRIVE d [2021-06-15T23:22:08.701Z] SOURCES_SUBDIR gopath [2021-06-15T23:22:08.701Z] STAGE_NAME Run tests [2021-06-15T23:22:08.701Z] SystemDrive C: [2021-06-15T23:22:08.701Z] SystemRoot C:\Windows [2021-06-15T23:22:08.701Z] TEMP C:\Windows\TEMP [2021-06-15T23:22:08.701Z] TESTDEBUG 0 [2021-06-15T23:22:08.701Z] TESTRUN_DRIVE d [2021-06-15T23:22:08.701Z] TESTRUN_SUBDIR CI [2021-06-15T23:22:08.701Z] TIMEOUT 120m [2021-06-15T23:22:08.701Z] TMP C:\Windows\TEMP [2021-06-15T23:22:08.701Z] unit_validate true [2021-06-15T23:22:08.701Z] USERDOMAIN WORKGROUP [2021-06-15T23:22:08.701Z] USERNAME azwin-2-d8feb0$ [2021-06-15T23:22:08.701Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-06-15T23:22:08.701Z] validate_force false [2021-06-15T23:22:08.701Z] windir C:\Windows [2021-06-15T23:22:08.701Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-06-15T23:22:08.701Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-06-15T23:22:08.701Z] windows2022 true [2021-06-15T23:22:08.701Z] windowsRS1 false [2021-06-15T23:22:08.701Z] windowsRS5 true [2021-06-15T23:22:08.701Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-06-15T23:22:08.701Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-06-15T23:22:08.701Z] [2021-06-15T23:22:08.701Z] [2021-06-15T23:22:08.701Z] [2021-06-15T23:22:08.701Z] INFO: Sources under d:\gopath\... [2021-06-15T23:22:08.701Z] INFO: Test run under d:\CI\... [2021-06-15T23:22:08.701Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-06-15T23:22:08.701Z] INFO: docker/docker repository was found [2021-06-15T23:22:08.701Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-06-15T23:22:08.701Z] ltsc2019: Pulling from windows/servercore [2021-06-15T23:22:08.788Z] #20 13.64 Reading package lists... [2021-06-15T23:22:08.788Z] #20 ... [2021-06-15T23:22:08.788Z] [2021-06-15T23:22:08.788Z] #46 [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-06-15T23:22:08.788Z] #46 sha256:84122ad086a5fad57995806e429fd7c61ce5dc2cf05314b837e02911c6d103d7 [2021-06-15T23:22:08.788Z] #46 126.4 github.com/LK4D4/vndr/godl [2021-06-15T23:22:08.788Z] #46 127.0 github.com/LK4D4/vndr [2021-06-15T23:22:08.788Z] #46 DONE 136.1s [2021-06-15T23:22:08.788Z] [2021-06-15T23:22:08.788Z] #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-06-15T23:22:08.788Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-15T23:22:08.925Z] #13 DONE 107.8s [2021-06-15T23:22:08.925Z] [2021-06-15T23:22:08.925Z] #46 [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-06-15T23:22:08.925Z] #46 sha256:d714264c259d4aa60fc9841e0c3ae420cfc4a206fa6c6fe53ccd261932d8bf14 [2021-06-15T23:22:08.925Z] #46 107.0 net/http/httptrace [2021-06-15T23:22:08.925Z] #46 107.2 net/http [2021-06-15T23:22:09.167Z] 4612f6d0b889: Pulling fs layer [2021-06-15T23:22:09.167Z] 639bb6bb2beb: Pulling fs layer [2021-06-15T23:22:09.877Z] #15 DONE 1.7s [2021-06-15T23:22:09.877Z] [2021-06-15T23:22:09.877Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-15T23:22:09.877Z] #16 sha256:65e089c5b1d7082ef58fefc5a2c440b5b720136eae7084c036f4b9a2be3fd5b1 [2021-06-15T23:22:09.917Z] #20 ... [2021-06-15T23:22:09.917Z] [2021-06-15T23:22:09.917Z] #54 [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-06-15T23:22:09.917Z] #54 sha256:8b9193cf4d34ec562e84de7349b48132e9984445f828dc08acd527f75558c93e [2021-06-15T23:22:09.917Z] #54 12.35 + cd /tmp/tmp.W8uLDV6cmS/src/github.com/opencontainers/runc [2021-06-15T23:22:09.917Z] #54 12.35 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:22:09.917Z] #54 12.73 + '[' -z '' ']' [2021-06-15T23:22:09.917Z] #54 12.74 + target=static [2021-06-15T23:22:09.917Z] #54 12.74 + make 'BUILDTAGS=seccomp ' static [2021-06-15T23:22:09.917Z] #54 13.09 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-06-15T23:22:10.293Z] #46 ... [2021-06-15T23:22:10.293Z] [2021-06-15T23:22:10.293Z] #59 [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-06-15T23:22:10.293Z] #59 sha256:463505eaf4316fa6915432858acad5892ccfb7c46d7e02a1c9f496c095fd0033 [2021-06-15T23:22:10.293Z] #59 104.9 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-15T23:22:10.293Z] #59 104.9 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-15T23:22:10.293Z] #59 DONE 111.7s [2021-06-15T23:22:10.293Z] [2021-06-15T23:22:10.293Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-15T23:22:10.293Z] #60 sha256:b71258bab6d836ef4d291d5e4481a3d645127d143744d88e82458e10ef1c7d86 [2021-06-15T23:22:10.293Z] #60 DONE 0.1s [2021-06-15T23:22:10.293Z] [2021-06-15T23:22:10.293Z] #54 [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-06-15T23:22:10.293Z] #54 sha256:45096fb06190b28e66d5e7a6254fa2c42f8d8b8c26ae8029261569d5ca7ed953 [2021-06-15T23:22:10.350Z] #57 ... [2021-06-15T23:22:10.350Z] [2021-06-15T23:22:10.350Z] #50 [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-06-15T23:22:10.350Z] #50 sha256:723812ac4c3eb3017a2916fed7398919d26354190518eb5a17aee69cd899bc13 [2021-06-15T23:22:10.350Z] #50 161.5 + /build/golangci-lint --version [2021-06-15T23:22:10.350Z] #50 161.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-15T23:22:10.350Z] #50 DONE 162.0s [2021-06-15T23:22:10.350Z] [2021-06-15T23:22:10.350Z] #57 [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-06-15T23:22:10.350Z] #57 sha256:5060fcff4ed2800893d8eb1f81cc7603f3534acd07374a6dc7da8be564620cbf [2021-06-15T23:22:10.413Z] Client: Mirantis Container Runtime [2021-06-15T23:22:10.413Z] Version: 20.10.0 [2021-06-15T23:22:10.413Z] API version: 1.41 [2021-06-15T23:22:10.413Z] Go version: go1.13.15 [2021-06-15T23:22:10.413Z] Git commit: 6ee42dc [2021-06-15T23:22:10.413Z] Built: 03/11/2021 13:24:56 [2021-06-15T23:22:10.413Z] OS/Arch: windows/amd64 [2021-06-15T23:22:10.413Z] Context: default [2021-06-15T23:22:10.413Z] Experimental: true [2021-06-15T23:22:10.413Z] [2021-06-15T23:22:10.413Z] Server: Mirantis Container Runtime [2021-06-15T23:22:10.413Z] Engine: [2021-06-15T23:22:10.413Z] Version: 20.10.0 [2021-06-15T23:22:10.413Z] API version: 1.41 (minimum version 1.24) [2021-06-15T23:22:10.413Z] Go version: go1.13.15 [2021-06-15T23:22:10.413Z] Git commit: 1e08f21e79 [2021-06-15T23:22:10.413Z] Built: 03/11/2021 13:23:32 [2021-06-15T23:22:10.413Z] OS/Arch: windows/amd64 [2021-06-15T23:22:10.413Z] Experimental: true [2021-06-15T23:22:10.549Z] #54 ... [2021-06-15T23:22:10.549Z] [2021-06-15T23:22:10.549Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-15T23:22:10.549Z] #61 sha256:06109c9485f3846167736670d74c0fc613b562a91b67fb131e6d794666d50020 [2021-06-15T23:22:10.549Z] #61 DONE 0.2s [2021-06-15T23:22:10.549Z] [2021-06-15T23:22:10.549Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-15T23:22:10.549Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-06-15T23:22:10.706Z] #32 ... [2021-06-15T23:22:10.706Z] [2021-06-15T23:22:10.706Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:22:10.706Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:22:10.706Z] #20 13.64 Reading package lists... [2021-06-15T23:22:10.841Z] #16 1.373 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [Pipeline] sh [2021-06-15T23:22:11.278Z] #20 17.52 Building dependency tree... [2021-06-15T23:22:11.419Z] #16 DONE 1.8s [2021-06-15T23:22:11.419Z] [2021-06-15T23:22:11.419Z] #46 [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-06-15T23:22:11.419Z] #46 sha256:0d9139b3099fc7381a4d518e6ab8e8e34bc9b8b437a0a7731cf12fe3817cb04d [2021-06-15T23:22:11.419Z] #46 105.1 github.com/LK4D4/vndr/godl [2021-06-15T23:22:11.683Z] #46 ... [2021-06-15T23:22:11.683Z] [2021-06-15T23:22:11.683Z] #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-06-15T23:22:11.683Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-06-15T23:22:11.683Z] #32 DONE 105.3s [2021-06-15T23:22:11.683Z] [2021-06-15T23:22:11.683Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-15T23:22:11.683Z] #17 sha256:8adba43626e6c2ad9c104858cdfccc193309ce46f8df97e23fb1104bc3eb1997 [2021-06-15T23:22:11.729Z] #57 ... [2021-06-15T23:22:11.729Z] [2021-06-15T23:22:11.729Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-15T23:22:11.729Z] #51 sha256:7926499711acefe0ab626ac5992ebe37c3c43ce28c276e0df0ba554e30869cda [2021-06-15T23:22:11.729Z] #51 DONE 0.1s [2021-06-15T23:22:11.957Z] + docker info [2021-06-15T23:22:11.986Z] [2021-06-15T23:22:11.987Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-15T23:22:11.987Z] #53 sha256:f6d9c1cb6827cf0e79697f40f4f7b5d2edd9553e4bc00c4e6e1a233f15aaeded [2021-06-15T23:22:11.987Z] #53 DONE 0.1s [2021-06-15T23:22:11.987Z] [2021-06-15T23:22:11.987Z] #57 [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-06-15T23:22:11.987Z] #57 sha256:5060fcff4ed2800893d8eb1f81cc7603f3534acd07374a6dc7da8be564620cbf [2021-06-15T23:22:12.224Z] #20 18.82 libcap2-bin is already the newest version (1:2.25-2). [2021-06-15T23:22:12.224Z] #20 18.82 The following additional packages will be installed: [2021-06-15T23:22:12.224Z] #20 18.82 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-15T23:22:12.224Z] #20 18.82 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-15T23:22:12.224Z] #20 18.82 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-15T23:22:12.224Z] #20 18.82 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-15T23:22:12.224Z] #20 18.82 python3.7 python3.7-minimal vim-runtime xxd [2021-06-15T23:22:12.224Z] #20 18.82 Suggested packages: [2021-06-15T23:22:12.224Z] #20 18.82 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-15T23:22:12.224Z] #20 18.82 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-15T23:22:12.224Z] #20 18.82 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-15T23:22:12.224Z] #20 18.82 quota [2021-06-15T23:22:12.224Z] #20 18.82 Recommended packages: [2021-06-15T23:22:12.224Z] #20 18.82 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-15T23:22:12.224Z] #20 18.82 python3-keyrings.alt python3-xdg unzip [2021-06-15T23:22:13.189Z] #54 ... [2021-06-15T23:22:13.189Z] [2021-06-15T23:22:13.190Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:22:13.190Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:22:13.190Z] #20 9.850 Fetched 8974 kB in 9s (1028 kB/s) [2021-06-15T23:22:13.611Z] #17 DONE 2.1s [2021-06-15T23:22:13.611Z] [2021-06-15T23:22:13.611Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-15T23:22:13.611Z] #18 sha256:3cacc04a1189660550b8cc885d68df049614571821b02a63bff579b9e9bd4f22 [2021-06-15T23:22:13.819Z] #14 ... [2021-06-15T23:22:13.819Z] [2021-06-15T23:22:13.819Z] #54 [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-06-15T23:22:13.819Z] #54 sha256:45096fb06190b28e66d5e7a6254fa2c42f8d8b8c26ae8029261569d5ca7ed953 [2021-06-15T23:22:13.819Z] #54 4.966 + RM_GOPATH=0 [2021-06-15T23:22:13.819Z] #54 4.966 + TMP_GOPATH= [2021-06-15T23:22:13.819Z] #54 4.966 + : /build [2021-06-15T23:22:13.819Z] #54 4.966 + '[' -z '' ']' [2021-06-15T23:22:13.819Z] #54 4.966 ++ mktemp -d [2021-06-15T23:22:13.819Z] #54 4.980 + export GOPATH=/tmp/tmp.PihZkiu9Gi [2021-06-15T23:22:13.819Z] #54 4.980 + GOPATH=/tmp/tmp.PihZkiu9Gi [2021-06-15T23:22:13.819Z] #54 4.980 + RM_GOPATH=1 [2021-06-15T23:22:13.819Z] #54 4.980 + case "$(go env GOARCH)" in [2021-06-15T23:22:13.819Z] #54 4.980 ++ go env GOARCH [2021-06-15T23:22:13.819Z] #54 4.980 + export GO_BUILDMODE=-buildmode=pie [2021-06-15T23:22:13.819Z] #54 4.980 + GO_BUILDMODE=-buildmode=pie [2021-06-15T23:22:13.819Z] #54 4.980 ++ dirname /tmp/install/install.sh [2021-06-15T23:22:13.819Z] #54 4.980 + dir=/tmp/install [2021-06-15T23:22:13.819Z] #54 4.980 + bin=runc [2021-06-15T23:22:13.819Z] #54 4.980 + shift [2021-06-15T23:22:13.819Z] #54 4.980 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-15T23:22:13.819Z] #54 4.980 + . /tmp/install/runc.installer [2021-06-15T23:22:13.819Z] #54 4.980 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:22:13.819Z] #54 4.980 + install_runc [2021-06-15T23:22:13.819Z] #54 4.980 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-15T23:22:13.819Z] #54 4.983 + uname -r [2021-06-15T23:22:13.819Z] #54 4.999 + RUNC_BUILDTAGS='seccomp ' [2021-06-15T23:22:13.819Z] #54 4.999 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-06-15T23:22:13.819Z] #54 4.999 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.PihZkiu9Gi/src/github.com/opencontainers/runc [2021-06-15T23:22:13.819Z] #54 4.999 Cloning into '/tmp/tmp.PihZkiu9Gi/src/github.com/opencontainers/runc'... [2021-06-15T23:22:13.819Z] #54 5.000 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-06-15T23:22:14.075Z] #54 ... [2021-06-15T23:22:14.075Z] [2021-06-15T23:22:14.075Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-15T23:22:14.075Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-06-15T23:22:14.075Z] #14 DONE 5.3s [2021-06-15T23:22:14.151Z] #20 20.64 The following NEW packages will be installed: [2021-06-15T23:22:14.151Z] #20 20.64 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-15T23:22:14.151Z] #20 20.64 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-15T23:22:14.151Z] #20 20.64 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-15T23:22:14.151Z] #20 20.64 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-15T23:22:14.151Z] #20 20.65 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-15T23:22:14.151Z] #20 20.65 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-15T23:22:14.151Z] #20 20.65 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-15T23:22:14.151Z] #20 20.65 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-15T23:22:14.151Z] #20 20.65 xz-utils zip [2021-06-15T23:22:14.151Z] #20 20.99 0 upgraded, 49 newly installed, 0 to remove and 28 not upgraded. [2021-06-15T23:22:14.151Z] #20 20.99 Need to get 28.6 MB of archives. [2021-06-15T23:22:14.151Z] #20 20.99 After this operation, 116 MB of additional disk space will be used. [2021-06-15T23:22:14.151Z] #20 20.99 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-15T23:22:14.151Z] #20 20.99 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-15T23:22:14.151Z] #20 21.03 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-15T23:22:14.151Z] #20 21.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-15T23:22:14.330Z] [2021-06-15T23:22:14.330Z] #15 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-06-15T23:22:14.330Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-06-15T23:22:14.412Z] #20 21.13 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-15T23:22:14.412Z] #20 21.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-15T23:22:14.412Z] #20 21.23 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-15T23:22:14.412Z] #20 ... [2021-06-15T23:22:14.412Z] [2021-06-15T23:22:14.412Z] #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-06-15T23:22:14.412Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-15T23:22:14.412Z] #32 DONE 141.8s [2021-06-15T23:22:14.412Z] [2021-06-15T23:22:14.412Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:22:14.412Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:22:14.412Z] #20 21.24 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-15T23:22:14.412Z] #20 21.25 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-15T23:22:14.412Z] #20 21.25 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-15T23:22:14.412Z] #20 21.26 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-15T23:22:14.412Z] #20 21.27 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-15T23:22:14.412Z] #20 21.29 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-15T23:22:14.412Z] #20 21.29 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-15T23:22:14.412Z] #20 21.29 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-15T23:22:14.412Z] #20 21.29 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-15T23:22:14.412Z] #20 21.31 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-15T23:22:14.412Z] #20 21.32 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-15T23:22:14.412Z] #20 21.32 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-15T23:22:14.412Z] #20 21.33 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-06-15T23:22:14.412Z] #20 21.35 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-15T23:22:14.412Z] #20 21.35 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-15T23:22:14.412Z] #20 21.41 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-15T23:22:14.412Z] #20 21.42 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-15T23:22:14.412Z] #20 21.43 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-15T23:22:14.412Z] #20 21.45 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-15T23:22:14.673Z] #20 21.46 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-15T23:22:14.673Z] #20 21.46 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-15T23:22:14.673Z] #20 21.46 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-15T23:22:15.245Z] #20 22.08 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-15T23:22:15.245Z] #20 22.08 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-15T23:22:15.245Z] #20 22.08 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-15T23:22:15.245Z] #20 22.08 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-15T23:22:15.245Z] #20 22.09 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-15T23:22:15.245Z] #20 22.12 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-15T23:22:15.245Z] #20 22.12 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-15T23:22:15.506Z] #20 22.24 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-15T23:22:15.506Z] #20 22.25 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-15T23:22:15.506Z] #20 22.27 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-15T23:22:15.506Z] #20 22.27 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-15T23:22:15.506Z] #20 22.29 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-15T23:22:15.506Z] #20 22.32 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-15T23:22:15.506Z] #20 22.33 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-15T23:22:15.506Z] #20 22.39 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-06-15T23:22:15.506Z] #20 22.42 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-15T23:22:15.506Z] #20 22.44 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-15T23:22:15.548Z] #18 DONE 2.1s [2021-06-15T23:22:15.548Z] [2021-06-15T23:22:15.548Z] #54 [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-06-15T23:22:15.548Z] #54 sha256:ff7f3a1e080401a4b56fd4303e05d80c6cc9bb7eef031aea22f2784b9e688632 [2021-06-15T23:22:15.548Z] #54 9.172 + cd /tmp/tmp.KxKxdWOIQ4/src/github.com/opencontainers/runc [2021-06-15T23:22:15.548Z] #54 9.172 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:22:15.548Z] #54 9.660 + '[' -z '' ']' [2021-06-15T23:22:15.548Z] #54 9.661 + target=static [2021-06-15T23:22:15.548Z] #54 9.662 + make 'BUILDTAGS=seccomp ' static [2021-06-15T23:22:15.548Z] #54 10.03 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-06-15T23:22:16.080Z] #20 22.74 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-15T23:22:16.080Z] #20 22.79 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-15T23:22:16.080Z] #20 22.82 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-15T23:22:16.341Z] #20 23.27 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:22:16.458Z] #20 9.850 Reading package lists... [2021-06-15T23:22:16.602Z] #20 23.35 Fetched 28.6 MB in 2s (13.7 MB/s) [2021-06-15T23:22:16.602Z] #20 23.40 Selecting previously unselected package pigz. [2021-06-15T23:22:16.602Z] #20 23.40 (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 ... 23435 files and directories currently installed.) [2021-06-15T23:22:16.602Z] #20 23.45 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-15T23:22:16.602Z] #20 23.45 Unpacking pigz (2.4-1) ... [2021-06-15T23:22:16.603Z] #20 23.53 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-15T23:22:16.864Z] #20 23.54 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:22:16.864Z] #20 23.54 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:17.125Z] #20 23.82 Selecting previously unselected package python3.7-minimal. [2021-06-15T23:22:17.125Z] #20 23.82 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:22:17.125Z] #20 23.83 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:22:17.387Z] #20 13.70 Reading package lists... [2021-06-15T23:22:17.387Z] #20 ... [2021-06-15T23:22:17.387Z] [2021-06-15T23:22:17.387Z] #46 [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-06-15T23:22:17.387Z] #46 sha256:3b1c7f5cfbc0a9ea6843653612ad0fa7cb3b874bcd1cac48c88a44bdc56ef137 [2021-06-15T23:22:17.387Z] #46 125.3 github.com/LK4D4/vndr/godl [2021-06-15T23:22:17.387Z] #46 125.9 github.com/LK4D4/vndr [2021-06-15T23:22:17.387Z] #46 DONE 134.3s [2021-06-15T23:22:17.644Z] [2021-06-15T23:22:17.644Z] #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-06-15T23:22:17.644Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-15T23:22:17.697Z] #20 24.46 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:17.697Z] #20 24.48 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:22:18.207Z] #54 ... [2021-06-15T23:22:18.207Z] [2021-06-15T23:22:18.207Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-15T23:22:18.207Z] #19 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6 [2021-06-15T23:22:18.207Z] #19 DONE 2.2s [2021-06-15T23:22:18.207Z] [2021-06-15T23:22:18.207Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:22:18.207Z] #20 sha256:195ad63f85bbe48cccd81011f6d5378917eee02482ebd331ff759ae3860159b7 [2021-06-15T23:22:18.578Z] #15 DONE 4.0s [2021-06-15T23:22:18.578Z] [2021-06-15T23:22:18.578Z] #46 [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-06-15T23:22:18.578Z] #46 sha256:d714264c259d4aa60fc9841e0c3ae420cfc4a206fa6c6fe53ccd261932d8bf14 [2021-06-15T23:22:18.578Z] #46 117.9 github.com/LK4D4/vndr/godl [2021-06-15T23:22:18.578Z] #46 118.7 github.com/LK4D4/vndr [2021-06-15T23:22:19.608Z] #20 1.628 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-15T23:22:19.608Z] #20 ... [2021-06-15T23:22:19.608Z] [2021-06-15T23:22:19.608Z] #46 [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-06-15T23:22:19.608Z] #46 sha256:0d9139b3099fc7381a4d518e6ab8e8e34bc9b8b437a0a7731cf12fe3817cb04d [2021-06-15T23:22:19.608Z] #46 106.0 github.com/LK4D4/vndr [2021-06-15T23:22:19.608Z] #46 DONE 113.4s [2021-06-15T23:22:19.608Z] [2021-06-15T23:22:19.608Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:22:19.608Z] #20 sha256:195ad63f85bbe48cccd81011f6d5378917eee02482ebd331ff759ae3860159b7 [2021-06-15T23:22:19.608Z] #20 1.630 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:22:19.608Z] #20 1.648 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:22:19.608Z] #20 1.652 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:22:19.612Z] #20 26.19 Selecting previously unselected package python3-minimal. [2021-06-15T23:22:19.612Z] #20 26.19 (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 ... 23684 files and directories currently installed.) [2021-06-15T23:22:19.612Z] #20 26.24 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-15T23:22:19.612Z] #20 26.25 Unpacking python3-minimal (3.7.3-1) ... [2021-06-15T23:22:19.612Z] #20 26.32 Selecting previously unselected package libmpdec2:amd64. [2021-06-15T23:22:19.612Z] #20 26.33 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-15T23:22:19.612Z] #20 26.34 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-15T23:22:19.612Z] #20 26.43 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-15T23:22:19.612Z] #20 26.43 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:22:19.612Z] #20 26.43 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:20.187Z] #20 2.348 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [473 kB] [2021-06-15T23:22:20.267Z] #32 ... [2021-06-15T23:22:20.267Z] [2021-06-15T23:22:20.267Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:22:20.267Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:22:20.267Z] #20 13.70 Reading package lists... [2021-06-15T23:22:20.556Z] #20 27.32 Selecting previously unselected package python3.7. [2021-06-15T23:22:20.556Z] #20 27.32 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:22:20.556Z] #20 27.34 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:20.556Z] #20 27.46 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-15T23:22:20.556Z] #20 27.46 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-15T23:22:20.556Z] #20 27.47 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-15T23:22:20.818Z] #20 27.58 Setting up python3-minimal (3.7.3-1) ... [2021-06-15T23:22:21.097Z] #46 ... [2021-06-15T23:22:21.097Z] [2021-06-15T23:22:21.097Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-15T23:22:21.097Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-06-15T23:22:21.097Z] #16 2.619 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-15T23:22:21.097Z] #16 DONE 2.8s [2021-06-15T23:22:21.097Z] [2021-06-15T23:22:21.097Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-15T23:22:21.097Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-06-15T23:22:21.141Z] #20 3.216 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-06-15T23:22:21.211Z] #20 17.48 Building dependency tree... [2021-06-15T23:22:21.211Z] #20 ... [2021-06-15T23:22:21.211Z] [2021-06-15T23:22:21.211Z] #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-06-15T23:22:21.211Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-15T23:22:21.211Z] #32 DONE 137.5s [2021-06-15T23:22:21.211Z] [2021-06-15T23:22:21.211Z] #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-06-15T23:22:21.211Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:22:21.211Z] #40 ... [2021-06-15T23:22:21.211Z] [2021-06-15T23:22:21.211Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:22:21.211Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:22:21.211Z] #20 17.48 Building dependency tree... [2021-06-15T23:22:21.390Z] #20 28.26 Selecting previously unselected package python3. [2021-06-15T23:22:21.390Z] #20 28.26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24096 files and directories currently installed.) [2021-06-15T23:22:21.390Z] #20 28.30 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-15T23:22:21.390Z] #20 28.31 Unpacking python3 (3.7.3-1) ... [2021-06-15T23:22:21.651Z] #20 28.40 Selecting previously unselected package libip4tc0:amd64. [2021-06-15T23:22:21.651Z] #20 28.41 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-15T23:22:21.651Z] #20 28.42 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-15T23:22:21.651Z] #20 28.51 Selecting previously unselected package libip6tc0:amd64. [2021-06-15T23:22:21.651Z] #20 28.53 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-15T23:22:21.651Z] #20 28.53 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-15T23:22:21.912Z] #20 28.61 Selecting previously unselected package libiptc0:amd64. [2021-06-15T23:22:21.912Z] #20 28.62 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-15T23:22:21.912Z] #20 28.63 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-15T23:22:21.912Z] #20 28.71 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-15T23:22:21.912Z] #20 28.72 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-15T23:22:21.912Z] #20 28.73 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-15T23:22:21.912Z] #20 28.78 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-15T23:22:21.912Z] #20 28.78 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-15T23:22:21.912Z] #20 28.80 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-15T23:22:22.091Z] #20 4.048 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB] [2021-06-15T23:22:22.146Z] #20 19.29 libcap2-bin is already the newest version (1:2.25-2). [2021-06-15T23:22:22.146Z] #20 19.29 The following additional packages will be installed: [2021-06-15T23:22:22.146Z] #20 19.30 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-15T23:22:22.146Z] #20 19.30 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-15T23:22:22.146Z] #20 19.30 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-15T23:22:22.146Z] #20 19.30 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-15T23:22:22.146Z] #20 19.30 python3.7 python3.7-minimal vim-runtime xxd [2021-06-15T23:22:22.146Z] #20 19.30 Suggested packages: [2021-06-15T23:22:22.146Z] #20 19.30 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-15T23:22:22.146Z] #20 19.30 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-15T23:22:22.146Z] #20 19.30 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-15T23:22:22.146Z] #20 19.30 quota [2021-06-15T23:22:22.146Z] #20 19.30 Recommended packages: [2021-06-15T23:22:22.146Z] #20 19.30 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-15T23:22:22.146Z] #20 19.30 python3-keyrings.alt python3-xdg unzip [2021-06-15T23:22:22.173Z] #20 28.90 Selecting previously unselected package libnftnl11:amd64. [2021-06-15T23:22:22.173Z] #20 28.90 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-15T23:22:22.173Z] #20 28.91 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-15T23:22:22.173Z] #20 29.00 Selecting previously unselected package iptables. [2021-06-15T23:22:22.173Z] #20 29.00 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-15T23:22:22.173Z] #20 29.01 Unpacking iptables (1.8.2-4) ... [2021-06-15T23:22:22.434Z] #20 29.28 Selecting previously unselected package xxd. [2021-06-15T23:22:22.434Z] #20 29.29 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-15T23:22:22.434Z] #20 29.30 Unpacking xxd (2:8.1.0875-5) ... [2021-06-15T23:22:22.434Z] #20 29.41 Selecting previously unselected package vim-common. [2021-06-15T23:22:22.695Z] #20 29.42 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-15T23:22:22.695Z] #20 29.44 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-15T23:22:22.695Z] #20 29.63 Selecting previously unselected package bash-completion. [2021-06-15T23:22:22.695Z] #20 29.64 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-15T23:22:23.040Z] #20 5.160 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-06-15T23:22:23.512Z] #20 20.59 The following NEW packages will be installed: [2021-06-15T23:22:23.512Z] #20 20.59 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-15T23:22:23.512Z] #20 20.60 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-15T23:22:23.512Z] #20 20.60 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-15T23:22:23.512Z] #20 20.60 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-15T23:22:23.512Z] #20 20.60 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-15T23:22:23.512Z] #20 20.60 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-15T23:22:23.512Z] #20 20.60 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-15T23:22:23.512Z] #20 20.60 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-15T23:22:23.512Z] #20 20.60 xz-utils zip [2021-06-15T23:22:23.612Z] #17 DONE 2.6s [2021-06-15T23:22:23.612Z] [2021-06-15T23:22:23.612Z] #54 [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-06-15T23:22:23.612Z] #54 sha256:45096fb06190b28e66d5e7a6254fa2c42f8d8b8c26ae8029261569d5ca7ed953 [2021-06-15T23:22:23.612Z] #54 14.00 + cd /tmp/tmp.PihZkiu9Gi/src/github.com/opencontainers/runc [2021-06-15T23:22:23.612Z] #54 14.00 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-15T23:22:23.612Z] #54 14.52 + '[' -z '' ']' [2021-06-15T23:22:23.612Z] #54 14.52 + target=static [2021-06-15T23:22:23.612Z] #54 14.52 + make 'BUILDTAGS=seccomp ' static [2021-06-15T23:22:23.612Z] #54 14.86 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-06-15T23:22:23.768Z] #20 20.90 0 upgraded, 49 newly installed, 0 to remove and 28 not upgraded. [2021-06-15T23:22:23.768Z] #20 20.90 Need to get 28.6 MB of archives. [2021-06-15T23:22:23.768Z] #20 20.90 After this operation, 116 MB of additional disk space will be used. [2021-06-15T23:22:23.768Z] #20 20.90 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-15T23:22:23.768Z] #20 20.91 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-15T23:22:23.768Z] #20 20.93 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-15T23:22:23.768Z] #20 21.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-15T23:22:23.768Z] #20 21.02 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-15T23:22:23.768Z] #20 21.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-15T23:22:23.768Z] #20 21.09 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-15T23:22:23.768Z] #20 21.11 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-15T23:22:23.768Z] #20 21.11 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-15T23:22:23.768Z] #20 21.11 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-15T23:22:24.025Z] #20 21.12 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-15T23:22:24.025Z] #20 21.12 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-15T23:22:24.025Z] #20 21.13 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-15T23:22:24.025Z] #20 21.13 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-15T23:22:24.025Z] #20 21.13 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-15T23:22:24.025Z] #20 21.13 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-15T23:22:24.025Z] #20 21.15 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-15T23:22:24.025Z] #20 21.16 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-15T23:22:24.025Z] #20 21.17 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-15T23:22:24.025Z] #20 21.18 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-06-15T23:22:24.025Z] #20 21.18 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-15T23:22:24.025Z] #20 21.19 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-15T23:22:24.025Z] #20 21.22 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-15T23:22:24.025Z] #20 21.22 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-15T23:22:24.025Z] #20 21.23 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-15T23:22:24.025Z] #20 21.23 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-15T23:22:24.025Z] #20 21.24 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-15T23:22:24.025Z] #20 21.24 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-15T23:22:24.025Z] #20 21.24 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-15T23:22:24.039Z] 639bb6bb2beb: Download complete [2021-06-15T23:22:24.375Z] Client: [2021-06-15T23:22:24.375Z] Context: default [2021-06-15T23:22:24.375Z] Debug Mode: false [2021-06-15T23:22:24.375Z] Plugins: [2021-06-15T23:22:24.375Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-15T23:22:24.375Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-15T23:22:24.375Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-15T23:22:24.375Z] [2021-06-15T23:22:24.375Z] Server: [2021-06-15T23:22:24.375Z] Containers: 0 [2021-06-15T23:22:24.375Z] Running: 0 [2021-06-15T23:22:24.375Z] Paused: 0 [2021-06-15T23:22:24.375Z] Stopped: 0 [2021-06-15T23:22:24.375Z] Images: 0 [2021-06-15T23:22:24.375Z] Server Version: 20.10.0 [2021-06-15T23:22:24.375Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-15T23:22:24.375Z] Windows: [2021-06-15T23:22:24.375Z] LCOW: [2021-06-15T23:22:24.375Z] Logging Driver: json-file [2021-06-15T23:22:24.375Z] Plugins: [2021-06-15T23:22:24.375Z] Volume: local [2021-06-15T23:22:24.375Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-15T23:22:24.375Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-15T23:22:24.375Z] Swarm: inactive [2021-06-15T23:22:24.375Z] Default Isolation: process [2021-06-15T23:22:24.375Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-15T23:22:24.375Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-15T23:22:24.375Z] OSType: windows [2021-06-15T23:22:24.375Z] Architecture: x86_64 [2021-06-15T23:22:24.375Z] CPUs: 4 [2021-06-15T23:22:24.375Z] Total Memory: 32GiB [2021-06-15T23:22:24.375Z] Name: azwin-2-febbc0 [2021-06-15T23:22:24.375Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-06-15T23:22:24.375Z] Docker Root Dir: D:\docker [2021-06-15T23:22:24.375Z] Debug Mode: false [2021-06-15T23:22:24.375Z] Registry: https://index.docker.io/v1/ [2021-06-15T23:22:24.375Z] Labels: [2021-06-15T23:22:24.375Z] Experimental: true [2021-06-15T23:22:24.375Z] Insecure Registries: [2021-06-15T23:22:24.375Z] 10.0.0.4:5000 [2021-06-15T23:22:24.375Z] 127.0.0.0/8 [2021-06-15T23:22:24.375Z] Registry Mirrors: [2021-06-15T23:22:24.375Z] http://10.0.0.4:5000/ [2021-06-15T23:22:24.375Z] Live Restore Enabled: false [2021-06-15T23:22:24.375Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-06-15T23:22:24.587Z] #20 21.67 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-15T23:22:24.587Z] #20 21.67 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-15T23:22:24.587Z] #20 21.67 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-15T23:22:24.587Z] #20 21.68 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-15T23:22:24.587Z] #20 21.69 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-15T23:22:24.587Z] #20 21.69 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-15T23:22:24.587Z] #20 21.70 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-15T23:22:24.587Z] #20 21.77 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-15T23:22:24.587Z] #20 21.78 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-15T23:22:24.588Z] #20 21.78 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-15T23:22:24.588Z] #20 21.79 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-15T23:22:24.588Z] #20 21.80 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-15T23:22:24.588Z] #20 21.81 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-15T23:22:24.588Z] #20 21.81 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-15T23:22:24.588Z] #20 21.86 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-06-15T23:22:24.588Z] #20 21.88 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-15T23:22:24.844Z] #20 21.90 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-15T23:22:24.844Z] #20 22.17 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-15T23:22:24.965Z] #20 6.827 Fetched 8792 kB in 5s (1613 kB/s) [2021-06-15T23:22:25.100Z] #20 22.22 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-15T23:22:25.100Z] #20 22.26 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-15T23:22:25.228Z] #20 6.827 Reading package lists... [2021-06-15T23:22:25.228Z] #20 ... [2021-06-15T23:22:25.228Z] [2021-06-15T23:22:25.228Z] #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-06-15T23:22:25.228Z] #24 sha256:7cb7c35f43e66659a968ef0430016da9304b646e3564eeeba1947dd1070917f7 [2021-06-15T23:22:25.243Z] #20 31.99 Unpacking bash-completion (1:2.8-6) ... [2021-06-15T23:22:25.501Z] #54 ... [2021-06-15T23:22:25.501Z] [2021-06-15T23:22:25.501Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-15T23:22:25.501Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-06-15T23:22:25.501Z] #18 DONE 2.2s [2021-06-15T23:22:25.504Z] #20 32.33 Selecting previously unselected package bzip2. [2021-06-15T23:22:25.504Z] #20 32.35 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-15T23:22:25.504Z] #20 32.36 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-15T23:22:25.504Z] #20 32.44 Selecting previously unselected package xz-utils. [2021-06-15T23:22:25.504Z] #20 32.46 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-06-15T23:22:25.504Z] #20 32.47 Unpacking xz-utils (5.2.4-1) ... [2021-06-15T23:22:25.663Z] #20 22.87 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:22:25.757Z] [2021-06-15T23:22:25.757Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-15T23:22:25.757Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-06-15T23:22:25.765Z] #20 32.62 Selecting previously unselected package apparmor. [2021-06-15T23:22:25.765Z] #20 32.64 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-06-15T23:22:25.920Z] #20 22.95 Fetched 28.6 MB in 2s (17.7 MB/s) [2021-06-15T23:22:25.920Z] #20 23.01 Selecting previously unselected package pigz. [2021-06-15T23:22:25.920Z] #20 23.01 (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 ... 23435 files and directories currently installed.) [2021-06-15T23:22:25.920Z] #20 23.05 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-15T23:22:25.920Z] #20 23.05 Unpacking pigz (2.4-1) ... [2021-06-15T23:22:25.920Z] #20 23.14 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-15T23:22:26.026Z] #20 32.69 Unpacking apparmor (2.13.2-10) ... [2021-06-15T23:22:26.026Z] #20 32.96 Selecting previously unselected package aufs-tools. [2021-06-15T23:22:26.026Z] #20 32.96 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-15T23:22:26.026Z] #20 32.97 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-15T23:22:26.026Z] #20 33.07 Selecting previously unselected package libonig5:amd64. [2021-06-15T23:22:26.176Z] #20 23.14 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:22:26.176Z] #20 23.15 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:26.284Z] #24 117.6 Checking out files: 28% (3324/11551) Checking out files: 29% (3350/11551) Checking out files: 30% (3466/11551) Checking out files: 31% (3581/11551) Checking out files: 32% (3697/11551) Checking out files: 33% (3812/11551) Checking out files: 34% (3928/11551) Checking out files: 35% (4043/11551) Checking out files: 36% (4159/11551) Checking out files: 37% (4274/11551) Checking out files: 38% (4390/11551) Checking out files: 39% (4505/11551) Checking out files: 40% (4621/11551) Checking out files: 41% (4736/11551) Checking out files: 42% (4852/11551) Checking out files: 43% (4967/11551) Checking out files: 44% (5083/11551) Checking out files: 45% (5198/11551) Checking out files: 46% (5314/11551) Checking out files: 47% (5429/11551) Checking out files: 48% (5545/11551) Checking out files: 48% (5615/11551) Checking out files: 49% (5660/11551) Checking out files: 50% (5776/11551) Checking out files: 51% (5892/11551) Checking out files: 52% (6007/11551) Checking out files: 53% (6123/11551) Checking out files: 54% (6238/11551) Checking out files: 55% (6354/11551) Checking out files: 56% (6469/11551) Checking out files: 57% (6585/11551) Checking out files: 58% (6700/11551) Checking out files: 59% (6816/11551) Checking out files: 60% (6931/11551) Checking out files: 61% (7047/11551) Checking out files: 62% (7162/11551) Checking out files: 63% (7278/11551) Checking out files: 64% (7393/11551) Checking out files: 65% (7509/11551) Checking out files: 66% (7624/11551) Checking out files: 67% (7740/11551) Checking out files: 68% (7855/11551) Checking out files: 69% (7971/11551) Checking out files: 70% (8086/11551) Checking out files: 71% (8202/11551) Checking out files: 72% (8317/11551) Checking out files: 73% (8433/11551) Checking out files: 74% (8548/11551) Checking out files: 75% (8664/11551) Checking out files: 76% (8779/11551) Checking out files: 77% (8895/11551) Checking out files: 78% (9010/11551) Checking out files: 79% (9126/11551) Checking out files: 80% (9241/11551) Checking out files: 81% (9357/11551) Checking out files: 82% (9472/11551) Checking out files: 83% (9588/11551) Checking out files: 84% (9703/11551) Checking out files: 85% (9819/11551) Checking out files: 86% (9934/11551) Checking out files: 87% (10050/11551) Checking out files: 88% (10165/11551) Checking out files: 89% (10281/11551) Checking out files: 90% (10396/11551) Checking out files: 91% (10512/11551) Checking out files: 92% (10627/11551) Checking out files: 93% (10743/11551) Checking out files: 94% (10858/11551) Checking out files: 95% (10974/11551) Checking out files: 96% (11089/11551) Checking out files: 97% (11205/11551) Checking out files: 98% (11320/11551) Checking out files: 99% (11436/11551) Checking out files: 100% (11551/11551) Checking out files: 100% (11551/11551), done. [2021-06-15T23:22:26.284Z] #24 120.2 + cd /tmp/tmp.qyRgF2RugB/tmp/docker-ce [2021-06-15T23:22:26.284Z] #24 120.2 + git checkout -q v17.06.2-ce [2021-06-15T23:22:26.287Z] #20 33.08 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-06-15T23:22:26.287Z] #20 33.08 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-15T23:22:26.287Z] #20 33.19 Selecting previously unselected package libjq1:amd64. [2021-06-15T23:22:26.287Z] #20 33.19 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-15T23:22:26.287Z] #20 33.20 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-15T23:22:26.319Z] #19 ... [2021-06-15T23:22:26.319Z] [2021-06-15T23:22:26.319Z] #46 [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-06-15T23:22:26.319Z] #46 sha256:d714264c259d4aa60fc9841e0c3ae420cfc4a206fa6c6fe53ccd261932d8bf14 [2021-06-15T23:22:26.319Z] #46 DONE 127.8s [2021-06-15T23:22:26.433Z] #20 23.49 Selecting previously unselected package python3.7-minimal. [2021-06-15T23:22:26.433Z] #20 23.49 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:22:26.433Z] #20 23.51 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:22:26.548Z] #20 33.30 Selecting previously unselected package jq. [2021-06-15T23:22:26.548Z] #20 33.30 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-15T23:22:26.548Z] #20 33.31 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-15T23:22:26.548Z] #20 33.39 Selecting previously unselected package libaio1:amd64. [2021-06-15T23:22:26.548Z] #20 33.39 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-06-15T23:22:26.548Z] #20 33.41 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-15T23:22:26.548Z] #20 33.47 Selecting previously unselected package libgpm2:amd64. [2021-06-15T23:22:26.548Z] #20 33.48 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-06-15T23:22:26.548Z] #20 33.48 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-15T23:22:26.574Z] [2021-06-15T23:22:26.574Z] #50 [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-06-15T23:22:26.574Z] #50 sha256:058095538fbcd40c9fdfb7535b948a01d16167942b7d87b459a4f75a61916bd3 [2021-06-15T23:22:26.809Z] #20 33.55 Selecting previously unselected package libicu63:amd64. [2021-06-15T23:22:26.809Z] #20 33.56 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-15T23:22:26.809Z] #20 33.57 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-15T23:22:26.860Z] #57 177.3 + bin/containerd [2021-06-15T23:22:26.995Z] #20 24.15 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:26.995Z] #20 24.18 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:22:28.887Z] #20 25.68 Selecting previously unselected package python3-minimal. [2021-06-15T23:22:28.887Z] #20 25.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 ... 23684 files and directories currently installed.) [2021-06-15T23:22:28.887Z] #20 25.72 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-15T23:22:28.887Z] #20 25.73 Unpacking python3-minimal (3.7.3-1) ... [2021-06-15T23:22:28.887Z] #20 25.79 Selecting previously unselected package libmpdec2:amd64. [2021-06-15T23:22:28.887Z] #20 25.79 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-15T23:22:28.887Z] #20 25.80 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-15T23:22:28.887Z] #20 25.91 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-15T23:22:28.887Z] #20 25.91 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:22:28.887Z] #20 25.92 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:29.092Z] #50 ... [2021-06-15T23:22:29.092Z] [2021-06-15T23:22:29.092Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-15T23:22:29.092Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-06-15T23:22:29.092Z] #19 DONE 3.4s [2021-06-15T23:22:29.092Z] [2021-06-15T23:22:29.092Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:22:29.092Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:22:29.400Z] #57 ... [2021-06-15T23:22:29.400Z] [2021-06-15T23:22:29.400Z] #54 [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-06-15T23:22:29.400Z] #54 sha256:8183d613234639dfb70ff82f6a35f1583188516a580fcb2790e27e454267478f [2021-06-15T23:22:29.400Z] #54 103.5 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-15T23:22:29.400Z] #54 104.4 + mkdir -p /build [2021-06-15T23:22:29.400Z] #54 104.4 + cp runc /build/runc [2021-06-15T23:22:29.400Z] #54 DONE 104.8s [2021-06-15T23:22:29.400Z] [2021-06-15T23:22:29.400Z] #57 [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-06-15T23:22:29.400Z] #57 sha256:5060fcff4ed2800893d8eb1f81cc7603f3534acd07374a6dc7da8be564620cbf [2021-06-15T23:22:29.450Z] #20 26.76 Selecting previously unselected package python3.7. [2021-06-15T23:22:29.632Z] #24 123.0 + mkdir -p /tmp/tmp.qyRgF2RugB/src/github.com/docker [2021-06-15T23:22:29.633Z] #24 123.0 + mv components/cli /tmp/tmp.qyRgF2RugB/src/github.com/docker/cli [2021-06-15T23:22:29.633Z] #24 123.0 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-06-15T23:22:29.707Z] #20 26.77 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:22:29.707Z] #20 26.78 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:29.707Z] #20 26.87 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-15T23:22:29.707Z] #20 26.87 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-15T23:22:29.707Z] #20 26.88 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-15T23:22:29.964Z] #20 27.02 Setting up python3-minimal (3.7.3-1) ... [2021-06-15T23:22:30.111Z] #20 36.59 Selecting previously unselected package libnet1:amd64. [2021-06-15T23:22:30.111Z] #20 36.59 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-15T23:22:30.111Z] #20 36.60 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:22:30.111Z] #20 36.69 Selecting previously unselected package libnl-3-200:amd64. [2021-06-15T23:22:30.111Z] #20 36.69 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-15T23:22:30.111Z] #20 36.70 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-15T23:22:30.111Z] #20 36.78 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-15T23:22:30.111Z] #20 36.79 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-15T23:22:30.111Z] #20 36.80 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-15T23:22:30.111Z] #20 36.86 Selecting previously unselected package libreadline5:amd64. [2021-06-15T23:22:30.111Z] #20 36.87 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-15T23:22:30.111Z] #20 36.87 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-15T23:22:30.111Z] #20 36.97 Selecting previously unselected package net-tools. [2021-06-15T23:22:30.111Z] #20 36.98 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-15T23:22:30.111Z] #20 36.98 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-15T23:22:30.372Z] #20 37.15 Selecting previously unselected package patch. [2021-06-15T23:22:30.372Z] #20 37.16 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-15T23:22:30.372Z] #20 37.17 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-15T23:22:30.372Z] #20 37.28 Selecting previously unselected package python-pip-whl. [2021-06-15T23:22:30.372Z] #20 37.30 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-15T23:22:30.372Z] #20 37.31 Unpacking python-pip-whl (18.1-5) ... [2021-06-15T23:22:30.779Z] #57 ... [2021-06-15T23:22:30.779Z] [2021-06-15T23:22:30.779Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-15T23:22:30.779Z] #55 sha256:8634937788e2fbc960633943753bf86c5a00f8082c73fc085e6813a1791c0e67 [2021-06-15T23:22:30.893Z] #20 27.82 Selecting previously unselected package python3. [2021-06-15T23:22:30.893Z] #20 27.82 (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 ... 24096 files and directories currently installed.) [2021-06-15T23:22:30.893Z] #20 27.87 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-15T23:22:30.893Z] #20 27.88 Unpacking python3 (3.7.3-1) ... [2021-06-15T23:22:30.893Z] #20 27.97 Selecting previously unselected package libip4tc0:amd64. [2021-06-15T23:22:30.893Z] #20 27.98 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-15T23:22:30.893Z] #20 27.98 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-15T23:22:30.893Z] #20 28.06 Selecting previously unselected package libip6tc0:amd64. [2021-06-15T23:22:30.893Z] #20 28.06 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-15T23:22:30.893Z] #20 28.07 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-15T23:22:30.943Z] #20 37.76 Selecting previously unselected package python3-lib2to3. [2021-06-15T23:22:30.943Z] #20 37.77 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-15T23:22:30.943Z] #20 37.77 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-15T23:22:30.943Z] #20 37.88 Selecting previously unselected package python3-distutils. [2021-06-15T23:22:30.943Z] #20 37.88 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-15T23:22:30.943Z] #20 37.89 Unpacking python3-distutils (3.7.3-1) ... [2021-06-15T23:22:31.038Z] #55 DONE 0.2s [2021-06-15T23:22:31.038Z] [2021-06-15T23:22:31.038Z] #57 [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-06-15T23:22:31.038Z] #57 sha256:5060fcff4ed2800893d8eb1f81cc7603f3534acd07374a6dc7da8be564620cbf [2021-06-15T23:22:31.149Z] #20 28.16 Selecting previously unselected package libiptc0:amd64. [2021-06-15T23:22:31.149Z] #20 28.17 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-15T23:22:31.149Z] #20 28.18 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-15T23:22:31.149Z] #20 28.26 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-15T23:22:31.149Z] #20 28.27 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-15T23:22:31.149Z] #20 28.28 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-15T23:22:31.149Z] #20 28.33 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-15T23:22:31.149Z] #20 28.34 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-15T23:22:31.149Z] #20 28.34 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-15T23:22:31.204Z] #20 38.01 Selecting previously unselected package python3-pip. [2021-06-15T23:22:31.204Z] #20 38.01 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-15T23:22:31.204Z] #20 38.02 Unpacking python3-pip (18.1-5) ... [2021-06-15T23:22:31.405Z] #20 28.40 Selecting previously unselected package libnftnl11:amd64. [2021-06-15T23:22:31.405Z] #20 28.41 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-15T23:22:31.405Z] #20 28.41 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-15T23:22:31.405Z] #20 28.49 Selecting previously unselected package iptables. [2021-06-15T23:22:31.405Z] #20 28.49 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-15T23:22:31.405Z] #20 28.50 Unpacking iptables (1.8.2-4) ... [2021-06-15T23:22:31.464Z] #20 38.18 Selecting previously unselected package python3-pkg-resources. [2021-06-15T23:22:31.464Z] #20 38.19 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-15T23:22:31.464Z] #20 38.20 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:22:31.464Z] #20 38.31 Selecting previously unselected package python3-setuptools. [2021-06-15T23:22:31.464Z] #20 38.32 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-15T23:22:31.464Z] #20 38.33 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-15T23:22:31.609Z] #20 ... [2021-06-15T23:22:31.609Z] [2021-06-15T23:22:31.609Z] #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-06-15T23:22:31.609Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-15T23:22:31.609Z] #32 DONE 132.3s [2021-06-15T23:22:31.609Z] [2021-06-15T23:22:31.609Z] #54 [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-06-15T23:22:31.609Z] #54 sha256:45096fb06190b28e66d5e7a6254fa2c42f8d8b8c26ae8029261569d5ca7ed953 [2021-06-15T23:22:31.662Z] #20 28.80 Selecting previously unselected package xxd. [2021-06-15T23:22:31.662Z] #20 28.80 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-15T23:22:31.662Z] #20 28.80 Unpacking xxd (2:8.1.0875-5) ... [2021-06-15T23:22:31.662Z] #20 28.92 Selecting previously unselected package vim-common. [2021-06-15T23:22:31.725Z] #20 38.50 Selecting previously unselected package python3-wheel. [2021-06-15T23:22:31.725Z] #20 38.51 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-15T23:22:31.725Z] #20 38.52 Unpacking python3-wheel (0.32.3-2) ... [2021-06-15T23:22:31.725Z] #20 38.60 Selecting previously unselected package sudo. [2021-06-15T23:22:31.725Z] #20 38.62 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-15T23:22:31.725Z] #20 38.62 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-15T23:22:31.918Z] #20 28.94 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-15T23:22:31.918Z] #20 28.96 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-15T23:22:31.918Z] #20 29.12 Selecting previously unselected package bash-completion. [2021-06-15T23:22:31.918Z] #20 29.13 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-15T23:22:32.297Z] #20 39.09 Selecting previously unselected package thin-provisioning-tools. [2021-06-15T23:22:32.297Z] #20 39.10 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-15T23:22:32.297Z] #20 39.11 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-15T23:22:32.559Z] #20 39.39 Selecting previously unselected package uidmap. [2021-06-15T23:22:32.559Z] #20 39.41 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-15T23:22:32.559Z] #20 39.41 Unpacking uidmap (1:4.5-1.1) ... [2021-06-15T23:22:32.559Z] #20 39.54 Selecting previously unselected package vim-runtime. [2021-06-15T23:22:32.559Z] #20 39.56 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-15T23:22:32.559Z] #20 39.59 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-06-15T23:22:32.819Z] #20 39.61 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-15T23:22:32.819Z] #20 39.62 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-15T23:22:32.956Z] #24 ... [2021-06-15T23:22:32.956Z] [2021-06-15T23:22:32.956Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:22:32.956Z] #20 sha256:195ad63f85bbe48cccd81011f6d5378917eee02482ebd331ff759ae3860159b7 [2021-06-15T23:22:32.956Z] #20 6.827 Reading package lists... [2021-06-15T23:22:32.956Z] #20 9.317 Reading package lists... [2021-06-15T23:22:32.956Z] #20 11.59 Building dependency tree... [2021-06-15T23:22:32.956Z] #20 12.80 libcap2-bin is already the newest version (1:2.25-2). [2021-06-15T23:22:32.956Z] #20 12.80 The following additional packages will be installed: [2021-06-15T23:22:32.956Z] #20 12.80 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-15T23:22:32.956Z] #20 12.80 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-15T23:22:32.956Z] #20 12.80 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-15T23:22:32.956Z] #20 12.80 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-15T23:22:32.956Z] #20 12.80 python3.7 python3.7-minimal vim-runtime xxd [2021-06-15T23:22:32.956Z] #20 12.81 Suggested packages: [2021-06-15T23:22:32.956Z] #20 12.81 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-15T23:22:32.956Z] #20 12.81 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-15T23:22:32.956Z] #20 12.81 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-15T23:22:32.956Z] #20 12.81 quota [2021-06-15T23:22:32.956Z] #20 12.81 Recommended packages: [2021-06-15T23:22:32.956Z] #20 12.81 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-15T23:22:32.956Z] #20 12.82 python3-keyrings.alt python3-xdg unzip [2021-06-15T23:22:32.956Z] #20 14.08 The following NEW packages will be installed: [2021-06-15T23:22:32.956Z] #20 14.08 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-15T23:22:32.956Z] #20 14.08 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-15T23:22:32.956Z] #20 14.08 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-15T23:22:32.956Z] #20 14.08 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-15T23:22:32.956Z] #20 14.08 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-15T23:22:32.956Z] #20 14.08 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-15T23:22:32.956Z] #20 14.08 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-15T23:22:32.956Z] #20 14.08 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-15T23:22:32.956Z] #20 14.08 xz-utils zip [2021-06-15T23:22:32.956Z] #20 14.41 0 upgraded, 49 newly installed, 0 to remove and 28 not upgraded. [2021-06-15T23:22:32.956Z] #20 14.41 Need to get 27.7 MB of archives. [2021-06-15T23:22:32.956Z] #20 14.41 After this operation, 114 MB of additional disk space will be used. [2021-06-15T23:22:32.956Z] #20 14.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2021-06-15T23:22:32.956Z] #20 14.42 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB] [2021-06-15T23:22:32.956Z] #20 14.43 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB] [2021-06-15T23:22:32.956Z] #20 14.48 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2021-06-15T23:22:32.956Z] #20 14.49 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2021-06-15T23:22:32.956Z] #20 14.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB] [2021-06-15T23:22:32.956Z] #20 14.55 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB] [2021-06-15T23:22:32.956Z] #20 14.56 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2021-06-15T23:22:32.956Z] #20 14.57 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2021-06-15T23:22:32.956Z] #20 14.57 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2021-06-15T23:22:32.956Z] #20 14.57 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2021-06-15T23:22:32.956Z] #20 14.57 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2021-06-15T23:22:32.956Z] #20 14.59 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-06-15T23:22:32.956Z] #20 14.59 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2021-06-15T23:22:32.956Z] #20 14.59 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2021-06-15T23:22:32.956Z] #20 14.59 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2021-06-15T23:22:32.956Z] #20 14.60 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-06-15T23:22:32.956Z] #20 14.61 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-15T23:22:32.956Z] #20 14.62 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2021-06-15T23:22:32.956Z] #20 14.62 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2021-06-15T23:22:32.956Z] #20 14.63 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2021-06-15T23:22:32.956Z] #20 14.63 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2021-06-15T23:22:32.956Z] #20 14.65 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2021-06-15T23:22:32.956Z] #20 14.66 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-06-15T23:22:32.956Z] #20 14.66 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-06-15T23:22:32.956Z] #20 14.67 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-06-15T23:22:32.956Z] #20 14.67 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2021-06-15T23:22:32.956Z] #20 14.68 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2021-06-15T23:22:32.956Z] #20 14.68 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-06-15T23:22:32.956Z] #20 15.09 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-06-15T23:22:32.956Z] #20 15.09 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-06-15T23:22:32.956Z] #20 15.09 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-06-15T23:22:32.956Z] #20 15.09 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2021-06-15T23:22:32.956Z] #20 15.10 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2021-06-15T23:22:32.956Z] #20 15.12 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB] [2021-06-15T23:22:32.956Z] #20 15.13 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-15T23:22:32.956Z] #20 15.18 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-15T23:22:32.956Z] #20 15.19 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-15T23:22:33.220Z] #20 15.19 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2021-06-15T23:22:33.220Z] #20 15.20 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-15T23:22:33.220Z] #20 15.21 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-15T23:22:33.220Z] #20 15.24 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-15T23:22:33.220Z] #20 15.25 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB] [2021-06-15T23:22:33.220Z] #20 15.28 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2021-06-15T23:22:33.220Z] #20 15.30 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2021-06-15T23:22:33.220Z] #20 15.31 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-15T23:22:33.484Z] #20 15.59 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2021-06-15T23:22:33.484Z] #20 15.63 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2021-06-15T23:22:33.484Z] #20 15.67 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2021-06-15T23:22:34.062Z] #20 16.34 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:22:34.125Z] #54 ... [2021-06-15T23:22:34.125Z] [2021-06-15T23:22:34.125Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:22:34.125Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:22:34.125Z] #20 5.043 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-15T23:22:34.125Z] #20 5.080 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-15T23:22:34.125Z] #20 5.080 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-15T23:22:34.125Z] #20 5.143 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-15T23:22:34.326Z] #20 16.43 Fetched 27.7 MB in 2s (18.0 MB/s) [2021-06-15T23:22:34.326Z] #20 16.50 Selecting previously unselected package pigz. [2021-06-15T23:22:34.326Z] #20 16.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 ... 23408 files and directories currently installed.) [2021-06-15T23:22:34.326Z] #20 16.59 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2021-06-15T23:22:34.434Z] #20 31.35 Unpacking bash-completion (1:2.8-6) ... [2021-06-15T23:22:34.434Z] #20 31.68 Selecting previously unselected package bzip2. [2021-06-15T23:22:34.434Z] #20 31.69 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-15T23:22:34.434Z] #20 31.70 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-15T23:22:34.590Z] #20 16.61 Unpacking pigz (2.4-1) ... [2021-06-15T23:22:34.590Z] #20 16.74 Selecting previously unselected package libpython3.7-minimal:arm64. [2021-06-15T23:22:34.590Z] #20 16.74 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2021-06-15T23:22:34.590Z] #20 16.76 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:34.688Z] #20 5.519 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-15T23:22:34.690Z] #20 31.78 Selecting previously unselected package xz-utils. [2021-06-15T23:22:34.690Z] #20 31.78 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-06-15T23:22:34.690Z] #20 31.79 Unpacking xz-utils (5.2.4-1) ... [2021-06-15T23:22:34.946Z] #20 32.00 Selecting previously unselected package apparmor. [2021-06-15T23:22:34.946Z] #20 32.00 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-06-15T23:22:34.946Z] #20 32.09 Unpacking apparmor (2.13.2-10) ... [2021-06-15T23:22:35.168Z] #20 17.48 Selecting previously unselected package python3.7-minimal. [2021-06-15T23:22:35.203Z] #20 32.38 Selecting previously unselected package aufs-tools. [2021-06-15T23:22:35.203Z] #20 32.40 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-15T23:22:35.203Z] #20 32.40 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-15T23:22:35.203Z] #20 32.50 Selecting previously unselected package libonig5:amd64. [2021-06-15T23:22:35.261Z] #20 6.295 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-15T23:22:35.432Z] #20 17.48 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2021-06-15T23:22:35.432Z] #20 17.50 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:22:35.459Z] #20 32.51 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-06-15T23:22:35.459Z] #20 32.51 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-15T23:22:35.459Z] #20 32.63 Selecting previously unselected package libjq1:amd64. [2021-06-15T23:22:35.459Z] #20 32.63 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-15T23:22:35.459Z] #20 32.63 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-15T23:22:35.459Z] #20 32.70 Selecting previously unselected package jq. [2021-06-15T23:22:35.459Z] #20 32.71 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-15T23:22:35.459Z] #20 32.72 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-15T23:22:35.715Z] #20 32.82 Selecting previously unselected package libaio1:amd64. [2021-06-15T23:22:35.715Z] #20 32.83 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-06-15T23:22:35.715Z] #20 32.84 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-15T23:22:35.715Z] #20 32.90 Selecting previously unselected package libgpm2:amd64. [2021-06-15T23:22:35.715Z] #20 32.92 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-06-15T23:22:35.715Z] #20 32.92 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-15T23:22:35.715Z] #20 32.97 Selecting previously unselected package libicu63:amd64. [2021-06-15T23:22:35.715Z] #20 32.98 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-15T23:22:35.715Z] #20 32.99 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-15T23:22:36.009Z] #20 17.95 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:36.009Z] #20 17.98 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:22:36.120Z] #20 42.43 Selecting previously unselected package vim. [2021-06-15T23:22:36.120Z] #20 42.44 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-15T23:22:36.120Z] #20 42.46 Unpacking vim (2:8.1.0875-5) ... [2021-06-15T23:22:36.120Z] #20 42.89 Selecting previously unselected package xfsprogs. [2021-06-15T23:22:36.120Z] #20 42.90 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-15T23:22:36.120Z] #20 42.91 Unpacking xfsprogs (4.20.0-1) ... [2021-06-15T23:22:36.189Z] #20 7.018 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-15T23:22:36.380Z] #20 43.23 Selecting previously unselected package zip. [2021-06-15T23:22:36.380Z] #20 43.24 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-06-15T23:22:36.380Z] #20 43.25 Unpacking zip (3.0-11+b1) ... [2021-06-15T23:22:36.380Z] #20 43.41 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-15T23:22:36.640Z] #20 43.43 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-15T23:22:36.640Z] #20 43.45 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-15T23:22:36.640Z] #20 43.46 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-15T23:22:36.640Z] #20 43.47 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-15T23:22:36.640Z] #20 43.49 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-15T23:22:36.640Z] #20 43.51 Setting up uidmap (1:4.5-1.1) ... [2021-06-15T23:22:36.640Z] #20 43.52 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-15T23:22:36.640Z] #20 43.53 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:22:36.640Z] #20 43.55 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-15T23:22:36.640Z] #20 43.56 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-15T23:22:36.640Z] #20 43.57 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-15T23:22:36.640Z] #20 43.59 Setting up xxd (2:8.1.0875-5) ... [2021-06-15T23:22:36.640Z] #20 43.60 Setting up zip (3.0-11+b1) ... [2021-06-15T23:22:36.640Z] #20 43.61 Setting up vim-common (2:8.1.0875-5) ... [2021-06-15T23:22:36.901Z] #20 43.64 Setting up bash-completion (1:2.8-6) ... [2021-06-15T23:22:37.120Z] #20 8.107 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-15T23:22:37.938Z] #20 19.81 Selecting previously unselected package python3-minimal. [2021-06-15T23:22:37.938Z] #20 19.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23657 files and directories currently installed.) [2021-06-15T23:22:37.938Z] #20 19.88 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2021-06-15T23:22:37.938Z] #20 19.88 Unpacking python3-minimal (3.7.3-1) ... [2021-06-15T23:22:37.938Z] #20 19.98 Selecting previously unselected package libmpdec2:arm64. [2021-06-15T23:22:37.938Z] #20 19.98 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2021-06-15T23:22:37.938Z] #20 20.00 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2021-06-15T23:22:37.938Z] #20 20.12 Selecting previously unselected package libpython3.7-stdlib:arm64. [2021-06-15T23:22:37.938Z] #20 20.12 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ... [2021-06-15T23:22:37.938Z] #20 20.14 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:38.890Z] #20 21.07 Selecting previously unselected package python3.7. [2021-06-15T23:22:38.890Z] #20 21.09 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ... [2021-06-15T23:22:38.890Z] #20 21.10 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:38.984Z] #20 35.82 Selecting previously unselected package libnet1:amd64. [2021-06-15T23:22:38.984Z] #20 35.82 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-15T23:22:38.984Z] #20 35.82 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:22:38.984Z] #20 35.90 Selecting previously unselected package libnl-3-200:amd64. [2021-06-15T23:22:38.984Z] #20 35.90 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-15T23:22:38.984Z] #20 35.91 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-15T23:22:38.984Z] #20 35.98 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-15T23:22:38.984Z] #20 35.98 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-15T23:22:38.984Z] #20 35.99 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-15T23:22:38.984Z] #20 36.04 Selecting previously unselected package libreadline5:amd64. [2021-06-15T23:22:38.984Z] #20 36.05 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-15T23:22:38.984Z] #20 36.05 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-15T23:22:38.984Z] #20 36.16 Selecting previously unselected package net-tools. [2021-06-15T23:22:38.984Z] #20 36.17 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-15T23:22:38.984Z] #20 36.18 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-15T23:22:39.155Z] #20 21.23 Selecting previously unselected package libpython3-stdlib:arm64. [2021-06-15T23:22:39.155Z] #20 21.24 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2021-06-15T23:22:39.155Z] #20 21.32 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2021-06-15T23:22:39.155Z] #20 21.46 Setting up python3-minimal (3.7.3-1) ... [2021-06-15T23:22:39.239Z] #20 36.37 Selecting previously unselected package patch. [2021-06-15T23:22:39.239Z] #20 36.37 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-15T23:22:39.239Z] #20 36.38 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-15T23:22:39.444Z] #20 46.14 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-15T23:22:39.444Z] #20 46.15 Setting up xz-utils (5.2.4-1) ... [2021-06-15T23:22:39.444Z] #20 46.17 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-15T23:22:39.444Z] #20 46.19 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-15T23:22:39.444Z] #20 46.20 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-15T23:22:39.444Z] #20 46.28 invoke-rc.d: could not determine current runlevel [2021-06-15T23:22:39.444Z] #20 46.29 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-15T23:22:39.444Z] #20 46.32 Setting up pigz (2.4-1) ... [2021-06-15T23:22:39.444Z] #20 46.37 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-15T23:22:39.495Z] #20 36.48 Selecting previously unselected package python-pip-whl. [2021-06-15T23:22:39.495Z] #20 36.50 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-15T23:22:39.495Z] #20 36.50 Unpacking python-pip-whl (18.1-5) ... [2021-06-15T23:22:39.704Z] #20 46.39 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-15T23:22:39.704Z] #20 46.47 Setting up python-pip-whl (18.1-5) ... [2021-06-15T23:22:39.704Z] #20 46.52 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-15T23:22:39.704Z] #20 46.54 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-15T23:22:39.733Z] #20 ... [2021-06-15T23:22:39.733Z] [2021-06-15T23:22:39.733Z] #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-06-15T23:22:39.733Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-06-15T23:22:39.733Z] #40 133.3 + dpkg --print-architecture [2021-06-15T23:22:39.751Z] #20 36.99 Selecting previously unselected package python3-lib2to3. [2021-06-15T23:22:39.751Z] #20 36.99 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-15T23:22:39.751Z] #20 37.00 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-15T23:22:39.965Z] #20 46.87 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-15T23:22:39.965Z] #20 46.88 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-15T23:22:39.965Z] #20 46.90 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:39.965Z] #20 46.91 Setting up vim (2:8.1.0875-5) ... [2021-06-15T23:22:40.007Z] #20 37.12 Selecting previously unselected package python3-distutils. [2021-06-15T23:22:40.007Z] #20 37.14 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-15T23:22:40.007Z] #20 37.14 Unpacking python3-distutils (3.7.3-1) ... [2021-06-15T23:22:40.225Z] #20 46.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-15T23:22:40.225Z] #20 46.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-15T23:22:40.225Z] #20 46.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-15T23:22:40.225Z] #20 46.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-15T23:22:40.225Z] #20 46.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-15T23:22:40.225Z] #20 46.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-15T23:22:40.225Z] #20 46.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-15T23:22:40.225Z] #20 47.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-15T23:22:40.225Z] #20 47.02 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-15T23:22:40.225Z] #20 47.03 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-15T23:22:40.225Z] #20 47.07 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-15T23:22:40.225Z] #20 47.09 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-15T23:22:40.225Z] #20 47.10 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-15T23:22:40.225Z] #20 47.13 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:40.263Z] #20 37.29 Selecting previously unselected package python3-pip. [2021-06-15T23:22:40.263Z] #20 37.30 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-15T23:22:40.263Z] #20 37.31 Unpacking python3-pip (18.1-5) ... [2021-06-15T23:22:40.263Z] #20 37.48 Selecting previously unselected package python3-pkg-resources. [2021-06-15T23:22:40.263Z] #20 37.48 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-15T23:22:40.263Z] #20 37.49 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:22:40.519Z] #20 37.58 Selecting previously unselected package python3-setuptools. [2021-06-15T23:22:40.519Z] #20 37.60 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-15T23:22:40.519Z] #20 37.61 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-15T23:22:40.519Z] #20 37.83 Selecting previously unselected package python3-wheel. [2021-06-15T23:22:40.775Z] #20 37.83 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-15T23:22:40.775Z] #20 37.84 Unpacking python3-wheel (0.32.3-2) ... [2021-06-15T23:22:40.775Z] #20 37.93 Selecting previously unselected package sudo. [2021-06-15T23:22:40.775Z] #20 37.95 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-15T23:22:40.775Z] #20 37.95 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-15T23:22:41.134Z] #40 DONE 134.5s [2021-06-15T23:22:41.134Z] [2021-06-15T23:22:41.134Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:22:41.134Z] #20 sha256:195ad63f85bbe48cccd81011f6d5378917eee02482ebd331ff759ae3860159b7 [2021-06-15T23:22:41.134Z] #20 22.52 Selecting previously unselected package python3. [2021-06-15T23:22:41.134Z] #20 22.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24069 files and directories currently installed.) [2021-06-15T23:22:41.134Z] #20 22.55 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2021-06-15T23:22:41.134Z] #20 22.57 Unpacking python3 (3.7.3-1) ... [2021-06-15T23:22:41.134Z] #20 23.01 Selecting previously unselected package libip4tc0:arm64. [2021-06-15T23:22:41.134Z] #20 23.02 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2021-06-15T23:22:41.134Z] #20 23.03 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2021-06-15T23:22:41.134Z] #20 23.24 Selecting previously unselected package libip6tc0:arm64. [2021-06-15T23:22:41.134Z] #20 23.26 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2021-06-15T23:22:41.134Z] #20 23.27 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2021-06-15T23:22:41.287Z] #20 11.63 Fetched 8974 kB in 7s (1314 kB/s) [2021-06-15T23:22:41.337Z] #20 38.39 Selecting previously unselected package thin-provisioning-tools. [2021-06-15T23:22:41.337Z] #20 38.40 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-15T23:22:41.337Z] #20 38.41 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-15T23:22:41.399Z] #20 23.46 Selecting previously unselected package libiptc0:arm64. [2021-06-15T23:22:41.399Z] #20 23.46 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2021-06-15T23:22:41.399Z] #20 23.46 Unpacking libiptc0:arm64 (1.8.2-4) ... [2021-06-15T23:22:41.399Z] #20 23.63 Selecting previously unselected package libnfnetlink0:arm64. [2021-06-15T23:22:41.399Z] #20 23.63 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-06-15T23:22:41.399Z] #20 23.64 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-06-15T23:22:41.399Z] #20 23.74 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-06-15T23:22:41.593Z] #20 38.61 Selecting previously unselected package uidmap. [2021-06-15T23:22:41.593Z] #20 38.63 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-15T23:22:41.593Z] #20 38.64 Unpacking uidmap (1:4.5-1.1) ... [2021-06-15T23:22:41.593Z] #20 38.74 Selecting previously unselected package vim-runtime. [2021-06-15T23:22:41.593Z] #20 38.75 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-15T23:22:41.663Z] #20 23.74 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2021-06-15T23:22:41.663Z] #20 23.76 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-06-15T23:22:41.663Z] #20 23.85 Selecting previously unselected package libnftnl11:arm64. [2021-06-15T23:22:41.663Z] #20 23.86 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2021-06-15T23:22:41.663Z] #20 23.86 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2021-06-15T23:22:41.663Z] #20 23.94 Selecting previously unselected package iptables. [2021-06-15T23:22:41.663Z] #20 23.95 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2021-06-15T23:22:41.849Z] #20 38.79 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-06-15T23:22:41.849Z] #20 38.82 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-15T23:22:41.849Z] #20 38.83 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-15T23:22:41.930Z] #20 23.95 Unpacking iptables (1.8.2-4) ... [2021-06-15T23:22:42.209Z] #20 24.26 Selecting previously unselected package xxd. [2021-06-15T23:22:42.209Z] #20 24.28 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-06-15T23:22:42.209Z] #20 24.28 Unpacking xxd (2:8.1.0875-5) ... [2021-06-15T23:22:42.474Z] #20 24.42 Selecting previously unselected package vim-common. [2021-06-15T23:22:42.474Z] #20 24.42 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-15T23:22:42.474Z] #20 24.44 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-15T23:22:42.740Z] #20 24.68 Selecting previously unselected package bash-completion. [2021-06-15T23:22:42.740Z] #20 24.70 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-15T23:22:42.774Z] #20 49.60 Setting up iptables (1.8.2-4) ... [2021-06-15T23:22:42.774Z] #20 49.62 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-15T23:22:42.774Z] #20 49.63 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-15T23:22:42.774Z] #20 49.64 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-15T23:22:42.774Z] #20 49.65 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-15T23:22:42.774Z] #20 49.66 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-15T23:22:42.774Z] #20 49.67 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-15T23:22:42.774Z] #20 49.68 Setting up python3 (3.7.3-1) ... [2021-06-15T23:22:43.177Z] #20 11.63 Reading package lists... [2021-06-15T23:22:43.346Z] #20 50.10 Setting up python3-wheel (0.32.3-2) ... [2021-06-15T23:22:43.608Z] #20 ... [2021-06-15T23:22:43.608Z] [2021-06-15T23:22:43.608Z] #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-06-15T23:22:43.608Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:22:43.608Z] #40 171.1 + dpkg --print-architecture [2021-06-15T23:22:43.608Z] #40 171.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-06-15T23:22:44.130Z] #40 171.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-06-15T23:22:44.130Z] #40 171.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-06-15T23:22:44.366Z] #20 41.49 Selecting previously unselected package vim. [2021-06-15T23:22:44.366Z] #20 41.50 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-15T23:22:44.366Z] #20 41.51 Unpacking vim (2:8.1.0875-5) ... [2021-06-15T23:22:44.622Z] #20 41.93 Selecting previously unselected package xfsprogs. [2021-06-15T23:22:44.878Z] #20 41.94 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-15T23:22:44.878Z] #20 41.95 Unpacking xfsprogs (4.20.0-1) ... [2021-06-15T23:22:45.134Z] #20 42.31 Selecting previously unselected package zip. [2021-06-15T23:22:45.134Z] #20 42.31 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-06-15T23:22:45.134Z] #20 42.32 Unpacking zip (3.0-11+b1) ... [2021-06-15T23:22:45.305Z] #20 27.28 Unpacking bash-completion (1:2.8-6) ... [2021-06-15T23:22:45.390Z] #20 42.51 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-15T23:22:45.390Z] #20 42.52 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-15T23:22:45.390Z] #20 42.54 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-15T23:22:45.390Z] #20 42.56 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-15T23:22:45.390Z] #20 42.57 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-15T23:22:45.390Z] #20 42.59 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-15T23:22:45.390Z] #20 42.60 Setting up uidmap (1:4.5-1.1) ... [2021-06-15T23:22:45.569Z] #20 27.73 Selecting previously unselected package bzip2. [2021-06-15T23:22:45.569Z] #20 27.73 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2021-06-15T23:22:45.569Z] #20 27.74 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-15T23:22:45.569Z] #20 27.83 Selecting previously unselected package xz-utils. [2021-06-15T23:22:45.646Z] #20 42.61 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-15T23:22:45.646Z] #20 42.63 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:22:45.646Z] #20 42.65 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-15T23:22:45.646Z] #20 42.66 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-15T23:22:45.646Z] #20 42.67 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-15T23:22:45.646Z] #20 42.68 Setting up xxd (2:8.1.0875-5) ... [2021-06-15T23:22:45.646Z] #20 42.70 Setting up zip (3.0-11+b1) ... [2021-06-15T23:22:45.646Z] #20 42.71 Setting up vim-common (2:8.1.0875-5) ... [2021-06-15T23:22:45.646Z] #20 42.75 Setting up bash-completion (1:2.8-6) ... [2021-06-15T23:22:45.692Z] #20 14.11 Reading package lists... [2021-06-15T23:22:45.836Z] #20 27.84 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2021-06-15T23:22:45.836Z] #20 27.85 Unpacking xz-utils (5.2.4-1) ... [2021-06-15T23:22:45.836Z] #20 27.98 Selecting previously unselected package apparmor. [2021-06-15T23:22:45.836Z] #20 27.98 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2021-06-15T23:22:45.836Z] #20 28.06 Unpacking apparmor (2.13.2-10) ... [2021-06-15T23:22:46.200Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-06-15T23:22:46.200Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-6a969a93\powershellScript.ps1'; exit $LASTEXITCODE; [2021-06-15T23:22:46.200Z] ---------------------------------------------------------------------------- [2021-06-15T23:22:46.200Z] [2021-06-15T23:22:46.200Z] INFO: executeCI.ps1 starting at Tue Jun 15 23:22:43 CUT 2021 [2021-06-15T23:22:46.200Z] [2021-06-15T23:22:46.200Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-06-15T23:22:46.200Z] INFO: Running git version 2.24.1.windows.2 [2021-06-15T23:22:46.200Z] INFO: Branch:fe_release Build:20295.1.210212-1600 [2021-06-15T23:22:46.200Z] INFO: Environment variables: [2021-06-15T23:22:46.200Z] [2021-06-15T23:22:46.200Z] Name Value [2021-06-15T23:22:46.200Z] ---- ----- [2021-06-15T23:22:46.200Z] ALLUSERSPROFILE C:\ProgramData [2021-06-15T23:22:46.200Z] amd64 true [2021-06-15T23:22:46.200Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-06-15T23:22:46.200Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-06-15T23:22:46.200Z] arm64 true [2021-06-15T23:22:46.200Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-06-15T23:22:46.200Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-06-15T23:22:46.200Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-06-15T23:22:46.200Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-06-15T23:22:46.200Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-06-15T23:22:46.200Z] BRANCH_NAME PR-42473 [2021-06-15T23:22:46.200Z] BUILD_DISPLAY_NAME #17 [2021-06-15T23:22:46.200Z] BUILD_ID 17 [2021-06-15T23:22:46.200Z] BUILD_NUMBER 17 [2021-06-15T23:22:46.200Z] BUILD_TAG jenkins-moby-PR-42473-17 [2021-06-15T23:22:46.200Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42473/17/ [2021-06-15T23:22:46.200Z] cgroup2 true [2021-06-15T23:22:46.200Z] CHANGE_AUTHOR thaJeztah [2021-06-15T23:22:46.200Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-06-15T23:22:46.200Z] CHANGE_BRANCH unfork_buildkit [2021-06-15T23:22:46.200Z] CHANGE_FORK thaJeztah/docker [2021-06-15T23:22:46.200Z] CHANGE_ID 42473 [2021-06-15T23:22:46.200Z] CHANGE_TARGET master [2021-06-15T23:22:46.200Z] CHANGE_TITLE revendor BuildKit (master branch) [2021-06-15T23:22:46.200Z] CHANGE_URL https://github.com/moby/moby/pull/42473 [2021-06-15T23:22:46.200Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-15T23:22:46.200Z] CommonProgramFiles C:\Program Files\Common Files [2021-06-15T23:22:46.200Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-06-15T23:22:46.200Z] CommonProgramW6432 C:\Program Files\Common Files [2021-06-15T23:22:46.200Z] COMPUTERNAME azwin-2-febbc0 [2021-06-15T23:22:46.200Z] ComSpec C:\Windows\system32\cmd.exe [2021-06-15T23:22:46.200Z] ConfigSequenceNumber 0 [2021-06-15T23:22:46.200Z] dco true [2021-06-15T23:22:46.200Z] DOCKER_BUILDKIT 0 [2021-06-15T23:22:46.200Z] DOCKER_DUT_DEBUG 1 [2021-06-15T23:22:46.200Z] DOCKER_EXPERIMENTAL 1 [2021-06-15T23:22:46.200Z] DOCKER_GRAPHDRIVER overlay2 [2021-06-15T23:22:46.200Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-06-15T23:22:46.200Z] EXECUTOR_NUMBER 0 [2021-06-15T23:22:46.200Z] FQDN azwin-2-febbc0.westus.cloudapp.azure.com [2021-06-15T23:22:46.200Z] GIT_BRANCH PR-42473 [2021-06-15T23:22:46.200Z] GIT_COMMIT 3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:22:46.200Z] GIT_PREVIOUS_COMMIT b10068755f4cb0885147cee92b82de619752887c [2021-06-15T23:22:46.200Z] GIT_URL https://github.com/moby/moby.git [2021-06-15T23:22:46.200Z] HUDSON_COOKIE db829aa6-ad88-4401-a371-7a6ca1ce4668 [2021-06-15T23:22:46.200Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-06-15T23:22:46.200Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-06-15T23:22:46.200Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-06-15T23:22:46.200Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-06-15T23:22:46.200Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-06-15T23:22:46.200Z] JENKINS_NODE_COOKIE 5d1a231b-dc6c-4f8d-80aa-d3ca7f9742bd [2021-06-15T23:22:46.200Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-06-15T23:22:46.200Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-06-15T23:22:46.200Z] JOB_BASE_NAME PR-42473 [2021-06-15T23:22:46.200Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42473/display/redirect [2021-06-15T23:22:46.200Z] JOB_NAME moby/PR-42473 [2021-06-15T23:22:46.200Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42473/ [2021-06-15T23:22:46.200Z] library.jps.version master [2021-06-15T23:22:46.200Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-06-15T23:22:46.200Z] NODE_LABELS amd64 azure azwin-2-febbc0 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-06-15T23:22:46.200Z] NODE_NAME azwin-2-febbc0 [2021-06-15T23:22:46.200Z] NUMBER_OF_PROCESSORS 4 [2021-06-15T23:22:46.200Z] OS Windows_NT [2021-06-15T23:22:46.200Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-06-15T23:22:46.200Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-06-15T23:22:46.200Z] ppc64le false [2021-06-15T23:22:46.200Z] PROCESSOR_ARCHITECTURE AMD64 [2021-06-15T23:22:46.200Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2021-06-15T23:22:46.200Z] PROCESSOR_LEVEL 6 [2021-06-15T23:22:46.200Z] PROCESSOR_REVISION 4f01 [2021-06-15T23:22:46.200Z] ProgramData C:\ProgramData [2021-06-15T23:22:46.200Z] ProgramFiles C:\Program Files [2021-06-15T23:22:46.201Z] ProgramFiles(x86) C:\Program Files (x86) [2021-06-15T23:22:46.201Z] ProgramW6432 C:\Program Files [2021-06-15T23:22:46.201Z] PROMPT $P$G [2021-06-15T23:22:46.201Z] PSExecutionPolicyPreference Bypass [2021-06-15T23:22:46.201Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-06-15T23:22:46.201Z] PUBLIC C:\Users\Public [2021-06-15T23:22:46.201Z] rootless true [2021-06-15T23:22:46.201Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42473/17/display/redirect?page=arti... [2021-06-15T23:22:46.201Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42473/17/display/redirect?page=changes [2021-06-15T23:22:46.201Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42473/17/display/redirect [2021-06-15T23:22:46.201Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42473/17/display/redirect?page=tests [2021-06-15T23:22:46.201Z] s390x false [2021-06-15T23:22:46.201Z] SKIP_VALIDATION_TESTS 1 [2021-06-15T23:22:46.201Z] SOURCES_DRIVE d [2021-06-15T23:22:46.201Z] SOURCES_SUBDIR gopath [2021-06-15T23:22:46.201Z] STAGE_NAME Run tests [2021-06-15T23:22:46.201Z] SystemDrive C: [2021-06-15T23:22:46.201Z] SystemRoot C:\Windows [2021-06-15T23:22:46.201Z] TEMP C:\Windows\TEMP [2021-06-15T23:22:46.201Z] TESTDEBUG 0 [2021-06-15T23:22:46.201Z] TESTRUN_DRIVE d [2021-06-15T23:22:46.201Z] TESTRUN_SUBDIR CI [2021-06-15T23:22:46.201Z] TIMEOUT 120m [2021-06-15T23:22:46.201Z] TMP C:\Windows\TEMP [2021-06-15T23:22:46.201Z] unit_validate true [2021-06-15T23:22:46.201Z] USERDOMAIN WORKGROUP [2021-06-15T23:22:46.201Z] USERNAME azwin-2-febbc0$ [2021-06-15T23:22:46.201Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-06-15T23:22:46.201Z] validate_force false [2021-06-15T23:22:46.201Z] windir C:\Windows [2021-06-15T23:22:46.201Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore/insider [2021-06-15T23:22:46.201Z] WINDOWS_BASE_IMAGE_TAG 10.0.20295.1 [2021-06-15T23:22:46.201Z] windows2022 true [2021-06-15T23:22:46.201Z] windowsRS1 false [2021-06-15T23:22:46.201Z] windowsRS5 true [2021-06-15T23:22:46.201Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-06-15T23:22:46.201Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-06-15T23:22:46.201Z] [2021-06-15T23:22:46.201Z] [2021-06-15T23:22:46.201Z] [2021-06-15T23:22:46.201Z] INFO: Sources under d:\gopath\... [2021-06-15T23:22:46.201Z] INFO: Test run under d:\CI\... [2021-06-15T23:22:46.201Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-06-15T23:22:46.201Z] INFO: docker/docker repository was found [2021-06-15T23:22:46.201Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 from docker hub. This may take some time... [2021-06-15T23:22:46.253Z] #20 16.66 Building dependency tree... [2021-06-15T23:22:46.415Z] #20 28.44 Selecting previously unselected package aufs-tools. [2021-06-15T23:22:46.415Z] #20 28.44 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2021-06-15T23:22:46.415Z] #20 28.45 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-15T23:22:46.415Z] #20 28.59 Selecting previously unselected package libonig5:arm64. [2021-06-15T23:22:46.415Z] #20 28.60 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2021-06-15T23:22:46.415Z] #20 28.61 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-06-15T23:22:46.663Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-06-15T23:22:46.680Z] #20 28.74 Selecting previously unselected package libjq1:arm64. [2021-06-15T23:22:46.680Z] #20 28.74 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-06-15T23:22:46.680Z] #20 28.76 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-06-15T23:22:46.680Z] #20 28.85 Selecting previously unselected package jq. [2021-06-15T23:22:46.680Z] #20 28.85 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-06-15T23:22:46.680Z] #20 28.86 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-15T23:22:46.680Z] #20 28.95 Selecting previously unselected package libaio1:arm64. [2021-06-15T23:22:46.814Z] #20 17.72 libcap2-bin is already the newest version (1:2.25-2). [2021-06-15T23:22:46.814Z] #20 17.72 The following additional packages will be installed: [2021-06-15T23:22:46.814Z] #20 17.72 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-15T23:22:46.814Z] #20 17.72 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-15T23:22:46.814Z] #20 17.72 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-15T23:22:46.814Z] #20 17.72 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-15T23:22:46.814Z] #20 17.72 python3.7 python3.7-minimal vim-runtime xxd [2021-06-15T23:22:46.814Z] #20 17.72 Suggested packages: [2021-06-15T23:22:46.814Z] #20 17.73 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-15T23:22:46.814Z] #20 17.73 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-15T23:22:46.814Z] #20 17.73 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-15T23:22:46.814Z] #20 17.73 quota [2021-06-15T23:22:46.814Z] #20 17.73 Recommended packages: [2021-06-15T23:22:46.814Z] #20 17.73 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-15T23:22:46.814Z] #20 17.73 python3-keyrings.alt python3-xdg unzip [2021-06-15T23:22:46.944Z] #20 28.96 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2021-06-15T23:22:46.944Z] #20 28.96 Unpacking libaio1:arm64 (0.3.112-3) ... [2021-06-15T23:22:46.944Z] #20 29.04 Selecting previously unselected package libgpm2:arm64. [2021-06-15T23:22:46.944Z] #20 29.06 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2021-06-15T23:22:46.944Z] #20 29.06 Unpacking libgpm2:arm64 (1.20.7-5) ... [2021-06-15T23:22:46.944Z] #20 29.14 Selecting previously unselected package libicu63:arm64. [2021-06-15T23:22:46.944Z] #20 29.16 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-06-15T23:22:47.124Z] 29d5b6a226d2: Pulling fs layer [2021-06-15T23:22:47.208Z] #20 29.16 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-06-15T23:22:48.166Z] #20 45.08 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-15T23:22:48.166Z] #20 45.10 Setting up xz-utils (5.2.4-1) ... [2021-06-15T23:22:48.166Z] #20 45.11 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-15T23:22:48.166Z] #20 45.13 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-15T23:22:48.166Z] #20 45.14 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-15T23:22:48.166Z] #20 45.23 invoke-rc.d: could not determine current runlevel [2021-06-15T23:22:48.166Z] #20 45.24 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-15T23:22:48.166Z] #20 45.25 Setting up pigz (2.4-1) ... [2021-06-15T23:22:48.166Z] #20 45.26 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-15T23:22:48.166Z] #20 45.27 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-15T23:22:48.166Z] #20 45.30 Setting up python-pip-whl (18.1-5) ... [2021-06-15T23:22:48.166Z] #20 45.32 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-15T23:22:48.166Z] #20 45.33 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-15T23:22:48.181Z] #20 19.01 The following NEW packages will be installed: [2021-06-15T23:22:48.181Z] #20 19.02 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-15T23:22:48.181Z] #20 19.02 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-15T23:22:48.181Z] #20 19.02 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-15T23:22:48.181Z] #20 19.02 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-15T23:22:48.181Z] #20 19.02 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-15T23:22:48.181Z] #20 19.02 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-15T23:22:48.181Z] #20 19.02 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-15T23:22:48.181Z] #20 19.02 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-15T23:22:48.181Z] #20 19.02 xz-utils zip [2021-06-15T23:22:48.424Z] #20 45.71 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-15T23:22:48.425Z] #20 45.73 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-15T23:22:48.425Z] #20 45.75 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:48.437Z] #20 19.35 0 upgraded, 49 newly installed, 0 to remove and 28 not upgraded. [2021-06-15T23:22:48.438Z] #20 19.35 Need to get 28.6 MB of archives. [2021-06-15T23:22:48.438Z] #20 19.35 After this operation, 116 MB of additional disk space will be used. [2021-06-15T23:22:48.438Z] #20 19.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-15T23:22:48.438Z] #20 19.35 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-15T23:22:48.438Z] #20 19.37 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-15T23:22:48.438Z] #20 19.44 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-15T23:22:48.438Z] #20 19.45 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-15T23:22:48.438Z] #20 19.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-15T23:22:48.438Z] #20 19.51 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-15T23:22:48.438Z] #20 19.53 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-15T23:22:48.438Z] #20 19.53 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-15T23:22:48.438Z] #20 19.53 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-15T23:22:48.438Z] #20 19.54 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-15T23:22:48.681Z] #20 45.77 Setting up vim (2:8.1.0875-5) ... [2021-06-15T23:22:48.681Z] #20 45.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-15T23:22:48.681Z] #20 45.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-15T23:22:48.681Z] #20 45.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-15T23:22:48.681Z] #20 45.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-15T23:22:48.681Z] #20 45.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-15T23:22:48.681Z] #20 45.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-15T23:22:48.681Z] #20 45.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-15T23:22:48.681Z] #20 45.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-15T23:22:48.681Z] #20 45.85 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-15T23:22:48.681Z] #20 45.86 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-15T23:22:48.681Z] #20 45.88 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-15T23:22:48.681Z] #20 45.90 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-15T23:22:48.681Z] #20 45.92 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-15T23:22:48.681Z] #20 45.93 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:48.694Z] #20 19.54 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-15T23:22:48.694Z] #20 19.54 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-15T23:22:48.694Z] #20 19.55 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-15T23:22:48.694Z] #20 19.55 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-15T23:22:48.694Z] #20 19.55 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-15T23:22:48.694Z] #20 19.57 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-15T23:22:48.694Z] #20 19.57 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-15T23:22:48.694Z] #20 19.58 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-15T23:22:48.694Z] #20 19.59 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-06-15T23:22:48.694Z] #20 19.60 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-15T23:22:48.694Z] #20 19.60 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-15T23:22:48.694Z] #20 19.63 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-15T23:22:48.694Z] #20 19.63 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-15T23:22:48.694Z] #20 19.64 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-15T23:22:48.694Z] #20 19.65 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-15T23:22:48.694Z] #20 19.65 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-15T23:22:48.694Z] #20 19.65 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-15T23:22:48.694Z] #20 19.65 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-15T23:22:48.951Z] #20 20.06 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-15T23:22:49.136Z] #20 31.03 Selecting previously unselected package libnet1:arm64. [2021-06-15T23:22:49.136Z] #20 31.04 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-06-15T23:22:49.136Z] #20 31.05 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:22:49.136Z] #20 31.15 Selecting previously unselected package libnl-3-200:arm64. [2021-06-15T23:22:49.136Z] #20 31.17 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2021-06-15T23:22:49.136Z] #20 31.18 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-06-15T23:22:49.136Z] #20 31.31 Selecting previously unselected package libprotobuf-c1:arm64. [2021-06-15T23:22:49.136Z] #20 31.32 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-06-15T23:22:49.136Z] #20 31.33 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-06-15T23:22:49.208Z] #20 20.06 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-15T23:22:49.208Z] #20 20.06 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-15T23:22:49.208Z] #20 20.06 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-15T23:22:49.208Z] #20 20.06 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-15T23:22:49.208Z] #20 20.07 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-15T23:22:49.208Z] #20 20.08 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-15T23:22:49.208Z] #20 20.15 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-15T23:22:49.208Z] #20 20.16 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-15T23:22:49.208Z] #20 20.16 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-15T23:22:49.208Z] #20 20.17 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-15T23:22:49.208Z] #20 20.18 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-15T23:22:49.208Z] #20 20.19 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-15T23:22:49.208Z] #20 20.20 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-15T23:22:49.208Z] #20 20.24 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-06-15T23:22:49.208Z] #20 20.26 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-15T23:22:49.208Z] #20 20.26 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-15T23:22:49.400Z] #20 31.43 Selecting previously unselected package libreadline5:arm64. [2021-06-15T23:22:49.400Z] #20 31.43 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2021-06-15T23:22:49.400Z] #20 31.45 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-06-15T23:22:49.400Z] #20 31.62 Selecting previously unselected package net-tools. [2021-06-15T23:22:49.400Z] #20 31.63 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2021-06-15T23:22:49.400Z] #20 31.64 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-15T23:22:49.464Z] #20 20.54 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-15T23:22:49.664Z] #20 31.80 Selecting previously unselected package patch. [2021-06-15T23:22:49.664Z] #20 31.80 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_arm64.deb ... [2021-06-15T23:22:49.664Z] #20 31.81 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-15T23:22:49.721Z] #20 20.58 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-15T23:22:49.721Z] #20 20.61 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-15T23:22:49.931Z] #20 31.92 Selecting previously unselected package python-pip-whl. [2021-06-15T23:22:49.931Z] #20 31.92 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-15T23:22:49.931Z] #20 31.95 Unpacking python-pip-whl (18.1-5) ... [2021-06-15T23:22:49.978Z] #20 21.13 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:22:50.195Z] #20 32.31 Selecting previously unselected package python3-lib2to3. [2021-06-15T23:22:50.195Z] #20 32.31 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-15T23:22:50.195Z] #20 32.32 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-15T23:22:50.235Z] #20 21.25 Fetched 28.6 MB in 2s (18.4 MB/s) [2021-06-15T23:22:50.235Z] #20 21.31 Selecting previously unselected package pigz. [2021-06-15T23:22:50.459Z] #20 32.47 Selecting previously unselected package python3-distutils. [2021-06-15T23:22:50.460Z] #20 32.49 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-15T23:22:50.460Z] #20 32.50 Unpacking python3-distutils (3.7.3-1) ... [2021-06-15T23:22:50.460Z] #20 32.66 Selecting previously unselected package python3-pip. [2021-06-15T23:22:50.460Z] #20 32.66 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-15T23:22:50.460Z] #20 32.68 Unpacking python3-pip (18.1-5) ... [2021-06-15T23:22:50.491Z] #20 21.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 ... 23435 files and directories currently installed.) [2021-06-15T23:22:50.491Z] #20 21.37 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-15T23:22:50.491Z] #20 21.38 Unpacking pigz (2.4-1) ... [2021-06-15T23:22:50.491Z] #20 21.45 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-15T23:22:50.491Z] #20 21.46 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:22:50.491Z] #20 21.46 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:50.573Z] #20 ... [2021-06-15T23:22:50.573Z] [2021-06-15T23:22:50.573Z] #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-06-15T23:22:50.573Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:22:50.724Z] #20 32.84 Selecting previously unselected package python3-pkg-resources. [2021-06-15T23:22:50.724Z] #20 32.85 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-15T23:22:50.724Z] #20 32.85 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:22:50.724Z] #20 32.98 Selecting previously unselected package python3-setuptools. [2021-06-15T23:22:50.724Z] #20 32.98 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-15T23:22:50.724Z] #20 33.00 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-15T23:22:50.748Z] #20 21.81 Selecting previously unselected package python3.7-minimal. [2021-06-15T23:22:50.748Z] #20 21.82 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:22:50.748Z] #20 21.83 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:22:50.787Z] #40 ... [2021-06-15T23:22:50.787Z] [2021-06-15T23:22:50.787Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:22:50.787Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:22:50.787Z] #20 50.78 Setting up apparmor (2.13.2-10) ... [2021-06-15T23:22:50.787Z] #20 52.40 Setting up xfsprogs (4.20.0-1) ... [2021-06-15T23:22:50.787Z] #20 52.41 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-15T23:22:50.787Z] #20 52.78 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:22:50.787Z] #20 53.56 Setting up python3-distutils (3.7.3-1) ... [2021-06-15T23:22:50.787Z] #20 53.98 Setting up python3-setuptools (40.8.0-1) ... [2021-06-15T23:22:50.787Z] #20 54.99 Setting up python3-pip (18.1-5) ... [2021-06-15T23:22:50.787Z] #20 55.88 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:22:50.787Z] #20 55.92 Processing triggers for mime-support (3.62) ... [2021-06-15T23:22:50.787Z] #20 DONE 57.1s [2021-06-15T23:22:50.787Z] [2021-06-15T23:22:50.787Z] #21 [dev-systemd-false 8/25] 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-06-15T23:22:50.787Z] #21 sha256:a41b2e45fcae4ebc28cb31bce642a55e5472a13c32e0131897c460812419c062 [2021-06-15T23:22:50.829Z] #40 167.1 + dpkg --print-architecture [2021-06-15T23:22:50.829Z] #40 167.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-06-15T23:22:51.086Z] #40 167.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-06-15T23:22:51.086Z] #40 167.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-06-15T23:22:51.302Z] #20 33.28 Selecting previously unselected package python3-wheel. [2021-06-15T23:22:51.302Z] #20 33.29 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-15T23:22:51.302Z] #20 33.30 Unpacking python3-wheel (0.32.3-2) ... [2021-06-15T23:22:51.302Z] #20 33.39 Selecting previously unselected package sudo. [2021-06-15T23:22:51.302Z] #20 33.39 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_arm64.deb ... [2021-06-15T23:22:51.302Z] #20 33.41 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-15T23:22:51.390Z] #21 1.193 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-15T23:22:51.390Z] #21 1.198 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-15T23:22:51.390Z] #21 1.207 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-15T23:22:51.390Z] #21 DONE 1.3s [2021-06-15T23:22:51.390Z] [2021-06-15T23:22:51.390Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-15T23:22:51.390Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-15T23:22:51.677Z] #20 22.54 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:51.677Z] #20 22.56 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-15T23:22:51.881Z] #20 33.83 Selecting previously unselected package thin-provisioning-tools. [2021-06-15T23:22:51.881Z] #20 33.83 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2021-06-15T23:22:51.881Z] #20 33.85 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-15T23:22:51.881Z] #20 34.03 Selecting previously unselected package uidmap. [2021-06-15T23:22:51.881Z] #20 34.04 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_arm64.deb ... [2021-06-15T23:22:51.881Z] #20 34.04 Unpacking uidmap (1:4.5-1.1) ... [2021-06-15T23:22:52.145Z] #20 34.13 Selecting previously unselected package vim-runtime. [2021-06-15T23:22:52.145Z] #20 34.14 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-15T23:22:52.145Z] #20 34.17 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-06-15T23:22:52.145Z] #20 34.19 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-15T23:22:52.145Z] #20 34.21 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-15T23:22:53.572Z] #20 24.25 Selecting previously unselected package python3-minimal. [2021-06-15T23:22:53.572Z] #20 24.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 ... 23684 files and directories currently installed.) [2021-06-15T23:22:53.572Z] #20 24.32 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-15T23:22:53.572Z] #20 24.32 Unpacking python3-minimal (3.7.3-1) ... [2021-06-15T23:22:53.572Z] #20 24.43 Selecting previously unselected package libmpdec2:amd64. [2021-06-15T23:22:53.572Z] #20 24.43 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-15T23:22:53.572Z] #20 24.46 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-15T23:22:53.572Z] #20 24.56 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-15T23:22:53.572Z] #20 24.56 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:22:53.572Z] #20 24.57 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:54.502Z] #20 25.34 Selecting previously unselected package python3.7. [2021-06-15T23:22:54.502Z] #20 25.34 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-15T23:22:54.502Z] #20 25.36 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:54.502Z] #20 25.46 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-15T23:22:54.502Z] #20 25.47 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-15T23:22:54.502Z] #20 25.48 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-15T23:22:54.502Z] #20 25.58 Setting up python3-minimal (3.7.3-1) ... [2021-06-15T23:22:54.711Z] #20 36.48 Selecting previously unselected package vim. [2021-06-15T23:22:54.711Z] #20 36.49 Preparing to unpack .../38-vim_2%3a8.1.0875-5_arm64.deb ... [2021-06-15T23:22:54.711Z] #20 36.51 Unpacking vim (2:8.1.0875-5) ... [2021-06-15T23:22:54.711Z] #20 36.88 Selecting previously unselected package xfsprogs. [2021-06-15T23:22:54.711Z] #20 36.90 Preparing to unpack .../39-xfsprogs_4.20.0-1_arm64.deb ... [2021-06-15T23:22:54.711Z] #20 36.91 Unpacking xfsprogs (4.20.0-1) ... [2021-06-15T23:22:55.288Z] #20 37.20 Selecting previously unselected package zip. [2021-06-15T23:22:55.288Z] #20 37.21 Preparing to unpack .../40-zip_3.0-11+b1_arm64.deb ... [2021-06-15T23:22:55.288Z] #20 37.22 Unpacking zip (3.0-11+b1) ... [2021-06-15T23:22:55.288Z] #20 37.39 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-15T23:22:55.288Z] #20 37.41 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-15T23:22:55.288Z] #20 37.42 Setting up libip6tc0:arm64 (1.8.2-4) ... [2021-06-15T23:22:55.288Z] #20 37.43 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-06-15T23:22:55.288Z] #20 37.45 Setting up libgpm2:arm64 (1.20.7-5) ... [2021-06-15T23:22:55.288Z] #20 37.46 Setting up libip4tc0:arm64 (1.8.2-4) ... [2021-06-15T23:22:55.288Z] #20 37.48 Setting up uidmap (1:4.5-1.1) ... [2021-06-15T23:22:55.288Z] #20 37.56 Setting up libnftnl11:arm64 (1.1.2-2) ... [2021-06-15T23:22:55.431Z] #20 26.23 Selecting previously unselected package python3. [2021-06-15T23:22:55.431Z] #20 26.23 (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 ... 24096 files and directories currently installed.) [2021-06-15T23:22:55.431Z] #20 26.30 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-15T23:22:55.431Z] #20 26.31 Unpacking python3 (3.7.3-1) ... [2021-06-15T23:22:55.431Z] #20 26.40 Selecting previously unselected package libip4tc0:amd64. [2021-06-15T23:22:55.431Z] #20 26.41 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-15T23:22:55.431Z] #20 26.41 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-15T23:22:55.431Z] #20 26.49 Selecting previously unselected package libip6tc0:amd64. [2021-06-15T23:22:55.431Z] #20 26.50 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-15T23:22:55.552Z] #20 37.57 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:22:55.552Z] #20 37.59 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-15T23:22:55.552Z] #20 37.60 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-06-15T23:22:55.552Z] #20 37.61 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-06-15T23:22:55.552Z] #20 37.63 Setting up xxd (2:8.1.0875-5) ... [2021-06-15T23:22:55.552Z] #20 37.65 Setting up zip (3.0-11+b1) ... [2021-06-15T23:22:55.552Z] #20 37.67 Setting up vim-common (2:8.1.0875-5) ... [2021-06-15T23:22:55.552Z] #20 37.72 Setting up bash-completion (1:2.8-6) ... [2021-06-15T23:22:55.688Z] #20 26.51 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-15T23:22:55.688Z] #20 26.58 Selecting previously unselected package libiptc0:amd64. [2021-06-15T23:22:55.688Z] #20 26.58 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-15T23:22:55.688Z] #20 26.59 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-15T23:22:55.688Z] #20 26.65 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-15T23:22:55.688Z] #20 26.65 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-15T23:22:55.688Z] #20 26.66 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-15T23:22:55.944Z] #20 26.77 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-15T23:22:55.944Z] #20 26.78 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-15T23:22:55.944Z] #20 26.79 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-15T23:22:55.944Z] #20 26.86 Selecting previously unselected package libnftnl11:amd64. [2021-06-15T23:22:55.944Z] #20 26.86 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-15T23:22:55.944Z] #20 26.86 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-15T23:22:55.944Z] #20 26.93 Selecting previously unselected package iptables. [2021-06-15T23:22:55.944Z] #20 26.94 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-15T23:22:55.944Z] #20 26.95 Unpacking iptables (1.8.2-4) ... [2021-06-15T23:22:56.507Z] #20 27.39 Selecting previously unselected package xxd. [2021-06-15T23:22:56.507Z] #20 27.40 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-15T23:22:56.507Z] #20 27.40 Unpacking xxd (2:8.1.0875-5) ... [2021-06-15T23:22:56.700Z] #22 4.479 Collecting yamllint==1.26.1 [2021-06-15T23:22:56.763Z] #20 27.68 Selecting previously unselected package vim-common. [2021-06-15T23:22:56.763Z] #20 27.68 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-15T23:22:56.763Z] #20 27.71 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-15T23:22:57.020Z] #20 27.87 Selecting previously unselected package bash-completion. [2021-06-15T23:22:57.020Z] #20 27.87 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-15T23:22:58.875Z] #20 40.58 Setting up libiptc0:arm64 (1.8.2-4) ... [2021-06-15T23:22:58.875Z] #20 40.60 Setting up xz-utils (5.2.4-1) ... [2021-06-15T23:22:58.875Z] #20 40.63 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-15T23:22:58.875Z] #20 40.66 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-15T23:22:58.875Z] #20 40.67 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-15T23:22:58.875Z] #20 40.74 invoke-rc.d: could not determine current runlevel [2021-06-15T23:22:58.875Z] #20 40.76 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-15T23:22:58.875Z] #20 40.76 Setting up pigz (2.4-1) ... [2021-06-15T23:22:58.875Z] #20 40.78 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-06-15T23:22:58.875Z] #20 40.79 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-06-15T23:22:58.875Z] #20 40.81 Setting up python-pip-whl (18.1-5) ... [2021-06-15T23:22:58.875Z] #20 40.83 Setting up libmpdec2:arm64 (2.4.2-2) ... [2021-06-15T23:22:58.875Z] #20 40.84 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-15T23:22:59.139Z] #20 41.28 Setting up libaio1:arm64 (0.3.112-3) ... [2021-06-15T23:22:59.139Z] #20 41.29 Setting up libonig5:arm64 (6.9.1-1) ... [2021-06-15T23:22:59.139Z] #20 41.31 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:59.139Z] #20 41.32 Setting up vim (2:8.1.0875-5) ... [2021-06-15T23:22:59.139Z] #20 41.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-15T23:22:59.139Z] #20 41.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-15T23:22:59.139Z] #20 41.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-15T23:22:59.139Z] #20 41.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-15T23:22:59.139Z] #20 41.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-15T23:22:59.139Z] #20 41.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-15T23:22:59.139Z] #20 41.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-15T23:22:59.139Z] #20 41.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-15T23:22:59.180Z] #40 ... [2021-06-15T23:22:59.180Z] [2021-06-15T23:22:59.180Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:22:59.180Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:22:59.180Z] #20 48.35 Setting up iptables (1.8.2-4) ... [2021-06-15T23:22:59.180Z] #20 48.37 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-15T23:22:59.180Z] #20 48.38 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-15T23:22:59.180Z] #20 48.39 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-15T23:22:59.180Z] #20 48.40 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-15T23:22:59.180Z] #20 48.40 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-15T23:22:59.180Z] #20 48.41 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-15T23:22:59.180Z] #20 48.42 Setting up python3 (3.7.3-1) ... [2021-06-15T23:22:59.180Z] #20 48.86 Setting up python3-wheel (0.32.3-2) ... [2021-06-15T23:22:59.180Z] #20 49.45 Setting up apparmor (2.13.2-10) ... [2021-06-15T23:22:59.180Z] #20 51.15 Setting up xfsprogs (4.20.0-1) ... [2021-06-15T23:22:59.180Z] #20 51.16 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-15T23:22:59.180Z] #20 51.43 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:22:59.180Z] #20 52.22 Setting up python3-distutils (3.7.3-1) ... [2021-06-15T23:22:59.180Z] #20 52.62 Setting up python3-setuptools (40.8.0-1) ... [2021-06-15T23:22:59.180Z] #20 53.52 Setting up python3-pip (18.1-5) ... [2021-06-15T23:22:59.180Z] #20 54.46 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:22:59.180Z] #20 54.50 Processing triggers for mime-support (3.62) ... [2021-06-15T23:22:59.180Z] #20 DONE 55.7s [2021-06-15T23:22:59.180Z] [2021-06-15T23:22:59.180Z] #21 [dev-systemd-false 8/25] 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-06-15T23:22:59.180Z] #21 sha256:a41b2e45fcae4ebc28cb31bce642a55e5472a13c32e0131897c460812419c062 [2021-06-15T23:22:59.403Z] #20 41.41 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-06-15T23:22:59.403Z] #20 41.42 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-15T23:22:59.403Z] #20 41.44 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-06-15T23:22:59.403Z] #20 41.46 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-15T23:22:59.403Z] #20 41.49 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2021-06-15T23:22:59.403Z] #20 41.50 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:22:59.539Z] #20 30.20 Unpacking bash-completion (1:2.8-6) ... [2021-06-15T23:22:59.539Z] #20 30.56 Selecting previously unselected package bzip2. [2021-06-15T23:22:59.539Z] #20 30.57 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-15T23:22:59.539Z] #20 30.58 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-15T23:22:59.539Z] #20 30.64 Selecting previously unselected package xz-utils. [2021-06-15T23:22:59.743Z] #21 1.031 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-15T23:22:59.743Z] #21 1.035 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-15T23:22:59.743Z] #21 1.039 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-15T23:22:59.743Z] #21 DONE 1.1s [2021-06-15T23:22:59.743Z] [2021-06-15T23:22:59.743Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-15T23:22:59.743Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-15T23:22:59.795Z] #20 30.64 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-06-15T23:22:59.795Z] #20 30.66 Unpacking xz-utils (5.2.4-1) ... [2021-06-15T23:22:59.795Z] #20 30.81 Selecting previously unselected package apparmor. [2021-06-15T23:22:59.795Z] #20 30.81 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-06-15T23:22:59.795Z] #20 30.90 Unpacking apparmor (2.13.2-10) ... [2021-06-15T23:23:00.052Z] #20 31.19 Selecting previously unselected package aufs-tools. [2021-06-15T23:23:00.052Z] #20 31.19 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-15T23:23:00.315Z] #20 31.20 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-15T23:23:00.572Z] #20 31.35 Selecting previously unselected package libonig5:amd64. [2021-06-15T23:23:00.572Z] #20 31.35 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-06-15T23:23:00.572Z] #20 31.36 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-15T23:23:00.572Z] #20 ... [2021-06-15T23:23:00.572Z] [2021-06-15T23:23:00.572Z] #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-06-15T23:23:00.572Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:23:00.572Z] #40 161.7 + dpkg --print-architecture [2021-06-15T23:23:00.572Z] #40 161.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-06-15T23:23:00.829Z] #40 162.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-06-15T23:23:00.829Z] #40 162.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-06-15T23:23:01.982Z] #22 9.811 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-15T23:23:02.016Z] #20 43.84 Setting up iptables (1.8.2-4) ... [2021-06-15T23:23:02.016Z] #20 43.88 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-15T23:23:02.016Z] #20 43.89 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-15T23:23:02.016Z] #20 43.90 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-15T23:23:02.016Z] #20 43.91 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-15T23:23:02.016Z] #20 43.92 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-15T23:23:02.016Z] #20 43.92 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-15T23:23:02.016Z] #20 43.93 Setting up python3 (3.7.3-1) ... [2021-06-15T23:23:02.243Z] #22 10.79 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-15T23:23:02.243Z] #22 10.85 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-15T23:23:02.504Z] #22 10.90 Collecting pyyaml (from yamllint==1.26.1) [2021-06-15T23:23:02.504Z] #22 11.11 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-15T23:23:02.615Z] #20 44.53 Setting up python3-wheel (0.32.3-2) ... [2021-06-15T23:23:02.765Z] #22 11.38 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-15T23:23:03.026Z] #22 11.39 Building wheels for collected packages: yamllint [2021-06-15T23:23:03.026Z] #22 11.39 Running setup.py bdist_wheel for yamllint: started [2021-06-15T23:23:03.117Z] #57 209.5 # github.com/containerd/containerd/cmd/containerd [2021-06-15T23:23:03.117Z] #57 209.5 /usr/bin/ld: /tmp/go-link-150987037/000018.o: in function `New': [2021-06-15T23:23:03.117Z] #57 209.5 /tmp/tmp.JrOj87R9A6/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-06-15T23:23:03.117Z] #57 209.6 + bin/containerd-stress [2021-06-15T23:23:03.117Z] #57 211.5 + bin/containerd-shim [2021-06-15T23:23:03.205Z] #20 45.35 Setting up apparmor (2.13.2-10) ... [2021-06-15T23:23:03.601Z] #22 12.22 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-15T23:23:03.601Z] #22 12.22 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-15T23:23:03.601Z] #22 12.26 Successfully built yamllint [2021-06-15T23:23:03.862Z] #22 12.27 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-15T23:23:04.123Z] #22 12.70 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-15T23:23:04.600Z] #20 ... [2021-06-15T23:23:04.601Z] [2021-06-15T23:23:04.601Z] #50 [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-06-15T23:23:04.601Z] #50 sha256:055817a15785ccd818e37de79ec98a9b6e469b75cac16222732c8243ce8bbb7b [2021-06-15T23:23:04.601Z] #50 158.3 + /build/golangci-lint --version [2021-06-15T23:23:04.697Z] #22 DONE 13.1s [2021-06-15T23:23:04.697Z] [2021-06-15T23:23:04.697Z] #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-06-15T23:23:04.697Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:23:04.697Z] #40 ... [2021-06-15T23:23:04.697Z] [2021-06-15T23:23:04.698Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-15T23:23:04.698Z] #25 sha256:034d2f8e7bf1a77088c6778822a34a2e08e3bae2201aa55d40fa713b7246da0a [2021-06-15T23:23:04.877Z] #50 158.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-15T23:23:04.959Z] #25 DONE 0.4s [2021-06-15T23:23:04.959Z] [2021-06-15T23:23:04.959Z] #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-06-15T23:23:04.959Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:23:04.985Z] #22 4.435 Collecting yamllint==1.26.1 [2021-06-15T23:23:05.222Z] #40 ... [2021-06-15T23:23:05.222Z] [2021-06-15T23:23:05.222Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-15T23:23:05.222Z] #30 sha256:c2e8bc83b8e780e36aed4d4769c76fa81140772d2e8006ef15ed5c0d83ca2980 [2021-06-15T23:23:06.811Z] #50 DONE 160.7s [2021-06-15T23:23:06.811Z] [2021-06-15T23:23:06.811Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:23:06.811Z] #20 sha256:195ad63f85bbe48cccd81011f6d5378917eee02482ebd331ff759ae3860159b7 [2021-06-15T23:23:06.811Z] #20 47.15 Setting up xfsprogs (4.20.0-1) ... [2021-06-15T23:23:06.811Z] #20 47.17 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-15T23:23:06.811Z] #20 47.64 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:23:06.811Z] #20 48.85 Setting up python3-distutils (3.7.3-1) ... [2021-06-15T23:23:07.075Z] #20 49.40 Setting up python3-setuptools (40.8.0-1) ... [2021-06-15T23:23:07.303Z] #57 218.4 + bin/containerd-shim-runc-v1 [2021-06-15T23:23:07.527Z] #40 ... [2021-06-15T23:23:07.528Z] [2021-06-15T23:23:07.528Z] #20 [dev-systemd-false 7/25] 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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-15T23:23:07.528Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-15T23:23:07.528Z] #20 31.50 Selecting previously unselected package libjq1:amd64. [2021-06-15T23:23:07.528Z] #20 31.50 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-15T23:23:07.528Z] #20 31.52 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-15T23:23:07.528Z] #20 31.60 Selecting previously unselected package jq. [2021-06-15T23:23:07.528Z] #20 31.60 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-15T23:23:07.528Z] #20 31.61 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-15T23:23:07.528Z] #20 31.74 Selecting previously unselected package libaio1:amd64. [2021-06-15T23:23:07.528Z] #20 31.74 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-06-15T23:23:07.528Z] #20 31.74 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-15T23:23:07.528Z] #20 31.80 Selecting previously unselected package libgpm2:amd64. [2021-06-15T23:23:07.528Z] #20 31.80 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-06-15T23:23:07.528Z] #20 31.81 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-15T23:23:07.528Z] #20 31.86 Selecting previously unselected package libicu63:amd64. [2021-06-15T23:23:07.528Z] #20 31.87 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-15T23:23:07.528Z] #20 31.88 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-15T23:23:07.528Z] #20 34.78 Selecting previously unselected package libnet1:amd64. [2021-06-15T23:23:07.528Z] #20 34.79 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-15T23:23:07.528Z] #20 34.80 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:23:07.528Z] #20 34.88 Selecting previously unselected package libnl-3-200:amd64. [2021-06-15T23:23:07.528Z] #20 34.88 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-15T23:23:07.528Z] #20 34.89 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-15T23:23:07.528Z] #20 34.98 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-15T23:23:07.528Z] #20 35.00 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-15T23:23:07.528Z] #20 35.00 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-15T23:23:07.528Z] #20 35.06 Selecting previously unselected package libreadline5:amd64. [2021-06-15T23:23:07.528Z] #20 35.06 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-15T23:23:07.528Z] #20 35.06 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-15T23:23:07.528Z] #20 35.21 Selecting previously unselected package net-tools. [2021-06-15T23:23:07.528Z] #20 35.23 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-15T23:23:07.528Z] #20 35.23 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-15T23:23:07.528Z] #20 35.38 Selecting previously unselected package patch. [2021-06-15T23:23:07.528Z] #20 35.39 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-15T23:23:07.528Z] #20 35.39 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-15T23:23:07.528Z] #20 35.51 Selecting previously unselected package python-pip-whl. [2021-06-15T23:23:07.528Z] #20 35.51 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-15T23:23:07.528Z] #20 35.51 Unpacking python-pip-whl (18.1-5) ... [2021-06-15T23:23:07.528Z] #20 35.96 Selecting previously unselected package python3-lib2to3. [2021-06-15T23:23:07.528Z] #20 35.97 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-15T23:23:07.528Z] #20 35.98 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-15T23:23:07.528Z] #20 36.10 Selecting previously unselected package python3-distutils. [2021-06-15T23:23:07.528Z] #20 36.10 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-15T23:23:07.528Z] #20 36.10 Unpacking python3-distutils (3.7.3-1) ... [2021-06-15T23:23:07.528Z] #20 36.22 Selecting previously unselected package python3-pip. [2021-06-15T23:23:07.528Z] #20 36.22 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-15T23:23:07.528Z] #20 36.22 Unpacking python3-pip (18.1-5) ... [2021-06-15T23:23:07.528Z] #20 36.37 Selecting previously unselected package python3-pkg-resources. [2021-06-15T23:23:07.528Z] #20 36.37 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-15T23:23:07.528Z] #20 36.37 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:23:07.528Z] #20 36.48 Selecting previously unselected package python3-setuptools. [2021-06-15T23:23:07.528Z] #20 36.49 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-15T23:23:07.528Z] #20 36.49 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-15T23:23:07.528Z] #20 36.68 Selecting previously unselected package python3-wheel. [2021-06-15T23:23:07.528Z] #20 36.70 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-15T23:23:07.528Z] #20 36.70 Unpacking python3-wheel (0.32.3-2) ... [2021-06-15T23:23:07.528Z] #20 36.77 Selecting previously unselected package sudo. [2021-06-15T23:23:07.528Z] #20 36.77 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-15T23:23:07.528Z] #20 36.80 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-15T23:23:07.528Z] #20 37.21 Selecting previously unselected package thin-provisioning-tools. [2021-06-15T23:23:07.528Z] #20 37.22 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-15T23:23:07.528Z] #20 37.23 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-15T23:23:07.528Z] #20 37.45 Selecting previously unselected package uidmap. [2021-06-15T23:23:07.528Z] #20 37.45 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-15T23:23:07.528Z] #20 37.46 Unpacking uidmap (1:4.5-1.1) ... [2021-06-15T23:23:07.528Z] #20 37.59 Selecting previously unselected package vim-runtime. [2021-06-15T23:23:07.528Z] #20 37.60 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-15T23:23:07.528Z] #20 37.64 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-06-15T23:23:07.528Z] #20 37.68 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-15T23:23:07.528Z] #20 37.70 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-15T23:23:08.472Z] #20 50.55 Setting up python3-pip (18.1-5) ... [2021-06-15T23:23:09.426Z] #20 40.37 Selecting previously unselected package vim. [2021-06-15T23:23:09.426Z] #20 40.37 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-15T23:23:09.426Z] #20 40.39 Unpacking vim (2:8.1.0875-5) ... [2021-06-15T23:23:09.451Z] #20 51.50 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:23:09.451Z] #20 51.55 Processing triggers for mime-support (3.62) ... [2021-06-15T23:23:09.715Z] #20 DONE 51.8s [2021-06-15T23:23:09.715Z] [2021-06-15T23:23:09.715Z] #21 [dev-systemd-false 8/25] 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-06-15T23:23:09.715Z] #21 sha256:acd6a16e911204389df16830b55c126d58d01384b10664ccf7a1072bd8b3e0fd [2021-06-15T23:23:09.988Z] #20 40.81 Selecting previously unselected package xfsprogs. [2021-06-15T23:23:09.988Z] #20 40.82 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-15T23:23:09.988Z] #20 40.83 Unpacking xfsprogs (4.20.0-1) ... [2021-06-15T23:23:10.230Z] #22 9.766 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-15T23:23:10.244Z] #20 41.25 Selecting previously unselected package zip. [2021-06-15T23:23:10.244Z] #20 41.25 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-06-15T23:23:10.244Z] #20 41.26 Unpacking zip (3.0-11+b1) ... [2021-06-15T23:23:10.486Z] #22 10.72 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-15T23:23:10.486Z] #22 10.78 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-15T23:23:10.486Z] #22 10.81 Collecting pyyaml (from yamllint==1.26.1) [2021-06-15T23:23:10.500Z] #20 41.40 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-15T23:23:10.500Z] #20 41.43 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-15T23:23:10.500Z] #20 41.44 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-15T23:23:10.500Z] #20 41.45 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-15T23:23:10.500Z] #20 41.46 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-15T23:23:10.500Z] #20 41.47 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-15T23:23:10.500Z] #20 41.48 Setting up uidmap (1:4.5-1.1) ... [2021-06-15T23:23:10.500Z] #20 41.49 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-15T23:23:10.500Z] #20 41.51 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-15T23:23:10.500Z] #20 41.52 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-15T23:23:10.500Z] #20 41.53 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-15T23:23:10.500Z] #20 41.54 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-15T23:23:10.500Z] #20 41.56 Setting up xxd (2:8.1.0875-5) ... [2021-06-15T23:23:10.500Z] #20 41.57 Setting up zip (3.0-11+b1) ... [2021-06-15T23:23:10.500Z] #20 41.58 Setting up vim-common (2:8.1.0875-5) ... [2021-06-15T23:23:10.500Z] #20 41.61 Setting up bash-completion (1:2.8-6) ... [2021-06-15T23:23:10.513Z] #30 ... [2021-06-15T23:23:10.513Z] [2021-06-15T23:23:10.514Z] #50 [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-06-15T23:23:10.514Z] #50 sha256:c6047757b91b158ef0656a4f5c05ab50633ea7c2aaa6adc16ce9f8e5fb73c702 [2021-06-15T23:23:10.514Z] #50 197.6 + /build/golangci-lint --version [2021-06-15T23:23:10.514Z] #50 197.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-15T23:23:10.514Z] #50 DONE 198.1s [2021-06-15T23:23:10.514Z] [2021-06-15T23:23:10.514Z] #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-06-15T23:23:10.514Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:23:10.514Z] #40 DONE 197.9s [2021-06-15T23:23:10.514Z] [2021-06-15T23:23:10.514Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-15T23:23:10.514Z] #30 sha256:c2e8bc83b8e780e36aed4d4769c76fa81140772d2e8006ef15ed5c0d83ca2980 [2021-06-15T23:23:10.514Z] #30 DONE 5.3s [2021-06-15T23:23:10.514Z] [2021-06-15T23:23:10.514Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-15T23:23:10.514Z] #33 sha256:597cac023fc08edc0998b4355c55f042c9f9a760adf74746280c9c2a07200cd1 [2021-06-15T23:23:10.742Z] #22 11.07 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-15T23:23:10.775Z] #33 DONE 0.6s [2021-06-15T23:23:10.775Z] [2021-06-15T23:23:10.775Z] #54 [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-06-15T23:23:10.775Z] #54 sha256:a78e9f782fe3afba7fabf6e5105f6cec571f9a2ca823c6da8bf5a4543cd734dc [2021-06-15T23:23:10.999Z] #22 11.37 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-15T23:23:11.036Z] #54 ... [2021-06-15T23:23:11.036Z] [2021-06-15T23:23:11.036Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-15T23:23:11.036Z] #35 sha256:c1b251df0c061e7810f5b0ced79fb0085ddc34dfffc4b9c90ea5357ad44bf4c0 [2021-06-15T23:23:11.124Z] #21 1.407 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-15T23:23:11.124Z] #21 1.411 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-15T23:23:11.124Z] #21 1.416 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-15T23:23:11.124Z] #21 DONE 1.5s [2021-06-15T23:23:11.124Z] [2021-06-15T23:23:11.124Z] #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-06-15T23:23:11.124Z] #24 sha256:7cb7c35f43e66659a968ef0430016da9304b646e3564eeeba1947dd1070917f7 [2021-06-15T23:23:11.255Z] #22 11.38 Building wheels for collected packages: yamllint [2021-06-15T23:23:11.255Z] #22 11.38 Running setup.py bdist_wheel for yamllint: started [2021-06-15T23:23:11.297Z] #35 DONE 0.2s [2021-06-15T23:23:11.297Z] [2021-06-15T23:23:11.297Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-15T23:23:11.297Z] #38 sha256:5a3777a930181e6b802afc000e316d25ca0ab7b2291af126ceea179c20fd0dfb [2021-06-15T23:23:11.388Z] #24 ... [2021-06-15T23:23:11.388Z] [2021-06-15T23:23:11.388Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-15T23:23:11.388Z] #22 sha256:c96271bb7dc3968a4d315a521193fb4b790c24089db3e47f0b986aaca6775154 [2021-06-15T23:23:11.491Z] #57 223.2 + bin/containerd-shim-runc-v2 [2021-06-15T23:23:11.558Z] #38 DONE 0.4s [2021-06-15T23:23:11.558Z] [2021-06-15T23:23:11.558Z] #54 [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-06-15T23:23:11.558Z] #54 sha256:a78e9f782fe3afba7fabf6e5105f6cec571f9a2ca823c6da8bf5a4543cd734dc [2021-06-15T23:23:12.182Z] #22 12.28 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-15T23:23:12.182Z] #22 12.28 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-15T23:23:12.182Z] #22 12.33 Successfully built yamllint [2021-06-15T23:23:12.182Z] #22 12.36 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-15T23:23:12.302Z] 29d5b6a226d2: Verifying Checksum [2021-06-15T23:23:12.302Z] 29d5b6a226d2: Download complete [2021-06-15T23:23:12.434Z] #57 224.2 + binaries [2021-06-15T23:23:12.438Z] #22 12.70 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-15T23:23:12.692Z] #57 224.2 + install -D bin/containerd /build/containerd [2021-06-15T23:23:12.692Z] #57 224.2 + install -D bin/containerd-shim /build/containerd-shim [2021-06-15T23:23:12.692Z] #57 224.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-15T23:23:12.692Z] #57 224.3 + install -D bin/ctr /build/ctr [2021-06-15T23:23:13.020Z] #20 44.02 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-15T23:23:13.020Z] #20 44.03 Setting up xz-utils (5.2.4-1) ... [2021-06-15T23:23:13.020Z] #20 44.05 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-15T23:23:13.020Z] #20 44.06 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-15T23:23:13.020Z] #20 44.07 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-15T23:23:13.020Z] #20 44.14 invoke-rc.d: could not determine current runlevel [2021-06-15T23:23:13.276Z] #20 44.15 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-15T23:23:13.276Z] #20 44.16 Setting up pigz (2.4-1) ... [2021-06-15T23:23:13.276Z] #20 44.18 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-15T23:23:13.276Z] #20 44.20 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-15T23:23:13.276Z] #20 44.22 Setting up python-pip-whl (18.1-5) ... [2021-06-15T23:23:13.276Z] #20 44.24 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-15T23:23:13.276Z] #20 44.25 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-15T23:23:13.365Z] #22 DONE 13.5s [2021-06-15T23:23:13.365Z] [2021-06-15T23:23:13.365Z] #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-06-15T23:23:13.365Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:23:13.365Z] #40 DONE 189.7s [2021-06-15T23:23:13.365Z] [2021-06-15T23:23:13.365Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-15T23:23:13.365Z] #25 sha256:661ea6cf11191f03ea3c10cca7acb4a1fb21b0a9a3baa6f7312fb9f78f9f45f4 [2021-06-15T23:23:13.480Z] #54 ... [2021-06-15T23:23:13.480Z] [2021-06-15T23:23:13.480Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-15T23:23:13.480Z] #41 sha256:751f956781c9e47d9f94d43c7603edb83179ee4f07546bfe29df4ea3116d371e [2021-06-15T23:23:13.533Z] #20 44.65 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-15T23:23:13.533Z] #20 44.66 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-15T23:23:13.624Z] #25 DONE 0.5s [2021-06-15T23:23:13.624Z] [2021-06-15T23:23:13.624Z] #54 [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-06-15T23:23:13.624Z] #54 sha256:8b9193cf4d34ec562e84de7349b48132e9984445f828dc08acd527f75558c93e [2021-06-15T23:23:13.743Z] #41 DONE 0.7s [2021-06-15T23:23:13.743Z] [2021-06-15T23:23:13.743Z] #54 [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-06-15T23:23:13.743Z] #54 sha256:a78e9f782fe3afba7fabf6e5105f6cec571f9a2ca823c6da8bf5a4543cd734dc [2021-06-15T23:23:13.789Z] #20 44.67 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-15T23:23:13.789Z] #20 44.68 Setting up vim (2:8.1.0875-5) ... [2021-06-15T23:23:13.789Z] #20 44.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-15T23:23:13.789Z] #20 44.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-15T23:23:13.789Z] #20 44.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-15T23:23:13.789Z] #20 44.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-15T23:23:13.789Z] #20 44.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-15T23:23:13.789Z] #20 44.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-15T23:23:13.789Z] #20 44.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-15T23:23:13.789Z] #20 44.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-15T23:23:13.789Z] #20 44.74 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-15T23:23:13.789Z] #20 44.76 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-15T23:23:13.789Z] #20 44.77 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-15T23:23:13.789Z] #20 44.78 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-15T23:23:13.789Z] #20 44.80 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-15T23:23:13.789Z] #20 44.81 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-15T23:23:13.880Z] #54 ... [2021-06-15T23:23:13.880Z] [2021-06-15T23:23:13.880Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-15T23:23:13.880Z] #30 sha256:d808a337ede659af23384675ac2e8935ac9291b6c4d666a83bafd5e8498fce03 [2021-06-15T23:23:14.006Z] #54 ... [2021-06-15T23:23:14.006Z] [2021-06-15T23:23:14.006Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-15T23:23:14.006Z] #45 sha256:42576d11953ca1608ded447c9c41cf6ecde42f1fd2616be201503293ecdd9681 [2021-06-15T23:23:14.006Z] #45 DONE 0.1s [2021-06-15T23:23:14.006Z] [2021-06-15T23:23:14.006Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-15T23:23:14.006Z] #47 sha256:301da4f63f4e6c5efe681ce6c54c5fad507ce9fc077a063110d0ebf1a91c153b [2021-06-15T23:23:14.065Z] #57 DONE 225.4s [2021-06-15T23:23:14.268Z] #47 DONE 0.2s [2021-06-15T23:23:14.268Z] [2021-06-15T23:23:14.268Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-15T23:23:14.268Z] #49 sha256:d0621d4f0f626d1e40f268705f205c369d9b8b96207af0c3a38daece5121cab3 [2021-06-15T23:23:14.268Z] #49 DONE 0.1s [2021-06-15T23:23:14.268Z] [2021-06-15T23:23:14.268Z] #54 [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-06-15T23:23:14.268Z] #54 sha256:a78e9f782fe3afba7fabf6e5105f6cec571f9a2ca823c6da8bf5a4543cd734dc [2021-06-15T23:23:14.268Z] #54 ... [2021-06-15T23:23:14.268Z] [2021-06-15T23:23:14.268Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-15T23:23:14.268Z] #51 sha256:3a33d7844974c42105b5a58a4aa083094440d277158fb7efdedd6883b6907587 [2021-06-15T23:23:14.631Z] [2021-06-15T23:23:14.631Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-15T23:23:14.631Z] #58 sha256:c7e37e5165bcff6a1bdc553395ef52c5378321949a6456d0bdb4abf2c3562d92 [2021-06-15T23:23:14.841Z] #51 DONE 0.5s [2021-06-15T23:23:14.841Z] [2021-06-15T23:23:14.841Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-15T23:23:14.841Z] #53 sha256:70dca57beec2ac57af6cd73828645349b9d345d6515e44e54d4a2a7590d5a131 [2021-06-15T23:23:14.841Z] #53 DONE 0.1s [2021-06-15T23:23:14.841Z] [2021-06-15T23:23:14.841Z] #54 [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-06-15T23:23:14.841Z] #54 sha256:a78e9f782fe3afba7fabf6e5105f6cec571f9a2ca823c6da8bf5a4543cd734dc [2021-06-15T23:23:15.197Z] #58 DONE 0.8s [2021-06-15T23:23:15.455Z] [2021-06-15T23:23:15.455Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-15T23:23:15.455Z] #62 sha256:5005ad2653aa083038197b3b2fc1ef82f9a3e24302ce3263c11cebec71a4c886 [2021-06-15T23:23:15.619Z] #22 3.904 Collecting yamllint==1.26.1 [2021-06-15T23:23:15.713Z] #62 DONE 0.2s [2021-06-15T23:23:15.713Z] [2021-06-15T23:23:15.713Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-15T23:23:15.713Z] #67 sha256:8ec57a17b575ffaf8606d50213e81df455899033c80bca5595ffbaa4e95d82c9 [2021-06-15T23:23:16.279Z] #67 DONE 0.8s [2021-06-15T23:23:16.306Z] #20 47.13 Setting up iptables (1.8.2-4) ... [2021-06-15T23:23:16.306Z] #20 47.15 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-15T23:23:16.306Z] #20 47.15 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-15T23:23:16.306Z] #20 47.16 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-15T23:23:16.306Z] #20 47.17 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-15T23:23:16.306Z] #20 47.18 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-15T23:23:16.306Z] #20 47.20 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-15T23:23:16.306Z] #20 47.22 Setting up python3 (3.7.3-1) ... [2021-06-15T23:23:16.538Z] [2021-06-15T23:23:16.538Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-15T23:23:16.538Z] #68 sha256:10abc01d73caab8612a314443e23489e995d82305413a4ada137bdf2b878f2ed [2021-06-15T23:23:16.538Z] #68 DONE 0.0s [2021-06-15T23:23:16.538Z] [2021-06-15T23:23:16.538Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-15T23:23:16.538Z] #69 sha256:633b5b031a0acd5af604d79144f58623b26bf29e835d5ca2212c37a24f3a7a2b [2021-06-15T23:23:16.563Z] #20 47.57 Setting up python3-wheel (0.32.3-2) ... [2021-06-15T23:23:17.104Z] #69 DONE 0.8s [2021-06-15T23:23:17.104Z] [2021-06-15T23:23:17.104Z] #70 exporting to image [2021-06-15T23:23:17.104Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-15T23:23:17.104Z] #70 exporting layers [2021-06-15T23:23:17.493Z] #20 48.22 Setting up apparmor (2.13.2-10) ... [2021-06-15T23:23:18.859Z] #20 49.83 Setting up xfsprogs (4.20.0-1) ... [2021-06-15T23:23:18.859Z] #20 49.84 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-15T23:23:19.115Z] #20 50.22 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-15T23:23:19.128Z] #30 DONE 5.5s [2021-06-15T23:23:19.128Z] [2021-06-15T23:23:19.128Z] #50 [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-06-15T23:23:19.128Z] #50 sha256:5c5c9169e2b6a16a17263cdce4c250f0d0cf6d08cdade8c33ffdcc80d0d1556d [2021-06-15T23:23:19.128Z] #50 194.3 + /build/golangci-lint --version [2021-06-15T23:23:19.128Z] #50 194.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-15T23:23:19.128Z] #50 DONE 196.1s [2021-06-15T23:23:19.128Z] [2021-06-15T23:23:19.128Z] #57 [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-06-15T23:23:19.128Z] #57 sha256:aea9e5329cc2ede585e49b26115438e4ace5a2b62263ab62b734b8b6f019c9cc [2021-06-15T23:23:19.388Z] #57 ... [2021-06-15T23:23:19.388Z] [2021-06-15T23:23:19.388Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-15T23:23:19.388Z] #33 sha256:ad4ae5b712d3cb0544623520242e1b2c223c98b10ebb958b632c3fd7e10f1929 [2021-06-15T23:23:19.650Z] #33 DONE 0.4s [2021-06-15T23:23:19.650Z] [2021-06-15T23:23:19.650Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-15T23:23:19.650Z] #35 sha256:aa324cbb24565c2060eecabb89c75048485bc1d07cb9ff6d4eec04814de51a82 [2021-06-15T23:23:19.650Z] #35 DONE 0.1s [2021-06-15T23:23:19.650Z] [2021-06-15T23:23:19.650Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-15T23:23:19.650Z] #38 sha256:f8a8c4a6a5a1f7b02ea067d1600647449b3cbcc907dd99141e3e1ff25f45bf34 [2021-06-15T23:23:19.650Z] #38 DONE 0.1s [2021-06-15T23:23:19.650Z] [2021-06-15T23:23:19.650Z] #54 [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-06-15T23:23:19.650Z] #54 sha256:8b9193cf4d34ec562e84de7349b48132e9984445f828dc08acd527f75558c93e [2021-06-15T23:23:19.907Z] #54 ... [2021-06-15T23:23:19.907Z] [2021-06-15T23:23:19.907Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-15T23:23:19.907Z] #41 sha256:f906fea9d3620f12bb1489da3d8d321677f488d98e4136735c4282dd51b2367d [2021-06-15T23:23:19.907Z] #41 DONE 0.2s [2021-06-15T23:23:19.907Z] [2021-06-15T23:23:19.907Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-15T23:23:19.907Z] #45 sha256:1ef3c04039343bbdc9dd2761f2e64106cd09a3f31ea26c38472c0067458d7ffe [2021-06-15T23:23:19.907Z] #45 DONE 0.1s [2021-06-15T23:23:19.907Z] [2021-06-15T23:23:19.907Z] #54 [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-06-15T23:23:19.907Z] #54 sha256:8b9193cf4d34ec562e84de7349b48132e9984445f828dc08acd527f75558c93e [2021-06-15T23:23:20.045Z] #20 50.89 Setting up python3-distutils (3.7.3-1) ... [2021-06-15T23:23:20.164Z] #54 ... [2021-06-15T23:23:20.164Z] [2021-06-15T23:23:20.164Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-15T23:23:20.164Z] #47 sha256:4ba92cbd5a40f0edd02f0b19e8e589f9f9ce46007ae7f9319273bdee883fd916 [2021-06-15T23:23:20.164Z] #47 DONE 0.2s [2021-06-15T23:23:20.164Z] [2021-06-15T23:23:20.164Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-15T23:23:20.164Z] #49 sha256:2dc75ad5ea0b503c6ac623a8118cfcadaa5147c065ad818dae8ef10656721f8a [2021-06-15T23:23:20.164Z] #49 DONE 0.1s [2021-06-15T23:23:20.164Z] [2021-06-15T23:23:20.164Z] #54 [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-06-15T23:23:20.164Z] #54 sha256:8b9193cf4d34ec562e84de7349b48132e9984445f828dc08acd527f75558c93e [2021-06-15T23:23:20.301Z] #20 51.30 Setting up python3-setuptools (40.8.0-1) ... [2021-06-15T23:23:20.934Z] #22 9.209 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-15T23:23:21.094Z] #54 ... [2021-06-15T23:23:21.094Z] [2021-06-15T23:23:21.094Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-15T23:23:21.094Z] #51 sha256:cae10e755799da46f264ce77fa1c3a194982ae9aa71b72c0bb2f09031655efc2 [2021-06-15T23:23:21.094Z] #51 DONE 0.1s [2021-06-15T23:23:21.094Z] [2021-06-15T23:23:21.094Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-15T23:23:21.094Z] #53 sha256:f3b003003e902fcc47ec7781cd9d5653b6981fdbb25a130451bdb41197e1208d [2021-06-15T23:23:21.094Z] #53 DONE 0.1s [2021-06-15T23:23:21.094Z] [2021-06-15T23:23:21.094Z] #54 [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-06-15T23:23:21.094Z] #54 sha256:8b9193cf4d34ec562e84de7349b48132e9984445f828dc08acd527f75558c93e [2021-06-15T23:23:21.198Z] #22 10.13 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-15T23:23:21.198Z] #22 10.17 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-15T23:23:21.461Z] #22 10.24 Collecting pyyaml (from yamllint==1.26.1) [2021-06-15T23:23:21.668Z] #20 52.36 Setting up python3-pip (18.1-5) ... [2021-06-15T23:23:21.725Z] #22 10.42 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-06-15T23:23:21.937Z] #20 53.09 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:23:22.194Z] #20 53.19 Processing triggers for mime-support (3.62) ... [2021-06-15T23:23:22.302Z] #22 11.06 Installing build dependencies: started [2021-06-15T23:23:24.714Z] #20 DONE 55.2s [2021-06-15T23:23:24.714Z] [2021-06-15T23:23:24.714Z] #21 [dev-systemd-false 8/25] 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-06-15T23:23:24.714Z] #21 sha256:a41b2e45fcae4ebc28cb31bce642a55e5472a13c32e0131897c460812419c062 [2021-06-15T23:23:25.221Z] #70 exporting layers 6.7s done [2021-06-15T23:23:25.221Z] #70 writing image sha256:9e767052544783fd7a03fbd53daf38510aee0f8b10157c50d90fe28308070c46 done [2021-06-15T23:23:25.221Z] #70 naming to docker.io/library/docker:3eb125769899193cc8f255edf91fde4194625cb2 done [2021-06-15T23:23:25.221Z] #70 DONE 6.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [2021-06-15T23:23:25.277Z] #21 ... [2021-06-15T23:23:25.277Z] [2021-06-15T23:23:25.277Z] #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-06-15T23:23:25.277Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-15T23:23:25.277Z] #40 DONE 186.5s [2021-06-15T23:23:25.277Z] [2021-06-15T23:23:25.277Z] #21 [dev-systemd-false 8/25] 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-06-15T23:23:25.277Z] #21 sha256:a41b2e45fcae4ebc28cb31bce642a55e5472a13c32e0131897c460812419c062 [Pipeline] sh [2021-06-15T23:23:25.550Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42473/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42473/.git:/go/src/github.com/docker/docker/.git --name docker-pr17 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3eb125769899193cc8f255edf91fde4194625cb2 hack/validate/default [2021-06-15T23:23:26.486Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-06-15T23:23:26.486Z] No api/types/ or api/swagger.yaml changes in diff. [2021-06-15T23:23:26.486Z] Congratulations! All TOML source files changed here have valid syntax. [2021-06-15T23:23:26.486Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-06-15T23:23:26.486Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-06-15T23:23:26.486Z] Congratulations! No new tests were added to integration-cli. [2021-06-15T23:23:26.486Z] [2021-06-15T23:23:26.486Z] INFO Start validation with golang-ci-lint [2021-06-15T23:23:26.486Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-06-15T23:23:26.486Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-06-15T23:23:26.486Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-06-15T23:23:26.642Z] #21 2.128 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-15T23:23:26.642Z] #21 2.135 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-15T23:23:26.642Z] #21 2.135 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-15T23:23:26.642Z] #21 DONE 2.3s [2021-06-15T23:23:26.642Z] [2021-06-15T23:23:26.642Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-15T23:23:26.642Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-15T23:23:28.011Z] #22 ... [2021-06-15T23:23:28.011Z] [2021-06-15T23:23:28.011Z] #50 [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-06-15T23:23:28.011Z] #50 sha256:058095538fbcd40c9fdfb7535b948a01d16167942b7d87b459a4f75a61916bd3 [2021-06-15T23:23:28.011Z] #50 188.8 + /build/golangci-lint --version [2021-06-15T23:23:28.011Z] #50 189.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-15T23:23:28.011Z] #50 DONE 189.4s [2021-06-15T23:23:28.011Z] [2021-06-15T23:23:28.011Z] #57 [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-06-15T23:23:28.011Z] #57 sha256:20ffadeb537acd375e5d1b3f59205a0663591d3f82a04a2a1300392fcb0f5938 [2021-06-15T23:23:32.181Z] #57 ... [2021-06-15T23:23:32.181Z] [2021-06-15T23:23:32.181Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-15T23:23:32.181Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-15T23:23:32.181Z] #22 5.356 Collecting yamllint==1.26.1 [2021-06-15T23:23:32.349Z] #22 ... [2021-06-15T23:23:32.349Z] [2021-06-15T23:23:32.349Z] #57 [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-06-15T23:23:32.349Z] #57 sha256:7939ddf69b5cf2bc7c09409b45cdb5b307d28798461ccec0a2b3d50a8b99a70f [2021-06-15T23:23:32.349Z] #57 151.3 + bin/containerd [2021-06-15T23:23:32.962Z] #54 108.7 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-15T23:23:33.534Z] #54 109.6 + mkdir -p /build [2021-06-15T23:23:33.794Z] #54 109.6 + cp runc /build/runc [2021-06-15T23:23:34.056Z] #54 DONE 110.1s [2021-06-15T23:23:34.056Z] [2021-06-15T23:23:34.056Z] #57 [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-06-15T23:23:34.056Z] #57 sha256:bb14685ee58465c2c7ee1e53c044fa9358be6f83f926534dc922b3f87f076ff6 [2021-06-15T23:23:34.056Z] #57 178.0 + bin/containerd [2021-06-15T23:23:35.969Z] #57 ... [2021-06-15T23:23:35.969Z] [2021-06-15T23:23:35.969Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-15T23:23:35.969Z] #55 sha256:1257308844db63f2803881f81e0d85d7d5901287d4c436cb7c4e3df2a242b6dc [2021-06-15T23:23:35.969Z] #55 DONE 0.2s [2021-06-15T23:23:35.969Z] [2021-06-15T23:23:35.969Z] #57 [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-06-15T23:23:35.969Z] #57 sha256:bb14685ee58465c2c7ee1e53c044fa9358be6f83f926534dc922b3f87f076ff6 [2021-06-15T23:23:37.426Z] #22 10.60 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-15T23:23:37.674Z] #57 ... [2021-06-15T23:23:37.674Z] [2021-06-15T23:23:37.674Z] #54 [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-06-15T23:23:37.674Z] #54 sha256:ff7f3a1e080401a4b56fd4303e05d80c6cc9bb7eef031aea22f2784b9e688632 [2021-06-15T23:23:37.674Z] #54 88.39 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-15T23:23:37.674Z] #54 89.57 + mkdir -p /build [2021-06-15T23:23:37.674Z] #54 89.57 + cp runc /build/runc [2021-06-15T23:23:37.682Z] #22 11.15 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-15T23:23:37.682Z] #22 11.17 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-15T23:23:37.682Z] #22 11.20 Collecting pyyaml (from yamllint==1.26.1) [2021-06-15T23:23:37.938Z] #22 11.33 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-15T23:23:37.938Z] #22 11.51 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-15T23:23:37.938Z] #22 11.51 Building wheels for collected packages: yamllint [2021-06-15T23:23:37.938Z] #22 11.51 Running setup.py bdist_wheel for yamllint: started [2021-06-15T23:23:38.500Z] #22 11.99 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-15T23:23:38.500Z] #22 11.99 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-15T23:23:38.500Z] #22 12.01 Successfully built yamllint [2021-06-15T23:23:38.500Z] #22 12.02 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-15T23:23:38.645Z] #54 DONE 92.9s [2021-06-15T23:23:38.645Z] [2021-06-15T23:23:38.645Z] #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-06-15T23:23:38.645Z] #24 sha256:7cb7c35f43e66659a968ef0430016da9304b646e3564eeeba1947dd1070917f7 [2021-06-15T23:23:38.645Z] #24 191.9 + return [2021-06-15T23:23:38.645Z] #24 DONE 192.4s [2021-06-15T23:23:38.645Z] [2021-06-15T23:23:38.645Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-15T23:23:38.645Z] #22 sha256:c96271bb7dc3968a4d315a521193fb4b790c24089db3e47f0b986aaca6775154 [2021-06-15T23:23:38.645Z] #22 24.40 Installing build dependencies: finished with status 'done' [2021-06-15T23:23:38.757Z] #22 12.26 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-15T23:23:39.203Z] #54 ... [2021-06-15T23:23:39.203Z] [2021-06-15T23:23:39.203Z] #57 [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-06-15T23:23:39.203Z] #57 sha256:aea9e5329cc2ede585e49b26115438e4ace5a2b62263ab62b734b8b6f019c9cc [2021-06-15T23:23:39.203Z] #57 174.2 + bin/containerd [2021-06-15T23:23:39.320Z] #22 DONE 12.6s [2021-06-15T23:23:39.320Z] [2021-06-15T23:23:39.320Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-15T23:23:39.320Z] #25 sha256:c7e6df57e7623dcf957fa89143f2d83090ff4c97ee6ee6b64f19c08f8affda6b [2021-06-15T23:23:39.577Z] #25 DONE 0.3s [2021-06-15T23:23:39.577Z] [2021-06-15T23:23:39.577Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-15T23:23:39.577Z] #30 sha256:3eca481e1e3f80300edb05c516c0635554ae9bcf58d91ede22533d124fb62f1b [2021-06-15T23:23:40.574Z] #57 ... [2021-06-15T23:23:40.574Z] [2021-06-15T23:23:40.574Z] #54 [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-06-15T23:23:40.574Z] #54 sha256:8b9193cf4d34ec562e84de7349b48132e9984445f828dc08acd527f75558c93e [2021-06-15T23:23:40.574Z] #54 105.2 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-15T23:23:40.574Z] #54 106.3 + mkdir -p /build [2021-06-15T23:23:40.574Z] #54 106.3 + cp runc /build/runc [2021-06-15T23:23:40.574Z] #54 DONE 106.5s [2021-06-15T23:23:40.576Z] #22 29.19 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-15T23:23:40.576Z] #22 29.20 Building wheels for collected packages: yamllint, pyyaml [2021-06-15T23:23:40.576Z] #22 29.20 Running setup.py bdist_wheel for yamllint: started [2021-06-15T23:23:40.830Z] [2021-06-15T23:23:40.830Z] #57 [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-06-15T23:23:40.830Z] #57 sha256:aea9e5329cc2ede585e49b26115438e4ace5a2b62263ab62b734b8b6f019c9cc [2021-06-15T23:23:41.526Z] #22 30.09 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-15T23:23:41.526Z] #22 30.09 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-15T23:23:41.526Z] #22 30.15 Running setup.py bdist_wheel for pyyaml: started [2021-06-15T23:23:42.197Z] #57 ... [2021-06-15T23:23:42.197Z] [2021-06-15T23:23:42.197Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-15T23:23:42.197Z] #55 sha256:25bc29274b3aa4751061a89fee67c1c49fd3a4df0ba276bf58a632b82d8aed58 [2021-06-15T23:23:42.197Z] #55 DONE 0.1s [2021-06-15T23:23:42.453Z] [2021-06-15T23:23:42.453Z] #57 [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-06-15T23:23:42.453Z] #57 sha256:aea9e5329cc2ede585e49b26115438e4ace5a2b62263ab62b734b8b6f019c9cc [2021-06-15T23:23:42.476Z] #22 31.27 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-06-15T23:23:42.476Z] #22 31.27 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-06-15T23:23:42.476Z] #22 31.40 Successfully built yamllint pyyaml [2021-06-15T23:23:42.740Z] #22 31.41 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-15T23:23:42.740Z] #22 31.69 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-15T23:23:43.004Z] #22 DONE 31.9s [2021-06-15T23:23:43.004Z] [2021-06-15T23:23:43.004Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-15T23:23:43.004Z] #25 sha256:332bde586192212a90782505becc9b3a573138c17cdba0d9a03f37bad99e7d1d [2021-06-15T23:23:43.581Z] #25 DONE 0.4s [2021-06-15T23:23:43.581Z] [2021-06-15T23:23:43.581Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-15T23:23:43.581Z] #30 sha256:0910395d8023f3d43e602fefd3ec2b196e777db756029222b6fd0ed9d15d6fbc [2021-06-15T23:23:44.827Z] #30 DONE 4.8s [2021-06-15T23:23:44.827Z] [2021-06-15T23:23:44.827Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-15T23:23:44.827Z] #33 sha256:6ef5719fe5d538f39d4e432a74b1f1b01fe7c47e77e67b2c765d635f0d6c5987 [2021-06-15T23:23:44.827Z] #33 DONE 0.4s [2021-06-15T23:23:44.827Z] [2021-06-15T23:23:44.827Z] #54 [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-06-15T23:23:44.827Z] #54 sha256:45096fb06190b28e66d5e7a6254fa2c42f8d8b8c26ae8029261569d5ca7ed953 [2021-06-15T23:23:44.827Z] #54 ... [2021-06-15T23:23:44.827Z] [2021-06-15T23:23:44.827Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-15T23:23:44.827Z] #35 sha256:8341af4a252419ed984e6e7f379543d5084dc2b12a4eb3e2b6d460b7be1eab22 [2021-06-15T23:23:44.827Z] #35 DONE 0.1s [2021-06-15T23:23:44.827Z] [2021-06-15T23:23:44.827Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-15T23:23:44.827Z] #38 sha256:0f9549feadb85e436f40eeb35602b15afe1636fb469bc21186f3aed3bc3b62d8 [2021-06-15T23:23:44.827Z] #38 DONE 0.1s [2021-06-15T23:23:44.827Z] [2021-06-15T23:23:44.827Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-15T23:23:44.827Z] #41 sha256:e863f5cbabb69e0129b0f1c756cf63b6b1d02a06fdd9a5f743501788e333fb5d [2021-06-15T23:23:45.391Z] #41 DONE 0.6s [2021-06-15T23:23:45.391Z] [2021-06-15T23:23:45.391Z] #54 [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-06-15T23:23:45.391Z] #54 sha256:45096fb06190b28e66d5e7a6254fa2c42f8d8b8c26ae8029261569d5ca7ed953 [2021-06-15T23:23:45.391Z] #54 ... [2021-06-15T23:23:45.391Z] [2021-06-15T23:23:45.391Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-15T23:23:45.391Z] #45 sha256:ca3d836c273e6708efe90026a94d63dfbad0e860b34b67bfd4a2bf363d352b9f [2021-06-15T23:23:45.648Z] #45 DONE 0.2s [2021-06-15T23:23:45.648Z] [2021-06-15T23:23:45.648Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-15T23:23:45.648Z] #47 sha256:f6006471652742808ea18483b0872c057c826cb79cbe02862bb54a7e71b5eaab [2021-06-15T23:23:45.648Z] #47 DONE 0.1s [2021-06-15T23:23:45.648Z] [2021-06-15T23:23:45.648Z] #57 [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-06-15T23:23:45.648Z] #57 sha256:20ffadeb537acd375e5d1b3f59205a0663591d3f82a04a2a1300392fcb0f5938 [2021-06-15T23:23:45.904Z] #57 ... [2021-06-15T23:23:45.904Z] [2021-06-15T23:23:45.904Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-15T23:23:45.904Z] #49 sha256:d59f608031021228538818700acd013d783379385560da860fc8211caa5f2cf5 [2021-06-15T23:23:45.904Z] #49 DONE 0.1s [2021-06-15T23:23:45.904Z] [2021-06-15T23:23:45.904Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-15T23:23:45.904Z] #51 sha256:39dda4690e1e9ac245b9540fa2a96e9d6d2a0284b75ff3cbd10a2bcddd9cd166 [2021-06-15T23:23:46.161Z] #51 DONE 0.2s [2021-06-15T23:23:46.161Z] [2021-06-15T23:23:46.161Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-15T23:23:46.161Z] #53 sha256:4e6b1a75c6e0e77781d90fde62290c9fdba4ae1a5b743bee3a8b5a4da3d7bac5 [2021-06-15T23:23:46.417Z] #53 DONE 0.3s [2021-06-15T23:23:46.417Z] [2021-06-15T23:23:46.417Z] #57 [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-06-15T23:23:46.417Z] #57 sha256:20ffadeb537acd375e5d1b3f59205a0663591d3f82a04a2a1300392fcb0f5938 [2021-06-15T23:23:52.961Z] #57 172.4 + bin/containerd [2021-06-15T23:23:53.610Z] #30 DONE 9.0s [2021-06-15T23:23:53.610Z] [2021-06-15T23:23:53.610Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-15T23:23:53.610Z] #33 sha256:5648c50627d7c89b6273f886d651fcff49d34609051dccf19853e67acc94c1cf [2021-06-15T23:23:53.610Z] #33 DONE 0.5s [2021-06-15T23:23:53.610Z] [2021-06-15T23:23:53.610Z] #57 [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-06-15T23:23:53.610Z] #57 sha256:7939ddf69b5cf2bc7c09409b45cdb5b307d28798461ccec0a2b3d50a8b99a70f [2021-06-15T23:23:53.610Z] #57 ... [2021-06-15T23:23:53.610Z] [2021-06-15T23:23:53.610Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-15T23:23:53.610Z] #35 sha256:f01c976a7136eba455c0ad24831c962caba0ea876c476bcb3009b7034caa7565 [2021-06-15T23:23:53.610Z] #35 DONE 0.1s [2021-06-15T23:23:53.610Z] [2021-06-15T23:23:53.610Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-15T23:23:53.610Z] #38 sha256:808ecaea4e99497fc4c8b4357759877bdeb737c1ff8663b80f8b96d0d08f6771 [2021-06-15T23:23:53.610Z] #38 DONE 0.0s [2021-06-15T23:23:53.610Z] [2021-06-15T23:23:53.610Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-15T23:23:53.610Z] #41 sha256:a61615406a92a763aaf81fedaa10d039c1d8076e04a4916bdc07ede8f8ec804c [2021-06-15T23:23:53.610Z] #41 DONE 0.1s [2021-06-15T23:23:53.610Z] [2021-06-15T23:23:53.610Z] #57 [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-06-15T23:23:53.610Z] #57 sha256:7939ddf69b5cf2bc7c09409b45cdb5b307d28798461ccec0a2b3d50a8b99a70f [2021-06-15T23:23:53.610Z] #57 ... [2021-06-15T23:23:53.610Z] [2021-06-15T23:23:53.610Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-15T23:23:53.610Z] #45 sha256:4dcd2a5f1ffa57adfcd32c36dd2cd63bd48cf8956ca1b1458a80536897c10d94 [2021-06-15T23:23:53.610Z] #45 DONE 0.1s [2021-06-15T23:23:53.610Z] [2021-06-15T23:23:53.610Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-15T23:23:53.610Z] #47 sha256:80dbc0f8eee63399b8787a92020eb3bae31f50106cbd989d4331b1bd7bcb2333 [2021-06-15T23:23:53.610Z] #47 DONE 0.2s [2021-06-15T23:23:53.610Z] [2021-06-15T23:23:53.610Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-15T23:23:53.610Z] #49 sha256:5dba3e41ca6d2ef43505798b12146141c299bfd1c67af7aa6c315b1441ceef0a [2021-06-15T23:23:53.610Z] #49 DONE 0.1s [2021-06-15T23:23:53.610Z] [2021-06-15T23:23:53.610Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-15T23:23:53.610Z] #51 sha256:c28c20cba31b6194137c0e3aa608f9b06999f29825f1a4c6d0a62ccaf7b5652b [2021-06-15T23:23:53.874Z] #51 DONE 0.2s [2021-06-15T23:23:53.874Z] [2021-06-15T23:23:53.874Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-15T23:23:53.874Z] #53 sha256:577f3b7d2bed6d1066c0a0e411107dea1b2b539cb8974b0710740d32dc8fcc18 [2021-06-15T23:23:53.874Z] #53 DONE 0.1s [2021-06-15T23:23:53.874Z] [2021-06-15T23:23:53.874Z] #57 [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-06-15T23:23:53.874Z] #57 sha256:7939ddf69b5cf2bc7c09409b45cdb5b307d28798461ccec0a2b3d50a8b99a70f [2021-06-15T23:23:53.874Z] #57 ... [2021-06-15T23:23:53.874Z] [2021-06-15T23:23:53.874Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-15T23:23:53.874Z] #55 sha256:5da50ad9b8e312e0303c1ae8c28a3c00504f925d64696797dfdb07e0665b8a11 [2021-06-15T23:23:54.450Z] #55 DONE 0.4s [2021-06-15T23:23:54.450Z] [2021-06-15T23:23:54.450Z] #57 [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-06-15T23:23:54.450Z] #57 sha256:7939ddf69b5cf2bc7c09409b45cdb5b307d28798461ccec0a2b3d50a8b99a70f [2021-06-15T23:23:55.479Z] #57 ... [2021-06-15T23:23:55.479Z] [2021-06-15T23:23:55.479Z] #54 [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-06-15T23:23:55.479Z] #54 sha256:45096fb06190b28e66d5e7a6254fa2c42f8d8b8c26ae8029261569d5ca7ed953 [2021-06-15T23:23:55.479Z] #54 105.1 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-15T23:23:55.479Z] #54 105.9 + mkdir -p /build [2021-06-15T23:23:55.479Z] #54 105.9 + cp runc /build/runc [2021-06-15T23:23:55.479Z] #54 DONE 106.2s [2021-06-15T23:23:55.479Z] [2021-06-15T23:23:55.479Z] #57 [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-06-15T23:23:55.479Z] #57 sha256:20ffadeb537acd375e5d1b3f59205a0663591d3f82a04a2a1300392fcb0f5938 [2021-06-15T23:23:56.899Z] #57 ... [2021-06-15T23:23:56.899Z] [2021-06-15T23:23:56.899Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-15T23:23:56.899Z] #55 sha256:91345fef1e1d057b43b0019598dc5e16ca829eaa27f5a2f5d854fd0377144eaf [2021-06-15T23:23:56.899Z] #55 DONE 0.3s [2021-06-15T23:23:56.899Z] [2021-06-15T23:23:56.899Z] #57 [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-06-15T23:23:56.899Z] #57 sha256:20ffadeb537acd375e5d1b3f59205a0663591d3f82a04a2a1300392fcb0f5938 [2021-06-15T23:24:08.081Z] #57 209.0 # github.com/containerd/containerd/cmd/containerd [2021-06-15T23:24:08.081Z] #57 209.0 /usr/bin/ld: /tmp/go-link-081792161/000018.o: in function `New': [2021-06-15T23:24:08.081Z] #57 209.0 /tmp/tmp.WUbunoc9cm/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-06-15T23:24:08.081Z] #57 209.1 + bin/containerd-stress [2021-06-15T23:24:08.081Z] #57 211.2 + bin/containerd-shim [2021-06-15T23:24:09.383Z] #57 187.7 # github.com/containerd/containerd/cmd/containerd [2021-06-15T23:24:09.383Z] #57 187.7 /usr/bin/ld: /tmp/go-link-672225157/000018.o: in function `New': [2021-06-15T23:24:09.383Z] #57 187.7 /tmp/tmp.QDevllWqxo/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-06-15T23:24:09.383Z] #57 187.8 + bin/containerd-stress [2021-06-15T23:24:11.305Z] #57 190.8 + bin/containerd-shim [2021-06-15T23:24:13.370Z] #57 218.1 + bin/containerd-shim-runc-v1 [2021-06-15T23:24:14.484Z] #57 205.2 # github.com/containerd/containerd/cmd/containerd [2021-06-15T23:24:14.484Z] #57 205.2 /usr/bin/ld: /tmp/go-link-978700415/000018.o: in function `New': [2021-06-15T23:24:14.484Z] #57 205.2 /tmp/tmp.eDApppRXUb/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-06-15T23:24:14.484Z] #57 205.2 + bin/containerd-stress [2021-06-15T23:24:14.484Z] #57 207.3 + bin/containerd-shim [2021-06-15T23:24:17.964Z] #57 196.6 + bin/containerd-shim-runc-v1 [2021-06-15T23:24:18.658Z] #57 223.0 + bin/containerd-shim-runc-v2 [2021-06-15T23:24:18.918Z] #57 224.1 + binaries [2021-06-15T23:24:18.918Z] #57 224.1 + install -D bin/containerd /build/containerd [2021-06-15T23:24:18.918Z] #57 224.1 + install -D bin/containerd-shim /build/containerd-shim [2021-06-15T23:24:19.178Z] #57 224.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-15T23:24:19.178Z] #57 224.1 + install -D bin/ctr /build/ctr [2021-06-15T23:24:19.735Z] #57 214.4 + bin/containerd-shim-runc-v1 [2021-06-15T23:24:21.087Z] #57 DONE 225.8s [2021-06-15T23:24:21.348Z] [2021-06-15T23:24:21.348Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-15T23:24:21.348Z] #58 sha256:fd733343b990855e776dde2b2af779eaac712c979e3aa855ef666d42f750729c [2021-06-15T23:24:22.189Z] #57 201.0 + bin/containerd-shim-runc-v2 [2021-06-15T23:24:22.731Z] #58 DONE 0.9s [2021-06-15T23:24:22.731Z] [2021-06-15T23:24:22.731Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-15T23:24:22.731Z] #62 sha256:0c6b708308f1fea2b9b2f9382d20b01af6c9075017e20920698eaaaf001d466f [2021-06-15T23:24:22.731Z] #62 DONE 0.2s [2021-06-15T23:24:22.731Z] [2021-06-15T23:24:22.731Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-15T23:24:22.731Z] #67 sha256:31b0b32333fedaaf218aabe7405770208be221e5e416cd5f529230a47c4ee850 [2021-06-15T23:24:22.764Z] #57 202.3 + binaries [2021-06-15T23:24:22.764Z] #57 202.3 + install -D bin/containerd /build/containerd [2021-06-15T23:24:22.764Z] #57 202.4 + install -D bin/containerd-shim /build/containerd-shim [2021-06-15T23:24:23.025Z] #57 202.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-15T23:24:23.025Z] #57 202.4 + install -D bin/ctr /build/ctr [2021-06-15T23:24:23.672Z] #67 DONE 0.9s [2021-06-15T23:24:23.672Z] [2021-06-15T23:24:23.672Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-15T23:24:23.672Z] #68 sha256:1b5c1dde40155ddcee19d3b58c81cbd4f0edadaae2cd4fc2c36366e4cd73b763 [2021-06-15T23:24:23.672Z] #68 DONE 0.0s [2021-06-15T23:24:23.672Z] [2021-06-15T23:24:23.672Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-15T23:24:23.672Z] #69 sha256:6b21de9dd7a22c868baefbe44da184c38ef1a718bc123597a36a07c8bfabec11 [2021-06-15T23:24:24.613Z] #69 DONE 0.8s [2021-06-15T23:24:24.613Z] [2021-06-15T23:24:24.613Z] #70 exporting to image [2021-06-15T23:24:24.613Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-15T23:24:24.613Z] #70 exporting layers [2021-06-15T23:24:24.979Z] #57 219.3 + bin/containerd-shim-runc-v2 [2021-06-15T23:24:25.234Z] #57 220.4 + binaries [2021-06-15T23:24:25.234Z] #57 220.4 + install -D bin/containerd /build/containerd [2021-06-15T23:24:25.234Z] #57 220.5 + install -D bin/containerd-shim /build/containerd-shim [2021-06-15T23:24:25.234Z] #57 220.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-15T23:24:25.234Z] #57 220.5 + install -D bin/ctr /build/ctr [2021-06-15T23:24:27.120Z] #57 DONE 222.2s [2021-06-15T23:24:27.242Z] #57 DONE 206.0s [2021-06-15T23:24:27.683Z] [2021-06-15T23:24:27.683Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-15T23:24:27.683Z] #58 sha256:ee2c5e9ab16b00345e59ded37df5d8ddeb2abacd195aa0563c5f62f46beb97f9 [2021-06-15T23:24:28.194Z] [2021-06-15T23:24:28.194Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-15T23:24:28.194Z] #58 sha256:ff0b2b8f7816a559da587cd2fe1c6347ea5e3c13497785b8b59811856ca8d8bb [2021-06-15T23:24:28.611Z] #58 DONE 0.7s [2021-06-15T23:24:28.611Z] [2021-06-15T23:24:28.611Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-15T23:24:28.611Z] #62 sha256:d04c651db8039db1d048380d4389a15bbd3fe003604c4ab991d6e339d6252ab0 [2021-06-15T23:24:28.611Z] #62 DONE 0.2s [2021-06-15T23:24:28.867Z] [2021-06-15T23:24:28.867Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-15T23:24:28.867Z] #67 sha256:2bbde61fddc94a7291946da7cc28e840cc4ca118cc131fe34954d7d15f427750 [2021-06-15T23:24:28.972Z] #57 204.5 # github.com/containerd/containerd/cmd/containerd [2021-06-15T23:24:28.972Z] #57 204.5 /usr/bin/ld: /tmp/go-link-883660984/000018.o: in function `New': [2021-06-15T23:24:28.972Z] #57 204.5 /tmp/tmp.gHgYmugaV0/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-06-15T23:24:28.972Z] #57 204.6 + bin/containerd-stress [2021-06-15T23:24:28.972Z] #57 206.7 + bin/containerd-shim [2021-06-15T23:24:29.581Z] #58 DONE 1.6s [2021-06-15T23:24:29.581Z] [2021-06-15T23:24:29.581Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-15T23:24:29.581Z] #62 sha256:ebf0a448ae55430891c8a2a3c26f20cee83560a15f9518728451d9feff32f5e5 [2021-06-15T23:24:29.796Z] #67 DONE 0.9s [2021-06-15T23:24:29.796Z] [2021-06-15T23:24:29.796Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-15T23:24:29.796Z] #68 sha256:30d38300d8f343173a999b347ffd64b12950ed77f8d0725529a70c125d0a0e0d [2021-06-15T23:24:29.796Z] #68 DONE 0.0s [2021-06-15T23:24:29.796Z] [2021-06-15T23:24:29.796Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-15T23:24:29.796Z] #69 sha256:b9983232167c4e2dbff322f266832ea5ad6d5241b57bfef9d8c4eb0edd28c3d1 [2021-06-15T23:24:29.843Z] #62 DONE 0.4s [2021-06-15T23:24:30.104Z] [2021-06-15T23:24:30.104Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-15T23:24:30.104Z] #67 sha256:ffa1089b10d63725fdd8b35a4333ecaac267f57c4fc95f4ef9f6d05efb6011f8 [2021-06-15T23:24:30.357Z] #69 DONE 0.8s [2021-06-15T23:24:30.357Z] [2021-06-15T23:24:30.357Z] #70 exporting to image [2021-06-15T23:24:30.357Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-15T23:24:30.357Z] #70 exporting layers [2021-06-15T23:24:31.195Z] #70 exporting layers 6.8s done [2021-06-15T23:24:31.195Z] #70 writing image sha256:6bbff0160084d9d52a27ddd67709201a4577884b23efe5ea260b350b05e0efd8 done [2021-06-15T23:24:31.195Z] #70 naming to docker.io/library/docker:3eb125769899193cc8f255edf91fde4194625cb2 done [2021-06-15T23:24:31.195Z] #70 DONE 6.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-15T23:24:31.556Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42473/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr17 -e DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3eb125769899193cc8f255edf91fde4194625cb2 hack/make.sh dynbinary test-integration [2021-06-15T23:24:32.021Z] #67 DONE 1.9s [2021-06-15T23:24:32.021Z] [2021-06-15T23:24:32.021Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-15T23:24:32.021Z] #68 sha256:6c08eaa6895b89c6673ef698d0390cb28ace423e998a1d261e18294163ca48a9 [2021-06-15T23:24:32.021Z] #68 DONE 0.0s [2021-06-15T23:24:32.021Z] [2021-06-15T23:24:32.021Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-15T23:24:32.021Z] #69 sha256:8548ecd639c5b6eda8188fcb092793af3faf896c22f47cfaada15deb5b9f08c5 [2021-06-15T23:24:32.131Z] [2021-06-15T23:24:32.131Z] Removing bundles/ [2021-06-15T23:24:32.131Z] [2021-06-15T23:24:32.131Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-15T23:24:32.131Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-15T23:24:32.131Z] GOOS="" GOARCH="" GOARM="" [2021-06-15T23:24:33.942Z] #69 DONE 1.8s [2021-06-15T23:24:33.942Z] [2021-06-15T23:24:33.942Z] #70 exporting to image [2021-06-15T23:24:33.942Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-15T23:24:33.942Z] #70 exporting layers [2021-06-15T23:24:34.229Z] #57 213.6 + bin/containerd-shim-runc-v1 [2021-06-15T23:24:38.168Z] #70 exporting layers 4.1s done [2021-06-15T23:24:38.168Z] #70 writing image sha256:200c2be783f73296e1cebba9e3b4eecf6aa64cd5e8e5ba86f0663dc4d9c14a92 done [2021-06-15T23:24:38.168Z] #70 naming to docker.io/library/docker:3eb125769899193cc8f255edf91fde4194625cb2 done [2021-06-15T23:24:38.168Z] #70 DONE 4.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-06-15T23:24:38.404Z] #57 218.5 + bin/containerd-shim-runc-v2 [2021-06-15T23:24:38.412Z] 29d5b6a226d2: Pull complete [2021-06-15T23:24:38.412Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-06-15T23:24:38.412Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-15T23:24:38.412Z] mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-15T23:24:38.412Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 completed successfully [2021-06-15T23:24:38.412Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore [2021-06-15T23:24:38.412Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20295.1' [2021-06-15T23:24:38.412Z] INFO: Docker version of control daemon [2021-06-15T23:24:38.412Z] [2021-06-15T23:24:38.412Z] Client: Mirantis Container Runtime [2021-06-15T23:24:38.412Z] Version: 20.10.0 [2021-06-15T23:24:38.412Z] API version: 1.41 [2021-06-15T23:24:38.412Z] Go version: go1.13.15 [2021-06-15T23:24:38.412Z] Git commit: 6ee42dc [2021-06-15T23:24:38.412Z] Built: 03/11/2021 13:24:56 [2021-06-15T23:24:38.412Z] OS/Arch: windows/amd64 [2021-06-15T23:24:38.412Z] Context: default [2021-06-15T23:24:38.412Z] Experimental: true [2021-06-15T23:24:38.412Z] [2021-06-15T23:24:38.412Z] Server: Mirantis Container Runtime [2021-06-15T23:24:38.412Z] Engine: [2021-06-15T23:24:38.412Z] Version: 20.10.0 [2021-06-15T23:24:38.412Z] API version: 1.41 (minimum version 1.24) [2021-06-15T23:24:38.412Z] Go version: go1.13.15 [2021-06-15T23:24:38.412Z] Git commit: 1e08f21e79 [2021-06-15T23:24:38.412Z] Built: 03/11/2021 13:23:32 [2021-06-15T23:24:38.412Z] OS/Arch: windows/amd64 [2021-06-15T23:24:38.412Z] Experimental: true [2021-06-15T23:24:38.412Z] [2021-06-15T23:24:38.412Z] INFO: Docker info of control daemon [2021-06-15T23:24:38.412Z] [2021-06-15T23:24:38.412Z] Client: [2021-06-15T23:24:38.412Z] Context: default [2021-06-15T23:24:38.412Z] Debug Mode: false [2021-06-15T23:24:38.412Z] Plugins: [2021-06-15T23:24:38.412Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-15T23:24:38.412Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-15T23:24:38.412Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-15T23:24:38.412Z] [2021-06-15T23:24:38.412Z] Server: [2021-06-15T23:24:38.412Z] Containers: 0 [2021-06-15T23:24:38.412Z] Running: 0 [2021-06-15T23:24:38.412Z] Paused: 0 [2021-06-15T23:24:38.412Z] Stopped: 0 [2021-06-15T23:24:38.412Z] Images: 1 [2021-06-15T23:24:38.412Z] Server Version: 20.10.0 [2021-06-15T23:24:38.412Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-15T23:24:38.412Z] Windows: [2021-06-15T23:24:38.412Z] LCOW: [2021-06-15T23:24:38.412Z] Logging Driver: json-file [2021-06-15T23:24:38.412Z] Plugins: [2021-06-15T23:24:38.412Z] Volume: local [2021-06-15T23:24:38.412Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-15T23:24:38.412Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-15T23:24:38.412Z] Swarm: inactive [2021-06-15T23:24:38.412Z] Default Isolation: process [2021-06-15T23:24:38.412Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-15T23:24:38.412Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-15T23:24:38.412Z] OSType: windows [2021-06-15T23:24:38.412Z] Architecture: x86_64 [2021-06-15T23:24:38.412Z] CPUs: 4 [2021-06-15T23:24:38.412Z] Total Memory: 32GiB [2021-06-15T23:24:38.412Z] Name: azwin-2-febbc0 [2021-06-15T23:24:38.412Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-06-15T23:24:38.412Z] Docker Root Dir: D:\docker [2021-06-15T23:24:38.412Z] Debug Mode: false [2021-06-15T23:24:38.412Z] Registry: https://index.docker.io/v1/ [2021-06-15T23:24:38.412Z] Labels: [2021-06-15T23:24:38.412Z] Experimental: true [2021-06-15T23:24:38.412Z] Insecure Registries: [2021-06-15T23:24:38.412Z] 10.0.0.4:5000 [2021-06-15T23:24:38.412Z] 127.0.0.0/8 [2021-06-15T23:24:38.412Z] Registry Mirrors: [2021-06-15T23:24:38.412Z] http://10.0.0.4:5000/ [2021-06-15T23:24:38.412Z] Live Restore Enabled: false [2021-06-15T23:24:38.412Z] [2021-06-15T23:24:38.412Z] [2021-06-15T23:24:38.412Z] INFO: Commit hash is 3eb1257698 [2021-06-15T23:24:38.412Z] INFO: Nuke-Everything... [2021-06-15T23:24:38.412Z] INFO: Container count on control daemon to delete is 0 [2021-06-15T23:24:38.412Z] INFO: Nuking d:\CI [2021-06-15T23:24:38.412Z] INFO: Zapped successfully [2021-06-15T23:24:38.412Z] INFO: Location for testing is d:\CI\PR-42473\17 [2021-06-15T23:24:38.412Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-06-15T23:24:38.412Z] [2021-06-15T23:24:38.412Z] [2021-06-15T23:24:38.412Z] INFO: Building the image from Dockerfile.windows at 06/15/2021 23:24:37... [2021-06-15T23:24:38.412Z] [2021-06-15T23:24:38.442Z] #70 exporting layers 6.9s done [2021-06-15T23:24:38.442Z] #70 writing image sha256:a51ce3b048eef8d9353da09e764389f987d6bc43d7b15c6100c71a4994521cf5 done [2021-06-15T23:24:38.442Z] #70 naming to docker.io/library/docker:3eb125769899193cc8f255edf91fde4194625cb2 done [2021-06-15T23:24:38.442Z] #70 DONE 6.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-06-15T23:24:38.504Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-06-15T23:24:38.765Z] + trap exit INT TERM [2021-06-15T23:24:38.765Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-06-15T23:24:38.765Z] + CONTAINER_NAME=docker-pr17 [2021-06-15T23:24:38.765Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42473/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42473/.git:/go/src/github.com/docker/docker/.git --name docker-pr17-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 -e DOCKER_GRAPHDRIVER docker:3eb125769899193cc8f255edf91fde4194625cb2 hack/make.sh dynbinary [2021-06-15T23:24:38.804Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42473/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr17 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3eb125769899193cc8f255edf91fde4194625cb2 hack/test/unit [2021-06-15T23:24:39.327Z] [2021-06-15T23:24:39.328Z] Removing bundles/ [2021-06-15T23:24:39.328Z] [2021-06-15T23:24:39.328Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-15T23:24:39.328Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-15T23:24:39.328Z] GOOS="" GOARCH="" GOARM="" [2021-06-15T23:24:39.330Z] #57 219.5 + binaries [2021-06-15T23:24:39.330Z] #57 219.5 + install -D bin/containerd /build/containerd [2021-06-15T23:24:39.330Z] #57 219.6 + install -D bin/containerd-shim /build/containerd-shim [2021-06-15T23:24:39.330Z] #57 219.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-15T23:24:39.330Z] #57 219.6 + install -D bin/ctr /build/ctr [2021-06-15T23:24:41.218Z] #57 DONE 221.1s [2021-06-15T23:24:41.355Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-06-15T23:24:41.355Z] + TESTFLAGS+=' -test.timeout=5m' [2021-06-15T23:24:41.355Z] + TESTDIRS=./... [2021-06-15T23:24:41.355Z] + exclude_paths='/vendor/|/integration' [2021-06-15T23:24:41.355Z] ++ go list ./... [2021-06-15T23:24:41.355Z] ++ grep -vE '(/vendor/|/integration)' [2021-06-15T23:24:41.474Z] [2021-06-15T23:24:41.474Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-15T23:24:41.474Z] #58 sha256:1d3382e5e74fddb7a6fd12e714c64421ecca00722910de3a739d809084a606ab [2021-06-15T23:24:42.747Z] + pkg_list='github.com/docker/docker/api [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/backend/build [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/httputils [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/middleware [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/router [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/router/build [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/router/checkpoint [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/router/container [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/router/debug [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/router/distribution [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/router/grpc [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/router/image [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/router/network [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/router/plugin [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/router/session [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/router/swarm [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/router/system [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/server/router/volume [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/backend [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/blkiodev [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/container [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/events [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/filters [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/image [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/mount [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/network [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/plugins/logdriver [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/registry [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/strslice [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/swarm [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/swarm/runtime [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/time [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/versions [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/versions/v1p19 [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/versions/v1p20 [2021-06-15T23:24:42.747Z] github.com/docker/docker/api/types/volume [2021-06-15T23:24:42.747Z] github.com/docker/docker/builder [2021-06-15T23:24:42.747Z] github.com/docker/docker/builder/builder-next [2021-06-15T23:24:42.747Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-06-15T23:24:42.747Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-06-15T23:24:42.747Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-06-15T23:24:42.747Z] github.com/docker/docker/builder/builder-next/exporter [2021-06-15T23:24:42.747Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-06-15T23:24:42.747Z] github.com/docker/docker/builder/builder-next/worker [2021-06-15T23:24:42.747Z] github.com/docker/docker/builder/dockerfile [2021-06-15T23:24:42.748Z] github.com/docker/docker/builder/dockerignore [2021-06-15T23:24:42.748Z] github.com/docker/docker/builder/remotecontext [2021-06-15T23:24:42.748Z] github.com/docker/docker/builder/remotecontext/git [2021-06-15T23:24:42.748Z] github.com/docker/docker/cli [2021-06-15T23:24:42.748Z] github.com/docker/docker/cli/config [2021-06-15T23:24:42.748Z] github.com/docker/docker/cli/debug [2021-06-15T23:24:42.748Z] github.com/docker/docker/client [2021-06-15T23:24:42.748Z] github.com/docker/docker/cmd/dockerd [2021-06-15T23:24:42.748Z] github.com/docker/docker/container [2021-06-15T23:24:42.748Z] github.com/docker/docker/container/stream [2021-06-15T23:24:42.748Z] github.com/docker/docker/contrib/apparmor [2021-06-15T23:24:42.748Z] github.com/docker/docker/contrib/docker-device-tool [2021-06-15T23:24:42.748Z] github.com/docker/docker/contrib/httpserver [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/cluster [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/cluster/convert [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/cluster/executor [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/cluster/executor/container [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/cluster/provider [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/config [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/discovery [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/events [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/events/testutils [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/exec [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/copy [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/register [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/images [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/initlayer [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/links [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/listeners [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/awslogs [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/fluentd [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/gcplogs [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/gelf [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/journald [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/local [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/logentries [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/loggerutils [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/splunk [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/syslog [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/templates [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/names [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/network [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/stats [2021-06-15T23:24:42.748Z] github.com/docker/docker/distribution [2021-06-15T23:24:42.748Z] github.com/docker/docker/distribution/metadata [2021-06-15T23:24:42.748Z] github.com/docker/docker/distribution/utils [2021-06-15T23:24:42.748Z] github.com/docker/docker/distribution/xfer [2021-06-15T23:24:42.748Z] github.com/docker/docker/dockerversion [2021-06-15T23:24:42.748Z] github.com/docker/docker/errdefs [2021-06-15T23:24:42.748Z] github.com/docker/docker/image [2021-06-15T23:24:42.748Z] github.com/docker/docker/image/cache [2021-06-15T23:24:42.748Z] github.com/docker/docker/image/tarexport [2021-06-15T23:24:42.748Z] github.com/docker/docker/image/v1 [2021-06-15T23:24:42.748Z] github.com/docker/docker/internal/test/suite [2021-06-15T23:24:42.748Z] github.com/docker/docker/layer [2021-06-15T23:24:42.748Z] github.com/docker/docker/libcontainerd [2021-06-15T23:24:42.748Z] github.com/docker/docker/libcontainerd/queue [2021-06-15T23:24:42.748Z] github.com/docker/docker/libcontainerd/remote [2021-06-15T23:24:42.748Z] github.com/docker/docker/libcontainerd/supervisor [2021-06-15T23:24:42.748Z] github.com/docker/docker/libcontainerd/types [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/api [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/bitseq [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/client [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/client/mflag [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/client/mflag/example [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/cluster [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/cmd/dnet [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/cmd/proxy [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/config [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/datastore [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/diagnostic [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/discoverapi [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/driverapi [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/drivers/host [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/drivers/null [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/drivers/remote [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/drivers/windows [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/drvregistry [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/etchosts [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/idm [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/internal/caller [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/ipam [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/ipamapi [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/ipams/null [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/ipams/remote [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/ipamutils [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/iptables [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/netlabel [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/netutils [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/networkdb [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/ns [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/options [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/osl [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/osl/kernel [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/portallocator [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/portmapper [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/resolvconf [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/testutils [2021-06-15T23:24:42.748Z] github.com/docker/docker/libnetwork/types [2021-06-15T23:24:42.748Z] github.com/docker/docker/oci [2021-06-15T23:24:42.748Z] github.com/docker/docker/oci/caps [2021-06-15T23:24:42.748Z] github.com/docker/docker/opts [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/aaparser [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/archive [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/authorization [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/broadcaster [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/capabilities [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/chrootarchive [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/containerfs [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/devicemapper [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/directory [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/discovery [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/discovery/file [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/discovery/kv [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/discovery/memory [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/discovery/nodes [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/dmesg [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/filenotify [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/fileutils [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/fsutils [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/homedir [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/idtools [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/ioutils [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/jsonmessage [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/locker [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/longpath [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/loopback [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/mount [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/namesgenerator [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/parsers [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/parsers/kernel [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/pidfile [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/platform [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/plugingetter [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/plugins [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/plugins/transport [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/pools [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/progress [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/pubsub [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/reexec [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/signal [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/signal/testfiles [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/stdcopy [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/streamformatter [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/stringid [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/symlink [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/sysinfo [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/system [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/tailfile [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/tarsum [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/term [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/term/windows [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/truncindex [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/urlutil [2021-06-15T23:24:42.748Z] github.com/docker/docker/pkg/useragent [2021-06-15T23:24:42.748Z] github.com/docker/docker/plugin [2021-06-15T23:24:42.748Z] github.com/docker/docker/plugin/executor/containerd [2021-06-15T23:24:42.748Z] github.com/docker/docker/plugin/v2 [2021-06-15T23:24:42.748Z] github.com/docker/docker/profiles/apparmor [2021-06-15T23:24:42.748Z] github.com/docker/docker/profiles/seccomp [2021-06-15T23:24:42.748Z] github.com/docker/docker/quota [2021-06-15T23:24:42.748Z] github.com/docker/docker/reference [2021-06-15T23:24:42.748Z] github.com/docker/docker/registry [2021-06-15T23:24:42.748Z] github.com/docker/docker/registry/resumable [2021-06-15T23:24:42.748Z] github.com/docker/docker/restartmanager [2021-06-15T23:24:42.748Z] github.com/docker/docker/rootless [2021-06-15T23:24:42.748Z] github.com/docker/docker/rootless/specconv [2021-06-15T23:24:42.748Z] github.com/docker/docker/runconfig [2021-06-15T23:24:42.748Z] github.com/docker/docker/runconfig/opts [2021-06-15T23:24:42.748Z] github.com/docker/docker/testutil [2021-06-15T23:24:42.748Z] github.com/docker/docker/testutil/daemon [2021-06-15T23:24:42.748Z] github.com/docker/docker/testutil/environment [2021-06-15T23:24:42.748Z] github.com/docker/docker/testutil/fakecontext [2021-06-15T23:24:42.748Z] github.com/docker/docker/testutil/fakegit [2021-06-15T23:24:42.748Z] github.com/docker/docker/testutil/fakestorage [2021-06-15T23:24:42.748Z] github.com/docker/docker/testutil/fixtures/load [2021-06-15T23:24:42.748Z] github.com/docker/docker/testutil/fixtures/plugin [2021-06-15T23:24:42.748Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-06-15T23:24:42.748Z] github.com/docker/docker/testutil/registry [2021-06-15T23:24:42.748Z] github.com/docker/docker/testutil/request [2021-06-15T23:24:42.748Z] github.com/docker/docker/volume [2021-06-15T23:24:42.748Z] github.com/docker/docker/volume/drivers [2021-06-15T23:24:42.748Z] github.com/docker/docker/volume/local [2021-06-15T23:24:42.748Z] github.com/docker/docker/volume/mounts [2021-06-15T23:24:42.748Z] github.com/docker/docker/volume/service [2021-06-15T23:24:42.748Z] github.com/docker/docker/volume/service/opts [2021-06-15T23:24:42.748Z] github.com/docker/docker/volume/testutils' [2021-06-15T23:24:42.748Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-06-15T23:24:42.748Z] + echo 'github.com/docker/docker/api [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/backend/build [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/httputils [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/middleware [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/router [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/router/build [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/router/checkpoint [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/router/container [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/router/debug [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/router/distribution [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/router/grpc [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/router/image [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/router/network [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/router/plugin [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/router/session [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/router/swarm [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/router/system [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/server/router/volume [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/backend [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/blkiodev [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/container [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/events [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/filters [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/image [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/mount [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/network [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/plugins/logdriver [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/registry [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/strslice [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/swarm [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/swarm/runtime [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/time [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/versions [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/versions/v1p19 [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/versions/v1p20 [2021-06-15T23:24:42.748Z] github.com/docker/docker/api/types/volume [2021-06-15T23:24:42.748Z] github.com/docker/docker/builder [2021-06-15T23:24:42.748Z] github.com/docker/docker/builder/builder-next [2021-06-15T23:24:42.748Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-06-15T23:24:42.748Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-06-15T23:24:42.748Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-06-15T23:24:42.748Z] github.com/docker/docker/builder/builder-next/exporter [2021-06-15T23:24:42.748Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-06-15T23:24:42.748Z] github.com/docker/docker/builder/builder-next/worker [2021-06-15T23:24:42.748Z] github.com/docker/docker/builder/dockerfile [2021-06-15T23:24:42.748Z] github.com/docker/docker/builder/dockerignore [2021-06-15T23:24:42.748Z] github.com/docker/docker/builder/remotecontext [2021-06-15T23:24:42.748Z] github.com/docker/docker/builder/remotecontext/git [2021-06-15T23:24:42.748Z] github.com/docker/docker/cli [2021-06-15T23:24:42.748Z] github.com/docker/docker/cli/config [2021-06-15T23:24:42.748Z] github.com/docker/docker/cli/debug [2021-06-15T23:24:42.748Z] github.com/docker/docker/client [2021-06-15T23:24:42.748Z] github.com/docker/docker/cmd/dockerd [2021-06-15T23:24:42.748Z] github.com/docker/docker/container [2021-06-15T23:24:42.748Z] github.com/docker/docker/container/stream [2021-06-15T23:24:42.748Z] github.com/docker/docker/contrib/apparmor [2021-06-15T23:24:42.748Z] github.com/docker/docker/contrib/docker-device-tool [2021-06-15T23:24:42.748Z] github.com/docker/docker/contrib/httpserver [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/cluster [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/cluster/convert [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/cluster/executor [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/cluster/executor/container [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/cluster/provider [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/config [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/discovery [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/events [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/events/testutils [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/exec [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/copy [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/register [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/images [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/initlayer [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/links [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/listeners [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/awslogs [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/fluentd [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/gcplogs [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/gelf [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/journald [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/local [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/logentries [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/loggerutils [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/splunk [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/syslog [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/logger/templates [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/names [2021-06-15T23:24:42.748Z] github.com/docker/docker/daemon/network [2021-06-15T23:24:42.749Z] github.com/docker/docker/daemon/stats [2021-06-15T23:24:42.749Z] github.com/docker/docker/distribution [2021-06-15T23:24:42.749Z] github.com/docker/docker/distribution/metadata [2021-06-15T23:24:42.749Z] github.com/docker/docker/distribution/utils [2021-06-15T23:24:42.749Z] github.com/docker/docker/distribution/xfer [2021-06-15T23:24:42.749Z] github.com/docker/docker/dockerversion [2021-06-15T23:24:42.749Z] github.com/docker/docker/errdefs [2021-06-15T23:24:42.749Z] github.com/docker/docker/image [2021-06-15T23:24:42.749Z] github.com/docker/docker/image/cache [2021-06-15T23:24:42.749Z] github.com/docker/docker/image/tarexport [2021-06-15T23:24:42.749Z] github.com/docker/docker/image/v1 [2021-06-15T23:24:42.749Z] github.com/docker/docker/internal/test/suite [2021-06-15T23:24:42.749Z] github.com/docker/docker/layer [2021-06-15T23:24:42.749Z] github.com/docker/docker/libcontainerd [2021-06-15T23:24:42.749Z] github.com/docker/docker/libcontainerd/queue [2021-06-15T23:24:42.749Z] github.com/docker/docker/libcontainerd/remote [2021-06-15T23:24:42.749Z] github.com/docker/docker/libcontainerd/supervisor [2021-06-15T23:24:42.749Z] github.com/docker/docker/libcontainerd/types [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/api [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/bitseq [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/client [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/client/mflag [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/client/mflag/example [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/cluster [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/cmd/dnet [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/cmd/proxy [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/config [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/datastore [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/diagnostic [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/discoverapi [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/driverapi [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/host [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/null [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/remote [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/windows [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drvregistry [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/etchosts [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/idm [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/internal/caller [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/ipam [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/ipamapi [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/ipams/null [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/ipams/remote [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/ipamutils [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/iptables [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/netlabel [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/netutils [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/networkdb [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/ns [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/options [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/osl [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/osl/kernel [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/portallocator [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/portmapper [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/resolvconf [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/testutils [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/types [2021-06-15T23:24:42.749Z] github.com/docker/docker/oci [2021-06-15T23:24:42.749Z] github.com/docker/docker/oci/caps [2021-06-15T23:24:42.749Z] github.com/docker/docker/opts [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/aaparser [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/archive [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/authorization [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/broadcaster [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/capabilities [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/chrootarchive [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/containerfs [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/devicemapper [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/directory [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/discovery [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/discovery/file [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/discovery/kv [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/discovery/memory [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/discovery/nodes [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/dmesg [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/filenotify [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/fileutils [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/fsutils [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/homedir [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/idtools [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/ioutils [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/jsonmessage [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/locker [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/longpath [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/loopback [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/mount [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/namesgenerator [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/parsers [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/parsers/kernel [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/pidfile [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/platform [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/plugingetter [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/plugins [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/plugins/transport [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/pools [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/progress [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/pubsub [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/reexec [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/signal [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/signal/testfiles [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/stdcopy [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/streamformatter [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/stringid [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/symlink [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/sysinfo [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/system [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/tailfile [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/tarsum [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/term [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/term/windows [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/truncindex [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/urlutil [2021-06-15T23:24:42.749Z] github.com/docker/docker/pkg/useragent [2021-06-15T23:24:42.749Z] github.com/docker/docker/plugin [2021-06-15T23:24:42.749Z] github.com/docker/docker/plugin/executor/containerd [2021-06-15T23:24:42.749Z] github.com/docker/docker/plugin/v2 [2021-06-15T23:24:42.749Z] github.com/docker/docker/profiles/apparmor [2021-06-15T23:24:42.749Z] github.com/docker/docker/profiles/seccomp [2021-06-15T23:24:42.749Z] github.com/docker/docker/quota [2021-06-15T23:24:42.749Z] github.com/docker/docker/reference [2021-06-15T23:24:42.749Z] github.com/docker/docker/registry [2021-06-15T23:24:42.749Z] github.com/docker/docker/registry/resumable [2021-06-15T23:24:42.749Z] github.com/docker/docker/restartmanager [2021-06-15T23:24:42.749Z] github.com/docker/docker/rootless [2021-06-15T23:24:42.749Z] github.com/docker/docker/rootless/specconv [2021-06-15T23:24:42.749Z] github.com/docker/docker/runconfig [2021-06-15T23:24:42.749Z] github.com/docker/docker/runconfig/opts [2021-06-15T23:24:42.749Z] github.com/docker/docker/testutil [2021-06-15T23:24:42.749Z] github.com/docker/docker/testutil/daemon [2021-06-15T23:24:42.749Z] github.com/docker/docker/testutil/environment [2021-06-15T23:24:42.749Z] github.com/docker/docker/testutil/fakecontext [2021-06-15T23:24:42.749Z] github.com/docker/docker/testutil/fakegit [2021-06-15T23:24:42.749Z] github.com/docker/docker/testutil/fakestorage [2021-06-15T23:24:42.749Z] github.com/docker/docker/testutil/fixtures/load [2021-06-15T23:24:42.749Z] github.com/docker/docker/testutil/fixtures/plugin [2021-06-15T23:24:42.749Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-06-15T23:24:42.749Z] github.com/docker/docker/testutil/registry [2021-06-15T23:24:42.749Z] github.com/docker/docker/testutil/request [2021-06-15T23:24:42.749Z] github.com/docker/docker/volume [2021-06-15T23:24:42.749Z] github.com/docker/docker/volume/drivers [2021-06-15T23:24:42.749Z] github.com/docker/docker/volume/local [2021-06-15T23:24:42.749Z] github.com/docker/docker/volume/mounts [2021-06-15T23:24:42.749Z] github.com/docker/docker/volume/service [2021-06-15T23:24:42.749Z] github.com/docker/docker/volume/service/opts [2021-06-15T23:24:42.749Z] github.com/docker/docker/volume/testutils' [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-15T23:24:42.749Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-15T23:24:42.749Z] + type docker-proxy [2021-06-15T23:24:42.749Z] hack/test/unit: line 22: type: docker-proxy: not found [2021-06-15T23:24:42.749Z] + hack/make.sh binary-proxy install-proxy [2021-06-15T23:24:42.749Z] [2021-06-15T23:24:42.749Z] Removing bundles/ [2021-06-15T23:24:42.749Z] [2021-06-15T23:24:42.749Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-06-15T23:24:42.749Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-06-15T23:24:42.749Z] GOOS="" GOARCH="" GOARM="" [2021-06-15T23:24:42.843Z] #58 DONE 1.0s [2021-06-15T23:24:42.843Z] [2021-06-15T23:24:42.843Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-15T23:24:42.843Z] #62 sha256:e58c7f2abacd4de2cd994832a19cbe4ba7da75bae9c34b8ea717bfca58a85b59 [2021-06-15T23:24:42.843Z] #62 DONE 0.2s [2021-06-15T23:24:42.843Z] [2021-06-15T23:24:42.843Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-15T23:24:42.843Z] #67 sha256:0ba2485f36ce33f51aa2235b72cc327b4fcbeb9dfe2b6a1404c7969a1ead2979 [2021-06-15T23:24:44.207Z] #67 DONE 1.1s [2021-06-15T23:24:44.207Z] [2021-06-15T23:24:44.207Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-15T23:24:44.207Z] #68 sha256:b773e2f9b18cb32dda560458cb333330c0da0251cc7122d0d87acc127f61a0c7 [2021-06-15T23:24:44.207Z] #68 DONE 0.0s [2021-06-15T23:24:44.207Z] [2021-06-15T23:24:44.207Z] #69 [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-06-15T23:24:44.207Z] #69 sha256:de28b9244e4d83542c404dcc430a8d1bd71c45ef3dac0721f6ee95a46850bf70 [2021-06-15T23:24:44.231Z] Sending build context to Docker daemon 61.04MB [2021-06-15T23:24:44.232Z] [2021-06-15T23:24:44.693Z] Step 1/10 : FROM microsoft/windowsservercore [2021-06-15T23:24:44.693Z] ---> 39d157a84080 [2021-06-15T23:24:44.693Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-06-15T23:24:44.693Z] ---> Running in c56c3c0f4c42 [2021-06-15T23:24:44.768Z] #69 0.704 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-06-15T23:24:44.768Z] #69 0.705 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-15T23:24:44.768Z] #69 0.707 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-06-15T23:24:44.768Z] #69 0.708 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-15T23:24:45.154Z] Removing intermediate container c56c3c0f4c42 [2021-06-15T23:24:45.154Z] ---> d6e595602758 [2021-06-15T23:24:45.154Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-06-15T23:24:45.154Z] ---> Running in 4b1e98591020 [2021-06-15T23:24:45.616Z] Removing intermediate container 4b1e98591020 [2021-06-15T23:24:45.616Z] ---> 1212788cd113 [2021-06-15T23:24:45.616Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-06-15T23:24:45.616Z] ---> Running in 9e1fb0a17757 [2021-06-15T23:24:45.957Z] #69 1.054 Reading package lists... [2021-06-15T23:24:46.077Z] Removing intermediate container 9e1fb0a17757 [2021-06-15T23:24:46.077Z] ---> b5439d1b1bcf [2021-06-15T23:24:46.077Z] 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-06-15T23:24:46.077Z] ---> Running in 051595f78790 [2021-06-15T23:24:46.213Z] #69 1.674 Reading package lists... [2021-06-15T23:24:46.469Z] #69 2.291 Building dependency tree... [2021-06-15T23:24:46.469Z] #69 2.407 Reading state information... [2021-06-15T23:24:46.469Z] #69 2.506 The following additional packages will be installed: [2021-06-15T23:24:46.541Z] Removing intermediate container 051595f78790 [2021-06-15T23:24:46.541Z] ---> 6f0090be1485 [2021-06-15T23:24:46.541Z] 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-06-15T23:24:46.541Z] ---> Running in 8e03263cf3c9 [2021-06-15T23:24:46.726Z] #69 2.506 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2021-06-15T23:24:46.726Z] #69 2.506 libpam-systemd [2021-06-15T23:24:46.726Z] #69 2.507 Suggested packages: [2021-06-15T23:24:46.726Z] #69 2.507 systemd-container policykit-1 [2021-06-15T23:24:46.726Z] #69 2.507 Recommended packages: [2021-06-15T23:24:46.726Z] #69 2.507 libnss-systemd [2021-06-15T23:24:46.726Z] #69 2.586 The following NEW packages will be installed: [2021-06-15T23:24:46.726Z] #69 2.587 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2021-06-15T23:24:46.726Z] #69 2.587 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [2021-06-15T23:24:46.982Z] #69 2.852 0 upgraded, 11 newly installed, 0 to remove and 28 not upgraded. [2021-06-15T23:24:46.982Z] #69 2.852 Need to get 4762 kB of archives. [2021-06-15T23:24:46.982Z] #69 2.852 After this operation, 16.6 MB of additional disk space will be used. [2021-06-15T23:24:46.982Z] #69 2.852 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-06-15T23:24:46.982Z] #69 2.854 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB] [2021-06-15T23:24:46.982Z] #69 2.855 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2021-06-15T23:24:46.982Z] #69 2.861 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2021-06-15T23:24:46.982Z] #69 2.862 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2021-06-15T23:24:46.982Z] #69 2.863 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB] [2021-06-15T23:24:46.982Z] #69 2.951 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB] [2021-06-15T23:24:46.982Z] #69 2.953 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB] [2021-06-15T23:24:46.982Z] #69 2.955 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2021-06-15T23:24:46.982Z] #69 2.957 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB] [2021-06-15T23:24:46.982Z] #69 2.959 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB] [2021-06-15T23:24:47.238Z] #69 3.118 debconf: delaying package configuration, since apt-utils is not installed [2021-06-15T23:24:47.238Z] #69 3.142 Fetched 4762 kB in 0s (13.1 MB/s) [2021-06-15T23:24:47.238Z] #69 3.173 Selecting previously unselected package libargon2-1:amd64. [2021-06-15T23:24:47.238Z] #69 3.173 (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 ... 28067 files and directories currently installed.) [2021-06-15T23:24:47.238Z] #69 3.187 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-06-15T23:24:47.238Z] #69 3.196 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-06-15T23:24:47.238Z] #69 3.230 Selecting previously unselected package libjson-c3:amd64. [2021-06-15T23:24:47.238Z] #69 3.233 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2021-06-15T23:24:47.238Z] #69 3.238 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-06-15T23:24:47.238Z] #69 3.275 Selecting previously unselected package libcryptsetup12:amd64. [2021-06-15T23:24:47.238Z] #69 3.278 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2021-06-15T23:24:47.238Z] #69 3.282 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-06-15T23:24:47.238Z] #69 3.330 Selecting previously unselected package libidn11:amd64. [2021-06-15T23:24:47.238Z] #69 3.332 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2021-06-15T23:24:47.493Z] #69 3.336 Unpacking libidn11:amd64 (1.33-2.2) ... [2021-06-15T23:24:47.493Z] #69 3.381 Selecting previously unselected package libkmod2:amd64. [2021-06-15T23:24:47.493Z] #69 3.381 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2021-06-15T23:24:47.493Z] #69 3.386 Unpacking libkmod2:amd64 (26-1) ... [2021-06-15T23:24:47.493Z] #69 3.432 Selecting previously unselected package systemd. [2021-06-15T23:24:47.493Z] #69 3.435 Preparing to unpack .../5-systemd_241-7~deb10u7_amd64.deb ... [2021-06-15T23:24:47.493Z] #69 3.473 Unpacking systemd (241-7~deb10u7) ... [2021-06-15T23:24:48.056Z] #69 3.934 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-06-15T23:24:48.056Z] #69 3.949 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-06-15T23:24:48.056Z] #69 3.961 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-06-15T23:24:48.056Z] #69 3.972 Setting up libidn11:amd64 (1.33-2.2) ... [2021-06-15T23:24:48.056Z] #69 3.987 Setting up libkmod2:amd64 (26-1) ... [2021-06-15T23:24:48.056Z] #69 4.003 Setting up systemd (241-7~deb10u7) ... [2021-06-15T23:24:48.056Z] #69 4.052 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-06-15T23:24:48.056Z] #69 4.054 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-06-15T23:24:48.056Z] #69 4.057 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-06-15T23:24:48.056Z] #69 4.057 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-06-15T23:24:48.616Z] #69 4.513 Selecting previously unselected package systemd-sysv. [2021-06-15T23:24:48.616Z] #69 4.513 (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 ... 28864 files and directories currently installed.) [2021-06-15T23:24:48.616Z] #69 4.526 Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ... [2021-06-15T23:24:48.616Z] #69 4.530 Unpacking systemd-sysv (241-7~deb10u7) ... [2021-06-15T23:24:48.616Z] #69 4.577 Selecting previously unselected package libdbus-1-3:amd64. [2021-06-15T23:24:48.616Z] #69 4.580 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2021-06-15T23:24:48.616Z] #69 4.588 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-06-15T23:24:48.616Z] #69 4.652 Selecting previously unselected package dbus. [2021-06-15T23:24:48.616Z] #69 4.654 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2021-06-15T23:24:48.616Z] #69 4.667 Unpacking dbus (1.12.20-0+deb10u1) ... [2021-06-15T23:24:48.616Z] #69 4.724 Selecting previously unselected package libpam-systemd:amd64. [2021-06-15T23:24:48.872Z] #69 4.729 Preparing to unpack .../libpam-systemd_241-7~deb10u7_amd64.deb ... [2021-06-15T23:24:48.872Z] #69 4.733 Unpacking libpam-systemd:amd64 (241-7~deb10u7) ... [2021-06-15T23:24:48.872Z] #69 4.778 Selecting previously unselected package dbus-user-session. [2021-06-15T23:24:48.872Z] #69 4.780 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2021-06-15T23:24:48.872Z] #69 4.785 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2021-06-15T23:24:48.872Z] #69 4.857 Setting up systemd-sysv (241-7~deb10u7) ... [2021-06-15T23:24:48.872Z] #69 4.868 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-06-15T23:24:48.872Z] #69 4.880 Setting up dbus (1.12.20-0+deb10u1) ... [2021-06-15T23:24:48.872Z] #69 5.002 invoke-rc.d: could not determine current runlevel [2021-06-15T23:24:49.128Z] #69 5.005 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-15T23:24:49.128Z] #69 5.010 Setting up libpam-systemd:amd64 (241-7~deb10u7) ... [2021-06-15T23:24:49.384Z] #69 5.156 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2021-06-15T23:24:49.384Z] #69 5.171 Processing triggers for systemd (241-7~deb10u7) ... [2021-06-15T23:24:49.384Z] #69 5.178 Processing triggers for libc-bin (2.28-10) ... [2021-06-15T23:24:49.384Z] #69 DONE 5.3s [2021-06-15T23:24:49.384Z] [2021-06-15T23:24:49.384Z] #70 [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-06-15T23:24:49.384Z] #70 sha256:87413a958c6107fe5e5981020fa3341258a66635484d388f3527648d632c836e [2021-06-15T23:24:49.947Z] #70 0.463 % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-15T23:24:49.947Z] #70 0.464 Dload Upload Total Spent Left Speed [2021-06-15T23:24:49.947Z] #70 0.466 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 18414 0 --:--:-- --:--:-- --:--:-- 18602 [2021-06-15T23:24:49.947Z] #70 DONE 0.6s [2021-06-15T23:24:49.947Z] [2021-06-15T23:24:49.947Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-15T23:24:49.947Z] #71 sha256:6e980c4ce0b8cac5b6035cf070954e700baa6ed1788e6e63c402d62c2f30cbe0 [2021-06-15T23:24:50.907Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-06-15T23:24:50.907Z] [2021-06-15T23:24:50.907Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-06-15T23:24:50.907Z] Installing docker-proxy to /usr/local/bin/ [2021-06-15T23:24:50.907Z] [2021-06-15T23:24:50.907Z] + mkdir -p bundles [2021-06-15T23:24:50.908Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/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/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/client github.com/docker/docker/libnetwork/client/mflag github.com/docker/docker/libnetwork/client/mflag/example github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/dnet github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/proxy github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/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/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback 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/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-06-15T23:24:51.248Z] [2021-06-15T23:24:51.248Z] SUCCESS: Specified value was saved. [2021-06-15T23:24:51.313Z] #71 DONE 1.0s [2021-06-15T23:24:51.313Z] [2021-06-15T23:24:51.313Z] #72 exporting to image [2021-06-15T23:24:51.313Z] #72 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-15T23:24:51.313Z] #72 exporting layers [2021-06-15T23:24:51.709Z] INFO: Downloading git... [2021-06-15T23:24:51.857Z] ? github.com/docker/docker/api [no test files] [2021-06-15T23:24:53.251Z] INFO: Downloading go... [2021-06-15T23:24:57.851Z] #72 exporting layers 7.0s done [2021-06-15T23:24:57.851Z] #72 writing image sha256:e118f69cae7c0655bf7040319cfe07df1e33278d567ac77fd765d7f4ce44eef5 done [2021-06-15T23:24:57.851Z] #72 naming to docker.io/library/docker:3eb125769899193cc8f255edf91fde4194625cb2 done [2021-06-15T23:24:57.851Z] #72 DONE 7.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-15T23:24:58.200Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42473/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr17 -e DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3eb125769899193cc8f255edf91fde4194625cb2 hack/make.sh dynbinary test-integration [2021-06-15T23:25:00.087Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-06-15T23:25:00.087Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-06-15T23:25:00.087Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-06-15T23:25:00.087Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-06-15T23:25:00.087Z] 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-06-15T23:25:00.087Z] Detected virtualization docker. [2021-06-15T23:25:00.087Z] Detected architecture x86-64. [2021-06-15T23:25:00.087Z] Set hostname to . [2021-06-15T23:25:00.649Z] + source /etc/docker-entrypoint-cmd [2021-06-15T23:25:00.649Z] ++ hack/make.sh dynbinary test-integration [2021-06-15T23:25:00.649Z] [2021-06-15T23:25:00.905Z] Removing bundles/ [2021-06-15T23:25:00.905Z] [2021-06-15T23:25:00.905Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-15T23:25:00.905Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-15T23:25:00.905Z] GOOS="" GOARCH="" GOARM="" [2021-06-15T23:25:04.123Z] ok github.com/docker/docker/api/server 0.013s coverage: 9.0% of statements [2021-06-15T23:25:06.281Z] 4612f6d0b889: Verifying Checksum [2021-06-15T23:25:06.281Z] 4612f6d0b889: Download complete [2021-06-15T23:25:18.424Z] INFO: Downloading compiler 1 of 3... [2021-06-15T23:25:18.424Z] INFO: Downloading compiler 2 of 3... [2021-06-15T23:25:18.424Z] INFO: Downloading compiler 3 of 3... [2021-06-15T23:25:18.424Z] INFO: Extracting git... [2021-06-15T23:25:33.272Z] INFO: Expanding go... [2021-06-15T23:25:47.958Z] INFO [loader] Go packages loading at mode 575 (deps|imports|types_sizes|compiled_files|exports_file|files|name) took 2m8.855084523s [2021-06-15T23:25:47.959Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 586.736082ms [2021-06-15T23:25:54.403Z] INFO: Expanding compiler 1 of 3... [2021-06-15T23:25:54.403Z] INFO: Expanding compiler 2 of 3... [2021-06-15T23:25:58.154Z] INFO: Expanding compiler 3 of 3... [2021-06-15T23:25:59.125Z] INFO: Removing downloaded files... [2021-06-15T23:25:59.125Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-06-15T23:25:59.125Z] INFO: Configuring git core.autocrlf... [2021-06-15T23:26:00.452Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-15T23:26:00.452Z] ok github.com/docker/docker/api/server/httputils 0.020s coverage: 14.7% of statements [2021-06-15T23:26:01.399Z] ok github.com/docker/docker/api/server/middleware 0.026s coverage: 37.7% of statements [2021-06-15T23:26:01.399Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-15T23:26:01.399Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-15T23:26:01.399Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-15T23:26:01.399Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-15T23:26:01.399Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-15T23:26:01.399Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-15T23:26:01.399Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-15T23:26:01.399Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-15T23:26:01.663Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-15T23:26:02.614Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-15T23:26:02.614Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-15T23:26:02.877Z] ok github.com/docker/docker/api/types/filters 0.036s coverage: 92.2% of statements [2021-06-15T23:26:03.141Z] ok github.com/docker/docker/api/types/strslice 0.025s coverage: 90.0% of statements [2021-06-15T23:26:03.141Z] ok github.com/docker/docker/api/server/router/swarm 0.013s coverage: 5.7% of statements [2021-06-15T23:26:03.141Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-15T23:26:03.141Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-15T23:26:03.141Z] ? github.com/docker/docker/api/types [no test files] [2021-06-15T23:26:03.141Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-15T23:26:03.141Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-15T23:26:03.141Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-15T23:26:03.141Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-15T23:26:03.141Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-15T23:26:03.141Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-15T23:26:03.141Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-15T23:26:03.141Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-15T23:26:03.141Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-15T23:26:03.141Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-15T23:26:03.141Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-15T23:26:03.404Z] ok github.com/docker/docker/api/types/time 0.011s coverage: 100.0% of statements [2021-06-15T23:26:03.404Z] ok github.com/docker/docker/api/types/versions 0.025s coverage: 75.0% of statements [2021-06-15T23:26:03.404Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-15T23:26:03.404Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-15T23:26:03.404Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-15T23:26:03.404Z] ? github.com/docker/docker/builder [no test files] [2021-06-15T23:26:03.404Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-15T23:26:03.404Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-15T23:26:03.404Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-15T23:26:03.404Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-15T23:26:03.404Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-15T23:26:03.404Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-15T23:26:03.404Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-15T23:26:06.807Z] ok github.com/docker/docker/cli/debug 0.012s coverage: 100.0% of statements [2021-06-15T23:26:07.383Z] ok github.com/docker/docker/builder/remotecontext 0.197s coverage: 13.7% of statements [2021-06-15T23:26:08.332Z] ok github.com/docker/docker/builder/dockerfile 0.465s coverage: 48.7% of statements [2021-06-15T23:26:08.332Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-15T23:26:08.704Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-15T23:26:08.704Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-15T23:26:08.704Z] GOOS="" GOARCH="" GOARM="" [2021-06-15T23:26:08.704Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-15T23:26:08.704Z] [2021-06-15T23:26:08.704Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-15T23:26:08.704Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-15T23:26:08.704Z] HOSTNAME=3893503561ee [2021-06-15T23:26:08.704Z] DEST=bundles/test-integration [2021-06-15T23:26:08.704Z] PWD=/go/src/github.com/docker/docker [2021-06-15T23:26:08.704Z] DOCKER_ROOTLESS=1 [2021-06-15T23:26:08.704Z] DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:26:08.704Z] container=docker [2021-06-15T23:26:08.704Z] HOME=/root [2021-06-15T23:26:08.704Z] GOLANG_VERSION=1.13.15 [2021-06-15T23:26:08.704Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-15T23:26:08.704Z] VALIDATE_BRANCH=master [2021-06-15T23:26:08.704Z] TERM=xterm [2021-06-15T23:26:08.704Z] DOCKER_PKG=github.com/docker/docker [2021-06-15T23:26:08.704Z] SHLVL=1 [2021-06-15T23:26:08.704Z] TIMEOUT=120m [2021-06-15T23:26:08.704Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-15T23:26:08.704Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-15T23:26:08.704Z] GO111MODULE=off [2021-06-15T23:26:08.704Z] DOCKER_EXPERIMENTAL=1 [2021-06-15T23:26:08.704Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-15T23:26:08.704Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-15T23:26:08.704Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-15T23:26:08.704Z] GOPATH=/go [2021-06-15T23:26:08.704Z] PKG_CONFIG=pkg-config [2021-06-15T23:26:08.704Z] _=/usr/bin/env [2021-06-15T23:26:08.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-15T23:26:09.725Z] ok github.com/docker/docker/builder/remotecontext/git 4.735s coverage: 86.3% of statements [2021-06-15T23:26:09.725Z] ? github.com/docker/docker/cli [no test files] [2021-06-15T23:26:09.725Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-15T23:26:15.044Z] ok github.com/docker/docker/client 0.280s coverage: 75.4% of statements [2021-06-15T23:26:15.720Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-15T23:26:15.720Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-15T23:26:15.720Z] GOOS="" GOARCH="" GOARM="" [2021-06-15T23:26:15.720Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-15T23:26:15.720Z] [2021-06-15T23:26:15.720Z] + TEST_INTEGRATION_DEST=2 [2021-06-15T23:26:15.720Z] + CONTAINER_NAME=docker-pr17-2 [2021-06-15T23:26:15.720Z] + TEST_SKIP_INTEGRATION=1 [2021-06-15T23:26:15.720Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-06-15T23:26:15.720Z] + run_tests [2021-06-15T23:26:15.720Z] + c=0 [2021-06-15T23:26:15.720Z] + '[' -n 0 ']' [2021-06-15T23:26:15.720Z] + rm= [2021-06-15T23:26:15.720Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42473/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42473/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42473/.git:/go/src/github.com/docker/docker/.git --name docker-pr17-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3eb125769899193cc8f255edf91fde4194625cb2 hack/make.sh '' test-integration [2021-06-15T23:26:15.720Z] ++ jobs -p [2021-06-15T23:26:15.720Z] + TEST_INTEGRATION_DEST=3 [2021-06-15T23:26:15.720Z] + CONTAINER_NAME=docker-pr17-3 [2021-06-15T23:26:15.720Z] + TEST_SKIP_INTEGRATION=1 [2021-06-15T23:26:15.720Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-06-15T23:26:15.720Z] + run_tests [2021-06-15T23:26:15.720Z] + '[' -n 0 ']' [2021-06-15T23:26:15.720Z] + for job in $(jobs -p) [2021-06-15T23:26:15.720Z] + rm= [2021-06-15T23:26:15.720Z] + wait 4166 [2021-06-15T23:26:15.720Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42473/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42473/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42473/.git:/go/src/github.com/docker/docker/.git --name docker-pr17-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3eb125769899193cc8f255edf91fde4194625cb2 hack/make.sh '' test-integration [2021-06-15T23:26:15.720Z] + TEST_INTEGRATION_DEST=1 [2021-06-15T23:26:15.720Z] + CONTAINER_NAME=docker-pr17-1 [2021-06-15T23:26:15.720Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-06-15T23:26:15.720Z] + run_tests test-integration-flaky [2021-06-15T23:26:15.720Z] + '[' -n 0 ']' [2021-06-15T23:26:15.720Z] + rm= [2021-06-15T23:26:15.720Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42473/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42473/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42473/.git:/go/src/github.com/docker/docker/.git --name docker-pr17-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3eb125769899193cc8f255edf91fde4194625cb2 hack/make.sh test-integration-flaky test-integration [2021-06-15T23:26:15.720Z] [2021-06-15T23:26:15.720Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-06-15T23:26:15.720Z] [2021-06-15T23:26:15.720Z] [2021-06-15T23:26:15.720Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-15T23:26:15.720Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-15T23:26:15.720Z] HOSTNAME=25a290301d43 [2021-06-15T23:26:15.720Z] TEST_SKIP_INTEGRATION=1 [2021-06-15T23:26:15.720Z] TESTDEBUG=0 [2021-06-15T23:26:15.720Z] DEST=bundles/test-integration [2021-06-15T23:26:15.720Z] PWD=/go/src/github.com/docker/docker [2021-06-15T23:26:15.720Z] KEEPBUNDLE=1 [2021-06-15T23:26:15.720Z] DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:26:15.720Z] container=docker [2021-06-15T23:26:15.720Z] HOME=/root [2021-06-15T23:26:15.720Z] GOLANG_VERSION=1.13.15 [2021-06-15T23:26:15.720Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-15T23:26:15.720Z] VALIDATE_BRANCH=master [2021-06-15T23:26:15.720Z] TERM=xterm [2021-06-15T23:26:15.720Z] DOCKER_PKG=github.com/docker/docker [2021-06-15T23:26:15.720Z] SHLVL=1 [2021-06-15T23:26:15.720Z] TIMEOUT=120m [2021-06-15T23:26:15.720Z] DOCKER_BUILDTAGS=apparmor seccomp journald---> Making bundle: test-integration (in bundles/test-integration) [2021-06-15T23:26:15.720Z] [2021-06-15T23:26:15.720Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-15T23:26:15.720Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-06-15T23:26:15.720Z] GO111MODULE=off [2021-06-15T23:26:15.720Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-15T23:26:15.720Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-15T23:26:15.720Z] GOPATH=/go [2021-06-15T23:26:15.720Z] PKG_CONFIG=pkg-config [2021-06-15T23:26:15.720Z] _=/usr/bin/env [2021-06-15T23:26:15.720Z] Building test suite binary ./integration-cli/test.main [2021-06-15T23:26:15.720Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-15T23:26:15.720Z] HOSTNAME=41d881e9105b [2021-06-15T23:26:15.720Z] TEST_SKIP_INTEGRATION=1 [2021-06-15T23:26:15.720Z] TESTDEBUG=0 [2021-06-15T23:26:15.720Z] DEST=bundles/test-integration [2021-06-15T23:26:15.720Z] PWD=/go/src/github.com/docker/docker [2021-06-15T23:26:15.720Z] KEEPBUNDLE=1 [2021-06-15T23:26:15.720Z] DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:26:15.720Z] container=docker [2021-06-15T23:26:15.720Z] HOME=/root [2021-06-15T23:26:15.720Z] GOLANG_VERSION=1.13.15 [2021-06-15T23:26:15.720Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-15T23:26:15.720Z] VALIDATE_BRANCH=master [2021-06-15T23:26:15.720Z] TERM=xterm [2021-06-15T23:26:15.720Z] DOCKER_PKG=github.com/docker/docker [2021-06-15T23:26:15.720Z] SHLVL=1 [2021-06-15T23:26:15.720Z] TIMEOUT=120m [2021-06-15T23:26:15.720Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-15T23:26:15.720Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-15T23:26:15.720Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-06-15T23:26:15.720Z] GO111MODULE=off [2021-06-15T23:26:15.720Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-15T23:26:15.720Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-15T23:26:15.720Z] GOPATH=/go [2021-06-15T23:26:15.720Z] PKG_CONFIG=pkg-config [2021-06-15T23:26:15.720Z] _=/usr/bin/env [2021-06-15T23:26:15.720Z] Building test suite binary ./integration-cli/test.main [2021-06-15T23:26:15.720Z] No new tests added to integration. [2021-06-15T23:26:15.720Z] [2021-06-15T23:26:15.720Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-15T23:26:15.720Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-15T23:26:15.720Z] HOSTNAME=3e541bd6cd1c [2021-06-15T23:26:15.720Z] TESTDEBUG=0 [2021-06-15T23:26:15.720Z] DEST=bundles/test-integration [2021-06-15T23:26:15.720Z] PWD=/go/src/github.com/docker/docker [2021-06-15T23:26:15.720Z] KEEPBUNDLE=1 [2021-06-15T23:26:15.720Z] DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:26:15.720Z] container=docker [2021-06-15T23:26:15.720Z] HOME=/root [2021-06-15T23:26:15.720Z] GOLANG_VERSION=1.13.15 [2021-06-15T23:26:15.720Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-15T23:26:15.720Z] VALIDATE_BRANCH=master [2021-06-15T23:26:15.720Z] TERM=xterm [2021-06-15T23:26:15.720Z] DOCKER_PKG=github.com/docker/docker [2021-06-15T23:26:15.720Z] SHLVL=1 [2021-06-15T23:26:15.720Z] TIMEOUT=120m [2021-06-15T23:26:15.720Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-15T23:26:15.720Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-15T23:26:15.720Z] GO111MODULE=off [2021-06-15T23:26:15.720Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-15T23:26:15.720Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-15T23:26:15.720Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-15T23:26:15.720Z] GOPATH=/go [2021-06-15T23:26:15.720Z] PKG_CONFIG=pkg-config [2021-06-15T23:26:15.720Z] _=/usr/bin/env [2021-06-15T23:26:15.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-15T23:26:35.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-15T23:26:36.664Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-15T23:26:37.295Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-15T23:26:37.295Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-15T23:26:37.295Z] GOOS="" GOARCH="" GOARM="" [2021-06-15T23:26:37.295Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-15T23:26:37.295Z] [2021-06-15T23:26:37.295Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-15T23:26:37.295Z] DOCKER_SYSTEMD=1 [2021-06-15T23:26:37.295Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-15T23:26:37.295Z] HOSTNAME=b914455b3ea8 [2021-06-15T23:26:37.295Z] DEST=bundles/test-integration [2021-06-15T23:26:37.295Z] PWD=/go/src/github.com/docker/docker [2021-06-15T23:26:37.295Z] DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:26:37.295Z] container=docker [2021-06-15T23:26:37.295Z] HOME=/root [2021-06-15T23:26:37.295Z] LANG=C.UTF-8 [2021-06-15T23:26:37.295Z] INVOCATION_ID=6453fff6f5d9499984d6e32ff136df0b [2021-06-15T23:26:37.295Z] GOLANG_VERSION=1.13.15 [2021-06-15T23:26:37.295Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-15T23:26:37.295Z] VALIDATE_BRANCH=master [2021-06-15T23:26:37.295Z] TERM=xterm [2021-06-15T23:26:37.295Z] DOCKER_PKG=github.com/docker/docker [2021-06-15T23:26:37.295Z] SHLVL=3 [2021-06-15T23:26:37.295Z] TIMEOUT=120m [2021-06-15T23:26:37.295Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-15T23:26:37.295Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-15T23:26:37.295Z] GO111MODULE=off [2021-06-15T23:26:37.295Z] DOCKER_EXPERIMENTAL=1 [2021-06-15T23:26:37.295Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-15T23:26:37.295Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-15T23:26:37.295Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-15T23:26:37.295Z] GOPATH=/go [2021-06-15T23:26:37.295Z] PKG_CONFIG=pkg-config [2021-06-15T23:26:37.295Z] _=/usr/bin/env [2021-06-15T23:26:37.295Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-15T23:26:47.215Z] ok github.com/docker/docker/cmd/dockerd 0.124s coverage: 29.1% of statements [2021-06-15T23:26:47.215Z] ok github.com/docker/docker/container 0.156s coverage: 34.6% of statements [2021-06-15T23:26:47.215Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-15T23:26:47.215Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-15T23:26:47.215Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-15T23:26:47.215Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-15T23:26:47.215Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.075s coverage: 65.3% of statements [2021-06-15T23:26:47.652Z] 4612f6d0b889: Pull complete [2021-06-15T23:26:47.791Z] ok github.com/docker/docker/daemon/cluster/convert 0.034s coverage: 35.9% of statements [2021-06-15T23:26:51.113Z] ok github.com/docker/docker/daemon/cluster 0.144s coverage: 0.5% of statements [2021-06-15T23:26:52.514Z] ok github.com/docker/docker/daemon/discovery 0.015s coverage: 30.0% of statements [2021-06-15T23:26:53.911Z] ok github.com/docker/docker/daemon/config 0.068s coverage: 81.8% of statements [2021-06-15T23:26:54.175Z] ok github.com/docker/docker/daemon/events 0.077s coverage: 50.0% of statements [2021-06-15T23:26:55.568Z] ok github.com/docker/docker/daemon/graphdriver 0.074s coverage: 2.2% of statements [2021-06-15T23:26:58.630Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-15T23:26:59.806Z] ok github.com/docker/docker/daemon/graphdriver/aufs 2.974s coverage: 73.3% of statements [2021-06-15T23:26:59.806Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.019s coverage: 3.1% of statements [2021-06-15T23:26:59.806Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.558s coverage: 14.1% of statements [2021-06-15T23:27:00.758Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.866s coverage: 56.2% of statements [2021-06-15T23:27:02.155Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.019s coverage: 1.9% of statements [2021-06-15T23:27:04.731Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.777s coverage: 49.4% of statements [2021-06-15T23:27:06.123Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.486s coverage: 57.7% of statements [2021-06-15T23:27:06.385Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.026s coverage: 57.5% of statements [2021-06-15T23:27:06.651Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.516s coverage: 46.2% of statements [2021-06-15T23:27:07.601Z] ok github.com/docker/docker/daemon/links 0.015s coverage: 93.0% of statements [2021-06-15T23:27:08.193Z] ok github.com/docker/docker/daemon 12.371s coverage: 17.4% of statements [2021-06-15T23:27:08.193Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-15T23:27:08.193Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-15T23:27:08.193Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-15T23:27:08.193Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-15T23:27:08.193Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-15T23:27:08.193Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-06-15T23:27:08.193Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-15T23:27:08.457Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.055s coverage: 3.0% of statements [2021-06-15T23:27:09.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-15T23:27:09.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-15T23:27:09.440Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m42.107013818s with top 10 stages: buildssa: 1m50.704262666s, goimports: 26.472049369s, unconvert: 16.347059032s, gosec: 13.90878329s, golint: 8.13438295s, ineffassign: 5.488363273s, misspell: 5.436710291s, inspect: 4.888616781s, vrp: 4.384848986s, printf: 2.285482699s [2021-06-15T23:27:10.382Z] ok github.com/docker/docker/daemon/logger 0.275s coverage: 43.5% of statements [2021-06-15T23:27:10.647Z] ok github.com/docker/docker/daemon/logger/gelf 0.033s coverage: 67.0% of statements [2021-06-15T23:27:10.864Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-15T23:27:10.911Z] ok github.com/docker/docker/daemon/images 0.096s coverage: 6.7% of statements [2021-06-15T23:27:10.911Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-15T23:27:10.911Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-15T23:27:11.287Z] Removing intermediate container 8e03263cf3c9 [2021-06-15T23:27:11.287Z] ---> b56102b71d40 [2021-06-15T23:27:11.287Z] 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-06-15T23:27:11.287Z] ---> Running in 73fb4cc41cd1 [2021-06-15T23:27:11.439Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-15T23:27:11.864Z] ok github.com/docker/docker/daemon/logger/awslogs 0.301s coverage: 77.8% of statements [2021-06-15T23:27:11.864Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-15T23:27:11.864Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-15T23:27:11.864Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.036s coverage: 87.2% of statements [2021-06-15T23:27:12.128Z] ok github.com/docker/docker/daemon/logger/journald 0.036s coverage: 23.9% of statements [2021-06-15T23:27:12.705Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.033s coverage: 69.9% of statements [2021-06-15T23:27:12.825Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-15T23:27:13.766Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-15T23:27:14.026Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-15T23:27:14.104Z] ok github.com/docker/docker/daemon/logger/local 0.056s coverage: 75.2% of statements [2021-06-15T23:27:14.104Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-15T23:27:14.251Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-06-15T23:27:14.367Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.033s coverage: 31.5% of statements [2021-06-15T23:27:14.367Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.099s coverage: 55.1% of statements [2021-06-15T23:27:14.712Z] go: finding gotest.tools v0.5.3 [2021-06-15T23:27:14.712Z] go: finding gotest.tools/gotestsum v0.5.3 [2021-06-15T23:27:14.712Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-15T23:27:14.943Z] ok github.com/docker/docker/daemon/logger/templates 0.037s coverage: 8.3% of statements [2021-06-15T23:27:15.173Z] go: extracting gotest.tools/gotestsum v0.5.3 [2021-06-15T23:27:15.173Z] go: downloading github.com/fatih/color v1.9.0 [2021-06-15T23:27:15.173Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-06-15T23:27:15.173Z] go: downloading github.com/pkg/errors v0.9.1 [2021-06-15T23:27:15.173Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:27:15.173Z] go: extracting github.com/fatih/color v1.9.0 [2021-06-15T23:27:15.173Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:27:15.173Z] go: extracting github.com/spf13/pflag v1.0.3 [2021-06-15T23:27:15.173Z] go: extracting github.com/pkg/errors v0.9.1 [2021-06-15T23:27:15.173Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:27:15.173Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:27:15.173Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:27:15.173Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:27:15.173Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:27:15.633Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:27:15.633Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:27:15.633Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:27:15.633Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:27:15.633Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:27:15.633Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:27:15.633Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:27:15.892Z] ok github.com/docker/docker/daemon/logger/syslog 0.019s coverage: 46.8% of statements [2021-06-15T23:27:15.941Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-15T23:27:16.093Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:27:16.093Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:27:16.472Z] ok github.com/docker/docker/daemon/network 0.047s coverage: 63.8% of statements [2021-06-15T23:27:17.065Z] go: finding github.com/fatih/color v1.9.0 [2021-06-15T23:27:17.065Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:27:17.065Z] go: finding github.com/pkg/errors v0.9.1 [2021-06-15T23:27:17.065Z] go: finding github.com/spf13/pflag v1.0.3 [2021-06-15T23:27:17.065Z] go: finding github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:27:17.065Z] go: finding github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:27:17.065Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:27:17.065Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:27:17.065Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:27:17.065Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:27:17.065Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:27:17.421Z] ok github.com/docker/docker/daemon/logger/splunk 1.901s coverage: 82.5% of statements [2021-06-15T23:27:17.421Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-15T23:27:17.421Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-15T23:27:17.997Z] ok github.com/docker/docker/distribution/metadata 0.091s coverage: 48.2% of statements [2021-06-15T23:27:18.484Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-15T23:27:18.948Z] ok github.com/docker/docker/distribution 0.328s coverage: 25.4% of statements [2021-06-15T23:27:18.948Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-15T23:27:19.211Z] ok github.com/docker/docker/errdefs 0.043s coverage: 53.1% of statements [2021-06-15T23:27:19.788Z] ok github.com/docker/docker/image 0.058s coverage: 86.6% of statements [2021-06-15T23:27:19.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-15T23:27:20.392Z] ok github.com/docker/docker/image/cache 0.025s coverage: 19.2% of statements [2021-06-15T23:27:20.392Z] ok github.com/docker/docker/distribution/xfer 1.720s coverage: 85.1% of statements [2021-06-15T23:27:20.392Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-15T23:27:20.813Z] INFO: Build done for gotestsum... [2021-06-15T23:27:20.992Z] ok github.com/docker/docker/image/tarexport 0.028s coverage: 0.7% of statements [2021-06-15T23:27:21.266Z] ok github.com/docker/docker/libcontainerd/queue 0.074s coverage: 100.0% of statements [2021-06-15T23:27:21.266Z] ok github.com/docker/docker/image/v1 0.038s coverage: 25.0% of statements [2021-06-15T23:27:21.266Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-15T23:27:21.781Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-15T23:27:22.044Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-15T23:27:23.430Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-15T23:27:24.372Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-15T23:27:25.495Z] ok github.com/docker/docker/libnetwork/bitseq 0.912s coverage: 84.4% of statements [2021-06-15T23:27:26.284Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-15T23:27:27.225Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-15T23:27:27.421Z] ok github.com/docker/docker/libnetwork/api 1.996s coverage: 83.2% of statements [2021-06-15T23:27:27.421Z] ok github.com/docker/docker/libnetwork/client 0.037s coverage: 75.2% of statements [2021-06-15T23:27:28.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-15T23:27:28.370Z] ok github.com/docker/docker/libnetwork/client/mflag 0.015s coverage: 62.7% of statements [2021-06-15T23:27:29.549Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-15T23:27:29.550Z] Using test binary docker [2021-06-15T23:27:29.550Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-15T23:27:29.550Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-15T23:27:29.550Z] INFO: Waiting for daemon to start... [2021-06-15T23:27:29.550Z] Starting dockerd [2021-06-15T23:27:30.296Z] ok github.com/docker/docker/libnetwork/cmd/proxy 0.276s coverage: 67.6% of statements [2021-06-15T23:27:30.559Z] ok github.com/docker/docker/libnetwork/config 0.153s coverage: 24.0% of statements [2021-06-15T23:27:31.286Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-15T23:27:31.367Z] INFO [runner/unused/goanalysis] analyzers took 37.481323889s with top 10 stages: buildssa: 31.550375928s, U1000: 5.930947961s [2021-06-15T23:27:31.367Z] INFO [runner] Issues before processing: 2888, after processing: 0 [2021-06-15T23:27:31.367Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2309/2309, exclude-rules: 79/1921, skip_dirs: 2309/2309, identifier_marker: 1921/1921, nolint: 0/79, cgo: 2309/2888, path_prettifier: 2309/2309, autogenerated_exclude: 1921/2309, skip_files: 2309/2309, exclude: 1921/1921 [2021-06-15T23:27:31.367Z] INFO [runner] processing took 398.468075ms with stages: nolint: 184.853304ms, identifier_marker: 92.574144ms, path_prettifier: 59.292001ms, exclude-rules: 37.382867ms, autogenerated_exclude: 15.275871ms, skip_dirs: 7.342019ms, cgo: 970.209µs, filename_unadjuster: 770.861µs, max_same_issues: 1.871µs, uniq_by_line: 1.043µs, diff: 675ns, skip_files: 625ns, source_code: 605ns, max_from_linter: 588ns, exclude: 521ns, path_shortener: 474ns, max_per_file_from_linter: 397ns [2021-06-15T23:27:31.367Z] INFO [runner] linters took 1m52.987856011s with stages: goanalysis_metalinter: 1m27.267075452s, unused: 25.321916686s [2021-06-15T23:27:31.367Z] INFO File cache stats: 1699 entries of total size 8.6MiB [2021-06-15T23:27:31.367Z] INFO Memory: 1777 samples, avg is 260.2MB, max is 4369.5MB [2021-06-15T23:27:31.367Z] INFO Execution took 4m3.599059431s [2021-06-15T23:27:31.367Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-06-15T23:27:31.509Z] ok github.com/docker/docker/libnetwork/datastore 0.018s coverage: 21.9% of statements [2021-06-15T23:27:31.717Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42473/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr17 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3eb125769899193cc8f255edf91fde4194625cb2 hack/make.sh dynbinary test-docker-py [2021-06-15T23:27:31.771Z] ok github.com/docker/docker/libnetwork/driverapi 0.015s coverage: 68.9% of statements [2021-06-15T23:27:32.088Z] . [2021-06-15T23:27:32.088Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-15T23:27:32.088Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-15T23:27:32.088Z] Error: No such image: emptyfs [2021-06-15T23:27:32.088Z] Running integration-test (iteration 1) [2021-06-15T23:27:32.088Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-15T23:27:32.282Z] [2021-06-15T23:27:32.283Z] Removing bundles/ [2021-06-15T23:27:32.283Z] [2021-06-15T23:27:32.283Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-15T23:27:32.283Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-15T23:27:32.283Z] GOOS="" GOARCH="" GOARM="" [2021-06-15T23:27:32.348Z] ok github.com/docker/docker/layer 7.689s coverage: 68.8% of statements [2021-06-15T23:27:32.348Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-15T23:27:32.348Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-15T23:27:32.348Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-15T23:27:32.348Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-15T23:27:32.927Z] ok github.com/docker/docker/libnetwork/drivers/host 0.013s coverage: 34.8% of statements [2021-06-15T23:27:33.223Z] Removing intermediate container 73fb4cc41cd1 [2021-06-15T23:27:33.223Z] ---> 9b9048c2785a [2021-06-15T23:27:33.223Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-06-15T23:27:33.223Z] ---> Running in 99e095238289 [2021-06-15T23:27:33.223Z] Removing intermediate container 99e095238289 [2021-06-15T23:27:33.223Z] ---> 3d1eb5538d96 [2021-06-15T23:27:33.223Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-06-15T23:27:33.223Z] ---> Running in e49a07885daf [2021-06-15T23:27:33.684Z] Removing intermediate container e49a07885daf [2021-06-15T23:27:33.684Z] ---> 5807f0745e97 [2021-06-15T23:27:33.684Z] Step 10/10 : COPY . . [2021-06-15T23:27:34.324Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.052s coverage: 4.0% of statements [2021-06-15T23:27:34.588Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.059s coverage: 4.5% of statements [2021-06-15T23:27:35.539Z] ok github.com/docker/docker/libnetwork/drivers/null 0.045s coverage: 34.8% of statements [2021-06-15T23:27:37.466Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.011s coverage: 63.6% of statements [2021-06-15T23:27:38.412Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.026s coverage: 57.4% of statements [2021-06-15T23:27:39.801Z] ok github.com/docker/docker/libnetwork/drvregistry 0.027s coverage: 82.4% of statements [2021-06-15T23:27:40.063Z] ok github.com/docker/docker/libnetwork/etchosts 0.040s coverage: 81.2% of statements [2021-06-15T23:27:41.454Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.011s coverage: 48.1% of statements [2021-06-15T23:27:41.716Z] ok github.com/docker/docker/libnetwork/idm 0.009s coverage: 87.5% of statements [2021-06-15T23:27:42.290Z] ok github.com/docker/docker/libnetwork/internal/caller 0.008s coverage: 100.0% of statements [2021-06-15T23:27:43.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-15T23:27:43.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-15T23:27:44.391Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-15T23:27:45.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-15T23:27:45.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-15T23:27:46.504Z] ok github.com/docker/docker/libnetwork/drivers/overlay 8.823s coverage: 7.4% of statements [2021-06-15T23:27:47.650Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-15T23:27:50.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-15T23:27:52.285Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-15T23:27:53.100Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.009s coverage: 100.0% of statements [2021-06-15T23:27:53.676Z] ok github.com/docker/docker/libnetwork/ipams/null 0.014s coverage: 57.1% of statements [2021-06-15T23:27:54.043Z] Loaded image: buildpack-deps:buster [2021-06-15T23:27:54.043Z] Loaded image: busybox:latest [2021-06-15T23:27:54.043Z] Loaded image: busybox:glibc [2021-06-15T23:27:54.043Z] Loaded image: debian:bullseye [2021-06-15T23:27:54.043Z] Loaded image: hello-world:latest [2021-06-15T23:27:54.043Z] Loaded image: arm32v7/hello-world:latest [2021-06-15T23:27:54.043Z] INFO: Testing against a local daemon [2021-06-15T23:27:54.043Z] === RUN TestCgroupNamespacesBuild [2021-06-15T23:27:54.173Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-15T23:27:54.622Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.021s coverage: 47.4% of statements [2021-06-15T23:27:54.735Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-15T23:27:55.572Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.013s coverage: 71.4% of statements [2021-06-15T23:27:56.103Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-15T23:27:56.584Z] --- PASS: TestCgroupNamespacesBuild (2.61s) [2021-06-15T23:27:56.584Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-15T23:27:56.978Z] ok github.com/docker/docker/libnetwork/ipamutils 0.962s coverage: 74.0% of statements [2021-06-15T23:27:57.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-15T23:27:59.129Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.45s) [2021-06-15T23:27:59.129Z] === RUN TestBuildWithSession [2021-06-15T23:27:59.129Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-15T23:27:59.129Z] build_session_test.go:25: TODO: BuildKit [2021-06-15T23:27:59.129Z] === RUN TestBuildSquashParent [2021-06-15T23:27:59.372Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-15T23:28:00.299Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-15T23:28:01.667Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-15T23:28:03.032Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-15T23:28:03.032Z] Using test binary docker [2021-06-15T23:28:03.032Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-15T23:28:03.032Z] Starting apparmor (via systemctl): apparmor.service. [2021-06-15T23:28:03.032Z] Starting dockerd [2021-06-15T23:28:03.032Z] INFO: Waiting for daemon to start... [2021-06-15T23:28:03.700Z] ---> 9c2c821f2a3b [2021-06-15T23:28:03.700Z] Successfully built 9c2c821f2a3b [2021-06-15T23:28:03.700Z] Successfully tagged docker:latest [2021-06-15T23:28:03.700Z] INFO: Image build ended at 06/15/2021 23:28:02. Duration:00:03:25.0205293 [2021-06-15T23:28:03.700Z] [2021-06-15T23:28:03.700Z] [2021-06-15T23:28:03.700Z] INFO: Building the test binaries at 06/15/2021 23:28:02... [2021-06-15T23:28:04.917Z] . [2021-06-15T23:28:04.917Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-15T23:28:04.917Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-15T23:28:05.173Z] Error: No such image: emptyfs [2021-06-15T23:28:05.173Z] Running integration-test (iteration 1) [2021-06-15T23:28:05.173Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-15T23:28:07.123Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-15T23:28:07.123Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-15T23:28:07.259Z] --- PASS: TestBuildSquashParent (7.92s) [2021-06-15T23:28:07.259Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-15T23:28:07.259Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:28:07.259Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:28:07.259Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:28:07.259Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:28:07.259Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:28:07.259Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:28:07.259Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:28:07.259Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:28:07.259Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:28:07.259Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:28:07.259Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:28:07.259Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:28:07.259Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:28:07.259Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:28:08.451Z] INFO: make.ps1 starting at 06/15/2021 23:28:07 [2021-06-15T23:28:08.451Z] INFO: Git commit (3eb1257698) assumed from DOCKER_GITCOMMIT environment variable [2021-06-15T23:28:08.451Z] INFO: Invoking autogen... [2021-06-15T23:28:08.451Z] INFO: Building daemon... [2021-06-15T23:28:10.588Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:28:10.588Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:28:13.181Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:28:13.181Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:28:16.478Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-15T23:28:16.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.06s) [2021-06-15T23:28:16.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.10s) [2021-06-15T23:28:16.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.05s) [2021-06-15T23:28:16.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.05s) [2021-06-15T23:28:16.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.07s) [2021-06-15T23:28:16.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.07s) [2021-06-15T23:28:16.478Z] === RUN TestBuildMultiStageCopy [2021-06-15T23:28:16.478Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-15T23:28:17.343Z] Loaded image: buildpack-deps:buster [2021-06-15T23:28:17.600Z] Loaded image: busybox:latest [2021-06-15T23:28:17.600Z] Loaded image: busybox:glibc [2021-06-15T23:28:18.964Z] ok github.com/docker/docker/libnetwork/ipam 30.377s coverage: 85.3% of statements [2021-06-15T23:28:18.964Z] ok github.com/docker/docker/libnetwork/netlabel 0.008s coverage: 60.0% of statements [2021-06-15T23:28:18.964Z] ok github.com/docker/docker/libnetwork/netutils 0.035s coverage: 43.8% of statements [2021-06-15T23:28:19.773Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-15T23:28:20.039Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-15T23:28:20.868Z] Loaded image: debian:bullseye [2021-06-15T23:28:20.869Z] Loaded image: hello-world:latest [2021-06-15T23:28:21.124Z] Loaded image: arm32v7/hello-world:latest [2021-06-15T23:28:21.379Z] INFO: Testing against a local daemon [2021-06-15T23:28:21.379Z] === RUN TestCgroupNamespacesBuild [2021-06-15T23:28:21.420Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-15T23:28:22.358Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-15T23:28:23.270Z] --- PASS: TestCgroupNamespacesBuild (2.03s) [2021-06-15T23:28:23.270Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-15T23:28:23.296Z] --- PASS: TestBuildMultiStageCopy (6.85s) [2021-06-15T23:28:23.296Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.85s) [2021-06-15T23:28:23.296Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-06-15T23:28:23.296Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-06-15T23:28:23.296Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-06-15T23:28:23.296Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-06-15T23:28:23.296Z] === RUN TestBuildMultiStageParentConfig [2021-06-15T23:28:25.158Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.53s) [2021-06-15T23:28:25.158Z] === RUN TestBuildWithSession [2021-06-15T23:28:25.158Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-15T23:28:25.158Z] build_session_test.go:25: TODO: BuildKit [2021-06-15T23:28:25.158Z] === RUN TestBuildSquashParent [2021-06-15T23:28:28.583Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2021-06-15T23:28:28.583Z] === RUN TestBuildLabelWithTargets [2021-06-15T23:28:31.723Z] --- PASS: TestBuildSquashParent (6.26s) [2021-06-15T23:28:31.723Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-15T23:28:31.723Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:28:31.723Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:28:31.723Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:28:31.723Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:28:31.723Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:28:31.723Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:28:31.723Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:28:31.723Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:28:31.723Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:28:31.723Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:28:31.723Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:28:31.723Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:28:31.723Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:28:31.723Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:28:34.239Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:28:34.239Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:28:36.128Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:28:36.383Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:28:36.751Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-06-15T23:28:36.751Z] === RUN TestBuildWithEmptyLayers [2021-06-15T23:28:38.900Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-15T23:28:38.900Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.69s) [2021-06-15T23:28:38.900Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.91s) [2021-06-15T23:28:38.900Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.34s) [2021-06-15T23:28:38.900Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.38s) [2021-06-15T23:28:38.900Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.30s) [2021-06-15T23:28:38.900Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.32s) [2021-06-15T23:28:38.900Z] === RUN TestBuildMultiStageCopy [2021-06-15T23:28:38.900Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-15T23:28:39.297Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-06-15T23:28:39.297Z] === RUN TestBuildMultiStageOnBuild [2021-06-15T23:28:40.788Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-15T23:28:41.044Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-15T23:28:41.300Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-15T23:28:41.556Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-15T23:28:41.556Z] --- PASS: TestBuildMultiStageCopy (2.98s) [2021-06-15T23:28:41.556Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.01s) [2021-06-15T23:28:41.556Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.24s) [2021-06-15T23:28:41.556Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.24s) [2021-06-15T23:28:41.556Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s) [2021-06-15T23:28:41.556Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s) [2021-06-15T23:28:41.556Z] === RUN TestBuildMultiStageParentConfig [2021-06-15T23:28:42.485Z] --- PASS: TestBuildMultiStageParentConfig (0.68s) [2021-06-15T23:28:42.485Z] === RUN TestBuildLabelWithTargets [2021-06-15T23:28:43.851Z] --- PASS: TestBuildLabelWithTargets (1.20s) [2021-06-15T23:28:43.851Z] === RUN TestBuildWithEmptyLayers [2021-06-15T23:28:44.106Z] --- PASS: TestBuildWithEmptyLayers (0.53s) [2021-06-15T23:28:44.106Z] === RUN TestBuildMultiStageOnBuild [2021-06-15T23:28:44.230Z] 639bb6bb2beb: Pull complete [2021-06-15T23:28:44.230Z] Digest: sha256:3458c7dbc9ee16016170ecce85bee03b0e7f13744809d67fc881ec8d2086f5ef [2021-06-15T23:28:44.230Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-15T23:28:44.230Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-15T23:28:44.230Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-06-15T23:28:44.230Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-06-15T23:28:44.230Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1999' [2021-06-15T23:28:44.230Z] INFO: Docker version of control daemon [2021-06-15T23:28:44.230Z] [2021-06-15T23:28:44.230Z] Client: [2021-06-15T23:28:44.230Z] Version: 20.10.6 [2021-06-15T23:28:44.230Z] API version: 1.41 [2021-06-15T23:28:44.230Z] Go version: go1.16.3 [2021-06-15T23:28:44.230Z] Git commit: 370c289 [2021-06-15T23:28:44.230Z] Built: Fri Apr 9 22:49:36 2021 [2021-06-15T23:28:44.230Z] OS/Arch: windows/amd64 [2021-06-15T23:28:44.230Z] Context: default [2021-06-15T23:28:44.230Z] Experimental: true [2021-06-15T23:28:44.230Z] [2021-06-15T23:28:44.230Z] Server: Docker Engine - Community [2021-06-15T23:28:44.230Z] Engine: [2021-06-15T23:28:44.230Z] Version: 20.10.6 [2021-06-15T23:28:44.230Z] API version: 1.41 (minimum version 1.24) [2021-06-15T23:28:44.230Z] Go version: go1.13.15 [2021-06-15T23:28:44.230Z] Git commit: 8728dd2 [2021-06-15T23:28:44.230Z] Built: Fri Apr 9 22:45:40 2021 [2021-06-15T23:28:44.230Z] OS/Arch: windows/amd64 [2021-06-15T23:28:44.230Z] Experimental: true [2021-06-15T23:28:44.230Z] [2021-06-15T23:28:44.230Z] INFO: Docker info of control daemon [2021-06-15T23:28:44.230Z] [2021-06-15T23:28:44.230Z] Client: [2021-06-15T23:28:44.230Z] Context: default [2021-06-15T23:28:44.230Z] Debug Mode: false [2021-06-15T23:28:44.230Z] Plugins: [2021-06-15T23:28:44.230Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-15T23:28:44.230Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-15T23:28:44.230Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-15T23:28:44.230Z] [2021-06-15T23:28:44.230Z] Server: [2021-06-15T23:28:44.230Z] Containers: 0 [2021-06-15T23:28:44.230Z] Running: 0 [2021-06-15T23:28:44.230Z] Paused: 0 [2021-06-15T23:28:44.230Z] Stopped: 0 [2021-06-15T23:28:44.230Z] Images: 1 [2021-06-15T23:28:44.230Z] Server Version: 20.10.6 [2021-06-15T23:28:44.230Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-15T23:28:44.230Z] Windows: [2021-06-15T23:28:44.230Z] LCOW: [2021-06-15T23:28:44.230Z] Logging Driver: json-file [2021-06-15T23:28:44.230Z] Plugins: [2021-06-15T23:28:44.230Z] Volume: local [2021-06-15T23:28:44.230Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-15T23:28:44.230Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-15T23:28:44.230Z] Swarm: inactive [2021-06-15T23:28:44.230Z] Default Isolation: process [2021-06-15T23:28:44.230Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-06-15T23:28:44.230Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879) [2021-06-15T23:28:44.230Z] OSType: windows [2021-06-15T23:28:44.230Z] Architecture: x86_64 [2021-06-15T23:28:44.230Z] CPUs: 4 [2021-06-15T23:28:44.230Z] Total Memory: 32GiB [2021-06-15T23:28:44.230Z] Name: azwin-2-d8feb0 [2021-06-15T23:28:44.230Z] ID: RLME:2MWS:TYGR:XP2V:HYXJ:JAQI:V4NR:BCD6:RTRS:BBVD:TZQ6:Q2X3 [2021-06-15T23:28:44.230Z] Docker Root Dir: D:\docker [2021-06-15T23:28:44.230Z] Debug Mode: false [2021-06-15T23:28:44.230Z] Registry: https://index.docker.io/v1/ [2021-06-15T23:28:44.230Z] Labels: [2021-06-15T23:28:44.230Z] Experimental: true [2021-06-15T23:28:44.230Z] Insecure Registries: [2021-06-15T23:28:44.230Z] 10.0.0.4:5000 [2021-06-15T23:28:44.230Z] 127.0.0.0/8 [2021-06-15T23:28:44.230Z] Registry Mirrors: [2021-06-15T23:28:44.230Z] http://10.0.0.4:5000/ [2021-06-15T23:28:44.230Z] Live Restore Enabled: false [2021-06-15T23:28:44.230Z] Product License: Community Engine [2021-06-15T23:28:44.230Z] [2021-06-15T23:28:44.230Z] [2021-06-15T23:28:44.230Z] INFO: Commit hash is 3eb1257698 [2021-06-15T23:28:44.230Z] INFO: Nuke-Everything... [2021-06-15T23:28:44.230Z] INFO: Container count on control daemon to delete is 0 [2021-06-15T23:28:44.230Z] INFO: Nuking d:\CI [2021-06-15T23:28:44.230Z] INFO: Zapped successfully [2021-06-15T23:28:44.230Z] INFO: Location for testing is d:\CI\PR-42473\17 [2021-06-15T23:28:44.230Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-06-15T23:28:44.230Z] [2021-06-15T23:28:44.230Z] [2021-06-15T23:28:44.230Z] INFO: Building the image from Dockerfile.windows at 06/15/2021 23:28:42... [2021-06-15T23:28:44.230Z] [2021-06-15T23:28:44.578Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-06-15T23:28:44.578Z] === RUN TestBuildUncleanTarFilenames [2021-06-15T23:28:44.838Z] --- PASS: TestBuildUncleanTarFilenames (0.74s) [2021-06-15T23:28:44.838Z] === RUN TestBuildMultiStageLayerLeak [2021-06-15T23:28:46.620Z] --- PASS: TestBuildMultiStageOnBuild (2.39s) [2021-06-15T23:28:46.620Z] === RUN TestBuildUncleanTarFilenames [2021-06-15T23:28:47.182Z] --- PASS: TestBuildUncleanTarFilenames (0.70s) [2021-06-15T23:28:47.182Z] === RUN TestBuildMultiStageLayerLeak [2021-06-15T23:28:48.949Z] Sending build context to Docker daemon 61.04MB [2021-06-15T23:28:48.949Z] [2021-06-15T23:28:48.949Z] Step 1/10 : FROM microsoft/windowsservercore [2021-06-15T23:28:48.949Z] ---> 5b60ac4e9e92 [2021-06-15T23:28:48.949Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-06-15T23:28:48.949Z] ---> Running in a1ed12c34bda [2021-06-15T23:28:48.949Z] Removing intermediate container a1ed12c34bda [2021-06-15T23:28:48.949Z] ---> b771e89dc68d [2021-06-15T23:28:48.949Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-06-15T23:28:48.949Z] ---> Running in ce6fc8e7ff3e [2021-06-15T23:28:49.038Z] --- PASS: TestBuildMultiStageLayerLeak (4.26s) [2021-06-15T23:28:49.038Z] === RUN TestBuildWithHugeFile [2021-06-15T23:28:49.412Z] Removing intermediate container ce6fc8e7ff3e [2021-06-15T23:28:49.412Z] ---> 4e6c9acb8cca [2021-06-15T23:28:49.412Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-06-15T23:28:49.412Z] ---> Running in b78aadc7c95d [2021-06-15T23:28:49.696Z] --- PASS: TestBuildMultiStageLayerLeak (2.31s) [2021-06-15T23:28:49.696Z] === RUN TestBuildWithHugeFile [2021-06-15T23:28:49.875Z] Removing intermediate container b78aadc7c95d [2021-06-15T23:28:49.875Z] ---> 4d3ee687eca7 [2021-06-15T23:28:49.875Z] 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-06-15T23:28:49.875Z] ---> Running in 553cec426411 [2021-06-15T23:28:50.338Z] Removing intermediate container 553cec426411 [2021-06-15T23:28:50.338Z] ---> bab782aeac02 [2021-06-15T23:28:50.338Z] 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-06-15T23:28:50.338Z] ---> Running in 03af7ad78f98 [2021-06-15T23:28:56.170Z] [2021-06-15T23:28:56.171Z] SUCCESS: Specified value was saved. [2021-06-15T23:28:57.147Z] INFO: Downloading git... [2021-06-15T23:28:59.343Z] INFO: Downloading go... [2021-06-15T23:29:00.901Z] INFO: Downloading compiler 1 of 3... [2021-06-15T23:29:00.901Z] INFO: Downloading compiler 2 of 3... [2021-06-15T23:29:01.365Z] INFO: Downloading compiler 3 of 3... [2021-06-15T23:29:01.365Z] INFO: Extracting git... [2021-06-15T23:29:08.729Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-15T23:29:08.729Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-15T23:29:08.729Z] GOOS="" GOARCH="" GOARM="" [2021-06-15T23:29:08.729Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-15T23:29:08.729Z] [2021-06-15T23:29:08.729Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-06-15T23:29:08.729Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-06-15T23:29:08.729Z] Using test binary docker [2021-06-15T23:29:08.729Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-15T23:29:08.729Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-15T23:29:08.729Z] INFO: Waiting for daemon to start... [2021-06-15T23:29:08.729Z] Starting dockerd [2021-06-15T23:29:08.729Z] . [2021-06-15T23:29:08.729Z] INFO: Building docker-sdk-python3:5.0.0... [2021-06-15T23:29:14.763Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-15T23:29:16.232Z] INFO: Expanding go... [2021-06-15T23:29:34.554Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-06-15T23:29:34.554Z] [2021-06-15T23:29:34.554Z] ________ ____ __. [2021-06-15T23:29:34.554Z] \_____ \ | |/ _| [2021-06-15T23:29:34.554Z] / | \| < [2021-06-15T23:29:34.554Z] / | \ | \ [2021-06-15T23:29:34.554Z] \_______ /____|__ \ [2021-06-15T23:29:34.554Z] \/ \/ [2021-06-15T23:29:34.554Z] [2021-06-15T23:29:34.554Z] INFO: make.ps1 ended at 06/15/2021 23:29:23 [2021-06-15T23:29:34.554Z] INFO: Binaries build ended at 06/15/2021 23:29:25. Duration:00:01:22.3599587 [2021-06-15T23:29:34.554Z] INFO: Copying the built daemon binary to d:\CI\PR-42473\17\binary\dockerd-3eb1257698.exe... [2021-06-15T23:29:34.554Z] INFO: Copying the built client binary to d:\CI\PR-42473\17\binary\docker-3eb1257698.exe... [2021-06-15T23:29:34.554Z] INFO: Copying dockerversion from the container... [2021-06-15T23:29:34.554Z] INFO: Copying the golang package from the container to d:\CI\PR-42473\17\installer\go.zip... [2021-06-15T23:29:34.554Z] INFO: Extracting go.zip to d:\CI\PR-42473\17\go [2021-06-15T23:29:37.398Z] INFO: Expanding compiler 1 of 3... [2021-06-15T23:29:37.398Z] INFO: Expanding compiler 2 of 3... [2021-06-15T23:29:42.117Z] INFO: Expanding compiler 3 of 3... [2021-06-15T23:29:42.580Z] INFO: Removing downloaded files... [2021-06-15T23:29:42.580Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-06-15T23:29:42.580Z] INFO: Configuring git core.autocrlf... [2021-06-15T23:29:45.307Z] --- PASS: TestBuildWithHugeFile (53.47s) [2021-06-15T23:29:45.307Z] === RUN TestBuildWCOWSandboxSize [2021-06-15T23:29:45.307Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-06-15T23:29:45.307Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-15T23:29:45.307Z] === RUN TestBuildWithEmptyDockerfile [2021-06-15T23:29:45.307Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-15T23:29:45.307Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-15T23:29:45.307Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-15T23:29:45.307Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-15T23:29:45.307Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-15T23:29:45.307Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-15T23:29:45.307Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-15T23:29:45.307Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-15T23:29:45.307Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-15T23:29:45.307Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s) [2021-06-15T23:29:45.307Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2021-06-15T23:29:45.307Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2021-06-15T23:29:45.307Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s) [2021-06-15T23:29:45.307Z] === RUN TestBuildPreserveOwnership [2021-06-15T23:29:45.307Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-15T23:29:45.875Z] --- PASS: TestBuildWithHugeFile (54.77s) [2021-06-15T23:29:45.875Z] === RUN TestBuildWCOWSandboxSize [2021-06-15T23:29:45.875Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-06-15T23:29:45.875Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-15T23:29:45.875Z] === RUN TestBuildWithEmptyDockerfile [2021-06-15T23:29:45.875Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-15T23:29:45.875Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-15T23:29:45.875Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-15T23:29:45.875Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-15T23:29:45.875Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-15T23:29:45.875Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-15T23:29:45.875Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-15T23:29:45.875Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-15T23:29:45.875Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-15T23:29:45.875Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s) [2021-06-15T23:29:45.875Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2021-06-15T23:29:45.875Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2021-06-15T23:29:45.875Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-06-15T23:29:45.875Z] === RUN TestBuildPreserveOwnership [2021-06-15T23:29:45.875Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-15T23:29:47.436Z] sha256:4fe43c698f351326f67f826119f3148b38e5547f91c6a240bb1668e423311635 [2021-06-15T23:29:47.436Z] INFO: Starting docker-py tests... [2021-06-15T23:29:47.436Z] ============================= test session starts ============================== [2021-06-15T23:29:47.436Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-06-15T23:29:47.436Z] rootdir: /src, inifile: pytest.ini [2021-06-15T23:29:47.436Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-06-15T23:29:47.436Z] collected 390 items / 1 deselected / 389 selected [2021-06-15T23:29:47.436Z] [2021-06-15T23:29:48.390Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-15T23:29:49.318Z] --- PASS: TestBuildPreserveOwnership (4.85s) [2021-06-15T23:29:49.318Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.30s) [2021-06-15T23:29:49.318Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.54s) [2021-06-15T23:29:49.318Z] === RUN TestBuildPlatformInvalid [2021-06-15T23:29:49.504Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-15T23:29:49.574Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-06-15T23:29:49.574Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-15T23:29:52.269Z] INFO: Extraction ended at 06/15/2021 23:29:49. Duration:00:00:21.6864380 [2021-06-15T23:29:52.269Z] INFO: Updating the golang and path environment variables [2021-06-15T23:29:52.269Z] INFO: GOPATH=d:\gopath [2021-06-15T23:29:52.269Z] INFO: go version go1.13.15 windows/amd64 [2021-06-15T23:29:52.269Z] INFO: Running the daemon under test in debug mode [2021-06-15T23:29:52.269Z] INFO: Starting a daemon under test... [2021-06-15T23:29:52.269Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42473\17\daemon --pidfile d:\CI\PR-42473\17\docker.pid -D [2021-06-15T23:29:52.269Z] INFO: Process started successfully. [2021-06-15T23:29:52.269Z] INFO: Start tailing logs of the daemon under tests [2021-06-15T23:29:52.269Z] INFO: Waiting for the daemon under test to start... [2021-06-15T23:29:53.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-15T23:29:53.702Z] --- PASS: TestBuildPreserveOwnership (10.15s) [2021-06-15T23:29:53.702Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.14s) [2021-06-15T23:29:53.702Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-06-15T23:29:53.702Z] === RUN TestBuildPlatformInvalid [2021-06-15T23:29:53.702Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-06-15T23:29:53.702Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-15T23:29:53.703Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-06-15T23:29:53.703Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-06-15T23:29:53.703Z] PASS [2021-06-15T23:29:53.703Z] [2021-06-15T23:29:53.703Z] === Skipped [2021-06-15T23:29:53.703Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-15T23:29:53.703Z] build_session_test.go:25: TODO: BuildKit [2021-06-15T23:29:53.703Z] [2021-06-15T23:29:53.703Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-06-15T23:29:53.703Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-15T23:29:53.703Z] [2021-06-15T23:29:53.703Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-06-15T23:29:53.703Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-06-15T23:29:53.703Z] [2021-06-15T23:29:53.703Z] [2021-06-15T23:29:53.703Z] DONE 34 tests, 3 skipped in 141.016s [2021-06-15T23:29:53.703Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-15T23:29:53.703Z] INFO: Testing against a local daemon [2021-06-15T23:29:53.703Z] === RUN TestConfigInspect [2021-06-15T23:29:53.703Z] --- SKIP: TestConfigInspect (0.02s) [2021-06-15T23:29:53.703Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:29:53.703Z] === RUN TestConfigList [2021-06-15T23:29:53.703Z] --- SKIP: TestConfigList (0.01s) [2021-06-15T23:29:53.703Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:29:53.703Z] === RUN TestConfigsCreateAndDelete [2021-06-15T23:29:53.703Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-06-15T23:29:53.703Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:29:53.703Z] === RUN TestConfigsUpdate [2021-06-15T23:29:53.703Z] --- SKIP: TestConfigsUpdate (0.02s) [2021-06-15T23:29:53.703Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:29:53.703Z] === RUN TestTemplatedConfig [2021-06-15T23:29:53.703Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-06-15T23:29:53.703Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:29:53.703Z] === RUN TestConfigCreateResolve [2021-06-15T23:29:53.703Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-06-15T23:29:53.703Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:29:53.703Z] === RUN TestConfigDaemonLibtrustID [2021-06-15T23:29:55.084Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2021-06-15T23:29:55.084Z] PASS [2021-06-15T23:29:55.084Z] [2021-06-15T23:29:55.084Z] === Skipped [2021-06-15T23:29:55.084Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-06-15T23:29:55.084Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:29:55.084Z] [2021-06-15T23:29:55.084Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-06-15T23:29:55.084Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:29:55.084Z] [2021-06-15T23:29:55.084Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-06-15T23:29:55.084Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:29:55.084Z] [2021-06-15T23:29:55.084Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2021-06-15T23:29:55.084Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:29:55.084Z] [2021-06-15T23:29:55.084Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-06-15T23:29:55.084Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:29:55.084Z] [2021-06-15T23:29:55.084Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-06-15T23:29:55.084Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:29:55.084Z] [2021-06-15T23:29:55.084Z] [2021-06-15T23:29:55.084Z] DONE 7 tests, 6 skipped in 1.734s [2021-06-15T23:29:55.084Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-15T23:29:55.341Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-15T23:29:55.344Z] INFO: Testing against a local daemon [2021-06-15T23:29:55.344Z] === RUN TestCheckpoint [2021-06-15T23:29:55.344Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-15T23:29:55.344Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-15T23:29:55.344Z] === RUN TestContainerInvalidJSON [2021-06-15T23:29:55.344Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-15T23:29:55.344Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-15T23:29:55.344Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-15T23:29:55.344Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-15T23:29:55.344Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-15T23:29:55.344Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-15T23:29:55.344Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-15T23:29:55.344Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-15T23:29:55.344Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-15T23:29:55.344Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-06-15T23:29:55.344Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-15T23:29:55.344Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-15T23:29:55.344Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-15T23:29:55.344Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-15T23:29:55.344Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-06-15T23:29:55.344Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-15T23:29:55.344Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-06-15T23:29:55.344Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-15T23:29:55.344Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-06-15T23:29:55.344Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-15T23:29:55.344Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-06-15T23:29:55.344Z] === RUN TestCopyFromContainer [2021-06-15T23:29:58.607Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-15T23:29:59.545Z] === RUN TestCopyFromContainer// [2021-06-15T23:29:59.545Z] === RUN TestCopyFromContainer//bar/root [2021-06-15T23:29:59.545Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-15T23:29:59.545Z] === RUN TestCopyFromContainer/bar/quux [2021-06-15T23:29:59.545Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-15T23:29:59.545Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-15T23:29:59.545Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-15T23:29:59.545Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-15T23:29:59.806Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-15T23:29:59.806Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-15T23:29:59.806Z] --- PASS: TestCopyFromContainer (4.39s) [2021-06-15T23:29:59.806Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-06-15T23:29:59.806Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-06-15T23:29:59.806Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-06-15T23:29:59.806Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-06-15T23:29:59.806Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-06-15T23:29:59.806Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-06-15T23:29:59.806Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-06-15T23:29:59.806Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-06-15T23:29:59.806Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-06-15T23:29:59.806Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-06-15T23:29:59.806Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-15T23:29:59.806Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-15T23:29:59.806Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-15T23:29:59.806Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-15T23:29:59.806Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-15T23:29:59.806Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-15T23:29:59.806Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-15T23:29:59.806Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-15T23:29:59.806Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-15T23:29:59.806Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-15T23:29:59.806Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-06-15T23:29:59.806Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-15T23:29:59.806Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-15T23:29:59.806Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-15T23:29:59.806Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-15T23:29:59.806Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-06-15T23:29:59.806Z] === RUN TestCreateWithInvalidEnv [2021-06-15T23:29:59.806Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-15T23:29:59.806Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-15T23:29:59.806Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-15T23:29:59.806Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-15T23:29:59.806Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-15T23:29:59.806Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-15T23:29:59.806Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-15T23:29:59.806Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-15T23:29:59.806Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-15T23:29:59.806Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-06-15T23:29:59.806Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-15T23:29:59.806Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-15T23:29:59.806Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-15T23:29:59.806Z] === RUN TestCreateTmpfsMountsTarget [2021-06-15T23:30:00.066Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-06-15T23:30:00.066Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-15T23:30:01.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-15T23:30:01.980Z] --- PASS: TestCreateWithCustomMaskedPaths (2.04s) [2021-06-15T23:30:01.980Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-15T23:30:02.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-15T23:30:04.429Z] Loaded image: buildpack-deps:buster [2021-06-15T23:30:04.429Z] Loaded image: busybox:latest [2021-06-15T23:30:04.429Z] Loaded image: busybox:glibc [2021-06-15T23:30:04.523Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.07s) [2021-06-15T23:30:04.523Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-15T23:30:04.523Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-15T23:30:04.523Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-15T23:30:04.523Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-15T23:30:04.523Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-15T23:30:04.523Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-15T23:30:04.523Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-15T23:30:04.523Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-15T23:30:04.523Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-15T23:30:04.523Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-15T23:30:04.523Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-15T23:30:04.523Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-15T23:30:04.523Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-15T23:30:04.523Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-15T23:30:04.523Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-15T23:30:04.523Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-15T23:30:04.523Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-06-15T23:30:04.523Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-15T23:30:04.523Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-15T23:30:04.523Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-15T23:30:04.523Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-15T23:30:04.523Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-15T23:30:04.523Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-15T23:30:04.783Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.66s) [2021-06-15T23:30:04.783Z] === RUN TestCreateDifferentPlatform [2021-06-15T23:30:04.783Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-15T23:30:04.783Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-15T23:30:04.783Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-06-15T23:30:04.783Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-15T23:30:04.783Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-15T23:30:04.783Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-15T23:30:04.783Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-06-15T23:30:04.783Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-15T23:30:04.783Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-06-15T23:30:04.783Z] === RUN TestContainerStartOnDaemonRestart [2021-06-15T23:30:04.783Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-06-15T23:30:04.783Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-06-15T23:30:04.783Z] === RUN TestDaemonRestartIpcMode [2021-06-15T23:30:04.783Z] === PAUSE TestDaemonRestartIpcMode [2021-06-15T23:30:04.783Z] === RUN TestDaemonHostGatewayIP [2021-06-15T23:30:04.783Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-06-15T23:30:04.783Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:30:04.783Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-15T23:30:04.783Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-15T23:30:04.783Z] === RUN TestContainerKillOnDaemonStart [2021-06-15T23:30:04.783Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-06-15T23:30:04.783Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-06-15T23:30:04.783Z] === RUN TestDiff [2021-06-15T23:30:05.724Z] --- PASS: TestDiff (0.67s) [2021-06-15T23:30:05.724Z] === RUN TestExecWithCloseStdin [2021-06-15T23:30:05.795Z] Loaded image: debian:bullseye [2021-06-15T23:30:05.795Z] Loaded image: hello-world:latest [2021-06-15T23:30:05.795Z] Loaded image: arm32v7/hello-world:latest [2021-06-15T23:30:06.664Z] --- PASS: TestExecWithCloseStdin (0.99s) [2021-06-15T23:30:06.664Z] === RUN TestExec [2021-06-15T23:30:07.604Z] --- PASS: TestExec (0.96s) [2021-06-15T23:30:07.604Z] === RUN TestExecUser [2021-06-15T23:30:08.063Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-15T23:30:08.544Z] --- PASS: TestExecUser (0.96s) [2021-06-15T23:30:08.544Z] === RUN TestExportContainerAndImportImage [2021-06-15T23:30:09.238Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-06-15T23:30:09.484Z] --- PASS: TestExportContainerAndImportImage (0.88s) [2021-06-15T23:30:09.485Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-15T23:30:09.804Z] tests/integration/api_client_test.py ..... [ 7%] [2021-06-15T23:30:09.979Z] ...INFO: Daemon under test started and replied! [2021-06-15T23:30:09.979Z] INFO: Docker version of the daemon under test [2021-06-15T23:30:09.979Z] [2021-06-15T23:30:09.979Z] Client: [2021-06-15T23:30:09.979Z] Version: 17.06.2-ce [2021-06-15T23:30:09.979Z] API version: 1.30 [2021-06-15T23:30:09.979Z] Go version: go1.8.3 [2021-06-15T23:30:09.979Z] Git commit: cec0b72 [2021-06-15T23:30:09.979Z] Built: Tue Sep 5 19:57:19 2017 [2021-06-15T23:30:09.979Z] OS/Arch: windows/amd64 [2021-06-15T23:30:09.979Z] [2021-06-15T23:30:09.979Z] Server: [2021-06-15T23:30:09.979Z] Version: 0.0.0-dev [2021-06-15T23:30:09.979Z] API version: 1.41 (minimum version 1.24) [2021-06-15T23:30:09.979Z] Go version: go1.13.15 [2021-06-15T23:30:09.979Z] Git commit: 3eb1257698 [2021-06-15T23:30:09.979Z] Built: 06/15/2021 23:28:07 [2021-06-15T23:30:09.979Z] OS/Arch: windows/amd64 [2021-06-15T23:30:09.979Z] Experimental: false [2021-06-15T23:30:09.979Z] [2021-06-15T23:30:09.979Z] INFO: Docker info of the daemon under test [2021-06-15T23:30:09.979Z] [2021-06-15T23:30:09.979Z] Containers: 0 [2021-06-15T23:30:09.979Z] Running: 0 [2021-06-15T23:30:09.979Z] Paused: 0 [2021-06-15T23:30:09.979Z] Stopped: 0 [2021-06-15T23:30:09.979Z] Images: 0 [2021-06-15T23:30:09.979Z] Server Version: 0.0.0-dev [2021-06-15T23:30:09.979Z] Storage Driver: windowsfilter [2021-06-15T23:30:09.979Z] Windows: [2021-06-15T23:30:09.979Z] Logging Driver: json-file [2021-06-15T23:30:09.979Z] Plugins: [2021-06-15T23:30:09.979Z] Volume: local [2021-06-15T23:30:09.979Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-15T23:30:09.979Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-15T23:30:09.979Z] Swarm: inactive [2021-06-15T23:30:09.979Z] Default Isolation: process [2021-06-15T23:30:09.979Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-15T23:30:09.979Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-15T23:30:09.979Z] OSType: windows [2021-06-15T23:30:09.979Z] Architecture: x86_64 [2021-06-15T23:30:09.979Z] CPUs: 4 [2021-06-15T23:30:09.979Z] Total Memory: 32GiB [2021-06-15T23:30:09.979Z] Name: azwin-2-febbc0 [2021-06-15T23:30:09.979Z] ID: 7YVT:POS2:6YBQ:NTU4:P4M4:QS4K:QAKF:FOAL:VU6F:XPI5:VEQH:6CIO [2021-06-15T23:30:09.979Z] Docker Root Dir: D:\CI\PR-42473\17\daemon [2021-06-15T23:30:09.979Z] Debug Mode (client): false [2021-06-15T23:30:09.979Z] Debug Mode (server): true [2021-06-15T23:30:09.979Z] File Descriptors: -1 [2021-06-15T23:30:09.979Z] Goroutines: 16 [2021-06-15T23:30:09.980Z] System Time: 2021-06-15T23:30:09.3951029Z [2021-06-15T23:30:09.980Z] EventsListeners: 0 [2021-06-15T23:30:09.980Z] Registry: https://index.docker.io/v1/ [2021-06-15T23:30:09.980Z] Labels: [2021-06-15T23:30:09.980Z] Experimental: false [2021-06-15T23:30:09.980Z] Insecure Registries: [2021-06-15T23:30:09.980Z] 127.0.0.0/8 [2021-06-15T23:30:09.980Z] Live Restore Enabled: false [2021-06-15T23:30:09.980Z] [2021-06-15T23:30:09.980Z] [2021-06-15T23:30:09.980Z] INFO: Docker images of the daemon under test [2021-06-15T23:30:09.980Z] [2021-06-15T23:30:09.980Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-15T23:30:09.980Z] [2021-06-15T23:30:09.980Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore/insider [2021-06-15T23:30:09.980Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 from docker hub into daemon under test. This may take some time... [2021-06-15T23:30:09.980Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-06-15T23:30:09.980Z] 29d5b6a226d2: Pulling fs layer [2021-06-15T23:30:11.560Z] tests/integration/api_config_test.py ..... [ 8%] [2021-06-15T23:30:12.841Z] --- PASS: TestExportContainerAfterDaemonRestart (3.38s) [2021-06-15T23:30:12.841Z] === RUN TestHealthCheckWorkdir [2021-06-15T23:30:13.875Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.96s) [2021-06-15T23:30:13.875Z] PASS [2021-06-15T23:30:13.875Z] [2021-06-15T23:30:13.875Z] === Skipped [2021-06-15T23:30:13.875Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-15T23:30:13.875Z] build_session_test.go:25: TODO: BuildKit [2021-06-15T23:30:13.875Z] [2021-06-15T23:30:13.875Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-06-15T23:30:13.875Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-15T23:30:13.875Z] [2021-06-15T23:30:13.875Z] [2021-06-15T23:30:13.875Z] DONE 34 tests, 2 skipped in 128.297s [2021-06-15T23:30:13.875Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-15T23:30:13.875Z] INFO: Testing against a local daemon [2021-06-15T23:30:13.875Z] === RUN TestConfigInspect [2021-06-15T23:30:14.224Z] --- PASS: TestHealthCheckWorkdir (1.39s) [2021-06-15T23:30:14.224Z] === RUN TestHealthKillContainer [2021-06-15T23:30:16.389Z] --- PASS: TestConfigInspect (2.66s) [2021-06-15T23:30:16.389Z] === RUN TestConfigList [2021-06-15T23:30:17.517Z] --- PASS: TestHealthKillContainer (2.98s) [2021-06-15T23:30:17.517Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-15T23:30:17.777Z] --- PASS: TestInspectCpusetInConfigPre120 (0.70s) [2021-06-15T23:30:17.777Z] === RUN TestIpcModeNone [2021-06-15T23:30:18.004Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-15T23:30:18.717Z] --- PASS: TestIpcModeNone (0.95s) [2021-06-15T23:30:18.717Z] === RUN TestIpcModePrivate [2021-06-15T23:30:18.965Z] --- PASS: TestConfigList (2.43s) [2021-06-15T23:30:18.965Z] === RUN TestConfigsCreateAndDelete [2021-06-15T23:30:19.660Z] --- PASS: TestIpcModePrivate (0.94s) [2021-06-15T23:30:19.660Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-06-15T23:30:19.660Z] === RUN TestIpcModeShareable [2021-06-15T23:30:19.660Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-06-15T23:30:19.660Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-15T23:30:19.660Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-15T23:30:21.270Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-15T23:30:21.479Z] --- PASS: TestConfigsCreateAndDelete (2.34s) [2021-06-15T23:30:21.479Z] === RUN TestConfigsUpdate [2021-06-15T23:30:22.954Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.75s) [2021-06-15T23:30:22.954Z] === RUN TestAPIIpcModeHost [2021-06-15T23:30:22.954Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-06-15T23:30:22.954Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-15T23:30:22.954Z] === RUN TestDaemonIpcModeShareable [2021-06-15T23:30:22.954Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-06-15T23:30:22.954Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-15T23:30:22.954Z] === RUN TestDaemonIpcModePrivate [2021-06-15T23:30:23.366Z] --- PASS: TestConfigsUpdate (2.36s) [2021-06-15T23:30:23.366Z] === RUN TestTemplatedConfig [2021-06-15T23:30:25.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-15T23:30:25.493Z] --- PASS: TestDaemonIpcModePrivate (2.66s) [2021-06-15T23:30:25.493Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-06-15T23:30:25.493Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-15T23:30:25.493Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-06-15T23:30:25.493Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-15T23:30:25.493Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-15T23:30:25.493Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-06-15T23:30:25.493Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-15T23:30:25.493Z] === RUN TestIpcModeOlderClient [2021-06-15T23:30:25.493Z] === PAUSE TestIpcModeOlderClient [2021-06-15T23:30:25.493Z] === RUN TestKillContainerInvalidSignal [2021-06-15T23:30:25.754Z] --- PASS: TestKillContainerInvalidSignal (0.74s) [2021-06-15T23:30:25.754Z] === RUN TestKillContainer [2021-06-15T23:30:25.754Z] === RUN TestKillContainer/no_signal [2021-06-15T23:30:26.694Z] === RUN TestKillContainer/non_killing_signal [2021-06-15T23:30:26.955Z] === RUN TestKillContainer/killing_signal [2021-06-15T23:30:27.343Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-15T23:30:27.536Z] --- PASS: TestTemplatedConfig (3.44s) [2021-06-15T23:30:27.537Z] === RUN TestConfigCreateResolve [2021-06-15T23:30:27.900Z] --- PASS: TestKillContainer (2.08s) [2021-06-15T23:30:27.900Z] --- PASS: TestKillContainer/no_signal (0.69s) [2021-06-15T23:30:27.900Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2021-06-15T23:30:27.900Z] --- PASS: TestKillContainer/killing_signal (0.68s) [2021-06-15T23:30:27.900Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-15T23:30:27.900Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-15T23:30:28.470Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-15T23:30:29.410Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.36s) [2021-06-15T23:30:29.410Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.69s) [2021-06-15T23:30:29.410Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2021-06-15T23:30:29.410Z] === RUN TestKillStoppedContainer [2021-06-15T23:30:29.410Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-06-15T23:30:29.410Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-15T23:30:29.410Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-06-15T23:30:29.410Z] === RUN TestKillDifferentUserContainer [2021-06-15T23:30:29.423Z] --- PASS: TestConfigCreateResolve (2.30s) [2021-06-15T23:30:29.423Z] === RUN TestConfigDaemonLibtrustID [2021-06-15T23:30:29.680Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-06-15T23:30:29.680Z] PASS [2021-06-15T23:30:29.680Z] [2021-06-15T23:30:29.680Z] DONE 7 tests in 16.089s [2021-06-15T23:30:29.680Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-15T23:30:29.680Z] INFO: Testing against a local daemon [2021-06-15T23:30:29.680Z] === RUN TestCheckpoint [2021-06-15T23:30:29.680Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-15T23:30:29.680Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-15T23:30:29.680Z] === RUN TestContainerInvalidJSON [2021-06-15T23:30:29.680Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-15T23:30:29.680Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-15T23:30:29.680Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-15T23:30:29.680Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-15T23:30:29.680Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-15T23:30:29.680Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-15T23:30:29.680Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-15T23:30:29.680Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-15T23:30:29.680Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-15T23:30:29.680Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-06-15T23:30:29.680Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-15T23:30:29.680Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-15T23:30:29.680Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-15T23:30:29.680Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-15T23:30:29.680Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-06-15T23:30:29.680Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-15T23:30:29.936Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-06-15T23:30:29.936Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-15T23:30:29.936Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-06-15T23:30:29.936Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-15T23:30:29.936Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-06-15T23:30:29.936Z] === RUN TestCopyFromContainer [2021-06-15T23:30:29.981Z] --- PASS: TestKillDifferentUserContainer (0.66s) [2021-06-15T23:30:29.981Z] === RUN TestInspectOomKilledTrue [2021-06-15T23:30:29.981Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-15T23:30:29.981Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-15T23:30:29.981Z] === RUN TestInspectOomKilledFalse [2021-06-15T23:30:29.981Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-15T23:30:29.981Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-15T23:30:29.981Z] === RUN TestLinksEtcHostsContentMatch [2021-06-15T23:30:29.981Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-06-15T23:30:29.981Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-06-15T23:30:29.981Z] === RUN TestLinksContainerNames [2021-06-15T23:30:31.301Z] === RUN TestCopyFromContainer// [2021-06-15T23:30:31.365Z] --- PASS: TestLinksContainerNames (1.41s) [2021-06-15T23:30:31.365Z] === RUN TestLogsFollowTailEmpty [2021-06-15T23:30:31.517Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-15T23:30:31.558Z] === RUN TestCopyFromContainer//bar/root [2021-06-15T23:30:31.558Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-15T23:30:31.558Z] === RUN TestCopyFromContainer/bar/quux [2021-06-15T23:30:31.815Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-15T23:30:31.815Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-15T23:30:31.815Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-15T23:30:31.815Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-15T23:30:32.071Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-15T23:30:32.071Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-15T23:30:32.071Z] --- PASS: TestCopyFromContainer (2.18s) [2021-06-15T23:30:32.071Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-06-15T23:30:32.071Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2021-06-15T23:30:32.071Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2021-06-15T23:30:32.071Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-06-15T23:30:32.071Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-06-15T23:30:32.071Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2021-06-15T23:30:32.071Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-06-15T23:30:32.071Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-06-15T23:30:32.071Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-06-15T23:30:32.071Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-06-15T23:30:32.071Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-15T23:30:32.071Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-15T23:30:32.071Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-15T23:30:32.071Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-15T23:30:32.071Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-15T23:30:32.071Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-15T23:30:32.071Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-15T23:30:32.071Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-15T23:30:32.071Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-15T23:30:32.071Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-15T23:30:32.071Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-06-15T23:30:32.071Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-15T23:30:32.071Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-15T23:30:32.071Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-15T23:30:32.071Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-15T23:30:32.071Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-06-15T23:30:32.071Z] === RUN TestCreateWithInvalidEnv [2021-06-15T23:30:32.071Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-15T23:30:32.071Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-15T23:30:32.071Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-15T23:30:32.071Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-15T23:30:32.071Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-15T23:30:32.071Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-15T23:30:32.306Z] --- PASS: TestLogsFollowTailEmpty (0.66s) [2021-06-15T23:30:32.306Z] === RUN TestContainerNetworkMountsNoChown [2021-06-15T23:30:32.326Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-15T23:30:32.326Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-15T23:30:32.326Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-15T23:30:32.326Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-06-15T23:30:32.326Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-15T23:30:32.326Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-15T23:30:32.326Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-15T23:30:32.326Z] === RUN TestCreateTmpfsMountsTarget [2021-06-15T23:30:32.326Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-06-15T23:30:32.326Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-15T23:30:32.877Z] --- PASS: TestContainerNetworkMountsNoChown (0.64s) [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/default [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/default [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/private [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/private [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/rprivate [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/slave [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/slave [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/rslave [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/shared [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/shared [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/rshared [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/default [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/rshared [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/shared [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/rslave [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/slave [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/rprivate [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/private [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-15T23:30:32.877Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-15T23:30:32.877Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-15T23:30:32.877Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-15T23:30:33.137Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-15T23:30:33.137Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-15T23:30:33.137Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-15T23:30:33.137Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-15T23:30:33.137Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-15T23:30:33.137Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-15T23:30:33.137Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-15T23:30:33.137Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-15T23:30:33.137Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-15T23:30:33.137Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-15T23:30:33.137Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-15T23:30:33.137Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-06-15T23:30:33.137Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-06-15T23:30:33.137Z] === RUN TestContainerBindMountNonRecursive [2021-06-15T23:30:33.137Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2021-06-15T23:30:33.137Z] 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-06-15T23:30:33.137Z] === RUN TestContainerVolumesMountedAsShared [2021-06-15T23:30:33.137Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-06-15T23:30:33.137Z] 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-06-15T23:30:33.137Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-15T23:30:33.137Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-06-15T23:30:33.137Z] 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-06-15T23:30:33.137Z] === RUN TestNetworkNat [2021-06-15T23:30:34.076Z] --- PASS: TestNetworkNat (0.80s) [2021-06-15T23:30:34.076Z] === RUN TestNetworkLocalhostTCPNat [2021-06-15T23:30:34.647Z] --- PASS: TestNetworkLocalhostTCPNat (0.70s) [2021-06-15T23:30:34.647Z] === RUN TestNetworkLoopbackNat [2021-06-15T23:30:34.796Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-15T23:30:34.841Z] --- PASS: TestCreateWithCustomMaskedPaths (2.51s) [2021-06-15T23:30:34.841Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-15T23:30:37.358Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.45s) [2021-06-15T23:30:37.358Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-15T23:30:37.358Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-15T23:30:37.358Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-15T23:30:37.358Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-15T23:30:37.358Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-15T23:30:37.358Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-15T23:30:37.358Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-15T23:30:37.358Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-15T23:30:37.358Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-15T23:30:37.358Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-15T23:30:37.358Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-15T23:30:37.358Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-15T23:30:37.358Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-15T23:30:37.358Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-15T23:30:37.358Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-15T23:30:37.358Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-15T23:30:37.358Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-06-15T23:30:37.358Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-15T23:30:37.358Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-15T23:30:37.358Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-15T23:30:37.358Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-15T23:30:37.358Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-15T23:30:37.358Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-15T23:30:37.943Z] --- PASS: TestNetworkLoopbackNat (3.06s) [2021-06-15T23:30:37.943Z] === RUN TestPause [2021-06-15T23:30:37.943Z] --- SKIP: TestPause (0.01s) [2021-06-15T23:30:37.943Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-15T23:30:37.943Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-15T23:30:37.943Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-15T23:30:37.943Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-15T23:30:37.943Z] === RUN TestPauseStopPausedContainer [2021-06-15T23:30:37.943Z] --- SKIP: TestPauseStopPausedContainer (0.04s) [2021-06-15T23:30:37.943Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-15T23:30:37.943Z] === RUN TestPidHost [2021-06-15T23:30:38.284Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.81s) [2021-06-15T23:30:38.284Z] === RUN TestCreateDifferentPlatform [2021-06-15T23:30:38.284Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-15T23:30:38.284Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-15T23:30:38.284Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-06-15T23:30:38.284Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-15T23:30:38.284Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-15T23:30:38.284Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-15T23:30:38.284Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-06-15T23:30:38.284Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-15T23:30:38.284Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s) [2021-06-15T23:30:38.284Z] === RUN TestContainerStartOnDaemonRestart [2021-06-15T23:30:38.284Z] === PAUSE TestContainerStartOnDaemonRestart [2021-06-15T23:30:38.284Z] === RUN TestDaemonRestartIpcMode [2021-06-15T23:30:38.284Z] === PAUSE TestDaemonRestartIpcMode [2021-06-15T23:30:38.284Z] === RUN TestDaemonHostGatewayIP [2021-06-15T23:30:38.284Z] === PAUSE TestDaemonHostGatewayIP [2021-06-15T23:30:38.284Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-15T23:30:38.284Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-15T23:30:38.284Z] === RUN TestContainerKillOnDaemonStart [2021-06-15T23:30:38.284Z] === PAUSE TestContainerKillOnDaemonStart [2021-06-15T23:30:38.284Z] === RUN TestDiff [2021-06-15T23:30:39.210Z] --- PASS: TestDiff (0.87s) [2021-06-15T23:30:39.210Z] === RUN TestExecWithCloseStdin [2021-06-15T23:30:39.855Z] --- PASS: TestPidHost (1.99s) [2021-06-15T23:30:39.855Z] === RUN TestPsFilter [2021-06-15T23:30:39.855Z] --- PASS: TestPsFilter (0.10s) [2021-06-15T23:30:39.855Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-15T23:30:40.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-15T23:30:40.137Z] --- PASS: TestExecWithCloseStdin (1.11s) [2021-06-15T23:30:40.137Z] === RUN TestExec [2021-06-15T23:30:40.795Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.66s) [2021-06-15T23:30:40.795Z] === RUN TestRemoveContainerWithVolume [2021-06-15T23:30:41.365Z] --- PASS: TestRemoveContainerWithVolume (0.69s) [2021-06-15T23:30:41.365Z] === RUN TestRemoveContainerRunning [2021-06-15T23:30:41.501Z] --- PASS: TestExec (1.12s) [2021-06-15T23:30:41.501Z] === RUN TestExecUser [2021-06-15T23:30:41.935Z] --- PASS: TestRemoveContainerRunning (0.68s) [2021-06-15T23:30:41.935Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-15T23:30:42.427Z] --- PASS: TestExecUser (1.18s) [2021-06-15T23:30:42.427Z] === RUN TestExportContainerAndImportImage [2021-06-15T23:30:42.505Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.67s) [2021-06-15T23:30:42.505Z] === RUN TestRemoveInvalidContainer [2021-06-15T23:30:42.505Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-06-15T23:30:42.505Z] === RUN TestRenameLinkedContainer [2021-06-15T23:30:42.562Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-15T23:30:43.790Z] --- PASS: TestExportContainerAndImportImage (1.05s) [2021-06-15T23:30:43.790Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-15T23:30:45.155Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s) [2021-06-15T23:30:45.155Z] === RUN TestHealthCheckWorkdir [2021-06-15T23:30:45.803Z] --- PASS: TestRenameLinkedContainer (2.72s) [2021-06-15T23:30:45.804Z] === RUN TestRenameStoppedContainer [2021-06-15T23:30:45.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-15T23:30:46.064Z] --- PASS: TestRenameStoppedContainer (0.66s) [2021-06-15T23:30:46.064Z] === RUN TestRenameRunningContainerAndReuse [2021-06-15T23:30:46.521Z] --- PASS: TestHealthCheckWorkdir (1.64s) [2021-06-15T23:30:46.521Z] === RUN TestHealthKillContainer [2021-06-15T23:30:47.446Z] --- PASS: TestRenameRunningContainerAndReuse (1.38s) [2021-06-15T23:30:47.446Z] === RUN TestRenameInvalidName [2021-06-15T23:30:48.017Z] --- PASS: TestRenameInvalidName (0.67s) [2021-06-15T23:30:48.017Z] === RUN TestRenameAnonymousContainer [2021-06-15T23:30:48.991Z] tests/integration/api_container_test.py ....x...........x............... [ 16%] [2021-06-15T23:30:49.784Z] --- PASS: TestHealthKillContainer (3.16s) [2021-06-15T23:30:49.784Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-15T23:30:49.991Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-15T23:30:49.991Z] Using test binary docker [2021-06-15T23:30:49.991Z] +++ /etc/init.d/apparmor start [2021-06-15T23:30:49.991Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-15T23:30:49.991Z] INFO: Waiting for daemon to start... [2021-06-15T23:30:49.991Z] Starting dockerd [2021-06-15T23:30:49.991Z] +++ 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-06-15T23:30:50.557Z] --- PASS: TestRenameAnonymousContainer (2.34s) [2021-06-15T23:30:50.557Z] === RUN TestRenameContainerWithSameName [2021-06-15T23:30:50.710Z] --- PASS: TestInspectCpusetInConfigPre120 (0.83s) [2021-06-15T23:30:50.710Z] === RUN TestIpcModeNone [2021-06-15T23:30:51.128Z] --- PASS: TestRenameContainerWithSameName (0.69s) [2021-06-15T23:30:51.128Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-15T23:30:51.637Z] --- PASS: TestIpcModeNone (1.11s) [2021-06-15T23:30:51.637Z] === RUN TestIpcModePrivate [2021-06-15T23:30:51.878Z] . [2021-06-15T23:30:51.878Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-15T23:30:52.134Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-15T23:30:52.134Z] Error: No such image: emptyfs [2021-06-15T23:30:52.134Z] ++++ docker load [2021-06-15T23:30:52.134Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-15T23:30:52.509Z] --- PASS: TestRenameContainerWithLinkedContainer (1.37s) [2021-06-15T23:30:52.509Z] === RUN TestResize [2021-06-15T23:30:52.696Z] Running integration-test (iteration 1) [2021-06-15T23:30:52.696Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-15T23:30:52.696Z] ++ 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-06-15T23:30:52.696Z] ++ set -e [2021-06-15T23:30:52.696Z] ++ '[' -n 0 ']' [2021-06-15T23:30:52.696Z] ++ set -x [2021-06-15T23:30:52.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-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-06-15T23:30:53.002Z] --- PASS: TestIpcModePrivate (1.15s) [2021-06-15T23:30:53.002Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-06-15T23:30:53.002Z] === RUN TestIpcModeShareable [2021-06-15T23:30:53.078Z] --- PASS: TestResize (0.70s) [2021-06-15T23:30:53.079Z] === RUN TestResizeWithInvalidSize [2021-06-15T23:30:53.928Z] --- PASS: TestIpcModeShareable (1.16s) [2021-06-15T23:30:53.928Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-06-15T23:30:53.928Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-15T23:30:54.019Z] --- PASS: TestResizeWithInvalidSize (0.69s) [2021-06-15T23:30:54.019Z] === RUN TestResizeWhenContainerNotStarted [2021-06-15T23:30:54.589Z] --- PASS: TestResizeWhenContainerNotStarted (0.67s) [2021-06-15T23:30:54.589Z] === RUN TestDaemonRestartKillContainers [2021-06-15T23:30:54.589Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-06-15T23:30:54.589Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-06-15T23:30:54.589Z] === RUN TestCgroupNamespacesRun [2021-06-15T23:30:54.773Z] Removing intermediate container 03af7ad78f98 [2021-06-15T23:30:54.773Z] ---> dd830d46ce63 [2021-06-15T23:30:54.773Z] 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-06-15T23:30:54.773Z] ---> Running in 2d7a9d282dfa [2021-06-15T23:30:56.970Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-06-15T23:30:57.130Z] --- PASS: TestCgroupNamespacesRun (2.65s) [2021-06-15T23:30:57.130Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-15T23:30:57.196Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.11s) [2021-06-15T23:30:57.196Z] === RUN TestAPIIpcModeHost [2021-06-15T23:30:57.434Z] go: finding gotest.tools v0.5.3 [2021-06-15T23:30:57.434Z] go: finding gotest.tools/gotestsum v0.5.3 [2021-06-15T23:30:57.434Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-15T23:30:57.434Z] go: extracting gotest.tools/gotestsum v0.5.3 [2021-06-15T23:30:57.902Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-06-15T23:30:57.902Z] go: downloading github.com/pkg/errors v0.9.1 [2021-06-15T23:30:57.902Z] go: downloading github.com/fatih/color v1.9.0 [2021-06-15T23:30:57.902Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:30:57.902Z] go: extracting github.com/pkg/errors v0.9.1 [2021-06-15T23:30:57.902Z] go: extracting github.com/fatih/color v1.9.0 [2021-06-15T23:30:57.902Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:30:57.902Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:30:57.902Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:30:57.902Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:30:57.902Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:30:57.902Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:30:57.902Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:30:57.902Z] go: extracting github.com/spf13/pflag v1.0.3 [2021-06-15T23:30:57.902Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:30:57.902Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:30:58.123Z] --- PASS: TestAPIIpcModeHost (1.13s) [2021-06-15T23:30:58.123Z] === RUN TestDaemonIpcModeShareable [2021-06-15T23:30:58.366Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:30:58.366Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:30:58.366Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:30:58.366Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:30:58.366Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:30:58.366Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:30:59.678Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.18s) [2021-06-15T23:30:59.678Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-15T23:30:59.916Z] go: finding github.com/fatih/color v1.9.0 [2021-06-15T23:30:59.916Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-15T23:30:59.916Z] go: finding github.com/pkg/errors v0.9.1 [2021-06-15T23:30:59.916Z] go: finding github.com/spf13/pflag v1.0.3 [2021-06-15T23:30:59.916Z] go: finding github.com/mattn/go-colorable v0.1.6 [2021-06-15T23:30:59.916Z] go: finding github.com/mattn/go-isatty v0.0.12 [2021-06-15T23:30:59.916Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-15T23:30:59.917Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-15T23:30:59.917Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2021-06-15T23:30:59.917Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-15T23:30:59.917Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-15T23:31:00.011Z] --- PASS: TestDaemonIpcModeShareable (1.78s) [2021-06-15T23:31:00.011Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-06-15T23:31:00.011Z] === RUN TestDaemonIpcModePrivate [2021-06-15T23:31:01.898Z] --- PASS: TestDaemonIpcModePrivate (1.78s) [2021-06-15T23:31:01.898Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-06-15T23:31:01.898Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-15T23:31:02.218Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.77s) [2021-06-15T23:31:02.218Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-15T23:31:03.682Z] INFO: Build done for gotestsum... [2021-06-15T23:31:03.787Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s) [2021-06-15T23:31:03.787Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-06-15T23:31:03.787Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-15T23:31:04.761Z] --- PASS: TestCgroupNamespacesRunHostMode (2.69s) [2021-06-15T23:31:04.761Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-15T23:31:05.153Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.75s) [2021-06-15T23:31:05.153Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-06-15T23:31:05.153Z] === RUN TestIpcModeOlderClient [2021-06-15T23:31:05.153Z] === PAUSE TestIpcModeOlderClient [2021-06-15T23:31:05.153Z] === RUN TestKillContainerInvalidSignal [2021-06-15T23:31:06.262Z] --- PASS: TestKillContainerInvalidSignal (0.82s) [2021-06-15T23:31:06.262Z] === RUN TestKillContainer [2021-06-15T23:31:06.262Z] === RUN TestKillContainer/no_signal [2021-06-15T23:31:06.827Z] === RUN TestKillContainer/non_killing_signal [2021-06-15T23:31:07.392Z] === RUN TestKillContainer/killing_signal [2021-06-15T23:31:08.058Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.69s) [2021-06-15T23:31:08.058Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-15T23:31:08.319Z] --- PASS: TestKillContainer (2.36s) [2021-06-15T23:31:08.320Z] --- PASS: TestKillContainer/no_signal (0.75s) [2021-06-15T23:31:08.320Z] --- PASS: TestKillContainer/non_killing_signal (0.61s) [2021-06-15T23:31:08.320Z] --- PASS: TestKillContainer/killing_signal (0.79s) [2021-06-15T23:31:08.320Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-15T23:31:08.320Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-15T23:31:09.246Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-15T23:31:09.809Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.48s) [2021-06-15T23:31:09.809Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.71s) [2021-06-15T23:31:09.809Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.59s) [2021-06-15T23:31:09.809Z] === RUN TestKillStoppedContainer [2021-06-15T23:31:09.809Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-06-15T23:31:09.809Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-15T23:31:09.967Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.17s) [2021-06-15T23:31:09.967Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-15T23:31:10.065Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-06-15T23:31:10.065Z] === RUN TestKillDifferentUserContainer [2021-06-15T23:31:10.540Z] ok github.com/docker/docker/libnetwork/networkdb 156.471s coverage: 60.5% of statements [2021-06-15T23:31:10.540Z] ok github.com/docker/docker/libnetwork/options 0.008s coverage: 100.0% of statements [2021-06-15T23:31:10.540Z] ok github.com/docker/docker/libnetwork/osl 4.435s coverage: 39.7% of statements [2021-06-15T23:31:10.540Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.009s coverage: 20.0% of statements [2021-06-15T23:31:10.540Z] ok github.com/docker/docker/libnetwork/portallocator 0.020s coverage: 86.1% of statements [2021-06-15T23:31:10.540Z] ok github.com/docker/docker/libnetwork/portmapper 0.550s coverage: 49.5% of statements [2021-06-15T23:31:10.540Z] ok github.com/docker/docker/libnetwork/resolvconf 0.011s coverage: 70.5% of statements [2021-06-15T23:31:10.540Z] ok github.com/docker/docker/libnetwork/types 0.010s coverage: 47.9% of statements [2021-06-15T23:31:10.540Z] ok github.com/docker/docker/oci 0.017s coverage: 45.2% of statements [2021-06-15T23:31:10.540Z] ok github.com/docker/docker/opts 0.035s coverage: 67.1% of statements [2021-06-15T23:31:10.540Z] ok github.com/docker/docker/pkg/aaparser 0.008s coverage: 52.9% of statements [2021-06-15T23:31:10.992Z] --- PASS: TestKillDifferentUserContainer (0.78s) [2021-06-15T23:31:10.992Z] === RUN TestInspectOomKilledTrue [2021-06-15T23:31:10.992Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-15T23:31:10.992Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-06-15T23:31:10.992Z] === RUN TestInspectOomKilledFalse [2021-06-15T23:31:11.348Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.71s) [2021-06-15T23:31:11.349Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-15T23:31:11.554Z] --- PASS: TestInspectOomKilledFalse (0.74s) [2021-06-15T23:31:11.554Z] === RUN TestLinksEtcHostsContentMatch [2021-06-15T23:31:12.462Z] ok github.com/docker/docker/pkg/archive 0.761s coverage: 82.0% of statements [2021-06-15T23:31:12.482Z] --- PASS: TestLinksEtcHostsContentMatch (0.87s) [2021-06-15T23:31:12.482Z] === RUN TestLinksContainerNames [2021-06-15T23:31:13.846Z] --- PASS: TestLinksContainerNames (1.45s) [2021-06-15T23:31:13.846Z] === RUN TestLogsFollowTailEmpty [2021-06-15T23:31:14.382Z] ok github.com/docker/docker/pkg/authorization 0.385s coverage: 68.3% of statements [2021-06-15T23:31:14.382Z] ok github.com/docker/docker/pkg/broadcaster 0.008s coverage: 100.0% of statements [2021-06-15T23:31:14.699Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.74s) [2021-06-15T23:31:14.699Z] === RUN TestNISDomainname [2021-06-15T23:31:14.699Z] --- SKIP: TestNISDomainname (0.01s) [2021-06-15T23:31:14.699Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-06-15T23:31:14.699Z] === RUN TestHostnameDnsResolution [2021-06-15T23:31:14.772Z] --- PASS: TestLogsFollowTailEmpty (0.86s) [2021-06-15T23:31:14.772Z] === RUN TestContainerNetworkMountsNoChown [2021-06-15T23:31:14.956Z] ok github.com/docker/docker/pkg/capabilities 0.009s coverage: 87.5% of statements [2021-06-15T23:31:15.279Z] --- PASS: TestHostnameDnsResolution (1.25s) [2021-06-15T23:31:15.279Z] === RUN TestStats [2021-06-15T23:31:15.279Z] --- SKIP: TestStats (0.00s) [2021-06-15T23:31:15.279Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-15T23:31:15.279Z] === RUN TestStopContainerWithTimeout [2021-06-15T23:31:15.279Z] === RUN TestStopContainerWithTimeout/0 [2021-06-15T23:31:15.279Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-15T23:31:15.279Z] === RUN TestStopContainerWithTimeout/1 [2021-06-15T23:31:15.279Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-15T23:31:15.279Z] === RUN TestStopContainerWithTimeout/3 [2021-06-15T23:31:15.279Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-15T23:31:15.279Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-15T23:31:15.279Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-15T23:31:15.279Z] === CONT TestStopContainerWithTimeout/0 [2021-06-15T23:31:15.279Z] === CONT TestStopContainerWithTimeout/3 [2021-06-15T23:31:15.339Z] --- PASS: TestContainerNetworkMountsNoChown (0.70s) [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/default [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/default [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/private [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/private [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/rprivate [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/slave [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/slave [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/rslave [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/shared [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/shared [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/rshared [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-15T23:31:15.339Z] === CONT TestMountDaemonRoot/default [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-15T23:31:15.339Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-15T23:31:15.339Z] === CONT TestMountDaemonRoot/rshared [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-15T23:31:15.339Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-15T23:31:15.339Z] === CONT TestMountDaemonRoot/shared [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-15T23:31:15.339Z] === CONT TestMountDaemonRoot/rslave [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-15T23:31:15.339Z] === CONT TestMountDaemonRoot/slave [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-15T23:31:15.339Z] === CONT TestMountDaemonRoot/rprivate [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-15T23:31:15.339Z] === CONT TestMountDaemonRoot/private [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-15T23:31:15.339Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-15T23:31:15.339Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-15T23:31:15.339Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-15T23:31:15.339Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-15T23:31:15.595Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-15T23:31:15.595Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-15T23:31:15.595Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-15T23:31:15.595Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-15T23:31:15.595Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-15T23:31:15.595Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-15T23:31:15.595Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-15T23:31:15.595Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-15T23:31:15.595Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-15T23:31:15.595Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-15T23:31:15.595Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-15T23:31:15.595Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-15T23:31:15.850Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-15T23:31:15.850Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-15T23:31:15.850Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-15T23:31:15.850Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-15T23:31:15.850Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-15T23:31:15.850Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-15T23:31:15.850Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-15T23:31:15.850Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-15T23:31:15.850Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-15T23:31:15.850Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-15T23:31:15.850Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-15T23:31:15.850Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-15T23:31:15.850Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-06-15T23:31:15.850Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-15T23:31:15.850Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-06-15T23:31:15.850Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2021-06-15T23:31:15.850Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-06-15T23:31:15.850Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-06-15T23:31:15.850Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-15T23:31:15.850Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-06-15T23:31:15.851Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-06-15T23:31:15.851Z] === RUN TestContainerBindMountNonRecursive [2021-06-15T23:31:16.186Z] Removing intermediate container 2d7a9d282dfa [2021-06-15T23:31:16.186Z] ---> 17644814d639 [2021-06-15T23:31:16.186Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-06-15T23:31:16.186Z] ---> Running in 9381ab535cdd [2021-06-15T23:31:16.186Z] Removing intermediate container 9381ab535cdd [2021-06-15T23:31:16.186Z] ---> f2ec2d555251 [2021-06-15T23:31:16.186Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-06-15T23:31:16.186Z] ---> Running in f5a1effdcfec [2021-06-15T23:31:16.186Z] Removing intermediate container f5a1effdcfec [2021-06-15T23:31:16.186Z] ---> 49c79d2cf545 [2021-06-15T23:31:16.186Z] Step 10/10 : COPY . . [2021-06-15T23:31:16.664Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-15T23:31:18.365Z] --- PASS: TestContainerBindMountNonRecursive (2.26s) [2021-06-15T23:31:18.365Z] === RUN TestContainerVolumesMountedAsShared [2021-06-15T23:31:18.574Z] === CONT TestStopContainerWithTimeout/1 [2021-06-15T23:31:18.621Z] --- PASS: TestContainerVolumesMountedAsShared (0.50s) [2021-06-15T23:31:18.621Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-15T23:31:19.170Z] ok github.com/docker/docker/pkg/chrootarchive 2.780s coverage: 43.2% of statements [2021-06-15T23:31:19.170Z] ok github.com/docker/docker/pkg/directory 0.009s coverage: 80.0% of statements [2021-06-15T23:31:19.549Z] --- PASS: TestContainerVolumesMountedAsSlave (0.87s) [2021-06-15T23:31:19.549Z] === RUN TestNetworkNat [2021-06-15T23:31:19.743Z] ok github.com/docker/docker/pkg/discovery 0.011s coverage: 58.3% of statements [2021-06-15T23:31:19.956Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-06-15T23:31:19.956Z] --- PASS: TestStopContainerWithTimeout/0 (1.04s) [2021-06-15T23:31:19.956Z] --- PASS: TestStopContainerWithTimeout/3 (2.93s) [2021-06-15T23:31:19.956Z] --- PASS: TestStopContainerWithTimeout/-1 (2.64s) [2021-06-15T23:31:19.956Z] --- PASS: TestStopContainerWithTimeout/1 (1.66s) [2021-06-15T23:31:19.956Z] === RUN TestDeleteDevicemapper [2021-06-15T23:31:19.956Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-15T23:31:19.956Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-15T23:31:19.956Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-15T23:31:20.005Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 97.6% of statements [2021-06-15T23:31:20.476Z] --- PASS: TestNetworkNat (0.77s) [2021-06-15T23:31:20.476Z] === RUN TestNetworkLocalhostTCPNat [2021-06-15T23:31:21.038Z] --- PASS: TestNetworkLocalhostTCPNat (0.75s) [2021-06-15T23:31:21.038Z] === RUN TestNetworkLoopbackNat [2021-06-15T23:31:22.497Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.10s) [2021-06-15T23:31:22.497Z] === RUN TestUpdateMemory [2021-06-15T23:31:22.497Z] --- SKIP: TestUpdateMemory (0.00s) [2021-06-15T23:31:22.497Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-15T23:31:22.497Z] === RUN TestUpdateCPUQuota [2021-06-15T23:31:22.497Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-06-15T23:31:22.497Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-15T23:31:22.497Z] === RUN TestUpdatePidsLimit [2021-06-15T23:31:22.497Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-06-15T23:31:22.497Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-15T23:31:22.497Z] === RUN TestUpdateRestartPolicy [2021-06-15T23:31:24.216Z] ok github.com/docker/docker/pkg/discovery/kv 3.083s coverage: 84.1% of statements [2021-06-15T23:31:24.302Z] --- PASS: TestNetworkLoopbackNat (3.19s) [2021-06-15T23:31:24.302Z] === RUN TestPause [2021-06-15T23:31:24.790Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2021-06-15T23:31:24.864Z] --- PASS: TestPause (0.73s) [2021-06-15T23:31:24.864Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-15T23:31:24.864Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-15T23:31:24.864Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-15T23:31:24.864Z] === RUN TestPauseStopPausedContainer [2021-06-15T23:31:25.364Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2021-06-15T23:31:25.625Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2021-06-15T23:31:25.792Z] --- PASS: TestPauseStopPausedContainer (0.76s) [2021-06-15T23:31:25.792Z] === RUN TestPidHost [2021-06-15T23:31:27.013Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2021-06-15T23:31:27.586Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 88.5% of statements [2021-06-15T23:31:28.160Z] ok github.com/docker/docker/pkg/fsutils 0.186s coverage: 85.1% of statements [2021-06-15T23:31:28.308Z] --- PASS: TestPidHost (2.08s) [2021-06-15T23:31:28.308Z] === RUN TestPsFilter [2021-06-15T23:31:28.308Z] --- PASS: TestPsFilter (0.16s) [2021-06-15T23:31:28.308Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-15T23:31:28.422Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2021-06-15T23:31:28.564Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.71s) [2021-06-15T23:31:28.564Z] === RUN TestRemoveContainerWithVolume [2021-06-15T23:31:29.492Z] --- PASS: TestRemoveContainerWithVolume (0.74s) [2021-06-15T23:31:29.492Z] === RUN TestRemoveContainerRunning [2021-06-15T23:31:29.811Z] ok github.com/docker/docker/pkg/idtools 0.439s coverage: 69.5% of statements [2021-06-15T23:31:30.419Z] --- PASS: TestRemoveContainerRunning (0.77s) [2021-06-15T23:31:30.419Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-15T23:31:30.984Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.77s) [2021-06-15T23:31:30.984Z] === RUN TestRemoveInvalidContainer [2021-06-15T23:31:30.984Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-06-15T23:31:30.984Z] === RUN TestRenameLinkedContainer [2021-06-15T23:31:31.200Z] ok github.com/docker/docker/pkg/ioutils 0.552s coverage: 69.3% of statements [2021-06-15T23:31:31.462Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2021-06-15T23:31:32.036Z] ok github.com/docker/docker/pkg/longpath 0.008s coverage: 100.0% of statements [2021-06-15T23:31:32.298Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2021-06-15T23:31:32.560Z] ok github.com/docker/docker/pkg/parsers 0.008s coverage: 97.0% of statements [2021-06-15T23:31:33.133Z] ok github.com/docker/docker/pkg/parsers/kernel 0.008s coverage: 60.0% of statements [2021-06-15T23:31:33.707Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.010s coverage: 86.7% of statements [2021-06-15T23:31:33.968Z] ok github.com/docker/docker/pkg/pidfile 0.008s coverage: 82.4% of statements [2021-06-15T23:31:34.251Z] --- PASS: TestRenameLinkedContainer (3.06s) [2021-06-15T23:31:34.251Z] === RUN TestRenameStoppedContainer [2021-06-15T23:31:34.717Z] --- PASS: TestUpdateRestartPolicy (12.41s) [2021-06-15T23:31:34.717Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-15T23:31:34.812Z] --- PASS: TestRenameStoppedContainer (0.71s) [2021-06-15T23:31:34.812Z] === RUN TestRenameRunningContainerAndReuse [2021-06-15T23:31:35.286Z] --- PASS: TestUpdateRestartWithAutoRemove (0.70s) [2021-06-15T23:31:35.286Z] === RUN TestWaitNonBlocked [2021-06-15T23:31:35.286Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-15T23:31:35.286Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-15T23:31:35.286Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-15T23:31:35.286Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-15T23:31:35.286Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-15T23:31:35.286Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-15T23:31:36.177Z] --- PASS: TestRenameRunningContainerAndReuse (1.52s) [2021-06-15T23:31:36.177Z] === RUN TestRenameInvalidName [2021-06-15T23:31:36.226Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-06-15T23:31:36.226Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.04s) [2021-06-15T23:31:36.226Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s) [2021-06-15T23:31:36.226Z] === RUN TestWaitBlocked [2021-06-15T23:31:36.226Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-15T23:31:36.226Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-15T23:31:36.226Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-15T23:31:36.226Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-15T23:31:36.226Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-15T23:31:36.226Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-15T23:31:37.104Z] --- PASS: TestRenameInvalidName (0.72s) [2021-06-15T23:31:37.104Z] === RUN TestRenameAnonymousContainer [2021-06-15T23:31:37.609Z] --- PASS: TestWaitBlocked (0.01s) [2021-06-15T23:31:37.609Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.04s) [2021-06-15T23:31:37.609Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.07s) [2021-06-15T23:31:37.609Z] === CONT TestDaemonRestartIpcMode [2021-06-15T23:31:37.609Z] === CONT TestIpcModeOlderClient [2021-06-15T23:31:37.609Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-06-15T23:31:37.609Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-15T23:31:39.263Z] ok github.com/docker/docker/libnetwork/iptables 220.460s coverage: 45.1% of statements [2021-06-15T23:31:39.263Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.020s coverage: 56.8% of statements [2021-06-15T23:31:39.325Z] Loaded image: buildpack-deps:buster [2021-06-15T23:31:39.325Z] Loaded image: busybox:latest [2021-06-15T23:31:39.325Z] Loaded image: busybox:glibc [2021-06-15T23:31:39.623Z] --- PASS: TestRenameAnonymousContainer (2.60s) [2021-06-15T23:31:39.623Z] === RUN TestRenameContainerWithSameName [2021-06-15T23:31:40.185Z] --- PASS: TestRenameContainerWithSameName (0.72s) [2021-06-15T23:31:40.185Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-15T23:31:40.211Z] ok github.com/docker/docker/pkg/plugins/transport 0.010s coverage: 85.7% of statements [2021-06-15T23:31:40.257Z] Loaded image: debian:bullseye [2021-06-15T23:31:40.257Z] Loaded image: hello-world:latest [2021-06-15T23:31:40.513Z] Loaded image: arm32v7/hello-world:latest [2021-06-15T23:31:40.513Z] INFO: Testing against a local daemon [2021-06-15T23:31:40.513Z] === RUN TestCgroupNamespacesBuild [2021-06-15T23:31:40.785Z] ok github.com/docker/docker/pkg/pools 0.009s coverage: 88.2% of statements [2021-06-15T23:31:41.049Z] ok github.com/docker/docker/pkg/progress 0.009s coverage: 75.9% of statements [2021-06-15T23:31:41.312Z] ok github.com/docker/docker/libnetwork/drivers/bridge 247.240s coverage: 59.8% of statements [2021-06-15T23:31:41.397Z] ---> 079fc1d3083f [2021-06-15T23:31:41.398Z] Successfully built 079fc1d3083f [2021-06-15T23:31:41.398Z] Successfully tagged docker:latest [2021-06-15T23:31:41.398Z] INFO: Image build ended at 06/15/2021 23:31:40. Duration:00:02:57.6495886 [2021-06-15T23:31:41.398Z] [2021-06-15T23:31:41.398Z] [2021-06-15T23:31:41.398Z] INFO: Building the test binaries at 06/15/2021 23:31:40... [2021-06-15T23:31:41.887Z] ok github.com/docker/docker/pkg/reexec 0.015s coverage: 82.4% of statements [2021-06-15T23:31:42.075Z] --- PASS: TestRenameContainerWithLinkedContainer (1.49s) [2021-06-15T23:31:42.075Z] === RUN TestResize [2021-06-15T23:31:42.464Z] ok github.com/docker/docker/pkg/pubsub 1.078s coverage: 75.0% of statements [2021-06-15T23:31:42.637Z] --- PASS: TestResize (0.73s) [2021-06-15T23:31:42.637Z] === RUN TestResizeWithInvalidSize [2021-06-15T23:31:42.892Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.84s) [2021-06-15T23:31:42.892Z] --- PASS: TestDaemonRestartIpcMode (5.65s) [2021-06-15T23:31:42.892Z] PASS [2021-06-15T23:31:42.892Z] [2021-06-15T23:31:42.892Z] === Skipped [2021-06-15T23:31:42.892Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-15T23:31:42.892Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-15T23:31:42.892Z] [2021-06-15T23:31:42.892Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-06-15T23:31:42.892Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-06-15T23:31:42.892Z] [2021-06-15T23:31:42.892Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-06-15T23:31:42.892Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:31:42.892Z] [2021-06-15T23:31:42.892Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-06-15T23:31:42.892Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-06-15T23:31:42.892Z] [2021-06-15T23:31:42.892Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-06-15T23:31:42.892Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-15T23:31:42.892Z] [2021-06-15T23:31:42.892Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-06-15T23:31:42.892Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-15T23:31:42.892Z] [2021-06-15T23:31:42.892Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-06-15T23:31:42.892Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-15T23:31:42.892Z] [2021-06-15T23:31:42.892Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-06-15T23:31:42.892Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-15T23:31:42.892Z] [2021-06-15T23:31:42.892Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-06-15T23:31:42.892Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-15T23:31:42.892Z] [2021-06-15T23:31:42.892Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-15T23:31:42.892Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-15T23:31:42.892Z] [2021-06-15T23:31:42.892Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-06-15T23:31:42.892Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-15T23:31:42.892Z] [2021-06-15T23:31:42.892Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-06-15T23:31:42.892Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-06-15T23:31:42.892Z] [2021-06-15T23:31:42.892Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2021-06-15T23:31:42.892Z] 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-06-15T23:31:42.892Z] [2021-06-15T23:31:42.892Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-06-15T23:31:42.892Z] 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-06-15T23:31:42.892Z] [2021-06-15T23:31:42.892Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-06-15T23:31:42.893Z] 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-06-15T23:31:42.893Z] [2021-06-15T23:31:42.893Z] === SKIP: amd64.integration.container TestPause (0.01s) [2021-06-15T23:31:42.893Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-15T23:31:42.893Z] [2021-06-15T23:31:42.893Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-15T23:31:42.893Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-15T23:31:42.893Z] [2021-06-15T23:31:42.893Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.04s) [2021-06-15T23:31:42.893Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-15T23:31:42.893Z] [2021-06-15T23:31:42.893Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-06-15T23:31:42.893Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-06-15T23:31:42.893Z] [2021-06-15T23:31:42.893Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-06-15T23:31:42.893Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-06-15T23:31:42.893Z] [2021-06-15T23:31:42.893Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-06-15T23:31:42.893Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-15T23:31:42.893Z] [2021-06-15T23:31:42.893Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-15T23:31:42.893Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-15T23:31:42.893Z] [2021-06-15T23:31:42.893Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-06-15T23:31:42.893Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-15T23:31:42.893Z] [2021-06-15T23:31:42.893Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-06-15T23:31:42.893Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-15T23:31:42.893Z] [2021-06-15T23:31:42.893Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-06-15T23:31:42.893Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-15T23:31:42.893Z] [2021-06-15T23:31:42.893Z] [2021-06-15T23:31:42.893Z] DONE 177 tests, 25 skipped in 107.947s [2021-06-15T23:31:42.893Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-15T23:31:43.038Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2021-06-15T23:31:43.153Z] INFO: Testing against a local daemon [2021-06-15T23:31:43.154Z] === RUN TestCommitInheritsEnv [2021-06-15T23:31:43.199Z] --- PASS: TestResizeWithInvalidSize (0.75s) [2021-06-15T23:31:43.199Z] === RUN TestResizeWhenContainerNotStarted [2021-06-15T23:31:43.612Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2021-06-15T23:31:44.125Z] --- PASS: TestResizeWhenContainerNotStarted (0.69s) [2021-06-15T23:31:44.125Z] === RUN TestDaemonRestartKillContainers [2021-06-15T23:31:44.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-15T23:31:44.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-15T23:31:44.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-15T23:31:44.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-15T23:31:44.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-15T23:31:44.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-15T23:31:44.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-15T23:31:44.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-15T23:31:44.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-15T23:31:44.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-15T23:31:44.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-15T23:31:44.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-15T23:31:44.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-15T23:31:44.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-15T23:31:44.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-15T23:31:44.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-15T23:31:44.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:31:44.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:31:44.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:31:44.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:31:44.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:31:44.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:31:44.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:31:44.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:31:44.125Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-15T23:31:44.125Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-15T23:31:44.186Z] ok github.com/docker/docker/pkg/stringid 0.021s coverage: 70.6% of statements [2021-06-15T23:31:45.062Z] --- PASS: TestCommitInheritsEnv (1.96s) [2021-06-15T23:31:45.062Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-15T23:31:45.062Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-15T23:31:45.062Z] === RUN TestImagesFilterMultiReference [2021-06-15T23:31:45.132Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 52.9% of statements [2021-06-15T23:31:45.321Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-06-15T23:31:45.321Z] === RUN TestImagePullPlatformInvalid [2021-06-15T23:31:45.321Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-06-15T23:31:45.321Z] === RUN TestRemoveImageOrphaning [2021-06-15T23:31:45.759Z] --- PASS: TestCgroupNamespacesBuild (4.55s) [2021-06-15T23:31:45.759Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-15T23:31:46.078Z] ok github.com/docker/docker/pkg/system 0.012s coverage: 39.6% of statements [2021-06-15T23:31:46.340Z] ok github.com/docker/docker/pkg/signal 3.709s coverage: 62.3% of statements [2021-06-15T23:31:46.603Z] ok github.com/docker/docker/pkg/tailfile 0.149s coverage: 88.6% of statements [2021-06-15T23:31:46.641Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:31:46.641Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:31:47.179Z] testing: warning: no tests to run [2021-06-15T23:31:47.179Z] coverage: [no statements] [2021-06-15T23:31:47.179Z] ok github.com/docker/docker/pkg/term/windows 0.008s coverage: [no statements] [no tests to run] [2021-06-15T23:31:47.179Z] ok github.com/docker/docker/pkg/tarsum 0.102s coverage: 89.3% of statements [2021-06-15T23:31:47.225Z] INFO: make.ps1 starting at 06/15/2021 23:31:46 [2021-06-15T23:31:47.225Z] INFO: Git commit (3eb1257698) assumed from DOCKER_GITCOMMIT environment variable [2021-06-15T23:31:47.225Z] INFO: Invoking autogen... [2021-06-15T23:31:47.233Z] --- PASS: TestRemoveImageOrphaning (1.92s) [2021-06-15T23:31:47.233Z] === RUN TestRemoveImageGarbageCollector [2021-06-15T23:31:47.233Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-06-15T23:31:47.233Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-06-15T23:31:47.233Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-15T23:31:47.233Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-06-15T23:31:47.233Z] === RUN TestTagInvalidReference [2021-06-15T23:31:47.233Z] --- PASS: TestTagInvalidReference (0.01s) [2021-06-15T23:31:47.233Z] === RUN TestTagValidPrefixedRepo [2021-06-15T23:31:47.233Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-06-15T23:31:47.233Z] === RUN TestTagExistedNameWithoutForce [2021-06-15T23:31:47.233Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-06-15T23:31:47.233Z] === RUN TestTagOfficialNames [2021-06-15T23:31:47.233Z] --- PASS: TestTagOfficialNames (0.05s) [2021-06-15T23:31:47.233Z] === RUN TestTagMatchesDigest [2021-06-15T23:31:47.493Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-06-15T23:31:47.493Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-15T23:31:47.689Z] INFO: Building daemon... [2021-06-15T23:31:47.754Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2021-06-15T23:31:47.754Z] ok github.com/docker/docker/pkg/truncindex 0.118s coverage: 91.5% of statements [2021-06-15T23:31:48.006Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:31:48.006Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:31:48.017Z] ok github.com/docker/docker/pkg/useragent 0.042s coverage: 88.9% of statements [2021-06-15T23:31:48.277Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.79s) [2021-06-15T23:31:48.277Z] === RUN TestBuildWithSession [2021-06-15T23:31:48.277Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-15T23:31:48.277Z] build_session_test.go:25: TODO: BuildKit [2021-06-15T23:31:48.277Z] === RUN TestBuildSquashParent [2021-06-15T23:31:49.372Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-15T23:31:49.372Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-15T23:31:49.941Z] ok github.com/docker/docker/plugin/v2 0.011s coverage: 14.5% of statements [2021-06-15T23:31:50.204Z] ok github.com/docker/docker/plugin 0.545s coverage: 23.2% of statements [2021-06-15T23:31:50.466Z] ok github.com/docker/docker/profiles/seccomp 0.017s coverage: 85.4% of statements [2021-06-15T23:31:51.040Z] ok github.com/docker/docker/reference 0.021s coverage: 84.4% of statements [2021-06-15T23:31:51.294Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-15T23:31:51.859Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-15T23:31:52.984Z] ok github.com/docker/docker/quota 0.418s coverage: 71.4% of statements [2021-06-15T23:31:53.271Z] ok github.com/docker/docker/registry 0.165s coverage: 58.8% of statements [2021-06-15T23:31:53.872Z] ok github.com/docker/docker/restartmanager 0.009s coverage: 50.9% of statements [2021-06-15T23:31:53.872Z] ok github.com/docker/docker/registry/resumable 0.033s coverage: 100.0% of statements [2021-06-15T23:31:54.452Z] ok github.com/docker/docker/testutil 0.010s coverage: 62.5% of statements [2021-06-15T23:31:55.026Z] ok github.com/docker/docker/runconfig 0.040s coverage: 66.1% of statements [2021-06-15T23:31:55.128Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-15T23:31:55.128Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-15T23:31:57.016Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-06-15T23:31:57.016Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.44s) [2021-06-15T23:31:57.016Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.54s) [2021-06-15T23:31:57.016Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.37s) [2021-06-15T23:31:57.016Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.45s) [2021-06-15T23:31:57.016Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.29s) [2021-06-15T23:31:57.016Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.37s) [2021-06-15T23:31:57.016Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.33s) [2021-06-15T23:31:57.016Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.41s) [2021-06-15T23:31:57.016Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.26s) [2021-06-15T23:31:57.016Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.27s) [2021-06-15T23:31:57.016Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.20s) [2021-06-15T23:31:57.016Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.12s) [2021-06-15T23:31:57.016Z] === RUN TestCgroupNamespacesRun [2021-06-15T23:31:57.495Z] ..........................xx.................... [ 29%] [2021-06-15T23:31:57.585Z] ok github.com/docker/docker/volume/drivers 0.017s coverage: 36.1% of statements [2021-06-15T23:31:58.533Z] ok github.com/docker/docker/volume/local 0.164s coverage: 76.4% of statements [2021-06-15T23:31:58.533Z] ok github.com/docker/docker/volume/mounts 0.047s coverage: 67.0% of statements [2021-06-15T23:31:58.903Z] --- PASS: TestCgroupNamespacesRun (1.73s) [2021-06-15T23:31:58.903Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-15T23:31:58.903Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-06-15T23:31:58.903Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-06-15T23:31:58.903Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-15T23:32:00.452Z] ok github.com/docker/docker/volume/service 0.030s coverage: 72.3% of statements [2021-06-15T23:32:00.790Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.74s) [2021-06-15T23:32:00.790Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-15T23:32:02.678Z] --- PASS: TestCgroupNamespacesRunHostMode (1.77s) [2021-06-15T23:32:02.678Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-15T23:32:03.187Z] --- PASS: TestBuildSquashParent (13.39s) [2021-06-15T23:32:03.187Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-15T23:32:03.187Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:32:03.187Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:32:03.187Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:32:03.187Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:32:03.187Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:32:03.187Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:32:03.187Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:32:03.187Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:32:03.187Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:32:03.187Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:32:03.187Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:32:03.187Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:32:03.187Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:32:03.187Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:32:04.565Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.84s) [2021-06-15T23:32:04.565Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-15T23:32:05.492Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.25s) [2021-06-15T23:32:05.492Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-15T23:32:06.054Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2021-06-15T23:32:06.054Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-15T23:32:07.355Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:32:07.355Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:32:07.943Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.74s) [2021-06-15T23:32:07.943Z] === RUN TestNISDomainname [2021-06-15T23:32:09.308Z] --- PASS: TestNISDomainname (1.41s) [2021-06-15T23:32:09.309Z] === RUN TestHostnameDnsResolution [2021-06-15T23:32:10.454Z] ok github.com/docker/docker/pkg/plugins 33.631s coverage: 76.6% of statements [2021-06-15T23:32:10.674Z] --- PASS: TestHostnameDnsResolution (1.30s) [2021-06-15T23:32:10.674Z] === RUN TestStats [2021-06-15T23:32:12.602Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:32:12.602Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:32:13.936Z] --- PASS: TestStats (2.77s) [2021-06-15T23:32:13.936Z] === RUN TestStopContainerWithTimeout [2021-06-15T23:32:13.936Z] === RUN TestStopContainerWithTimeout/0 [2021-06-15T23:32:13.936Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-15T23:32:13.936Z] === RUN TestStopContainerWithTimeout/1 [2021-06-15T23:32:13.936Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-15T23:32:13.936Z] === RUN TestStopContainerWithTimeout/3 [2021-06-15T23:32:13.936Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-15T23:32:13.936Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-15T23:32:13.936Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-15T23:32:13.936Z] === CONT TestStopContainerWithTimeout/0 [2021-06-15T23:32:13.936Z] === CONT TestStopContainerWithTimeout/3 [2021-06-15T23:32:14.497Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-15T23:32:16.384Z] === CONT TestStopContainerWithTimeout/1 [2021-06-15T23:32:17.853Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-15T23:32:17.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.51s) [2021-06-15T23:32:17.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.54s) [2021-06-15T23:32:17.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.32s) [2021-06-15T23:32:17.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.55s) [2021-06-15T23:32:17.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.47s) [2021-06-15T23:32:17.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.35s) [2021-06-15T23:32:17.853Z] === RUN TestBuildMultiStageCopy [2021-06-15T23:32:17.853Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-15T23:32:18.272Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-06-15T23:32:18.272Z] --- PASS: TestStopContainerWithTimeout/0 (1.06s) [2021-06-15T23:32:18.272Z] --- PASS: TestStopContainerWithTimeout/3 (3.00s) [2021-06-15T23:32:18.272Z] --- PASS: TestStopContainerWithTimeout/-1 (2.69s) [2021-06-15T23:32:18.272Z] --- PASS: TestStopContainerWithTimeout/1 (1.71s) [2021-06-15T23:32:18.272Z] === RUN TestDeleteDevicemapper [2021-06-15T23:32:18.272Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-15T23:32:18.272Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-15T23:32:18.272Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-15T23:32:20.462Z] ok github.com/docker/docker/libnetwork 291.735s coverage: 41.0% of statements [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/client/mflag/example [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/cmd/dnet [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/rootless [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/volume [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-15T23:32:20.462Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-15T23:32:20.462Z] [2021-06-15T23:32:20.462Z] === Skipped [2021-06-15T23:32:20.462Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-06-15T23:32:20.462Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:32:20.462Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-15T23:32:20.462Z] [2021-06-15T23:32:20.462Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-06-15T23:32:20.462Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:32:20.462Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-15T23:32:20.462Z] [2021-06-15T23:32:20.462Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-06-15T23:32:20.462Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:32:20.462Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-15T23:32:20.462Z] [2021-06-15T23:32:20.462Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-06-15T23:32:20.462Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:32:20.462Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-15T23:32:20.462Z] [2021-06-15T23:32:20.462Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-06-15T23:32:20.462Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:32:20.462Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-15T23:32:20.462Z] [2021-06-15T23:32:20.462Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-06-15T23:32:20.462Z] graphtest_unix.go:73: No driver to put! [2021-06-15T23:32:20.462Z] [2021-06-15T23:32:20.462Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-06-15T23:32:20.462Z] time="2021-06-15T23:27:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-15T23:32:20.462Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-15T23:32:20.462Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-15T23:32:20.462Z] [2021-06-15T23:32:20.462Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-06-15T23:32:20.462Z] time="2021-06-15T23:27:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-15T23:32:20.462Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-15T23:32:20.462Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-15T23:32:20.462Z] [2021-06-15T23:32:20.462Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-06-15T23:32:20.462Z] time="2021-06-15T23:27:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-15T23:32:20.462Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-15T23:32:20.462Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-15T23:32:20.462Z] [2021-06-15T23:32:20.462Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-06-15T23:32:20.462Z] time="2021-06-15T23:27:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-15T23:32:20.462Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-15T23:32:20.462Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-15T23:32:20.462Z] [2021-06-15T23:32:20.462Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-06-15T23:32:20.462Z] time="2021-06-15T23:27:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-15T23:32:20.462Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-15T23:32:20.462Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-15T23:32:20.462Z] [2021-06-15T23:32:20.462Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-06-15T23:32:20.462Z] graphtest_unix.go:73: No driver to put! [2021-06-15T23:32:20.462Z] [2021-06-15T23:32:20.462Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-06-15T23:32:20.463Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-06-15T23:32:20.463Z] overlay_test.go:49: Fails to compute changes intermittently [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-06-15T23:32:20.463Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-06-15T23:32:20.463Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-06-15T23:32:20.463Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:32:20.463Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-06-15T23:32:20.463Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:32:20.463Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-06-15T23:32:20.463Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:32:20.463Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-06-15T23:32:20.463Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:32:20.463Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-06-15T23:32:20.463Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:32:20.463Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-06-15T23:32:20.463Z] graphtest_unix.go:73: No driver to put! [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: libnetwork/api TestJoinLeave (0.00s) [2021-06-15T23:32:20.463Z] api_linux_test.go:1247: This test fails on arm64 foor some reason... this need to be fixed [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: libnetwork/cmd/proxy TestTCP6Proxy (0.00s) [2021-06-15T23:32:20.463Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: libnetwork/cmd/proxy TestTCPDualStackProxy (0.00s) [2021-06-15T23:32:20.463Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: libnetwork/cmd/proxy TestUDP6Proxy (0.00s) [2021-06-15T23:32:20.463Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: libnetwork/cmd/proxy TestSCTP6Proxy (0.00s) [2021-06-15T23:32:20.463Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-06-15T23:32:20.463Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-06-15T23:32:20.463Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-06-15T23:32:20.463Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-06-15T23:32:20.463Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-06-15T23:32:20.463Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-06-15T23:32:20.463Z] firewalld_test.go:13: firewalld is not running [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-06-15T23:32:20.463Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-06-15T23:32:20.463Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] [2021-06-15T23:32:20.463Z] DONE 2654 tests, 35 skipped in 449.549s Post stage [Pipeline] junit [2021-06-15T23:32:20.739Z] Recording test results [2021-06-15T23:32:20.789Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.59s) [2021-06-15T23:32:20.789Z] === RUN TestUpdateMemory [2021-06-15T23:32:22.025Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-15T23:32:22.154Z] --- PASS: TestUpdateMemory (1.30s) [2021-06-15T23:32:22.154Z] === RUN TestUpdateCPUQuota [2021-06-15T23:32:22.281Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-15T23:32:22.337Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-15T23:32:22.696Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42473/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr17 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3eb125769899193cc8f255edf91fde4194625cb2 hack/make.sh dynbinary test-integration [2021-06-15T23:32:22.844Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-15T23:32:23.645Z] [2021-06-15T23:32:23.645Z] Removing bundles/ [2021-06-15T23:32:23.645Z] [2021-06-15T23:32:23.645Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-15T23:32:23.645Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-15T23:32:23.645Z] GOOS="" GOARCH="" GOARM="" [2021-06-15T23:32:23.773Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-15T23:32:23.957Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-06-15T23:32:24.030Z] --- PASS: TestBuildMultiStageCopy (6.41s) [2021-06-15T23:32:24.030Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.95s) [2021-06-15T23:32:24.030Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.61s) [2021-06-15T23:32:24.030Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.59s) [2021-06-15T23:32:24.030Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.66s) [2021-06-15T23:32:24.030Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.60s) [2021-06-15T23:32:24.030Z] === RUN TestBuildMultiStageParentConfig [2021-06-15T23:32:25.404Z] --- PASS: TestBuildMultiStageParentConfig (1.36s) [2021-06-15T23:32:25.404Z] === RUN TestBuildLabelWithTargets [2021-06-15T23:32:27.966Z] --- PASS: TestBuildLabelWithTargets (2.51s) [2021-06-15T23:32:27.966Z] === RUN TestBuildWithEmptyLayers [2021-06-15T23:32:28.686Z] --- PASS: TestUpdateCPUQuota (6.70s) [2021-06-15T23:32:28.686Z] === RUN TestUpdatePidsLimit [2021-06-15T23:32:28.686Z] === RUN TestUpdatePidsLimit/update_from_none [2021-06-15T23:32:29.335Z] --- PASS: TestBuildWithEmptyLayers (1.36s) [2021-06-15T23:32:29.335Z] === RUN TestBuildMultiStageOnBuild [2021-06-15T23:32:29.614Z] === RUN TestUpdatePidsLimit/no_change [2021-06-15T23:32:30.176Z] === RUN TestUpdatePidsLimit/update_lower [2021-06-15T23:32:30.737Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-06-15T23:32:31.664Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-06-15T23:32:32.225Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-06-15T23:32:33.152Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-06-15T23:32:33.660Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-06-15T23:32:34.518Z] --- PASS: TestUpdatePidsLimit (5.75s) [2021-06-15T23:32:34.518Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.72s) [2021-06-15T23:32:34.518Z] --- PASS: TestUpdatePidsLimit/no_change (0.68s) [2021-06-15T23:32:34.518Z] --- PASS: TestUpdatePidsLimit/update_lower (0.72s) [2021-06-15T23:32:34.518Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.79s) [2021-06-15T23:32:34.518Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.73s) [2021-06-15T23:32:34.518Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.73s) [2021-06-15T23:32:34.518Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.71s) [2021-06-15T23:32:34.518Z] === RUN TestUpdateRestartPolicy [2021-06-15T23:32:34.584Z] --- PASS: TestBuildMultiStageOnBuild (4.49s) [2021-06-15T23:32:34.584Z] === RUN TestBuildUncleanTarFilenames [2021-06-15T23:32:35.146Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-15T23:32:35.146Z] Using test binary docker [2021-06-15T23:32:35.146Z] +++ /etc/init.d/apparmor start [2021-06-15T23:32:35.146Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-15T23:32:35.146Z] INFO: Waiting for daemon to start... [2021-06-15T23:32:35.146Z] Starting dockerd [2021-06-15T23:32:35.146Z] +++ 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-06-15T23:32:36.543Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-15T23:32:36.543Z] Using test binary docker [2021-06-15T23:32:36.543Z] +++ /etc/init.d/apparmor start [2021-06-15T23:32:36.543Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-15T23:32:36.543Z] INFO: Waiting for daemon to start... [2021-06-15T23:32:36.543Z] Starting dockerd [2021-06-15T23:32:36.543Z] +++ 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-06-15T23:32:36.543Z] --- PASS: TestBuildUncleanTarFilenames (2.44s) [2021-06-15T23:32:36.543Z] === RUN TestBuildMultiStageLayerLeak [2021-06-15T23:32:37.106Z] . [2021-06-15T23:32:37.106Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-15T23:32:37.363Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-15T23:32:37.363Z] Error: No such image: emptyfs [2021-06-15T23:32:37.363Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-15T23:32:37.363Z] ++++ docker load [2021-06-15T23:32:37.619Z] Running integration-test (iteration 1) [2021-06-15T23:32:37.619Z] 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-06-15T23:32:37.619Z] ++ 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-06-15T23:32:37.619Z] ++ set -e [2021-06-15T23:32:37.619Z] ++ '[' -n 0 ']' [2021-06-15T23:32:37.619Z] ++ set -x [2021-06-15T23:32:37.619Z] ++ 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-06-15T23:32:37.948Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-06-15T23:32:38.556Z] [2021-06-15T23:32:38.556Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-15T23:32:38.556Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-15T23:32:38.556Z] Error: No such image: emptyfs [2021-06-15T23:32:38.556Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-15T23:32:38.556Z] ++++ docker load [2021-06-15T23:32:39.484Z] Running integration-test (iteration 1) [2021-06-15T23:32:39.484Z] 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-06-15T23:32:39.484Z] ++ 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-06-15T23:32:39.484Z] ++ set -e [2021-06-15T23:32:39.484Z] ++ '[' -n 0 ']' [2021-06-15T23:32:39.484Z] ++ set -x [2021-06-15T23:32:39.484Z] ++ 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-06-15T23:32:46.021Z] --- PASS: TestBuildMultiStageLayerLeak (9.22s) [2021-06-15T23:32:46.021Z] === RUN TestBuildWithHugeFile [2021-06-15T23:32:49.351Z] --- PASS: TestUpdateRestartPolicy (12.78s) [2021-06-15T23:32:49.351Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-15T23:32:49.351Z] --- PASS: TestUpdateRestartWithAutoRemove (0.76s) [2021-06-15T23:32:49.351Z] === RUN TestWaitNonBlocked [2021-06-15T23:32:49.351Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-15T23:32:49.351Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-15T23:32:49.351Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-15T23:32:49.351Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-15T23:32:49.351Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-15T23:32:49.351Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-15T23:32:49.351Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-06-15T23:32:49.351Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.09s) [2021-06-15T23:32:49.351Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.22s) [2021-06-15T23:32:49.351Z] === RUN TestWaitBlocked [2021-06-15T23:32:49.351Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-15T23:32:49.351Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-15T23:32:49.351Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-15T23:32:49.351Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-15T23:32:49.351Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-15T23:32:49.351Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-15T23:32:50.715Z] --- PASS: TestWaitBlocked (0.01s) [2021-06-15T23:32:50.715Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.21s) [2021-06-15T23:32:50.715Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.24s) [2021-06-15T23:32:50.715Z] === CONT TestContainerStartOnDaemonRestart [2021-06-15T23:32:50.715Z] === CONT TestContainerKillOnDaemonStart [2021-06-15T23:32:54.020Z] --- PASS: TestContainerStartOnDaemonRestart (3.04s) [2021-06-15T23:32:54.020Z] === CONT TestIpcModeOlderClient [2021-06-15T23:32:54.020Z] --- PASS: TestIpcModeOlderClient (0.05s) [2021-06-15T23:32:54.020Z] === CONT TestDaemonHostGatewayIP [2021-06-15T23:32:57.284Z] --- PASS: TestDaemonHostGatewayIP (3.36s) [2021-06-15T23:32:57.284Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-15T23:32:58.480Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-06-15T23:32:59.802Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.38s) [2021-06-15T23:32:59.802Z] === CONT TestDaemonRestartIpcMode [2021-06-15T23:32:59.890Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-06-15T23:32:59.890Z] [2021-06-15T23:32:59.890Z] ________ ____ __. [2021-06-15T23:32:59.890Z] \_____ \ | |/ _| [2021-06-15T23:32:59.890Z] / | \| < [2021-06-15T23:32:59.890Z] / | \ | \ [2021-06-15T23:32:59.890Z] \_______ /____|__ \ [2021-06-15T23:32:59.890Z] \/ \/ [2021-06-15T23:32:59.890Z] [2021-06-15T23:32:59.890Z] INFO: make.ps1 ended at 06/15/2021 23:32:56 [2021-06-15T23:32:59.890Z] INFO: Binaries build ended at 06/15/2021 23:32:57. Duration:00:01:16.9579444 [2021-06-15T23:32:59.890Z] INFO: Copying the built daemon binary to d:\CI\PR-42473\17\binary\dockerd-3eb1257698.exe... [2021-06-15T23:32:59.890Z] INFO: Copying the built client binary to d:\CI\PR-42473\17\binary\docker-3eb1257698.exe... [2021-06-15T23:32:59.890Z] INFO: Copying dockerversion from the container... [2021-06-15T23:32:59.890Z] INFO: Copying the golang package from the container to d:\CI\PR-42473\17\installer\go.zip... [2021-06-15T23:33:00.353Z] INFO: Extracting go.zip to d:\CI\PR-42473\17\go [2021-06-15T23:33:02.318Z] --- PASS: TestDaemonRestartIpcMode (3.04s) [2021-06-15T23:33:02.878Z] --- PASS: TestContainerKillOnDaemonStart (12.47s) [2021-06-15T23:33:02.878Z] PASS [2021-06-15T23:33:02.878Z] [2021-06-15T23:33:02.878Z] === Skipped [2021-06-15T23:33:02.878Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-15T23:33:02.878Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-15T23:33:02.878Z] [2021-06-15T23:33:02.879Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-15T23:33:02.879Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-06-15T23:33:02.879Z] [2021-06-15T23:33:02.879Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-15T23:33:02.879Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-15T23:33:02.879Z] [2021-06-15T23:33:02.879Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-06-15T23:33:02.879Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-06-15T23:33:02.879Z] [2021-06-15T23:33:02.879Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-15T23:33:02.879Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-15T23:33:02.879Z] [2021-06-15T23:33:02.879Z] [2021-06-15T23:33:02.879Z] DONE 196 tests, 5 skipped in 153.275s [2021-06-15T23:33:02.879Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-15T23:33:02.879Z] INFO: Testing against a local daemon [2021-06-15T23:33:02.879Z] === RUN TestCommitInheritsEnv [2021-06-15T23:33:03.441Z] --- PASS: TestCommitInheritsEnv (0.30s) [2021-06-15T23:33:03.441Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-15T23:33:03.441Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-15T23:33:03.441Z] === RUN TestImagesFilterMultiReference [2021-06-15T23:33:03.441Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-06-15T23:33:03.441Z] === RUN TestImagePullPlatformInvalid [2021-06-15T23:33:03.441Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-06-15T23:33:03.441Z] === RUN TestRemoveImageOrphaning [2021-06-15T23:33:03.697Z] --- PASS: TestRemoveImageOrphaning (0.30s) [2021-06-15T23:33:03.697Z] === RUN TestRemoveImageGarbageCollector [2021-06-15T23:33:05.585Z] --- PASS: TestRemoveImageGarbageCollector (2.01s) [2021-06-15T23:33:05.585Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-15T23:33:05.585Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-06-15T23:33:05.585Z] === RUN TestTagInvalidReference [2021-06-15T23:33:05.841Z] --- PASS: TestTagInvalidReference (0.02s) [2021-06-15T23:33:05.841Z] === RUN TestTagValidPrefixedRepo [2021-06-15T23:33:05.841Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-06-15T23:33:05.841Z] === RUN TestTagExistedNameWithoutForce [2021-06-15T23:33:05.841Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-06-15T23:33:05.841Z] === RUN TestTagOfficialNames [2021-06-15T23:33:05.841Z] --- PASS: TestTagOfficialNames (0.06s) [2021-06-15T23:33:05.841Z] === RUN TestTagMatchesDigest [2021-06-15T23:33:05.841Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-06-15T23:33:05.841Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-15T23:33:05.942Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-06-15T23:33:07.345Z] 29d5b6a226d2: Verifying Checksum [2021-06-15T23:33:07.345Z] 29d5b6a226d2: Download complete [2021-06-15T23:33:07.442Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-06-15T23:33:11.795Z] tests/integration/api_service_test.py ....................s............. [ 60%] [2021-06-15T23:33:18.048Z] Loaded image: buildpack-deps:buster [2021-06-15T23:33:18.048Z] Loaded image: busybox:latest [2021-06-15T23:33:18.048Z] Loaded image: busybox:glibc [2021-06-15T23:33:18.048Z] Loaded image: buildpack-deps:buster [2021-06-15T23:33:18.048Z] Loaded image: busybox:latest [2021-06-15T23:33:18.048Z] Loaded image: busybox:glibc [2021-06-15T23:33:20.568Z] Loaded image: debian:bullseye [2021-06-15T23:33:20.823Z] Loaded image: hello-world:latest [2021-06-15T23:33:20.823Z] Loaded image: arm32v7/hello-world:latest [2021-06-15T23:33:21.080Z] INFO: Testing against a local daemon [2021-06-15T23:33:21.080Z] === RUN TestDockerDaemonSuite [2021-06-15T23:33:21.080Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-06-15T23:33:23.598Z] Loaded image: debian:bullseye [2021-06-15T23:33:24.162Z] Loaded image: hello-world:latest [2021-06-15T23:33:24.162Z] Loaded image: arm32v7/hello-world:latest [2021-06-15T23:33:24.162Z] INFO: Testing against a local daemon [2021-06-15T23:33:24.162Z] === RUN TestDockerSuite [2021-06-15T23:33:24.162Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-06-15T23:33:24.162Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-06-15T23:33:24.162Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-06-15T23:33:24.418Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-06-15T23:33:24.418Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-06-15T23:33:24.418Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-06-15T23:33:24.418Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-06-15T23:33:24.418Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-06-15T23:33:25.345Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-06-15T23:33:25.345Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-06-15T23:33:25.556Z] INFO: Extraction ended at 06/15/2021 23:33:21. Duration:00:00:21.8451913 [2021-06-15T23:33:25.556Z] INFO: Updating the golang and path environment variables [2021-06-15T23:33:25.556Z] INFO: GOPATH=d:\gopath [2021-06-15T23:33:25.556Z] INFO: go version go1.13.15 windows/amd64 [2021-06-15T23:33:25.556Z] INFO: Running the daemon under test in debug mode [2021-06-15T23:33:25.556Z] INFO: Starting a daemon under test... [2021-06-15T23:33:25.556Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42473\17\daemon --pidfile d:\CI\PR-42473\17\docker.pid -D [2021-06-15T23:33:25.556Z] INFO: Process started successfully. [2021-06-15T23:33:25.556Z] INFO: Start tailing logs of the daemon under tests [2021-06-15T23:33:25.556Z] INFO: Waiting for the daemon under test to start... [2021-06-15T23:33:26.272Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-06-15T23:33:26.272Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-06-15T23:33:26.288Z] .......................... [ 67%] [2021-06-15T23:33:26.835Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-06-15T23:33:26.835Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-06-15T23:33:26.835Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-06-15T23:33:29.352Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-06-15T23:33:29.352Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-06-15T23:33:29.352Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-06-15T23:33:29.352Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-06-15T23:33:29.352Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-06-15T23:33:30.719Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-06-15T23:33:31.283Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-06-15T23:33:32.211Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-06-15T23:33:32.211Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-06-15T23:33:32.211Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-06-15T23:33:32.211Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-06-15T23:33:38.789Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-06-15T23:33:38.989Z] --- PASS: TestImportExtremelyLargeImageWorks (102.56s) [2021-06-15T23:33:38.989Z] PASS [2021-06-15T23:33:38.989Z] [2021-06-15T23:33:38.989Z] === Skipped [2021-06-15T23:33:38.989Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-06-15T23:33:38.989Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-06-15T23:33:38.989Z] [2021-06-15T23:33:38.989Z] [2021-06-15T23:33:38.989Z] DONE 12 tests, 1 skipped in 106.904s [2021-06-15T23:33:38.989Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-15T23:33:38.989Z] INFO: Testing against a local daemon [2021-06-15T23:33:38.989Z] === RUN TestNetworkCreateDelete [2021-06-15T23:33:38.989Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-06-15T23:33:38.989Z] === RUN TestDockerNetworkDeletePreferID [2021-06-15T23:33:38.989Z] --- PASS: TestDockerNetworkDeletePreferID (0.40s) [2021-06-15T23:33:38.989Z] === RUN TestDaemonDNSFallback [2021-06-15T23:33:38.989Z] --- PASS: TestDaemonDNSFallback (7.68s) [2021-06-15T23:33:38.989Z] === RUN TestInspectNetwork [2021-06-15T23:33:38.989Z] --- SKIP: TestInspectNetwork (0.00s) [2021-06-15T23:33:38.989Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:33:38.989Z] === RUN TestRunContainerWithBridgeNone [2021-06-15T23:33:38.989Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-06-15T23:33:38.989Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.989Z] === RUN TestNetworkInvalidJSON [2021-06-15T23:33:38.989Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-15T23:33:38.989Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-15T23:33:38.989Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-15T23:33:38.989Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-15T23:33:38.989Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-15T23:33:38.989Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-15T23:33:38.989Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-15T23:33:38.989Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-15T23:33:38.989Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-15T23:33:38.989Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-06-15T23:33:38.989Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-15T23:33:38.989Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-15T23:33:38.989Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-15T23:33:38.989Z] === RUN TestNetworkList [2021-06-15T23:33:38.989Z] === RUN TestNetworkList//networks [2021-06-15T23:33:38.989Z] === PAUSE TestNetworkList//networks [2021-06-15T23:33:38.989Z] === RUN TestNetworkList//networks/ [2021-06-15T23:33:38.989Z] === PAUSE TestNetworkList//networks/ [2021-06-15T23:33:38.989Z] === CONT TestNetworkList//networks [2021-06-15T23:33:38.989Z] === CONT TestNetworkList//networks/ [2021-06-15T23:33:38.989Z] --- PASS: TestNetworkList (0.01s) [2021-06-15T23:33:38.990Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-15T23:33:38.990Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-15T23:33:38.990Z] === RUN TestHostIPv4BridgeLabel [2021-06-15T23:33:38.990Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-06-15T23:33:38.990Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-15T23:33:38.990Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-06-15T23:33:38.990Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] === RUN TestDaemonDefaultNetworkPools [2021-06-15T23:33:38.990Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-06-15T23:33:38.990Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-15T23:33:38.990Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-15T23:33:38.990Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-15T23:33:38.990Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-15T23:33:38.990Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-15T23:33:38.990Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-15T23:33:38.990Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] === RUN TestServiceWithPredefinedNetwork [2021-06-15T23:33:38.990Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-06-15T23:33:38.990Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:33:38.990Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-15T23:33:38.990Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-15T23:33:38.990Z] service_test.go:242: FLAKY_TEST [2021-06-15T23:33:38.990Z] === RUN TestServiceWithDataPathPortInit [2021-06-15T23:33:38.990Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-06-15T23:33:38.990Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:33:38.990Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-15T23:33:38.990Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-15T23:33:38.990Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:33:38.990Z] PASS [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === Skipped [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-06-15T23:33:38.990Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-06-15T23:33:38.990Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-06-15T23:33:38.990Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-06-15T23:33:38.990Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2021-06-15T23:33:38.990Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-15T23:33:38.990Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-15T23:33:38.990Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-15T23:33:38.990Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-06-15T23:33:38.990Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-15T23:33:38.990Z] service_test.go:242: FLAKY_TEST [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2021-06-15T23:33:38.990Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-15T23:33:38.990Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] DONE 22 tests, 12 skipped in 8.413s [2021-06-15T23:33:38.990Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-15T23:33:38.990Z] INFO: Testing against a local daemon [2021-06-15T23:33:38.990Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-15T23:33:38.990Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-06-15T23:33:38.990Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-15T23:33:38.990Z] === RUN TestDockerNetworkIpvlan [2021-06-15T23:33:38.990Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-15T23:33:38.990Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-15T23:33:38.990Z] PASS [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === Skipped [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-06-15T23:33:38.990Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-15T23:33:38.990Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] DONE 2 tests, 2 skipped in 0.119s [2021-06-15T23:33:38.990Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-15T23:33:38.990Z] INFO: Testing against a local daemon [2021-06-15T23:33:38.990Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-15T23:33:38.990Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-06-15T23:33:38.990Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] === RUN TestDockerNetworkMacvlan [2021-06-15T23:33:38.990Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-06-15T23:33:38.990Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] PASS [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === Skipped [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-06-15T23:33:38.990Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-06-15T23:33:38.990Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] DONE 2 tests, 2 skipped in 0.112s [2021-06-15T23:33:38.990Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-15T23:33:38.990Z] testing: warning: no tests to run [2021-06-15T23:33:38.990Z] PASS [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] DONE 0 tests in 0.026s [2021-06-15T23:33:38.990Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-15T23:33:38.990Z] INFO: Testing against a local daemon [2021-06-15T23:33:38.990Z] === RUN TestAuthZPluginAllowRequest [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] === RUN TestAuthZPluginTLS [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] === RUN TestAuthZPluginDenyRequest [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] === RUN TestAuthZPluginDenyResponse [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] === RUN TestAuthZPluginAllowEventStream [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] === RUN TestAuthZPluginErrorResponse [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] === RUN TestAuthZPluginErrorRequest [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] === RUN TestAuthZPluginHeader [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.21s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] === RUN TestAuthZPluginV2Disable [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-15T23:33:38.990Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] PASS [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === Skipped [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.21s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-06-15T23:33:38.990Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] [2021-06-15T23:33:38.990Z] DONE 17 tests, 17 skipped in 0.399s [2021-06-15T23:33:38.990Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-15T23:33:39.250Z] INFO: Testing against a local daemon [2021-06-15T23:33:39.250Z] === RUN TestPluginInvalidJSON [2021-06-15T23:33:39.250Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-15T23:33:39.250Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-15T23:33:39.250Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-15T23:33:39.250Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-06-15T23:33:39.250Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-15T23:33:39.250Z] === RUN TestPluginInstall [2021-06-15T23:33:39.250Z] --- SKIP: TestPluginInstall (0.00s) [2021-06-15T23:33:39.250Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:39.250Z] === RUN TestPluginsWithRuntimes [2021-06-15T23:33:39.250Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-06-15T23:33:39.250Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-06-15T23:33:39.250Z] === RUN TestPluginBackCompatMediaTypes [2021-06-15T23:33:39.250Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-06-15T23:33:39.250Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-06-15T23:33:39.250Z] PASS [2021-06-15T23:33:39.250Z] [2021-06-15T23:33:39.250Z] === Skipped [2021-06-15T23:33:39.250Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-06-15T23:33:39.250Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-15T23:33:39.250Z] [2021-06-15T23:33:39.250Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-06-15T23:33:39.250Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-06-15T23:33:39.250Z] [2021-06-15T23:33:39.250Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-06-15T23:33:39.250Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-06-15T23:33:39.250Z] [2021-06-15T23:33:39.250Z] [2021-06-15T23:33:39.250Z] DONE 5 tests, 3 skipped in 0.149s [2021-06-15T23:33:39.250Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-15T23:33:39.250Z] INFO: Testing against a local daemon [2021-06-15T23:33:39.250Z] === RUN TestExternalGraphDriver [2021-06-15T23:33:39.510Z] --- SKIP: TestExternalGraphDriver (0.07s) [2021-06-15T23:33:39.510Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-06-15T23:33:39.510Z] === RUN TestGraphdriverPluginV2 [2021-06-15T23:33:42.960Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-06-15T23:33:43.312Z] .....INFO: Daemon under test started and replied! [2021-06-15T23:33:43.312Z] INFO: Docker version of the daemon under test [2021-06-15T23:33:43.312Z] [2021-06-15T23:33:43.312Z] Client: [2021-06-15T23:33:43.312Z] Version: 17.06.2-ce [2021-06-15T23:33:43.312Z] API version: 1.30 [2021-06-15T23:33:43.312Z] Go version: go1.8.3 [2021-06-15T23:33:43.312Z] Git commit: cec0b72 [2021-06-15T23:33:43.312Z] Built: Tue Sep 5 19:57:19 2017 [2021-06-15T23:33:43.312Z] OS/Arch: windows/amd64 [2021-06-15T23:33:43.312Z] [2021-06-15T23:33:43.312Z] Server: [2021-06-15T23:33:43.312Z] Version: 0.0.0-dev [2021-06-15T23:33:43.312Z] API version: 1.41 (minimum version 1.24) [2021-06-15T23:33:43.312Z] Go version: go1.13.15 [2021-06-15T23:33:43.312Z] Git commit: 3eb1257698 [2021-06-15T23:33:43.312Z] Built: 06/15/2021 23:31:46 [2021-06-15T23:33:43.312Z] OS/Arch: windows/amd64 [2021-06-15T23:33:43.312Z] Experimental: false [2021-06-15T23:33:43.312Z] [2021-06-15T23:33:43.312Z] INFO: Docker info of the daemon under test [2021-06-15T23:33:43.312Z] [2021-06-15T23:33:43.312Z] Containers: 0 [2021-06-15T23:33:43.312Z] Running: 0 [2021-06-15T23:33:43.312Z] Paused: 0 [2021-06-15T23:33:43.312Z] Stopped: 0 [2021-06-15T23:33:43.312Z] Images: 0 [2021-06-15T23:33:43.312Z] Server Version: 0.0.0-dev [2021-06-15T23:33:43.312Z] Storage Driver: windowsfilter [2021-06-15T23:33:43.312Z] Windows: [2021-06-15T23:33:43.312Z] Logging Driver: json-file [2021-06-15T23:33:43.312Z] Plugins: [2021-06-15T23:33:43.312Z] Volume: local [2021-06-15T23:33:43.312Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-15T23:33:43.312Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-15T23:33:43.312Z] Swarm: inactive [2021-06-15T23:33:43.312Z] Default Isolation: process [2021-06-15T23:33:43.312Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-06-15T23:33:43.312Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879) [2021-06-15T23:33:43.312Z] OSType: windows [2021-06-15T23:33:43.312Z] Architecture: x86_64 [2021-06-15T23:33:43.312Z] CPUs: 4 [2021-06-15T23:33:43.312Z] Total Memory: 32GiB [2021-06-15T23:33:43.312Z] Name: azwin-2-d8feb0 [2021-06-15T23:33:43.312Z] ID: YKT2:PVZ6:YQUZ:LL4W:HWPC:D24M:DHXE:P6RD:TGHE:I2F6:RETI:OTYL [2021-06-15T23:33:43.312Z] Docker Root Dir: D:\CI\PR-42473\17\daemon [2021-06-15T23:33:43.312Z] Debug Mode (client): false [2021-06-15T23:33:43.312Z] Debug Mode (server): true [2021-06-15T23:33:43.312Z] File Descriptors: -1 [2021-06-15T23:33:43.312Z] Goroutines: 16 [2021-06-15T23:33:43.312Z] System Time: 2021-06-15T23:33:41.3911786Z [2021-06-15T23:33:43.312Z] EventsListeners: 0 [2021-06-15T23:33:43.312Z] Registry: https://index.docker.io/v1/ [2021-06-15T23:33:43.312Z] Labels: [2021-06-15T23:33:43.312Z] Experimental: false [2021-06-15T23:33:43.312Z] Insecure Registries: [2021-06-15T23:33:43.312Z] 127.0.0.0/8 [2021-06-15T23:33:43.312Z] Live Restore Enabled: false [2021-06-15T23:33:43.312Z] [2021-06-15T23:33:43.312Z] [2021-06-15T23:33:43.312Z] INFO: Docker images of the daemon under test [2021-06-15T23:33:43.312Z] [2021-06-15T23:33:43.312Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-15T23:33:43.312Z] [2021-06-15T23:33:43.312Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-06-15T23:33:43.312Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-06-15T23:33:43.312Z] ltsc2019: Pulling from windows/servercore [2021-06-15T23:33:43.312Z] 4612f6d0b889: Pulling fs layer [2021-06-15T23:33:43.312Z] 639bb6bb2beb: Pulling fs layer [2021-06-15T23:33:45.205Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-15T23:33:45.205Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-15T23:33:45.205Z] GOOS="" GOARCH="" GOARM="" [2021-06-15T23:33:45.205Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-15T23:33:45.205Z] [2021-06-15T23:33:45.205Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-15T23:33:45.205Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-15T23:33:45.205Z] HOSTNAME=1a34f9652aa8 [2021-06-15T23:33:45.205Z] TESTDEBUG=0 [2021-06-15T23:33:45.205Z] DEST=bundles/test-integration [2021-06-15T23:33:45.205Z] PWD=/go/src/github.com/docker/docker [2021-06-15T23:33:45.205Z] DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 [2021-06-15T23:33:45.205Z] container=docker [2021-06-15T23:33:45.205Z] HOME=/root [2021-06-15T23:33:45.205Z] GOLANG_VERSION=1.13.15 [2021-06-15T23:33:45.205Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-15T23:33:45.205Z] VALIDATE_BRANCH=master [2021-06-15T23:33:45.205Z] TERM=xterm [2021-06-15T23:33:45.205Z] DOCKER_PKG=github.com/docker/docker [2021-06-15T23:33:45.205Z] SHLVL=1 [2021-06-15T23:33:45.205Z] TIMEOUT=120m [2021-06-15T23:33:45.205Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-15T23:33:45.205Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-15T23:33:45.205Z] GO111MODULE=off [2021-06-15T23:33:45.205Z] DOCKER_EXPERIMENTAL=1 [2021-06-15T23:33:45.205Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-15T23:33:45.205Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-15T23:33:45.205Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-15T23:33:45.205Z] GOPATH=/go [2021-06-15T23:33:45.205Z] PKG_CONFIG=pkg-config [2021-06-15T23:33:45.205Z] _=/usr/bin/env [2021-06-15T23:33:45.205Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-15T23:33:46.088Z] --- PASS: TestGraphdriverPluginV2 (5.97s) [2021-06-15T23:33:46.088Z] PASS [2021-06-15T23:33:46.088Z] [2021-06-15T23:33:46.088Z] === Skipped [2021-06-15T23:33:46.088Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2021-06-15T23:33:46.088Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-06-15T23:33:46.088Z] [2021-06-15T23:33:46.088Z] [2021-06-15T23:33:46.088Z] DONE 2 tests, 1 skipped in 6.168s [2021-06-15T23:33:46.088Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-15T23:33:46.088Z] INFO: Testing against a local daemon [2021-06-15T23:33:46.088Z] === RUN TestContinueAfterPluginCrash [2021-06-15T23:33:46.088Z] === PAUSE TestContinueAfterPluginCrash [2021-06-15T23:33:46.088Z] === RUN TestReadPluginNoRead [2021-06-15T23:33:46.088Z] === PAUSE TestReadPluginNoRead [2021-06-15T23:33:46.088Z] === RUN TestDaemonStartWithLogOpt [2021-06-15T23:33:46.088Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-15T23:33:46.088Z] === CONT TestContinueAfterPluginCrash [2021-06-15T23:33:46.088Z] === CONT TestDaemonStartWithLogOpt [2021-06-15T23:33:46.231Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-06-15T23:33:48.121Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-06-15T23:33:48.378Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-06-15T23:33:50.268Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-06-15T23:33:51.197Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-06-15T23:33:52.125Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-06-15T23:33:52.667Z] --- PASS: TestDaemonStartWithLogOpt (6.56s) [2021-06-15T23:33:52.667Z] === CONT TestReadPluginNoRead [2021-06-15T23:33:53.054Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-06-15T23:33:54.422Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-06-15T23:33:55.352Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-06-15T23:33:55.963Z] === RUN TestReadPluginNoRead/default [2021-06-15T23:33:55.963Z] --- PASS: TestContinueAfterPluginCrash (10.51s) [2021-06-15T23:33:56.720Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-06-15T23:33:58.088Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-06-15T23:33:58.183Z] 4612f6d0b889: Verifying Checksum [2021-06-15T23:33:58.183Z] 4612f6d0b889: Download complete [2021-06-15T23:33:58.505Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-15T23:33:59.454Z] === RUN TestDockerSuite/TestAttachDetach [2021-06-15T23:34:01.043Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-15T23:34:01.344Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-06-15T23:34:02.710Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-06-15T23:34:02.710Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-06-15T23:34:03.583Z] --- PASS: TestReadPluginNoRead (11.23s) [2021-06-15T23:34:03.583Z] --- PASS: TestReadPluginNoRead/default (2.51s) [2021-06-15T23:34:03.583Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.55s) [2021-06-15T23:34:03.583Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.56s) [2021-06-15T23:34:03.583Z] read_test.go:92: [d9a1ec58bfce0] daemon is not started [2021-06-15T23:34:03.583Z] PASS [2021-06-15T23:34:03.583Z] [2021-06-15T23:34:03.583Z] DONE 6 tests in 17.913s [2021-06-15T23:34:03.583Z] 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-06-15T23:34:03.583Z] testing: warning: no tests to run [2021-06-15T23:34:03.583Z] PASS [2021-06-15T23:34:03.583Z] [2021-06-15T23:34:03.583Z] DONE 0 tests in 0.044s [2021-06-15T23:34:03.583Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-15T23:34:03.583Z] INFO: Testing against a local daemon [2021-06-15T23:34:03.583Z] === RUN TestPluginWithDevMounts [2021-06-15T23:34:03.583Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-06-15T23:34:03.583Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-06-15T23:34:03.583Z] PASS [2021-06-15T23:34:03.583Z] [2021-06-15T23:34:03.583Z] === Skipped [2021-06-15T23:34:03.583Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-06-15T23:34:03.583Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-06-15T23:34:03.583Z] [2021-06-15T23:34:03.583Z] [2021-06-15T23:34:03.583Z] DONE 1 tests, 1 skipped in 0.124s [2021-06-15T23:34:03.583Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-15T23:34:03.583Z] INFO: Testing against a local daemon [2021-06-15T23:34:03.583Z] === RUN TestSecretInspect [2021-06-15T23:34:03.583Z] --- SKIP: TestSecretInspect (0.02s) [2021-06-15T23:34:03.583Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.583Z] === RUN TestSecretList [2021-06-15T23:34:03.583Z] --- SKIP: TestSecretList (0.02s) [2021-06-15T23:34:03.583Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.583Z] === RUN TestSecretsCreateAndDelete [2021-06-15T23:34:03.583Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2021-06-15T23:34:03.583Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.583Z] === RUN TestSecretsUpdate [2021-06-15T23:34:03.583Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-06-15T23:34:03.583Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.583Z] === RUN TestTemplatedSecret [2021-06-15T23:34:03.583Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-06-15T23:34:03.583Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.583Z] === RUN TestSecretCreateResolve [2021-06-15T23:34:03.583Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-06-15T23:34:03.583Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.583Z] PASS [2021-06-15T23:34:03.844Z] [2021-06-15T23:34:03.844Z] === Skipped [2021-06-15T23:34:03.844Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2021-06-15T23:34:03.844Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.844Z] [2021-06-15T23:34:03.844Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2021-06-15T23:34:03.844Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.844Z] [2021-06-15T23:34:03.844Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2021-06-15T23:34:03.844Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.844Z] [2021-06-15T23:34:03.844Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-06-15T23:34:03.844Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.844Z] [2021-06-15T23:34:03.844Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-06-15T23:34:03.844Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.844Z] [2021-06-15T23:34:03.844Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-06-15T23:34:03.844Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.844Z] [2021-06-15T23:34:03.844Z] [2021-06-15T23:34:03.844Z] DONE 6 tests, 6 skipped in 0.192s [2021-06-15T23:34:03.844Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-15T23:34:03.844Z] INFO: Testing against a local daemon [2021-06-15T23:34:03.844Z] === RUN TestServiceCreateInit [2021-06-15T23:34:03.844Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-15T23:34:03.844Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-15T23:34:03.844Z] --- PASS: TestServiceCreateInit (0.02s) [2021-06-15T23:34:03.844Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-15T23:34:03.844Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.844Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-15T23:34:03.844Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.844Z] === RUN TestCreateServiceMultipleTimes [2021-06-15T23:34:03.844Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-06-15T23:34:03.844Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.844Z] === RUN TestCreateServiceConflict [2021-06-15T23:34:03.844Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-06-15T23:34:03.844Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.844Z] === RUN TestCreateServiceMaxReplicas [2021-06-15T23:34:03.844Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-06-15T23:34:03.844Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.844Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-15T23:34:03.844Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s) [2021-06-15T23:34:03.844Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.844Z] === RUN TestCreateServiceSecretFileMode [2021-06-15T23:34:03.844Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-06-15T23:34:03.844Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.844Z] === RUN TestCreateServiceConfigFileMode [2021-06-15T23:34:03.844Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-06-15T23:34:03.844Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:03.844Z] === RUN TestCreateServiceSysctls [2021-06-15T23:34:04.106Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-06-15T23:34:04.106Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:04.106Z] === RUN TestCreateServiceCapabilities [2021-06-15T23:34:04.106Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-06-15T23:34:04.106Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:04.106Z] === RUN TestInspect [2021-06-15T23:34:04.106Z] --- SKIP: TestInspect (0.01s) [2021-06-15T23:34:04.106Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:04.106Z] === RUN TestCreateJob [2021-06-15T23:34:04.106Z] --- SKIP: TestCreateJob (0.01s) [2021-06-15T23:34:04.106Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:04.106Z] === RUN TestReplicatedJob [2021-06-15T23:34:04.106Z] --- SKIP: TestReplicatedJob (0.01s) [2021-06-15T23:34:04.106Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:04.106Z] === RUN TestUpdateReplicatedJob [2021-06-15T23:34:04.106Z] --- SKIP: TestUpdateReplicatedJob (0.02s) [2021-06-15T23:34:04.106Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:04.106Z] === RUN TestServiceListWithStatuses [2021-06-15T23:34:04.106Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-15T23:34:04.106Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-15T23:34:04.106Z] === RUN TestDockerNetworkConnectAlias [2021-06-15T23:34:04.106Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-06-15T23:34:04.106Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:04.106Z] === RUN TestDockerNetworkReConnect [2021-06-15T23:34:04.106Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2021-06-15T23:34:04.106Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:04.106Z] === RUN TestServicePlugin [2021-06-15T23:34:05.230Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-06-15T23:34:06.159Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-06-15T23:34:06.415Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-06-15T23:34:07.215Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-15T23:34:07.215Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-15T23:34:08.307Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-06-15T23:34:08.307Z] --- SKIP: TestServicePlugin (3.47s) [2021-06-15T23:34:08.307Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.307Z] === RUN TestServiceUpdateLabel [2021-06-15T23:34:08.307Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-06-15T23:34:08.307Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.307Z] === RUN TestServiceUpdateSecrets [2021-06-15T23:34:08.307Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-06-15T23:34:08.307Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.307Z] === RUN TestServiceUpdateConfigs [2021-06-15T23:34:08.307Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2021-06-15T23:34:08.307Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.307Z] === RUN TestServiceUpdateNetwork [2021-06-15T23:34:08.307Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-06-15T23:34:08.307Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.307Z] === RUN TestServiceUpdatePidsLimit [2021-06-15T23:34:08.307Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-06-15T23:34:08.307Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.307Z] PASS [2021-06-15T23:34:08.307Z] [2021-06-15T23:34:08.307Z] === Skipped [2021-06-15T23:34:08.307Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-15T23:34:08.307Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-15T23:34:08.307Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.307Z] [2021-06-15T23:34:08.307Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-15T23:34:08.307Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-15T23:34:08.307Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.307Z] [2021-06-15T23:34:08.307Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-06-15T23:34:08.307Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.307Z] [2021-06-15T23:34:08.307Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-06-15T23:34:08.307Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.307Z] [2021-06-15T23:34:08.307Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-06-15T23:34:08.307Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.307Z] [2021-06-15T23:34:08.307Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s) [2021-06-15T23:34:08.307Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.307Z] [2021-06-15T23:34:08.307Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-06-15T23:34:08.307Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.307Z] [2021-06-15T23:34:08.307Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-06-15T23:34:08.307Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.307Z] [2021-06-15T23:34:08.307Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-06-15T23:34:08.307Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.307Z] [2021-06-15T23:34:08.307Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-06-15T23:34:08.307Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.307Z] [2021-06-15T23:34:08.307Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-06-15T23:34:08.308Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.308Z] [2021-06-15T23:34:08.308Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-06-15T23:34:08.308Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.308Z] [2021-06-15T23:34:08.308Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-06-15T23:34:08.308Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.308Z] [2021-06-15T23:34:08.308Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s) [2021-06-15T23:34:08.308Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.308Z] [2021-06-15T23:34:08.308Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-15T23:34:08.308Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-15T23:34:08.308Z] [2021-06-15T23:34:08.308Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-06-15T23:34:08.308Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.308Z] [2021-06-15T23:34:08.308Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2021-06-15T23:34:08.308Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.308Z] [2021-06-15T23:34:08.308Z] === SKIP: amd64.integration.service TestServicePlugin (3.47s) [2021-06-15T23:34:08.308Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.308Z] [2021-06-15T23:34:08.308Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-06-15T23:34:08.308Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.308Z] [2021-06-15T23:34:08.308Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-06-15T23:34:08.308Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.308Z] [2021-06-15T23:34:08.308Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2021-06-15T23:34:08.308Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.308Z] [2021-06-15T23:34:08.308Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-06-15T23:34:08.308Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.308Z] [2021-06-15T23:34:08.308Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-06-15T23:34:08.308Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-15T23:34:08.308Z] [2021-06-15T23:34:08.308Z] [2021-06-15T23:34:08.308Z] DONE 24 tests, 23 skipped in 3.890s [2021-06-15T23:34:08.308Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-15T23:34:08.308Z] INFO: Testing against a local daemon [2021-06-15T23:34:08.308Z] === RUN TestSessionCreate [2021-06-15T23:34:08.308Z] --- PASS: TestSessionCreate (0.03s) [2021-06-15T23:34:08.308Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-15T23:34:08.308Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-06-15T23:34:08.308Z] PASS [2021-06-15T23:34:08.308Z] [2021-06-15T23:34:08.308Z] DONE 2 tests in 0.148s [2021-06-15T23:34:08.308Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-15T23:34:08.308Z] INFO: Testing against a local daemon [2021-06-15T23:34:08.308Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-15T23:34:08.308Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-15T23:34:08.308Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-15T23:34:08.308Z] === RUN TestEventsExecDie [2021-06-15T23:34:08.880Z] --- PASS: TestEventsExecDie (1.03s) [2021-06-15T23:34:08.880Z] === RUN TestEventsBackwardsCompatible [2021-06-15T23:34:08.880Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2021-06-15T23:34:08.880Z] === RUN TestEventsVolumeCreate [2021-06-15T23:34:09.065Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-06-15T23:34:09.140Z] --- PASS: TestEventsVolumeCreate (0.05s) [2021-06-15T23:34:09.140Z] === RUN TestInfoBinaryCommits [2021-06-15T23:34:09.140Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-06-15T23:34:09.140Z] === RUN TestInfoAPIVersioned [2021-06-15T23:34:09.140Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-15T23:34:09.140Z] === RUN TestInfoDiscoveryBackend [2021-06-15T23:34:09.674Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-06-15T23:34:09.930Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-06-15T23:34:10.520Z] --- PASS: TestInfoDiscoveryBackend (1.52s) [2021-06-15T23:34:10.520Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-15T23:34:10.629Z] 639bb6bb2beb: Verifying Checksum [2021-06-15T23:34:10.629Z] 639bb6bb2beb: Download complete [2021-06-15T23:34:13.202Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-06-15T23:34:13.868Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.41s) [2021-06-15T23:34:13.868Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-15T23:34:13.868Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-06-15T23:34:13.868Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:34:13.868Z] === RUN TestInfoAPI [2021-06-15T23:34:14.131Z] --- PASS: TestInfoAPI (0.02s) [2021-06-15T23:34:14.131Z] === RUN TestInfoAPIWarnings [2021-06-15T23:34:14.569Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-06-15T23:34:15.131Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-06-15T23:34:17.025Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-06-15T23:34:17.025Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-06-15T23:34:19.560Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-06-15T23:34:20.125Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-06-15T23:34:20.381Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-06-15T23:34:23.655Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-06-15T23:34:24.184Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-06-15T23:34:25.019Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-06-15T23:34:25.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-15T23:34:25.583Z] --- PASS: TestBuildWithHugeFile (100.12s) [2021-06-15T23:34:25.583Z] === RUN TestBuildWCOWSandboxSize [2021-06-15T23:34:25.583Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-06-15T23:34:25.583Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-15T23:34:25.583Z] === RUN TestBuildWithEmptyDockerfile [2021-06-15T23:34:25.583Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-15T23:34:25.583Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-15T23:34:25.583Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-15T23:34:25.583Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-15T23:34:25.583Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-15T23:34:25.583Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-15T23:34:25.840Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-15T23:34:25.840Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-15T23:34:25.840Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-15T23:34:26.080Z] tests/integration/client_test.py ..... [ 75%] [2021-06-15T23:34:26.080Z] tests/integration/context_api_test.py ... [ 76%] [2021-06-15T23:34:26.096Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2021-06-15T23:34:26.096Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2021-06-15T23:34:26.096Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2021-06-15T23:34:26.096Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2021-06-15T23:34:26.096Z] === RUN TestBuildPreserveOwnership [2021-06-15T23:34:26.096Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-15T23:34:27.014Z] tests/integration/errors_test.py . [ 76%] [2021-06-15T23:34:28.614Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-06-15T23:34:28.869Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-06-15T23:34:29.434Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-06-15T23:34:31.329Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-06-15T23:34:31.329Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-15T23:34:31.892Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-06-15T23:34:32.232Z] --- PASS: TestInfoAPIWarnings (17.37s) [2021-06-15T23:34:32.232Z] === RUN TestInfoDebug [2021-06-15T23:34:32.802Z] --- PASS: TestInfoDebug (1.52s) [2021-06-15T23:34:32.802Z] === RUN TestInfoInsecureRegistries [2021-06-15T23:34:33.787Z] --- PASS: TestBuildPreserveOwnership (7.71s) [2021-06-15T23:34:33.787Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.22s) [2021-06-15T23:34:33.787Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.48s) [2021-06-15T23:34:33.787Z] === RUN TestBuildPlatformInvalid [2021-06-15T23:34:34.043Z] --- PASS: TestBuildPlatformInvalid (0.23s) [2021-06-15T23:34:34.043Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-15T23:34:34.713Z] --- PASS: TestInfoInsecureRegistries (1.52s) [2021-06-15T23:34:34.713Z] === RUN TestInfoRegistryMirrors [2021-06-15T23:34:34.972Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-06-15T23:34:35.422Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-15T23:34:36.092Z] --- PASS: TestInfoRegistryMirrors (1.52s) [2021-06-15T23:34:36.093Z] === RUN TestLoginFailsWithBadCredentials [2021-06-15T23:34:36.093Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s) [2021-06-15T23:34:36.093Z] === RUN TestPingCacheHeaders [2021-06-15T23:34:36.093Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-06-15T23:34:36.093Z] === RUN TestPingGet [2021-06-15T23:34:36.093Z] --- PASS: TestPingGet (0.01s) [2021-06-15T23:34:36.093Z] === RUN TestPingHead [2021-06-15T23:34:36.093Z] --- PASS: TestPingHead (0.02s) [2021-06-15T23:34:36.093Z] === RUN TestVersion [2021-06-15T23:34:36.093Z] --- PASS: TestVersion (0.02s) [2021-06-15T23:34:36.093Z] PASS [2021-06-15T23:34:36.093Z] [2021-06-15T23:34:36.093Z] === Skipped [2021-06-15T23:34:36.093Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-15T23:34:36.093Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-15T23:34:36.093Z] [2021-06-15T23:34:36.093Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-06-15T23:34:36.093Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-15T23:34:36.093Z] [2021-06-15T23:34:36.093Z] [2021-06-15T23:34:36.093Z] DONE 19 tests, 2 skipped in 28.389s [2021-06-15T23:34:36.093Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-15T23:34:36.353Z] INFO: Testing against a local daemon [2021-06-15T23:34:36.353Z] === RUN TestVolumesCreateAndList [2021-06-15T23:34:36.353Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-06-15T23:34:36.353Z] === RUN TestVolumesRemove [2021-06-15T23:34:36.353Z] --- PASS: TestVolumesRemove (0.07s) [2021-06-15T23:34:36.353Z] === RUN TestVolumesInspect [2021-06-15T23:34:36.353Z] --- PASS: TestVolumesInspect (0.02s) [2021-06-15T23:34:36.353Z] === RUN TestVolumesInvalidJSON [2021-06-15T23:34:36.353Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-15T23:34:36.353Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-15T23:34:36.353Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-15T23:34:36.353Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-06-15T23:34:36.353Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-15T23:34:36.353Z] PASS [2021-06-15T23:34:36.353Z] [2021-06-15T23:34:36.353Z] DONE 5 tests in 0.225s [2021-06-15T23:34:36.353Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-15T23:34:36.353Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12559 is not a child of this shell [2021-06-15T23:34:36.353Z] warning: PID 12559 from bundles/test-integration/docker.pid had a nonzero exit code [2021-06-15T23:34:36.613Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-15T23:34:36.613Z] [2021-06-15T23:34:36.613Z] Unloading profiles will leave already running processes permanently [2021-06-15T23:34:36.613Z] unconfined, which can lead to unexpected situations. [2021-06-15T23:34:36.613Z] [2021-06-15T23:34:36.613Z] To set a process to complain mode, use the command line tool [2021-06-15T23:34:36.613Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-15T23:34:36.613Z] Removing test suite binaries [2021-06-15T23:34:36.613Z] exiting test-integration [2021-06-15T23:34:36.613Z] ++ exit 0 [2021-06-15T23:34:36.813Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-15T23:34:36.862Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-06-15T23:34:37.552Z] [2021-06-15T23:34:38.201Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main Post stage [Pipeline] junit [2021-06-15T23:34:38.953Z] Recording test results [2021-06-15T23:34:39.596Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-15T23:34:40.131Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-06-15T23:34:40.171Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-15T23:34:40.721Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-15T23:34:41.084Z] + echo Ensuring container killed. [2021-06-15T23:34:41.084Z] Ensuring container killed. [2021-06-15T23:34:41.084Z] + docker rm -vf docker-pr17 [2021-06-15T23:34:41.084Z] Error: No such container: docker-pr17 [Pipeline] sh [2021-06-15T23:34:41.373Z] + echo Chowning /workspace to jenkins user [2021-06-15T23:34:41.373Z] Chowning /workspace to jenkins user [2021-06-15T23:34:41.373Z] + id -u [2021-06-15T23:34:41.373Z] + id -g [2021-06-15T23:34:41.373Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42473:/workspace busybox chown -R 1000:1000 /workspace [2021-06-15T23:34:41.511Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-06-15T23:34:41.770Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-06-15T23:34:42.095Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-15T23:34:43.585Z] + bundleName=amd64-rootless [2021-06-15T23:34:43.585Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-06-15T23:34:43.585Z] Creating amd64-rootless-bundles.tar.gz [2021-06-15T23:34:43.585Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-06-15T23:34:43.585Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2021-06-15T23:34:43.598Z] Archiving artifacts [2021-06-15T23:34:45.409Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-15T23:34:45.742Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42473/17/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-15T23:34:45.942Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-06-15T23:34:46.056Z] + make clean [2021-06-15T23:34:46.315Z] docker volume rm -f docker-dev-cache [2021-06-15T23:34:46.315Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-15T23:34:47.329Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-15T23:34:47.832Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-06-15T23:34:48.393Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-06-15T23:34:48.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-15T23:34:48.967Z] 29d5b6a226d2: Pull complete [2021-06-15T23:34:48.967Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-06-15T23:34:48.967Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-15T23:34:48.967Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 into daemon under test completed successfully [2021-06-15T23:34:48.967Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore in daemon under test [2021-06-15T23:34:48.967Z] INFO: Version of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 is '10.0.20295.1' [2021-06-15T23:34:48.967Z] WARN: Skipping validation tests [2021-06-15T23:34:48.967Z] INFO: Running unit tests at 06/15/2021 23:34:38... [2021-06-15T23:34:48.967Z] INFO: make.ps1 starting at 06/15/2021 23:34:42 [2021-06-15T23:34:48.967Z] INFO: Git commit (3eb1257698) assumed from DOCKER_GITCOMMIT environment variable [2021-06-15T23:34:48.967Z] INFO: Invoking autogen... [2021-06-15T23:34:48.967Z] INFO: Running unit tests... [2021-06-15T23:34:49.321Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-06-15T23:34:49.577Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-06-15T23:34:49.665Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-15T23:34:50.139Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-06-15T23:34:50.702Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-06-15T23:34:50.702Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-06-15T23:34:50.958Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-06-15T23:34:51.215Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-06-15T23:34:51.584Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-15T23:34:52.145Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-06-15T23:34:52.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-15T23:34:53.118Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-06-15T23:34:54.772Z] 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/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/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/client github.com/docker/docker/libnetwork/client/mflag github.com/docker/docker/libnetwork/client/mflag/example github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/dnet github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/proxy github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/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-06-15T23:34:55.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-15T23:34:56.029Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-15T23:34:56.315Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-06-15T23:34:56.571Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-06-15T23:34:57.233Z] --- PASS: TestImportExtremelyLargeImageWorks (102.25s) [2021-06-15T23:34:57.233Z] PASS [2021-06-15T23:34:57.233Z] [2021-06-15T23:34:57.233Z] DONE 12 tests in 105.163s [2021-06-15T23:34:57.233Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-15T23:34:57.233Z] INFO: Testing against a local daemon [2021-06-15T23:34:57.233Z] === RUN TestNetworkCreateDelete [2021-06-15T23:34:57.233Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-06-15T23:34:57.233Z] === RUN TestDockerNetworkDeletePreferID [2021-06-15T23:34:57.233Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2021-06-15T23:34:57.233Z] === RUN TestDaemonDNSFallback [2021-06-15T23:34:57.233Z] --- PASS: TestDaemonDNSFallback (6.73s) [2021-06-15T23:34:57.233Z] === RUN TestInspectNetwork [2021-06-15T23:34:57.418Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-15T23:34:58.807Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-15T23:34:58.807Z] Using test binary docker [2021-06-15T23:34:58.807Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-15T23:34:58.807Z] +++ /etc/init.d/apparmor start [2021-06-15T23:34:58.807Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-15T23:34:58.807Z] INFO: Waiting for daemon to start... [2021-06-15T23:34:58.807Z] Starting dockerd [2021-06-15T23:34:58.807Z] +++ 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-06-15T23:34:59.087Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-06-15T23:34:59.122Z] === RUN TestInspectNetwork/full_network_id [2021-06-15T23:34:59.122Z] === RUN TestInspectNetwork/partial_network_id [2021-06-15T23:34:59.122Z] === RUN TestInspectNetwork/network_name [2021-06-15T23:34:59.122Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-06-15T23:35:00.454Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-06-15T23:35:03.283Z] --- PASS: TestInspectNetwork (7.72s) [2021-06-15T23:35:03.283Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-06-15T23:35:03.283Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-06-15T23:35:03.283Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-06-15T23:35:03.283Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-06-15T23:35:03.283Z] === RUN TestRunContainerWithBridgeNone [2021-06-15T23:35:03.354Z] ? github.com/docker/docker/api [no test files] [2021-06-15T23:35:03.727Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-06-15T23:35:03.727Z] Loaded image: buildpack-deps:buster [2021-06-15T23:35:03.727Z] Loaded image: busybox:latest [2021-06-15T23:35:03.984Z] Loaded image: busybox:glibc [2021-06-15T23:35:04.103Z] . [2021-06-15T23:35:04.103Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-15T23:35:04.103Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-15T23:35:04.103Z] Error: No such image: emptyfs [2021-06-15T23:35:04.103Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-15T23:35:04.103Z] ++++ docker load [2021-06-15T23:35:04.365Z] Running integration-test (iteration 1) [2021-06-15T23:35:04.365Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-06-15T23:35:04.365Z] ++ 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-06-15T23:35:04.365Z] ++ set -e [2021-06-15T23:35:04.365Z] ++ '[' -n 0 ']' [2021-06-15T23:35:04.365Z] ++ set -x [2021-06-15T23:35:04.365Z] ++ 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-06-15T23:35:06.502Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-06-15T23:35:06.502Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-06-15T23:35:06.551Z] --- PASS: TestRunContainerWithBridgeNone (3.22s) [2021-06-15T23:35:06.551Z] === RUN TestNetworkInvalidJSON [2021-06-15T23:35:06.551Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-15T23:35:06.551Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-15T23:35:06.551Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-15T23:35:06.551Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-15T23:35:06.551Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-15T23:35:06.551Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-15T23:35:06.551Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-15T23:35:06.551Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-15T23:35:06.551Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-15T23:35:06.551Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-06-15T23:35:06.551Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-15T23:35:06.551Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-15T23:35:06.551Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-15T23:35:06.551Z] === RUN TestNetworkList [2021-06-15T23:35:06.551Z] === RUN TestNetworkList//networks [2021-06-15T23:35:06.551Z] === PAUSE TestNetworkList//networks [2021-06-15T23:35:06.551Z] === RUN TestNetworkList//networks/ [2021-06-15T23:35:06.551Z] === PAUSE TestNetworkList//networks/ [2021-06-15T23:35:06.551Z] === CONT TestNetworkList//networks [2021-06-15T23:35:06.551Z] === CONT TestNetworkList//networks/ [2021-06-15T23:35:06.551Z] --- PASS: TestNetworkList (0.01s) [2021-06-15T23:35:06.551Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-15T23:35:06.551Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-15T23:35:06.551Z] === RUN TestHostIPv4BridgeLabel [2021-06-15T23:35:06.806Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-06-15T23:35:06.806Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-15T23:35:08.169Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2021-06-15T23:35:08.169Z] === RUN TestDaemonDefaultNetworkPools [2021-06-15T23:35:08.731Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2021-06-15T23:35:08.731Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-15T23:35:09.770Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-06-15T23:35:09.770Z] Loaded image: debian:bullseye [2021-06-15T23:35:09.770Z] Loaded image: hello-world:latest [2021-06-15T23:35:10.026Z] Loaded image: arm32v7/hello-world:latest [2021-06-15T23:35:10.093Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2021-06-15T23:35:10.093Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-15T23:35:11.019Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2021-06-15T23:35:11.019Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-15T23:35:11.579Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-06-15T23:35:11.579Z] === RUN TestServiceWithPredefinedNetwork [2021-06-15T23:35:12.156Z] ......... [ 86%] [2021-06-15T23:35:13.296Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-06-15T23:35:13.296Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-06-15T23:35:14.845Z] --- PASS: TestServiceWithPredefinedNetwork (2.83s) [2021-06-15T23:35:14.845Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-15T23:35:14.845Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-15T23:35:14.845Z] service_test.go:242: FLAKY_TEST [2021-06-15T23:35:14.845Z] === RUN TestServiceWithDataPathPortInit [2021-06-15T23:35:15.816Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-06-15T23:35:16.616Z] Loaded image: buildpack-deps:buster [2021-06-15T23:35:16.616Z] Loaded image: busybox:latest [2021-06-15T23:35:16.616Z] Loaded image: busybox:glibc [2021-06-15T23:35:17.271Z] tests/integration/models_images_test.py ............... [ 89%] [2021-06-15T23:35:18.185Z] === RUN TestMiddlewares [2021-06-15T23:35:18.185Z] --- PASS: TestMiddlewares (0.00s) [2021-06-15T23:35:18.185Z] PASS [2021-06-15T23:35:18.185Z] coverage: 9.0% of statements [2021-06-15T23:35:18.185Z] ok github.com/docker/docker/api/server 0.098s coverage: 9.0% of statements [2021-06-15T23:35:18.334Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-06-15T23:35:18.902Z] tests/integration/models_networks_test.py .... [ 91%] [2021-06-15T23:35:19.177Z] Loaded image: debian:bullseye [2021-06-15T23:35:19.268Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-06-15T23:35:19.524Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-06-15T23:35:20.639Z] Loaded image: hello-world:latest [2021-06-15T23:35:21.582Z] Loaded image: arm32v7/hello-world:latest [2021-06-15T23:35:21.582Z] INFO: Testing against a local daemon [2021-06-15T23:35:21.582Z] === RUN TestCgroupNamespacesBuild [2021-06-15T23:35:22.042Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (47.88s) [2021-06-15T23:35:22.042Z] PASS [2021-06-15T23:35:22.042Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-06-15T23:35:22.042Z] [2021-06-15T23:35:22.042Z] === Skipped [2021-06-15T23:35:22.042Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-15T23:35:22.042Z] build_session_test.go:25: TODO: BuildKit [2021-06-15T23:35:22.042Z] [2021-06-15T23:35:22.042Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-06-15T23:35:22.042Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-15T23:35:22.042Z] [2021-06-15T23:35:22.042Z] [2021-06-15T23:35:22.042Z] DONE 34 tests, 2 skipped in 269.235s [2021-06-15T23:35:22.042Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-15T23:35:22.043Z] ++ 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-06-15T23:35:22.043Z] ++ set -e [2021-06-15T23:35:22.043Z] ++ '[' -n 0 ']' [2021-06-15T23:35:22.043Z] ++ set -x [2021-06-15T23:35:22.043Z] ++ 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-06-15T23:35:22.299Z] INFO: Testing against a local daemon [2021-06-15T23:35:22.299Z] === RUN TestConfigInspect [2021-06-15T23:35:22.555Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-06-15T23:35:23.119Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-06-15T23:35:24.131Z] --- PASS: TestCgroupNamespacesBuild (2.50s) [2021-06-15T23:35:24.131Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-15T23:35:24.160Z] tests/integration/models_nodes_test.py . [ 91%] [2021-06-15T23:35:25.533Z] tests/integration/models_resources_test.py . [ 91%] [2021-06-15T23:35:25.639Z] --- PASS: TestConfigInspect (3.15s) [2021-06-15T23:35:25.639Z] === RUN TestConfigList [2021-06-15T23:35:26.051Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.78s) [2021-06-15T23:35:26.051Z] === RUN TestBuildWithSession [2021-06-15T23:35:26.051Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-15T23:35:26.051Z] build_session_test.go:25: TODO: BuildKit [2021-06-15T23:35:26.051Z] === RUN TestBuildSquashParent [2021-06-15T23:35:26.201Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-06-15T23:35:26.763Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-06-15T23:35:27.668Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-06-15T23:35:28.130Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-06-15T23:35:28.130Z] --- PASS: TestConfigList (2.86s) [2021-06-15T23:35:28.130Z] === RUN TestConfigsCreateAndDelete [2021-06-15T23:35:28.692Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-06-15T23:35:29.679Z] --- PASS: TestServiceWithDataPathPortInit (15.14s) [2021-06-15T23:35:29.679Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-15T23:35:30.582Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-06-15T23:35:30.943Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-06-15T23:35:30.943Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-06-15T23:35:31.950Z] --- PASS: TestConfigsCreateAndDelete (3.43s) [2021-06-15T23:35:31.950Z] === RUN TestConfigsUpdate [2021-06-15T23:35:32.650Z] --- PASS: TestBuildSquashParent (6.24s) [2021-06-15T23:35:32.650Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-15T23:35:32.650Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:35:32.650Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:35:32.650Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:35:32.650Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:35:32.650Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:35:32.650Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:35:32.650Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:35:32.650Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:35:32.650Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:35:32.650Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:35:32.650Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:35:32.650Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:35:32.650Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:35:32.650Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:35:32.650Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:35:32.650Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:35:32.880Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-06-15T23:35:34.776Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-06-15T23:35:34.776Z] --- PASS: TestConfigsUpdate (2.99s) [2021-06-15T23:35:34.776Z] === RUN TestTemplatedConfig [2021-06-15T23:35:35.032Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-06-15T23:35:35.220Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:35:35.220Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:35:35.593Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-06-15T23:35:35.593Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-06-15T23:35:35.978Z] tests/integration/regression_test.py ...... [ 98%] [2021-06-15T23:35:36.155Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-06-15T23:35:36.494Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-06-15T23:35:36.494Z] tests/integration/credentials/utils_test.py . [100%] [2021-06-15T23:35:36.494Z] [2021-06-15T23:35:36.494Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-06-15T23:35:36.494Z] =========================== short test summary info ============================ [2021-06-15T23:35:36.494Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-06-15T23:35:36.494Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-06-15T23:35:36.494Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-06-15T23:35:36.494Z] Not supported on most drivers [2021-06-15T23:35:36.494Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-06-15T23:35:36.494Z] Output of docker top depends on host distro, and is not formalized. [2021-06-15T23:35:36.494Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-06-15T23:35:36.494Z] Output of docker top depends on host distro, and is not formalized. [2021-06-15T23:35:36.494Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-06-15T23:35:36.494Z] Can fail if eth0 has multiple IP addresses [2021-06-15T23:35:36.494Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-06-15T23:35:36.494Z] This doesn't seem to be taken into account by the engine [2021-06-15T23:35:36.494Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-06-15T23:35:36.494Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40) [2021-06-15T23:35:36.494Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-06-15T23:35:36.494Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 349.99 seconds == [2021-06-15T23:35:36.717Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-06-15T23:35:36.752Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-06-15T23:35:37.772Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-06-15T23:35:37.772Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.82s) [2021-06-15T23:35:37.772Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.99s) [2021-06-15T23:35:37.772Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.07s) [2021-06-15T23:35:37.772Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.19s) [2021-06-15T23:35:37.772Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.52s) [2021-06-15T23:35:37.772Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.42s) [2021-06-15T23:35:37.772Z] === RUN TestBuildMultiStageCopy [2021-06-15T23:35:37.772Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-15T23:35:37.822Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.60s) [2021-06-15T23:35:37.822Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:owzmwnudstg3aumftnkkrubc8 Created:2021-06-15 23:35:30.998453687 +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[b324b6fd8004c4e3b8d3e8a325dd359191f01f913921a2e0ee249311a54532f9:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.lnd3ci34lbxdxjxjm6snyevos EndpointID:49be3cad19b8f36fc6e1d4917e4aff6209db89d1d4785bf8f229f853b0a20380 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d9d866903762ff523f6f3a30b72dbe634ad77c52aa98ebba7e1dd78459f630fa 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:ad993c18e26b IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.lnd3ci34lbxdxjxjm6snyevos EndpointID:49be3cad19b8f36fc6e1d4917e4aff6209db89d1d4785bf8f229f853b0a20380 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-06-15T23:35:37.822Z] PASS [2021-06-15T23:35:37.822Z] [2021-06-15T23:35:37.822Z] === Skipped [2021-06-15T23:35:37.822Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-15T23:35:37.822Z] service_test.go:242: FLAKY_TEST [2021-06-15T23:35:37.822Z] [2021-06-15T23:35:37.822Z] [2021-06-15T23:35:37.822Z] DONE 26 tests, 1 skipped in 49.041s [2021-06-15T23:35:37.822Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-15T23:35:37.822Z] INFO: Testing against a local daemon [2021-06-15T23:35:37.822Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-15T23:35:37.822Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-15T23:35:37.822Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-15T23:35:37.822Z] === RUN TestDockerNetworkIpvlan [2021-06-15T23:35:37.822Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-15T23:35:37.822Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-15T23:35:37.822Z] PASS [2021-06-15T23:35:37.822Z] [2021-06-15T23:35:37.822Z] === Skipped [2021-06-15T23:35:37.822Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-15T23:35:37.822Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-15T23:35:37.822Z] [2021-06-15T23:35:37.822Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-15T23:35:37.822Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-15T23:35:37.822Z] [2021-06-15T23:35:37.822Z] [2021-06-15T23:35:37.822Z] DONE 2 tests, 2 skipped in 0.038s [2021-06-15T23:35:37.822Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-15T23:35:37.822Z] INFO: Testing against a local daemon [2021-06-15T23:35:37.822Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-15T23:35:38.609Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-06-15T23:35:38.752Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.35s) [2021-06-15T23:35:38.752Z] === RUN TestDockerNetworkMacvlan [2021-06-15T23:35:38.866Z] === RUN TestDockerSuite/TestBuildAddScript [2021-06-15T23:35:39.313Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-06-15T23:35:39.692Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-15T23:35:39.954Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-15T23:35:40.233Z] --- PASS: TestTemplatedConfig (5.28s) [2021-06-15T23:35:40.233Z] === RUN TestConfigCreateResolve [2021-06-15T23:35:40.240Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-06-15T23:35:40.527Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-15T23:35:40.789Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-15T23:35:40.797Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-06-15T23:35:40.801Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-06-15T23:35:41.051Z] --- PASS: TestBuildMultiStageCopy (3.55s) [2021-06-15T23:35:41.051Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.12s) [2021-06-15T23:35:41.051Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.34s) [2021-06-15T23:35:41.051Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.35s) [2021-06-15T23:35:41.051Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.36s) [2021-06-15T23:35:41.051Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.38s) [2021-06-15T23:35:41.051Z] === RUN TestBuildMultiStageParentConfig [2021-06-15T23:35:41.996Z] --- PASS: TestBuildMultiStageParentConfig (0.90s) [2021-06-15T23:35:41.996Z] === RUN TestBuildLabelWithTargets [2021-06-15T23:35:43.315Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-06-15T23:35:43.315Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-06-15T23:35:43.315Z] --- PASS: TestConfigCreateResolve (3.31s) [2021-06-15T23:35:43.315Z] === RUN TestConfigDaemonLibtrustID [2021-06-15T23:35:43.877Z] --- PASS: TestConfigDaemonLibtrustID (0.60s) [2021-06-15T23:35:43.877Z] PASS [2021-06-15T23:35:43.877Z] [2021-06-15T23:35:43.877Z] DONE 7 tests in 21.814s [2021-06-15T23:35:43.877Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-15T23:35:43.877Z] ++ 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-06-15T23:35:43.877Z] ++ set -e [2021-06-15T23:35:43.877Z] ++ '[' -n 0 ']' [2021-06-15T23:35:43.877Z] ++ set -x [2021-06-15T23:35:43.877Z] ++ 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-06-15T23:35:43.912Z] --- PASS: TestBuildLabelWithTargets (1.53s) [2021-06-15T23:35:43.912Z] === RUN TestBuildWithEmptyLayers [2021-06-15T23:35:44.067Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-06-15T23:35:44.133Z] INFO: Testing against a local daemon [2021-06-15T23:35:44.133Z] === RUN TestCheckpoint [2021-06-15T23:35:44.133Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-15T23:35:44.133Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-15T23:35:44.133Z] === RUN TestContainerInvalidJSON [2021-06-15T23:35:44.133Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-15T23:35:44.133Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-15T23:35:44.133Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-15T23:35:44.133Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-15T23:35:44.133Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-15T23:35:44.133Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-15T23:35:44.133Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-15T23:35:44.133Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-15T23:35:44.133Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-15T23:35:44.133Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-06-15T23:35:44.133Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-15T23:35:44.133Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-15T23:35:44.133Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-15T23:35:44.133Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-15T23:35:44.174Z] --- PASS: TestBuildWithEmptyLayers (0.76s) [2021-06-15T23:35:44.174Z] === RUN TestBuildMultiStageOnBuild [2021-06-15T23:35:44.390Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2021-06-15T23:35:44.390Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-15T23:35:44.390Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-06-15T23:35:44.390Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-15T23:35:44.390Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2021-06-15T23:35:44.390Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-15T23:35:44.390Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-06-15T23:35:44.390Z] === RUN TestCopyFromContainer [2021-06-15T23:35:45.770Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-06-15T23:35:46.582Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-06-15T23:35:46.722Z] --- PASS: TestBuildMultiStageOnBuild (2.46s) [2021-06-15T23:35:46.722Z] === RUN TestBuildUncleanTarFilenames [2021-06-15T23:35:47.152Z] === RUN TestCopyFromContainer// [2021-06-15T23:35:47.408Z] === RUN TestCopyFromContainer//bar/root [2021-06-15T23:35:47.408Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-15T23:35:47.663Z] === RUN TestCopyFromContainer/bar/quux [2021-06-15T23:35:47.920Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-15T23:35:48.112Z] --- PASS: TestBuildUncleanTarFilenames (1.17s) [2021-06-15T23:35:48.112Z] === RUN TestBuildMultiStageLayerLeak [2021-06-15T23:35:48.176Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-06-15T23:35:48.176Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-15T23:35:48.176Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-15T23:35:48.442Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-15T23:35:48.442Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-15T23:35:48.698Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-15T23:35:48.940Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-15T23:35:48.940Z] [2021-06-15T23:35:48.940Z] Unloading profiles will leave already running processes permanently [2021-06-15T23:35:48.940Z] unconfined, which can lead to unexpected situations. [2021-06-15T23:35:48.940Z] [2021-06-15T23:35:48.940Z] To set a process to complain mode, use the command line tool [2021-06-15T23:35:48.940Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-15T23:35:48.940Z] Post stage [Pipeline] junit [2021-06-15T23:35:48.952Z] Recording test results [2021-06-15T23:35:48.954Z] --- PASS: TestCopyFromContainer (4.45s) [2021-06-15T23:35:48.954Z] --- PASS: TestCopyFromContainer// (0.15s) [2021-06-15T23:35:48.954Z] --- PASS: TestCopyFromContainer//bar/root (0.16s) [2021-06-15T23:35:48.954Z] --- PASS: TestCopyFromContainer//bar/root/ (0.19s) [2021-06-15T23:35:48.954Z] --- PASS: TestCopyFromContainer/bar/quux (0.20s) [2021-06-15T23:35:48.954Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.17s) [2021-06-15T23:35:48.954Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2021-06-15T23:35:48.954Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.16s) [2021-06-15T23:35:48.954Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.15s) [2021-06-15T23:35:48.954Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.18s) [2021-06-15T23:35:48.954Z] --- PASS: TestCopyFromContainer/bar/notarget (0.18s) [2021-06-15T23:35:48.954Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-15T23:35:48.954Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-15T23:35:48.954Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-15T23:35:48.954Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-15T23:35:48.954Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-15T23:35:48.954Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-15T23:35:48.954Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-15T23:35:48.954Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-15T23:35:48.954Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-15T23:35:48.954Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-15T23:35:48.954Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-06-15T23:35:48.954Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-15T23:35:48.954Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-15T23:35:48.954Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-06-15T23:35:48.954Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-15T23:35:48.954Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2021-06-15T23:35:48.954Z] === RUN TestCreateWithInvalidEnv [2021-06-15T23:35:48.954Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-15T23:35:48.954Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-15T23:35:48.954Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-15T23:35:48.954Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-15T23:35:48.954Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-15T23:35:48.954Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-15T23:35:48.954Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-15T23:35:48.954Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-15T23:35:48.954Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-15T23:35:48.954Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-06-15T23:35:48.954Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-15T23:35:48.954Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2021-06-15T23:35:48.954Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2021-06-15T23:35:48.954Z] === RUN TestCreateTmpfsMountsTarget [2021-06-15T23:35:49.211Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-06-15T23:35:49.211Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-15T23:35:50.095Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-06-15T23:35:50.376Z] + echo Ensuring container killed. [2021-06-15T23:35:50.376Z] Ensuring container killed. [2021-06-15T23:35:50.376Z] + docker rm -vf docker-pr17 [2021-06-15T23:35:50.376Z] Error: No such container: docker-pr17 [Pipeline] sh [2021-06-15T23:35:50.580Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-06-15T23:35:50.656Z] + echo Chowning /workspace to jenkins user [2021-06-15T23:35:50.656Z] Chowning /workspace to jenkins user [2021-06-15T23:35:50.656Z] + id -u [2021-06-15T23:35:50.656Z] + id -g [2021-06-15T23:35:50.656Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42473:/workspace busybox chown -R 1000:1000 /workspace [2021-06-15T23:35:50.664Z] --- PASS: TestBuildMultiStageLayerLeak (2.57s) [2021-06-15T23:35:50.664Z] === RUN TestBuildWithHugeFile [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-15T23:35:51.884Z] + bundleName=docker-py [2021-06-15T23:35:51.884Z] + echo Creating docker-py-bundles.tar.gz [2021-06-15T23:35:51.884Z] Creating docker-py-bundles.tar.gz [2021-06-15T23:35:51.884Z] + 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-06-15T23:35:51.895Z] Archiving artifacts [2021-06-15T23:35:53.102Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-06-15T23:35:53.102Z] --- PASS: TestCreateWithCustomMaskedPaths (3.94s) [2021-06-15T23:35:53.102Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-15T23:35:53.116Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-06-15T23:35:53.294Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42473/17/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-06-15T23:35:53.641Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42473/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr17 -e DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 -e DOCKER_GRAPHDRIVER docker:3eb125769899193cc8f255edf91fde4194625cb2 hack/make.sh binary [2021-06-15T23:35:53.671Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-06-15T23:35:53.677Z] --- PASS: TestDockerNetworkMacvlan (15.09s) [2021-06-15T23:35:53.677Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-06-15T23:35:53.677Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2021-06-15T23:35:53.678Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.71s) [2021-06-15T23:35:53.678Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.12s) [2021-06-15T23:35:53.678Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.30s) [2021-06-15T23:35:53.678Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.39s) [2021-06-15T23:35:53.678Z] PASS [2021-06-15T23:35:53.678Z] [2021-06-15T23:35:53.678Z] DONE 8 tests in 16.474s [2021-06-15T23:35:53.678Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-15T23:35:53.678Z] testing: warning: no tests to run [2021-06-15T23:35:53.678Z] PASS [2021-06-15T23:35:53.678Z] [2021-06-15T23:35:53.678Z] DONE 0 tests in 0.007s [2021-06-15T23:35:53.678Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-15T23:35:53.678Z] INFO: Testing against a local daemon [2021-06-15T23:35:53.678Z] === RUN TestAuthZPluginAllowRequest [2021-06-15T23:35:53.899Z] [2021-06-15T23:35:54.158Z] Removing bundles/ [2021-06-15T23:35:54.158Z] [2021-06-15T23:35:54.158Z] ---> Making bundle: binary (in bundles/binary) [2021-06-15T23:35:54.158Z] Building: bundles/binary-daemon/dockerd-dev [2021-06-15T23:35:54.158Z] GOOS="" GOARCH="" GOARM="" [2021-06-15T23:35:55.035Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-06-15T23:35:55.569Z] --- PASS: TestAuthZPluginAllowRequest (1.49s) [2021-06-15T23:35:55.569Z] === RUN TestAuthZPluginTLS [2021-06-15T23:35:55.825Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-06-15T23:35:55.825Z] === RUN TestAuthZPluginDenyRequest [2021-06-15T23:35:56.385Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-06-15T23:35:56.385Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-15T23:35:56.400Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.23s) [2021-06-15T23:35:56.400Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-15T23:35:56.400Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-15T23:35:56.400Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-15T23:35:56.400Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-15T23:35:56.400Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-15T23:35:56.400Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-15T23:35:56.400Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-15T23:35:56.400Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-15T23:35:56.400Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-15T23:35:56.400Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-15T23:35:56.400Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-15T23:35:56.400Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-15T23:35:56.400Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-15T23:35:56.400Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-15T23:35:56.400Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-15T23:35:56.400Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-15T23:35:56.400Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-06-15T23:35:56.400Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-06-15T23:35:56.400Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-06-15T23:35:56.400Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-15T23:35:56.400Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-06-15T23:35:56.400Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-15T23:35:56.400Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-15T23:35:56.946Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-06-15T23:35:56.946Z] === RUN TestAuthZPluginDenyResponse [2021-06-15T23:35:57.327Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-06-15T23:35:57.327Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.01s) [2021-06-15T23:35:57.327Z] === RUN TestCreateDifferentPlatform [2021-06-15T23:35:57.327Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-15T23:35:57.327Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-15T23:35:57.327Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-06-15T23:35:57.327Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-06-15T23:35:57.327Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2021-06-15T23:35:57.327Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-15T23:35:57.327Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-06-15T23:35:57.327Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-15T23:35:57.507Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2021-06-15T23:35:57.507Z] === RUN TestAuthZPluginAllowEventStream [2021-06-15T23:35:57.583Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s) [2021-06-15T23:35:57.583Z] === RUN TestContainerStartOnDaemonRestart [2021-06-15T23:35:57.583Z] === PAUSE TestContainerStartOnDaemonRestart [2021-06-15T23:35:57.583Z] === RUN TestDaemonRestartIpcMode [2021-06-15T23:35:57.583Z] === PAUSE TestDaemonRestartIpcMode [2021-06-15T23:35:57.583Z] === RUN TestDaemonHostGatewayIP [2021-06-15T23:35:57.583Z] === PAUSE TestDaemonHostGatewayIP [2021-06-15T23:35:57.583Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-15T23:35:57.583Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-15T23:35:57.583Z] === RUN TestContainerKillOnDaemonStart [2021-06-15T23:35:57.583Z] === PAUSE TestContainerKillOnDaemonStart [2021-06-15T23:35:57.583Z] === RUN TestDiff [2021-06-15T23:35:58.511Z] --- PASS: TestDiff (1.03s) [2021-06-15T23:35:58.511Z] === RUN TestExecWithCloseStdin [2021-06-15T23:35:58.871Z] --- PASS: TestAuthZPluginAllowEventStream (1.48s) [2021-06-15T23:35:58.871Z] === RUN TestAuthZPluginErrorResponse [2021-06-15T23:35:59.431Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-06-15T23:35:59.431Z] === RUN TestAuthZPluginErrorRequest [2021-06-15T23:35:59.879Z] --- PASS: TestExecWithCloseStdin (1.37s) [2021-06-15T23:35:59.879Z] === RUN TestExec [2021-06-15T23:35:59.994Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-06-15T23:35:59.994Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-15T23:36:00.556Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-06-15T23:36:00.556Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-15T23:36:01.248Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-06-15T23:36:01.248Z] --- PASS: TestExec (1.41s) [2021-06-15T23:36:01.248Z] === RUN TestExecUser [2021-06-15T23:36:02.446Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.75s) [2021-06-15T23:36:02.446Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-15T23:36:02.614Z] --- PASS: TestExecUser (1.44s) [2021-06-15T23:36:02.614Z] === RUN TestExportContainerAndImportImage [2021-06-15T23:36:03.981Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-06-15T23:36:04.236Z] --- PASS: TestExportContainerAndImportImage (1.43s) [2021-06-15T23:36:04.236Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-15T23:36:04.334Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.81s) [2021-06-15T23:36:04.334Z] === RUN TestAuthZPluginHeader [2021-06-15T23:36:04.799Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-06-15T23:36:04.895Z] --- PASS: TestAuthZPluginHeader (0.73s) [2021-06-15T23:36:04.895Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-15T23:36:05.362Z] === RUN TestDockerSuite/TestBuildAddTar [2021-06-15T23:36:05.926Z] --- PASS: TestExportContainerAfterDaemonRestart (1.73s) [2021-06-15T23:36:05.926Z] === RUN TestHealthCheckWorkdir [2021-06-15T23:36:08.441Z] --- PASS: TestHealthCheckWorkdir (2.37s) [2021-06-15T23:36:08.441Z] === RUN TestHealthKillContainer [2021-06-15T23:36:09.058Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.95s) [2021-06-15T23:36:09.058Z] === RUN TestAuthZPluginV2Disable [2021-06-15T23:36:11.711Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-06-15T23:36:12.322Z] --- PASS: TestAuthZPluginV2Disable (3.15s) [2021-06-15T23:36:12.322Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-15T23:36:12.639Z] --- PASS: TestHealthKillContainer (4.20s) [2021-06-15T23:36:12.639Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-15T23:36:14.005Z] --- PASS: TestInspectCpusetInConfigPre120 (1.50s) [2021-06-15T23:36:14.005Z] === RUN TestIpcModeNone [2021-06-15T23:36:14.566Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-06-15T23:36:14.835Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.69s) [2021-06-15T23:36:14.835Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-15T23:36:15.931Z] --- PASS: TestIpcModeNone (1.98s) [2021-06-15T23:36:15.932Z] === RUN TestIpcModePrivate [2021-06-15T23:36:17.299Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-06-15T23:36:18.227Z] --- PASS: TestIpcModePrivate (2.33s) [2021-06-15T23:36:18.227Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:115, shared: false, mustBeShared: false [2021-06-15T23:36:18.227Z] === RUN TestIpcModeShareable [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-15T23:36:18.662Z] === RUN TestBoolValue [2021-06-15T23:36:18.662Z] --- PASS: TestBoolValue (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestBoolValueOrDefault [2021-06-15T23:36:18.662Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestInt64ValueOrZero [2021-06-15T23:36:18.662Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestInt64ValueOrDefault [2021-06-15T23:36:18.662Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestInt64ValueOrDefaultWithError [2021-06-15T23:36:18.662Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestJsonContentType [2021-06-15T23:36:18.662Z] --- PASS: TestJsonContentType (0.00s) [2021-06-15T23:36:18.662Z] PASS [2021-06-15T23:36:18.662Z] coverage: 14.7% of statements [2021-06-15T23:36:18.662Z] ok github.com/docker/docker/api/server/httputils 0.056s coverage: 14.7% of statements [2021-06-15T23:36:18.662Z] === RUN TestMaskSecretKeys [2021-06-15T23:36:18.662Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-06-15T23:36:18.662Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-06-15T23:36:18.662Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-06-15T23:36:18.662Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-06-15T23:36:18.662Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-06-15T23:36:18.662Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-06-15T23:36:18.662Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestVersionMiddlewareVersion [2021-06-15T23:36:18.662Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-06-15T23:36:18.662Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-06-15T23:36:18.662Z] PASS [2021-06-15T23:36:18.662Z] coverage: 37.7% of statements [2021-06-15T23:36:18.662Z] ok github.com/docker/docker/api/server/middleware 0.118s coverage: 37.7% of statements [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-15T23:36:18.662Z] === RUN TestToJSON [2021-06-15T23:36:18.662Z] --- PASS: TestToJSON (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestToParamWithVersion [2021-06-15T23:36:18.662Z] --- PASS: TestToParamWithVersion (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestFromJSON [2021-06-15T23:36:18.662Z] --- PASS: TestFromJSON (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestEmpty [2021-06-15T23:36:18.662Z] --- PASS: TestEmpty (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestArgsMatchKVListEmptySources [2021-06-15T23:36:18.662Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestArgsMatchKVList [2021-06-15T23:36:18.662Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestArgsMatch [2021-06-15T23:36:18.662Z] --- PASS: TestArgsMatch (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestAdd [2021-06-15T23:36:18.662Z] --- PASS: TestAdd (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestDel [2021-06-15T23:36:18.662Z] --- PASS: TestDel (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestLen [2021-06-15T23:36:18.662Z] --- PASS: TestLen (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestExactMatch [2021-06-15T23:36:18.662Z] --- PASS: TestExactMatch (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestOnlyOneExactMatch [2021-06-15T23:36:18.662Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestContains [2021-06-15T23:36:18.662Z] --- PASS: TestContains (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestValidate [2021-06-15T23:36:18.662Z] --- PASS: TestValidate (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestWalkValues [2021-06-15T23:36:18.662Z] --- PASS: TestWalkValues (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestFuzzyMatch [2021-06-15T23:36:18.662Z] --- PASS: TestFuzzyMatch (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestClone [2021-06-15T23:36:18.662Z] --- PASS: TestClone (0.00s) [2021-06-15T23:36:18.662Z] PASS [2021-06-15T23:36:18.662Z] coverage: 92.2% of statements [2021-06-15T23:36:18.662Z] ok github.com/docker/docker/api/types/filters 0.053s coverage: 92.2% of statements [2021-06-15T23:36:18.662Z] === RUN TestStrSliceMarshalJSON [2021-06-15T23:36:18.662Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestStrSliceUnmarshalJSON [2021-06-15T23:36:18.662Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestStrSliceUnmarshalString [2021-06-15T23:36:18.662Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestStrSliceUnmarshalSlice [2021-06-15T23:36:18.662Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-06-15T23:36:18.662Z] PASS [2021-06-15T23:36:18.662Z] coverage: 90.0% of statements [2021-06-15T23:36:18.662Z] ok github.com/docker/docker/api/types/strslice 0.146s coverage: 90.0% of statements [2021-06-15T23:36:18.662Z] === RUN TestDurationToSecondsString [2021-06-15T23:36:18.662Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-06-15T23:36:18.662Z] === RUN TestGetTimestamp [2021-06-15T23:36:18.662Z] === RUN TestAdjustForAPIVersion [2021-06-15T23:36:18.662Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-06-15T23:36:18.662Z] PASS [2021-06-15T23:36:18.662Z] coverage: 5.7% of statements [2021-06-15T23:36:18.662Z] ok github.com/docker/docker/api/server/router/swarm 0.070s coverage: 5.7% of statements [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/types [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-15T23:36:18.662Z] --- PASS: TestGetTimestamp (0.18s) [2021-06-15T23:36:18.662Z] === RUN TestParseTimestamps [2021-06-15T23:36:18.662Z] --- PASS: TestParseTimestamps (0.00s) [2021-06-15T23:36:18.662Z] PASS [2021-06-15T23:36:18.662Z] coverage: 100.0% of statements [2021-06-15T23:36:18.662Z] ok github.com/docker/docker/api/types/time 0.248s coverage: 100.0% of statements [2021-06-15T23:36:18.662Z] === RUN TestCompareVersion [2021-06-15T23:36:18.662Z] --- PASS: TestCompareVersion (0.00s) [2021-06-15T23:36:18.662Z] PASS [2021-06-15T23:36:18.662Z] coverage: 75.0% of statements [2021-06-15T23:36:18.662Z] ok github.com/docker/docker/api/types/versions 0.040s coverage: 75.0% of statements [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/builder [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-15T23:36:18.662Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-15T23:36:19.123Z] === RUN TestParseRemoteURL [2021-06-15T23:36:19.123Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-06-15T23:36:19.123Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-06-15T23:36:19.123Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-06-15T23:36:19.123Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-06-15T23:36:19.123Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-06-15T23:36:19.123Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-06-15T23:36:19.123Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-06-15T23:36:19.123Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-06-15T23:36:19.123Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-06-15T23:36:19.123Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-06-15T23:36:19.123Z] --- PASS: TestParseRemoteURL (0.00s) [2021-06-15T23:36:19.123Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-06-15T23:36:19.123Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-06-15T23:36:19.123Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-06-15T23:36:19.123Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-06-15T23:36:19.123Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-06-15T23:36:19.123Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-06-15T23:36:19.123Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-06-15T23:36:19.123Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-06-15T23:36:19.123Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-06-15T23:36:19.123Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-06-15T23:36:19.123Z] === RUN TestCloneArgsSmartHttp [2021-06-15T23:36:19.123Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-06-15T23:36:19.123Z] === RUN TestCloneArgsDumbHttp [2021-06-15T23:36:19.123Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-06-15T23:36:19.123Z] === RUN TestCloneArgsGit [2021-06-15T23:36:19.123Z] --- PASS: TestCloneArgsGit (0.00s) [2021-06-15T23:36:19.123Z] === RUN TestCheckoutGit [2021-06-15T23:36:19.592Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-06-15T23:36:20.518Z] --- PASS: TestIpcModeShareable (2.21s) [2021-06-15T23:36:20.518Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:112, shared: true, mustBeShared: true [2021-06-15T23:36:20.518Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-15T23:36:21.307Z] === RUN TestEnable [2021-06-15T23:36:21.307Z] --- PASS: TestEnable (0.00s) [2021-06-15T23:36:21.307Z] === RUN TestDisable [2021-06-15T23:36:21.307Z] --- PASS: TestDisable (0.00s) [2021-06-15T23:36:21.307Z] === RUN TestEnabled [2021-06-15T23:36:21.307Z] --- PASS: TestEnabled (0.00s) [2021-06-15T23:36:21.307Z] PASS [2021-06-15T23:36:21.307Z] coverage: 100.0% of statements [2021-06-15T23:36:21.307Z] ok github.com/docker/docker/cli/debug 0.054s coverage: 100.0% of statements [2021-06-15T23:36:21.778Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-06-15T23:36:21.778Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-06-15T23:36:21.778Z] === RUN TestProcessNoDockerignore [2021-06-15T23:36:21.778Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-06-15T23:36:21.778Z] === RUN TestProcessShouldLeaveAllFiles [2021-06-15T23:36:21.778Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2021-06-15T23:36:21.778Z] === RUN TestDetectContentType [2021-06-15T23:36:21.778Z] --- PASS: TestDetectContentType (0.00s) [2021-06-15T23:36:21.778Z] === RUN TestSelectAcceptableMIME [2021-06-15T23:36:21.778Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-06-15T23:36:21.778Z] === RUN TestInspectEmptyResponse [2021-06-15T23:36:21.778Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-06-15T23:36:21.778Z] === RUN TestInspectResponseBinary [2021-06-15T23:36:21.778Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-06-15T23:36:21.778Z] === RUN TestResponseUnsupportedContentType [2021-06-15T23:36:21.778Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-06-15T23:36:21.778Z] === RUN TestInspectResponseTextSimple [2021-06-15T23:36:21.778Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-06-15T23:36:21.778Z] === RUN TestInspectResponseEmptyContentType [2021-06-15T23:36:21.778Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-06-15T23:36:21.778Z] === RUN TestUnknownContentLength [2021-06-15T23:36:21.778Z] --- PASS: TestUnknownContentLength (0.00s) [2021-06-15T23:36:21.778Z] === RUN TestDownloadRemote [2021-06-15T23:36:21.778Z] --- PASS: TestDownloadRemote (0.13s) [2021-06-15T23:36:21.778Z] === RUN TestGetWithStatusError [2021-06-15T23:36:21.778Z] --- PASS: TestGetWithStatusError (0.10s) [2021-06-15T23:36:21.778Z] === RUN TestCloseRootDirectory [2021-06-15T23:36:21.778Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-06-15T23:36:21.778Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:36:21.778Z] === RUN TestHashFile [2021-06-15T23:36:21.778Z] --- SKIP: TestHashFile (0.00s) [2021-06-15T23:36:21.778Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:36:21.778Z] === RUN TestHashSubdir [2021-06-15T23:36:21.778Z] --- SKIP: TestHashSubdir (0.01s) [2021-06-15T23:36:21.778Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:36:21.778Z] === RUN TestRemoveDirectory [2021-06-15T23:36:21.778Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-06-15T23:36:21.778Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:36:21.778Z] PASS [2021-06-15T23:36:21.778Z] coverage: 9.3% of statements [2021-06-15T23:36:21.778Z] ok github.com/docker/docker/builder/remotecontext 0.433s coverage: 9.3% of statements [2021-06-15T23:36:21.882Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-06-15T23:36:22.405Z] 4612f6d0b889: Pull complete [2021-06-15T23:36:22.755Z] === RUN TestGetAllAllowed [2021-06-15T23:36:22.755Z] --- PASS: TestGetAllAllowed (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestGetAllMeta [2021-06-15T23:36:22.755Z] --- PASS: TestGetAllMeta (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestWarnOnUnusedBuildArgs [2021-06-15T23:36:22.755Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestIsUnreferencedBuiltin [2021-06-15T23:36:22.755Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestIsExistingDirectory [2021-06-15T23:36:22.755Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestGetFilenameForDownload [2021-06-15T23:36:22.755Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestEnv2Variables [2021-06-15T23:36:22.755Z] --- PASS: TestEnv2Variables (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-06-15T23:36:22.755Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestMaintainer [2021-06-15T23:36:22.755Z] --- PASS: TestMaintainer (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestLabel [2021-06-15T23:36:22.755Z] --- PASS: TestLabel (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestFromScratch [2021-06-15T23:36:22.755Z] --- PASS: TestFromScratch (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestFromWithArg [2021-06-15T23:36:22.755Z] --- PASS: TestFromWithArg (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-06-15T23:36:22.755Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestFromWithUndefinedArg [2021-06-15T23:36:22.755Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestFromMultiStageWithNamedStage [2021-06-15T23:36:22.755Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestOnbuild [2021-06-15T23:36:22.755Z] --- PASS: TestOnbuild (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestWorkdir [2021-06-15T23:36:22.755Z] --- PASS: TestWorkdir (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestCmd [2021-06-15T23:36:22.755Z] --- PASS: TestCmd (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestHealthcheckNone [2021-06-15T23:36:22.755Z] --- PASS: TestHealthcheckNone (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestHealthcheckCmd [2021-06-15T23:36:22.755Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestEntrypoint [2021-06-15T23:36:22.755Z] --- PASS: TestEntrypoint (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestExpose [2021-06-15T23:36:22.755Z] --- PASS: TestExpose (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestUser [2021-06-15T23:36:22.755Z] --- PASS: TestUser (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestVolume [2021-06-15T23:36:22.755Z] --- PASS: TestVolume (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestStopSignal [2021-06-15T23:36:22.755Z] --- SKIP: TestStopSignal (0.00s) [2021-06-15T23:36:22.755Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-15T23:36:22.755Z] === RUN TestArg [2021-06-15T23:36:22.755Z] --- PASS: TestArg (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestShell [2021-06-15T23:36:22.755Z] --- PASS: TestShell (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestPrependEnvOnCmd [2021-06-15T23:36:22.755Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestRunWithBuildArgs [2021-06-15T23:36:22.755Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestRunIgnoresHealthcheck [2021-06-15T23:36:22.755Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestDispatchUnsupportedOptions [2021-06-15T23:36:22.755Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-06-15T23:36:22.755Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-06-15T23:36:22.755Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-06-15T23:36:22.755Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-06-15T23:36:22.755Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-06-15T23:36:22.755Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-06-15T23:36:22.755Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestNormalizeWorkdir [2021-06-15T23:36:22.755Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestDispatch [2021-06-15T23:36:22.755Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-06-15T23:36:22.755Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-06-15T23:36:22.755Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-06-15T23:36:22.755Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-06-15T23:36:22.755Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-06-15T23:36:22.755Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-06-15T23:36:22.755Z] === RUN TestDispatch/COPY_url [2021-06-15T23:36:22.755Z] --- PASS: TestDispatch (0.09s) [2021-06-15T23:36:22.755Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.04s) [2021-06-15T23:36:22.755Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-06-15T23:36:22.755Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-06-15T23:36:22.755Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-06-15T23:36:22.755Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-06-15T23:36:22.755Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-06-15T23:36:22.755Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestAddScratchImageAddsToMounts [2021-06-15T23:36:22.755Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestAddFromScratchPopulatesPlatform [2021-06-15T23:36:22.755Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-06-15T23:36:22.755Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-06-15T23:36:22.755Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestImageSourceGetAddsToMounts [2021-06-15T23:36:22.755Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestEmptyDockerfile [2021-06-15T23:36:22.755Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-06-15T23:36:22.755Z] === RUN TestSymlinkDockerfile [2021-06-15T23:36:22.755Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-06-15T23:36:22.755Z] === RUN TestDockerfileOutsideTheBuildContext [2021-06-15T23:36:22.755Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestNonExistingDockerfile [2021-06-15T23:36:22.755Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestCopyRunConfig [2021-06-15T23:36:22.755Z] --- PASS: TestCopyRunConfig (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestDeepCopyRunConfig [2021-06-15T23:36:22.755Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestExportImage [2021-06-15T23:36:22.755Z] --- PASS: TestExportImage (0.00s) [2021-06-15T23:36:22.755Z] === RUN TestNormalizeDest [2021-06-15T23:36:22.755Z] --- PASS: TestNormalizeDest (0.00s) [2021-06-15T23:36:22.755Z] PASS [2021-06-15T23:36:22.755Z] coverage: 47.0% of statements [2021-06-15T23:36:22.755Z] ok github.com/docker/docker/builder/dockerfile 0.254s coverage: 47.0% of statements [2021-06-15T23:36:22.755Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-15T23:36:24.775Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.23s) [2021-06-15T23:36:24.775Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-15T23:36:27.128Z] --- PASS: TestAPIIpcModeShareableAndContainer (5.73s) [2021-06-15T23:36:27.128Z] === RUN TestAPIIpcModeHost [2021-06-15T23:36:28.495Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-06-15T23:36:28.751Z] --- PASS: TestAPIIpcModeHost (2.63s) [2021-06-15T23:36:28.751Z] === RUN TestDaemonIpcModeShareable [2021-06-15T23:36:32.019Z] --- PASS: TestDaemonIpcModeShareable (3.23s) [2021-06-15T23:36:32.019Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2021-06-15T23:36:32.019Z] === RUN TestDaemonIpcModePrivate [2021-06-15T23:36:35.151Z] === RUN TestCheckpointCreateError [2021-06-15T23:36:35.151Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestCheckpointCreate [2021-06-15T23:36:35.151Z] --- PASS: TestCheckpointCreate (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestCheckpointDeleteError [2021-06-15T23:36:35.151Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestCheckpointDelete [2021-06-15T23:36:35.151Z] --- PASS: TestCheckpointDelete (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestCheckpointListError [2021-06-15T23:36:35.151Z] --- PASS: TestCheckpointListError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestCheckpointList [2021-06-15T23:36:35.151Z] --- PASS: TestCheckpointList (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestCheckpointListContainerNotFound [2021-06-15T23:36:35.151Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestNewClientWithOpsFromEnv [2021-06-15T23:36:35.151Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-06-15T23:36:35.151Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-15T23:36:35.151Z] === RUN TestGetAPIPath [2021-06-15T23:36:35.151Z] --- PASS: TestGetAPIPath (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestParseHostURL [2021-06-15T23:36:35.151Z] --- PASS: TestParseHostURL (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-06-15T23:36:35.151Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestNegotiateAPIVersionEmpty [2021-06-15T23:36:35.151Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestNegotiateAPIVersion [2021-06-15T23:36:35.151Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestNegotiateAPVersionOverride [2021-06-15T23:36:35.151Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestNegotiateAPIVersionAutomatic [2021-06-15T23:36:35.151Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-06-15T23:36:35.151Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-06-15T23:36:35.151Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestClientRedirect [2021-06-15T23:36:35.151Z] --- PASS: TestClientRedirect (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigCreateUnsupported [2021-06-15T23:36:35.151Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigCreateError [2021-06-15T23:36:35.151Z] --- PASS: TestConfigCreateError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigCreate [2021-06-15T23:36:35.151Z] --- PASS: TestConfigCreate (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigInspectNotFound [2021-06-15T23:36:35.151Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigInspectWithEmptyID [2021-06-15T23:36:35.151Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigInspectUnsupported [2021-06-15T23:36:35.151Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigInspectError [2021-06-15T23:36:35.151Z] --- PASS: TestConfigInspectError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigInspectConfigNotFound [2021-06-15T23:36:35.151Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigInspect [2021-06-15T23:36:35.151Z] --- PASS: TestConfigInspect (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigListUnsupported [2021-06-15T23:36:35.151Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigListError [2021-06-15T23:36:35.151Z] --- PASS: TestConfigListError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigList [2021-06-15T23:36:35.151Z] --- PASS: TestConfigList (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigRemoveUnsupported [2021-06-15T23:36:35.151Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigRemoveError [2021-06-15T23:36:35.151Z] --- PASS: TestConfigRemoveError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigRemove [2021-06-15T23:36:35.151Z] --- PASS: TestConfigRemove (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigUpdateUnsupported [2021-06-15T23:36:35.151Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigUpdateError [2021-06-15T23:36:35.151Z] --- PASS: TestConfigUpdateError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestConfigUpdate [2021-06-15T23:36:35.151Z] --- PASS: TestConfigUpdate (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestContainerCommitError [2021-06-15T23:36:35.151Z] --- PASS: TestContainerCommitError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestContainerCommit [2021-06-15T23:36:35.151Z] --- PASS: TestContainerCommit (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestContainerStatPathError [2021-06-15T23:36:35.151Z] --- PASS: TestContainerStatPathError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestContainerStatPathNotFoundError [2021-06-15T23:36:35.151Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestContainerStatPathNoHeaderError [2021-06-15T23:36:35.151Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestContainerStatPath [2021-06-15T23:36:35.151Z] --- PASS: TestContainerStatPath (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestCopyToContainerError [2021-06-15T23:36:35.151Z] --- PASS: TestCopyToContainerError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestCopyToContainerNotFoundError [2021-06-15T23:36:35.151Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestCopyToContainerNotStatusOKError [2021-06-15T23:36:35.151Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestCopyToContainer [2021-06-15T23:36:35.151Z] --- PASS: TestCopyToContainer (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestCopyFromContainerError [2021-06-15T23:36:35.151Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestCopyFromContainerNotFoundError [2021-06-15T23:36:35.151Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestCopyFromContainerNotStatusOKError [2021-06-15T23:36:35.151Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestCopyFromContainerNoHeaderError [2021-06-15T23:36:35.151Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestCopyFromContainer [2021-06-15T23:36:35.151Z] --- PASS: TestCopyFromContainer (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestContainerCreateError [2021-06-15T23:36:35.151Z] --- PASS: TestContainerCreateError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestContainerCreateImageNotFound [2021-06-15T23:36:35.151Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestContainerCreateWithName [2021-06-15T23:36:35.151Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestContainerCreateAutoRemove [2021-06-15T23:36:35.151Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestContainerDiffError [2021-06-15T23:36:35.151Z] --- PASS: TestContainerDiffError (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestContainerDiff [2021-06-15T23:36:35.151Z] --- PASS: TestContainerDiff (0.00s) [2021-06-15T23:36:35.151Z] === RUN TestContainerExecCreateError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerExecCreate [2021-06-15T23:36:35.152Z] --- PASS: TestContainerExecCreate (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerExecStartError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerExecStartError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerExecStart [2021-06-15T23:36:35.152Z] --- PASS: TestContainerExecStart (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerExecInspectError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerExecInspect [2021-06-15T23:36:35.152Z] --- PASS: TestContainerExecInspect (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerExportError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerExportError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerExport [2021-06-15T23:36:35.152Z] --- PASS: TestContainerExport (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerInspectError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerInspectError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerInspectContainerNotFound [2021-06-15T23:36:35.152Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerInspectWithEmptyID [2021-06-15T23:36:35.152Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerInspect [2021-06-15T23:36:35.152Z] --- PASS: TestContainerInspect (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerInspectNode [2021-06-15T23:36:35.152Z] --- PASS: TestContainerInspectNode (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerKillError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerKillError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerKill [2021-06-15T23:36:35.152Z] --- PASS: TestContainerKill (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerListError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerListError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerList [2021-06-15T23:36:35.152Z] --- PASS: TestContainerList (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerLogsNotFoundError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerLogsError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerLogsError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerLogs [2021-06-15T23:36:35.152Z] --- PASS: TestContainerLogs (0.19s) [2021-06-15T23:36:35.152Z] === RUN TestContainerPauseError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerPauseError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerPause [2021-06-15T23:36:35.152Z] --- PASS: TestContainerPause (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainersPruneError [2021-06-15T23:36:35.152Z] --- PASS: TestContainersPruneError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainersPrune [2021-06-15T23:36:35.152Z] --- PASS: TestContainersPrune (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerRemoveError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerRemoveError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerRemoveNotFoundError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerRemove [2021-06-15T23:36:35.152Z] --- PASS: TestContainerRemove (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerRenameError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerRenameError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerRename [2021-06-15T23:36:35.152Z] --- PASS: TestContainerRename (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerResizeError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerResizeError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerExecResizeError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerResize [2021-06-15T23:36:35.152Z] --- PASS: TestContainerResize (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerExecResize [2021-06-15T23:36:35.152Z] --- PASS: TestContainerExecResize (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerRestartError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerRestartError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerRestart [2021-06-15T23:36:35.152Z] --- PASS: TestContainerRestart (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerStartError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerStartError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerStart [2021-06-15T23:36:35.152Z] --- PASS: TestContainerStart (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerStatsError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerStatsError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerStats [2021-06-15T23:36:35.152Z] --- PASS: TestContainerStats (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerStopError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerStopError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerStop [2021-06-15T23:36:35.152Z] --- PASS: TestContainerStop (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerTopError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerTopError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerTop [2021-06-15T23:36:35.152Z] --- PASS: TestContainerTop (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerUnpauseError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerUnpause [2021-06-15T23:36:35.152Z] --- PASS: TestContainerUnpause (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerUpdateError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerUpdateError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerUpdate [2021-06-15T23:36:35.152Z] --- PASS: TestContainerUpdate (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerWaitError [2021-06-15T23:36:35.152Z] --- PASS: TestContainerWaitError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestContainerWait [2021-06-15T23:36:35.152Z] --- PASS: TestContainerWait (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestDiskUsageError [2021-06-15T23:36:35.152Z] --- PASS: TestDiskUsageError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestDiskUsage [2021-06-15T23:36:35.152Z] --- PASS: TestDiskUsage (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestDistributionInspectUnsupported [2021-06-15T23:36:35.152Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestDistributionInspectWithEmptyID [2021-06-15T23:36:35.152Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestEventsErrorInOptions [2021-06-15T23:36:35.152Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestEventsErrorFromServer [2021-06-15T23:36:35.152Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestEvents [2021-06-15T23:36:35.152Z] --- PASS: TestEvents (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestTLSCloseWriter [2021-06-15T23:36:35.152Z] === PAUSE TestTLSCloseWriter [2021-06-15T23:36:35.152Z] === RUN TestImageBuildError [2021-06-15T23:36:35.152Z] --- PASS: TestImageBuildError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageBuild [2021-06-15T23:36:35.152Z] --- PASS: TestImageBuild (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestGetDockerOS [2021-06-15T23:36:35.152Z] --- PASS: TestGetDockerOS (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageCreateError [2021-06-15T23:36:35.152Z] --- PASS: TestImageCreateError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageCreate [2021-06-15T23:36:35.152Z] --- PASS: TestImageCreate (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageHistoryError [2021-06-15T23:36:35.152Z] --- PASS: TestImageHistoryError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageHistory [2021-06-15T23:36:35.152Z] --- PASS: TestImageHistory (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageImportError [2021-06-15T23:36:35.152Z] --- PASS: TestImageImportError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageImport [2021-06-15T23:36:35.152Z] --- PASS: TestImageImport (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageInspectError [2021-06-15T23:36:35.152Z] --- PASS: TestImageInspectError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageInspectImageNotFound [2021-06-15T23:36:35.152Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageInspectWithEmptyID [2021-06-15T23:36:35.152Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageInspect [2021-06-15T23:36:35.152Z] --- PASS: TestImageInspect (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageListError [2021-06-15T23:36:35.152Z] --- PASS: TestImageListError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageList [2021-06-15T23:36:35.152Z] --- PASS: TestImageList (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageListApiBefore125 [2021-06-15T23:36:35.152Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageLoadError [2021-06-15T23:36:35.152Z] --- PASS: TestImageLoadError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageLoad [2021-06-15T23:36:35.152Z] --- PASS: TestImageLoad (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImagesPruneError [2021-06-15T23:36:35.152Z] --- PASS: TestImagesPruneError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImagesPrune [2021-06-15T23:36:35.152Z] --- PASS: TestImagesPrune (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImagePullReferenceParseError [2021-06-15T23:36:35.152Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImagePullAnyError [2021-06-15T23:36:35.152Z] --- PASS: TestImagePullAnyError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImagePullStatusUnauthorizedError [2021-06-15T23:36:35.152Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-15T23:36:35.152Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-15T23:36:35.152Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-06-15T23:36:35.152Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImagePullWithoutErrors [2021-06-15T23:36:35.152Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImagePushReferenceError [2021-06-15T23:36:35.152Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImagePushAnyError [2021-06-15T23:36:35.152Z] --- PASS: TestImagePushAnyError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImagePushStatusUnauthorizedError [2021-06-15T23:36:35.152Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-15T23:36:35.152Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-15T23:36:35.152Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-06-15T23:36:35.152Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImagePushWithoutErrors [2021-06-15T23:36:35.152Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-06-15T23:36:35.152Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-06-15T23:36:35.152Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-06-15T23:36:35.152Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-06-15T23:36:35.152Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-06-15T23:36:35.152Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-06-15T23:36:35.152Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-06-15T23:36:35.152Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-06-15T23:36:35.152Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageRemoveError [2021-06-15T23:36:35.152Z] --- PASS: TestImageRemoveError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageRemoveImageNotFound [2021-06-15T23:36:35.152Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageRemove [2021-06-15T23:36:35.152Z] --- PASS: TestImageRemove (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageSaveError [2021-06-15T23:36:35.152Z] --- PASS: TestImageSaveError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageSave [2021-06-15T23:36:35.152Z] --- PASS: TestImageSave (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageSearchAnyError [2021-06-15T23:36:35.152Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageSearchStatusUnauthorizedError [2021-06-15T23:36:35.152Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-15T23:36:35.152Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-15T23:36:35.152Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-06-15T23:36:35.152Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageSearchWithoutErrors [2021-06-15T23:36:35.152Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageTagError [2021-06-15T23:36:35.152Z] --- PASS: TestImageTagError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageTagInvalidReference [2021-06-15T23:36:35.152Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageTagInvalidSourceImageName [2021-06-15T23:36:35.152Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageTagHexSource [2021-06-15T23:36:35.152Z] --- PASS: TestImageTagHexSource (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestImageTag [2021-06-15T23:36:35.152Z] --- PASS: TestImageTag (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestInfoServerError [2021-06-15T23:36:35.152Z] --- PASS: TestInfoServerError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestInfoInvalidResponseJSONError [2021-06-15T23:36:35.152Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestInfo [2021-06-15T23:36:35.152Z] --- PASS: TestInfo (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworkConnectError [2021-06-15T23:36:35.152Z] --- PASS: TestNetworkConnectError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-06-15T23:36:35.152Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworkConnect [2021-06-15T23:36:35.152Z] --- PASS: TestNetworkConnect (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworkCreateError [2021-06-15T23:36:35.152Z] --- PASS: TestNetworkCreateError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworkCreate [2021-06-15T23:36:35.152Z] --- PASS: TestNetworkCreate (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworkDisconnectError [2021-06-15T23:36:35.152Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworkDisconnect [2021-06-15T23:36:35.152Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworkInspectError [2021-06-15T23:36:35.152Z] --- PASS: TestNetworkInspectError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworkInspectNotFoundError [2021-06-15T23:36:35.152Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworkInspectWithEmptyID [2021-06-15T23:36:35.152Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworkInspect [2021-06-15T23:36:35.152Z] --- PASS: TestNetworkInspect (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworkListError [2021-06-15T23:36:35.152Z] --- PASS: TestNetworkListError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworkList [2021-06-15T23:36:35.152Z] --- PASS: TestNetworkList (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworksPruneError [2021-06-15T23:36:35.152Z] --- PASS: TestNetworksPruneError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworksPrune [2021-06-15T23:36:35.152Z] --- PASS: TestNetworksPrune (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworkRemoveError [2021-06-15T23:36:35.152Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNetworkRemove [2021-06-15T23:36:35.152Z] --- PASS: TestNetworkRemove (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNodeInspectError [2021-06-15T23:36:35.152Z] --- PASS: TestNodeInspectError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNodeInspectNodeNotFound [2021-06-15T23:36:35.152Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNodeInspectWithEmptyID [2021-06-15T23:36:35.152Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNodeInspect [2021-06-15T23:36:35.152Z] --- PASS: TestNodeInspect (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNodeListError [2021-06-15T23:36:35.152Z] --- PASS: TestNodeListError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNodeList [2021-06-15T23:36:35.152Z] --- PASS: TestNodeList (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNodeRemoveError [2021-06-15T23:36:35.152Z] --- PASS: TestNodeRemoveError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNodeRemove [2021-06-15T23:36:35.152Z] --- PASS: TestNodeRemove (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNodeUpdateError [2021-06-15T23:36:35.152Z] --- PASS: TestNodeUpdateError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestNodeUpdate [2021-06-15T23:36:35.152Z] --- PASS: TestNodeUpdate (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestOptionWithTimeout [2021-06-15T23:36:35.152Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestPingFail [2021-06-15T23:36:35.152Z] --- PASS: TestPingFail (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestPingWithError [2021-06-15T23:36:35.152Z] 2021/06/15 23:36:33 RoundTripper returned a response & error; ignoring response [2021-06-15T23:36:35.152Z] 2021/06/15 23:36:33 RoundTripper returned a response & error; ignoring response [2021-06-15T23:36:35.152Z] --- PASS: TestPingWithError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestPingSuccess [2021-06-15T23:36:35.152Z] --- PASS: TestPingSuccess (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestPingHeadFallback [2021-06-15T23:36:35.152Z] === RUN TestPingHeadFallback/OK [2021-06-15T23:36:35.152Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-06-15T23:36:35.152Z] === RUN TestPingHeadFallback/Not_Found [2021-06-15T23:36:35.152Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-06-15T23:36:35.152Z] --- PASS: TestPingHeadFallback (0.00s) [2021-06-15T23:36:35.152Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-06-15T23:36:35.152Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-06-15T23:36:35.152Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-06-15T23:36:35.152Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestPluginDisableError [2021-06-15T23:36:35.152Z] --- PASS: TestPluginDisableError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestPluginDisable [2021-06-15T23:36:35.152Z] --- PASS: TestPluginDisable (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestPluginEnableError [2021-06-15T23:36:35.152Z] --- PASS: TestPluginEnableError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestPluginEnable [2021-06-15T23:36:35.152Z] --- PASS: TestPluginEnable (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestPluginInspectError [2021-06-15T23:36:35.152Z] --- PASS: TestPluginInspectError (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestPluginInspectWithEmptyID [2021-06-15T23:36:35.152Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-06-15T23:36:35.152Z] === RUN TestPluginInspect [2021-06-15T23:36:35.152Z] --- PASS: TestPluginInspect (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestPluginListError [2021-06-15T23:36:35.153Z] --- PASS: TestPluginListError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestPluginList [2021-06-15T23:36:35.153Z] --- PASS: TestPluginList (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestPluginPushError [2021-06-15T23:36:35.153Z] --- PASS: TestPluginPushError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestPluginPush [2021-06-15T23:36:35.153Z] --- PASS: TestPluginPush (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestPluginRemoveError [2021-06-15T23:36:35.153Z] --- PASS: TestPluginRemoveError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestPluginRemove [2021-06-15T23:36:35.153Z] --- PASS: TestPluginRemove (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestPluginSetError [2021-06-15T23:36:35.153Z] --- PASS: TestPluginSetError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestPluginSet [2021-06-15T23:36:35.153Z] --- PASS: TestPluginSet (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSetHostHeader [2021-06-15T23:36:35.153Z] --- PASS: TestSetHostHeader (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestPlainTextError [2021-06-15T23:36:35.153Z] --- PASS: TestPlainTextError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestInfiniteError [2021-06-15T23:36:35.153Z] --- PASS: TestInfiniteError (0.01s) [2021-06-15T23:36:35.153Z] === RUN TestSecretCreateUnsupported [2021-06-15T23:36:35.153Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSecretCreateError [2021-06-15T23:36:35.153Z] --- PASS: TestSecretCreateError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSecretCreate [2021-06-15T23:36:35.153Z] --- PASS: TestSecretCreate (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSecretInspectUnsupported [2021-06-15T23:36:35.153Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSecretInspectError [2021-06-15T23:36:35.153Z] --- PASS: TestSecretInspectError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSecretInspectSecretNotFound [2021-06-15T23:36:35.153Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSecretInspectWithEmptyID [2021-06-15T23:36:35.153Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSecretInspect [2021-06-15T23:36:35.153Z] --- PASS: TestSecretInspect (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSecretListUnsupported [2021-06-15T23:36:35.153Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSecretListError [2021-06-15T23:36:35.153Z] --- PASS: TestSecretListError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSecretList [2021-06-15T23:36:35.153Z] --- PASS: TestSecretList (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSecretRemoveUnsupported [2021-06-15T23:36:35.153Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSecretRemoveError [2021-06-15T23:36:35.153Z] --- PASS: TestSecretRemoveError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSecretRemove [2021-06-15T23:36:35.153Z] --- PASS: TestSecretRemove (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSecretUpdateUnsupported [2021-06-15T23:36:35.153Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSecretUpdateError [2021-06-15T23:36:35.153Z] --- PASS: TestSecretUpdateError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSecretUpdate [2021-06-15T23:36:35.153Z] --- PASS: TestSecretUpdate (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceCreateError [2021-06-15T23:36:35.153Z] --- PASS: TestServiceCreateError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceCreate [2021-06-15T23:36:35.153Z] --- PASS: TestServiceCreate (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceCreateCompatiblePlatforms [2021-06-15T23:36:35.153Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceCreateDigestPinning [2021-06-15T23:36:35.153Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceInspectError [2021-06-15T23:36:35.153Z] --- PASS: TestServiceInspectError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceInspectServiceNotFound [2021-06-15T23:36:35.153Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceInspectWithEmptyID [2021-06-15T23:36:35.153Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceInspect [2021-06-15T23:36:35.153Z] --- PASS: TestServiceInspect (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceListError [2021-06-15T23:36:35.153Z] --- PASS: TestServiceListError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceList [2021-06-15T23:36:35.153Z] --- PASS: TestServiceList (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceLogsError [2021-06-15T23:36:35.153Z] --- PASS: TestServiceLogsError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceLogs [2021-06-15T23:36:35.153Z] --- PASS: TestServiceLogs (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceRemoveError [2021-06-15T23:36:35.153Z] --- PASS: TestServiceRemoveError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceRemoveNotFoundError [2021-06-15T23:36:35.153Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceRemove [2021-06-15T23:36:35.153Z] --- PASS: TestServiceRemove (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceUpdateError [2021-06-15T23:36:35.153Z] --- PASS: TestServiceUpdateError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestServiceUpdate [2021-06-15T23:36:35.153Z] --- PASS: TestServiceUpdate (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSwarmGetUnlockKeyError [2021-06-15T23:36:35.153Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSwarmGetUnlockKey [2021-06-15T23:36:35.153Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSwarmInitError [2021-06-15T23:36:35.153Z] --- PASS: TestSwarmInitError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSwarmInit [2021-06-15T23:36:35.153Z] --- PASS: TestSwarmInit (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSwarmInspectError [2021-06-15T23:36:35.153Z] --- PASS: TestSwarmInspectError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSwarmInspect [2021-06-15T23:36:35.153Z] --- PASS: TestSwarmInspect (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSwarmJoinError [2021-06-15T23:36:35.153Z] --- PASS: TestSwarmJoinError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSwarmJoin [2021-06-15T23:36:35.153Z] --- PASS: TestSwarmJoin (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSwarmLeaveError [2021-06-15T23:36:35.153Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSwarmLeave [2021-06-15T23:36:35.153Z] --- PASS: TestSwarmLeave (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSwarmUnlockError [2021-06-15T23:36:35.153Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSwarmUnlock [2021-06-15T23:36:35.153Z] --- PASS: TestSwarmUnlock (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSwarmUpdateError [2021-06-15T23:36:35.153Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestSwarmUpdate [2021-06-15T23:36:35.153Z] --- PASS: TestSwarmUpdate (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestTaskInspectError [2021-06-15T23:36:35.153Z] --- PASS: TestTaskInspectError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestTaskInspectWithEmptyID [2021-06-15T23:36:35.153Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestTaskInspect [2021-06-15T23:36:35.153Z] --- PASS: TestTaskInspect (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestTaskListError [2021-06-15T23:36:35.153Z] --- PASS: TestTaskListError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestTaskList [2021-06-15T23:36:35.153Z] --- PASS: TestTaskList (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestVolumeCreateError [2021-06-15T23:36:35.153Z] --- PASS: TestVolumeCreateError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestVolumeCreate [2021-06-15T23:36:35.153Z] --- PASS: TestVolumeCreate (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestVolumeInspectError [2021-06-15T23:36:35.153Z] --- PASS: TestVolumeInspectError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestVolumeInspectNotFound [2021-06-15T23:36:35.153Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestVolumeInspectWithEmptyID [2021-06-15T23:36:35.153Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestVolumeInspect [2021-06-15T23:36:35.153Z] --- PASS: TestVolumeInspect (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestVolumeListError [2021-06-15T23:36:35.153Z] --- PASS: TestVolumeListError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestVolumeList [2021-06-15T23:36:35.153Z] --- PASS: TestVolumeList (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestVolumeRemoveError [2021-06-15T23:36:35.153Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-06-15T23:36:35.153Z] === RUN TestVolumeRemove [2021-06-15T23:36:35.153Z] --- PASS: TestVolumeRemove (0.00s) [2021-06-15T23:36:35.153Z] === CONT TestTLSCloseWriter [2021-06-15T23:36:35.153Z] --- PASS: TestTLSCloseWriter (0.02s) [2021-06-15T23:36:35.153Z] PASS [2021-06-15T23:36:35.153Z] coverage: 74.9% of statements [2021-06-15T23:36:35.153Z] ok github.com/docker/docker/client 0.451s coverage: 74.9% of statements [2021-06-15T23:36:36.188Z] --- PASS: TestDaemonIpcModePrivate (3.36s) [2021-06-15T23:36:36.188Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:198, shared: false, mustBeShared: false [2021-06-15T23:36:36.188Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-15T23:36:38.706Z] --- PASS: TestDaemonIpcModePrivateFromConfig (3.38s) [2021-06-15T23:36:38.706Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:216, shared: false, mustBeShared: false [2021-06-15T23:36:38.706Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-15T23:36:40.598Z] === RUN TestDockerSuite/TestBuildBlankName [2021-06-15T23:36:41.160Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-06-15T23:36:42.091Z] --- PASS: TestDaemonIpcModeShareableFromConfig (3.27s) [2021-06-15T23:36:42.091Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:226, shared: true, mustBeShared: true [2021-06-15T23:36:42.091Z] === RUN TestIpcModeOlderClient [2021-06-15T23:36:42.091Z] === PAUSE TestIpcModeOlderClient [2021-06-15T23:36:42.091Z] === RUN TestKillContainerInvalidSignal [2021-06-15T23:36:42.806Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2021-06-15T23:36:42.806Z] PASS [2021-06-15T23:36:42.806Z] [2021-06-15T23:36:42.806Z] DONE 17 tests in 46.628s [2021-06-15T23:36:42.806Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-15T23:36:42.806Z] INFO: Testing against a local daemon [2021-06-15T23:36:42.806Z] === RUN TestPluginInvalidJSON [2021-06-15T23:36:42.806Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-15T23:36:42.806Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-15T23:36:42.806Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-15T23:36:42.806Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-06-15T23:36:42.806Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-15T23:36:42.806Z] === RUN TestPluginInstall [2021-06-15T23:36:42.806Z] === RUN TestPluginInstall/no_auth [2021-06-15T23:36:42.806Z] time="2021-06-15T23:36:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:36:42.806Z] time="2021-06-15T23:36:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d1e58c97bac1ee4d83c0c759497f974fc2eaf61c56d78c19d00da376e7ff69eb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:36:42.806Z] time="2021-06-15T23:36:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:36:42.806Z] time="2021-06-15T23:36:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d1e58c97bac1ee4d83c0c759497f974fc2eaf61c56d78c19d00da376e7ff69eb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:36:42.806Z] === RUN TestPluginInstall/with_htpasswd [2021-06-15T23:36:43.062Z] time="2021-06-15T23:36:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:36:43.062Z] time="2021-06-15T23:36:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6ab850d33b197d2581644b0870d4c40491e037801c016a886ff2b189e4d83e2f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:36:43.062Z] time="2021-06-15T23:36:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:36:43.062Z] time="2021-06-15T23:36:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6ab850d33b197d2581644b0870d4c40491e037801c016a886ff2b189e4d83e2f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:36:43.317Z] === RUN TestPluginInstall/with_insecure [2021-06-15T23:36:43.460Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-06-15T23:36:43.716Z] --- PASS: TestKillContainerInvalidSignal (1.57s) [2021-06-15T23:36:43.716Z] === RUN TestKillContainer [2021-06-15T23:36:43.716Z] === RUN TestKillContainer/no_signal [2021-06-15T23:36:44.246Z] time="2021-06-15T23:36:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:36:44.246Z] time="2021-06-15T23:36:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d54c5fdf902a423df60e0bc2d13a7a20fa547d72d65e3eedd751dca0b1777e07" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:36:44.246Z] time="2021-06-15T23:36:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:36:44.246Z] time="2021-06-15T23:36:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d54c5fdf902a423df60e0bc2d13a7a20fa547d72d65e3eedd751dca0b1777e07" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:36:44.502Z] --- PASS: TestPluginInstall (4.12s) [2021-06-15T23:36:44.502Z] --- PASS: TestPluginInstall/no_auth (2.05s) [2021-06-15T23:36:44.502Z] --- PASS: TestPluginInstall/with_htpasswd (0.82s) [2021-06-15T23:36:44.502Z] --- PASS: TestPluginInstall/with_insecure (1.26s) [2021-06-15T23:36:44.502Z] plugin_test.go:165: [d22999aa172b1] daemon is not started [2021-06-15T23:36:44.502Z] === RUN TestPluginsWithRuntimes [2021-06-15T23:36:45.082Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-06-15T23:36:45.082Z] === RUN TestKillContainer/non_killing_signal [2021-06-15T23:36:46.390Z] === RUN TestPluginsWithRuntimes/No_Args [2021-06-15T23:36:46.452Z] === RUN TestKillContainer/killing_signal [2021-06-15T23:36:46.452Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-06-15T23:36:46.965Z] --- PASS: TestBuildWithHugeFile (51.98s) [2021-06-15T23:36:46.965Z] === RUN TestBuildWCOWSandboxSize [2021-06-15T23:36:46.965Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-06-15T23:36:46.965Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-15T23:36:46.965Z] === RUN TestBuildWithEmptyDockerfile [2021-06-15T23:36:46.965Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-15T23:36:46.965Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-15T23:36:46.965Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-15T23:36:46.965Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-15T23:36:46.965Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-15T23:36:46.965Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-15T23:36:46.965Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-15T23:36:46.965Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-15T23:36:46.965Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-15T23:36:46.965Z] --- PASS: TestBuildWithEmptyDockerfile (0.15s) [2021-06-15T23:36:46.965Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2021-06-15T23:36:46.965Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2021-06-15T23:36:46.965Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.17s) [2021-06-15T23:36:46.965Z] === RUN TestBuildPreserveOwnership [2021-06-15T23:36:46.965Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-15T23:36:46.965Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-15T23:36:47.342Z] === RUN TestPluginsWithRuntimes/With_Args [2021-06-15T23:36:47.834Z] --- PASS: TestKillContainer (3.97s) [2021-06-15T23:36:47.834Z] --- PASS: TestKillContainer/no_signal (1.35s) [2021-06-15T23:36:47.834Z] --- PASS: TestKillContainer/non_killing_signal (1.19s) [2021-06-15T23:36:47.834Z] --- PASS: TestKillContainer/killing_signal (1.15s) [2021-06-15T23:36:47.834Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-15T23:36:47.834Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-15T23:36:47.834Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-06-15T23:36:48.095Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-06-15T23:36:48.278Z] --- PASS: TestPluginsWithRuntimes (3.67s) [2021-06-15T23:36:48.278Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.97s) [2021-06-15T23:36:48.278Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.95s) [2021-06-15T23:36:48.278Z] === RUN TestPluginBackCompatMediaTypes [2021-06-15T23:36:48.352Z] --- PASS: TestBuildPreserveOwnership (5.26s) [2021-06-15T23:36:48.352Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.51s) [2021-06-15T23:36:48.352Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.74s) [2021-06-15T23:36:48.352Z] === RUN TestBuildPlatformInvalid [2021-06-15T23:36:48.352Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2021-06-15T23:36:48.352Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-15T23:36:48.839Z] --- PASS: TestPluginBackCompatMediaTypes (0.73s) [2021-06-15T23:36:48.839Z] PASS [2021-06-15T23:36:48.839Z] [2021-06-15T23:36:48.839Z] DONE 10 tests in 8.574s [2021-06-15T23:36:49.094Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-15T23:36:49.094Z] INFO: Testing against a local daemon [2021-06-15T23:36:49.094Z] === RUN TestExternalGraphDriver [2021-06-15T23:36:49.094Z] === RUN TestExternalGraphDriver/json [2021-06-15T23:36:49.189Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-15T23:36:50.121Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-06-15T23:36:50.377Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.62s) [2021-06-15T23:36:50.377Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.35s) [2021-06-15T23:36:50.377Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (1.04s) [2021-06-15T23:36:50.377Z] === RUN TestKillStoppedContainer [2021-06-15T23:36:50.377Z] --- PASS: TestKillStoppedContainer (0.09s) [2021-06-15T23:36:50.377Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-15T23:36:50.377Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-06-15T23:36:50.377Z] === RUN TestKillDifferentUserContainer [2021-06-15T23:36:50.981Z] === RUN TestExternalGraphDriver/spec [2021-06-15T23:36:51.745Z] --- PASS: TestKillDifferentUserContainer (1.37s) [2021-06-15T23:36:51.745Z] === RUN TestInspectOomKilledTrue [2021-06-15T23:36:51.745Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2021-06-15T23:36:51.745Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-15T23:36:51.745Z] === RUN TestInspectOomKilledFalse [2021-06-15T23:36:51.745Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-15T23:36:51.745Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-15T23:36:51.745Z] === RUN TestLinksEtcHostsContentMatch [2021-06-15T23:36:52.858Z] --- PASS: TestCheckoutGit (33.53s) [2021-06-15T23:36:52.858Z] === RUN TestValidGitTransport [2021-06-15T23:36:52.858Z] --- PASS: TestValidGitTransport (0.00s) [2021-06-15T23:36:52.858Z] === RUN TestGitInvalidRef [2021-06-15T23:36:52.858Z] --- PASS: TestGitInvalidRef (0.19s) [2021-06-15T23:36:52.858Z] PASS [2021-06-15T23:36:52.858Z] coverage: 86.3% of statements [2021-06-15T23:36:52.858Z] ok github.com/docker/docker/builder/remotecontext/git 33.941s coverage: 86.3% of statements [2021-06-15T23:36:53.494Z] === RUN TestExternalGraphDriver/pull [2021-06-15T23:36:53.634Z] --- PASS: TestLinksEtcHostsContentMatch (1.62s) [2021-06-15T23:36:53.634Z] === RUN TestLinksContainerNames [2021-06-15T23:36:53.634Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-06-15T23:36:53.829Z] ? github.com/docker/docker/cli [no test files] [2021-06-15T23:36:53.829Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-15T23:36:54.858Z] --- PASS: TestExternalGraphDriver (5.68s) [2021-06-15T23:36:54.859Z] --- PASS: TestExternalGraphDriver/json (1.98s) [2021-06-15T23:36:54.859Z] --- PASS: TestExternalGraphDriver/spec (1.98s) [2021-06-15T23:36:54.859Z] --- PASS: TestExternalGraphDriver/pull (1.66s) [2021-06-15T23:36:54.859Z] === RUN TestGraphdriverPluginV2 [2021-06-15T23:36:55.522Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-06-15T23:36:56.085Z] --- PASS: TestLinksContainerNames (2.69s) [2021-06-15T23:36:56.085Z] === RUN TestLogsFollowTailEmpty [2021-06-15T23:36:57.014Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-06-15T23:36:57.577Z] --- PASS: TestLogsFollowTailEmpty (1.54s) [2021-06-15T23:36:57.577Z] === RUN TestContainerNetworkMountsNoChown [2021-06-15T23:36:58.942Z] --- PASS: TestContainerNetworkMountsNoChown (1.22s) [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/default [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/default [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/private [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/private [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/rprivate [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/slave [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/slave [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/rslave [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/shared [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/shared [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/rshared [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-15T23:36:58.942Z] === CONT TestMountDaemonRoot/default [2021-06-15T23:36:58.942Z] === CONT TestMountDaemonRoot/rslave [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-15T23:36:58.942Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-15T23:36:58.942Z] === CONT TestMountDaemonRoot/rshared [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-15T23:36:58.942Z] === CONT TestMountDaemonRoot/shared [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-15T23:36:58.942Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-15T23:36:58.942Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-15T23:36:58.942Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-15T23:36:58.942Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-15T23:36:58.942Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-15T23:36:59.023Z] --- PASS: TestGraphdriverPluginV2 (4.19s) [2021-06-15T23:36:59.023Z] PASS [2021-06-15T23:36:59.023Z] [2021-06-15T23:36:59.023Z] DONE 5 tests in 9.907s [2021-06-15T23:36:59.023Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-15T23:36:59.023Z] INFO: Testing against a local daemon [2021-06-15T23:36:59.023Z] === RUN TestContinueAfterPluginCrash [2021-06-15T23:36:59.023Z] === PAUSE TestContinueAfterPluginCrash [2021-06-15T23:36:59.023Z] === RUN TestReadPluginNoRead [2021-06-15T23:36:59.023Z] === PAUSE TestReadPluginNoRead [2021-06-15T23:36:59.023Z] === RUN TestDaemonStartWithLogOpt [2021-06-15T23:36:59.023Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-15T23:36:59.023Z] === CONT TestContinueAfterPluginCrash [2021-06-15T23:36:59.023Z] === CONT TestDaemonStartWithLogOpt [2021-06-15T23:36:59.198Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-15T23:36:59.198Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-15T23:36:59.198Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-15T23:36:59.198Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-15T23:36:59.198Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-15T23:36:59.198Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-15T23:36:59.198Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-15T23:36:59.198Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-15T23:36:59.198Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-15T23:36:59.198Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-15T23:36:59.454Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-15T23:36:59.454Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-15T23:36:59.454Z] === CONT TestMountDaemonRoot/rprivate [2021-06-15T23:36:59.454Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-15T23:36:59.454Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-15T23:36:59.454Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-15T23:36:59.454Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-15T23:36:59.454Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-15T23:36:59.454Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-15T23:36:59.454Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-15T23:36:59.454Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-15T23:36:59.454Z] === CONT TestMountDaemonRoot/slave [2021-06-15T23:36:59.454Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-15T23:36:59.454Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-15T23:36:59.454Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-15T23:36:59.454Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-15T23:36:59.454Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-15T23:36:59.454Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-15T23:36:59.454Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-15T23:36:59.454Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-15T23:36:59.454Z] === CONT TestMountDaemonRoot/private [2021-06-15T23:36:59.454Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-15T23:36:59.454Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-15T23:36:59.454Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-15T23:36:59.454Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-15T23:36:59.454Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-15T23:36:59.454Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-15T23:36:59.454Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-15T23:36:59.454Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-15T23:36:59.454Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-15T23:36:59.454Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-15T23:36:59.454Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-15T23:36:59.454Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-15T23:36:59.454Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-15T23:36:59.454Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-15T23:36:59.454Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-15T23:36:59.454Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-15T23:36:59.710Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-15T23:36:59.710Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-15T23:36:59.710Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-15T23:36:59.710Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot (0.06s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.13s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.07s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2021-06-15T23:36:59.710Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-06-15T23:36:59.710Z] === RUN TestContainerBindMountNonRecursive [2021-06-15T23:36:59.970Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-06-15T23:37:00.599Z] Loaded image: buildpack-deps:buster [2021-06-15T23:37:00.599Z] Loaded image: busybox:latest [2021-06-15T23:37:00.599Z] Loaded image: busybox:glibc [2021-06-15T23:37:00.922Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-06-15T23:37:00.922Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-06-15T23:37:00.922Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-06-15T23:37:00.922Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-06-15T23:37:00.922Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-06-15T23:37:00.922Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-06-15T23:37:00.922Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-06-15T23:37:00.922Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-06-15T23:37:00.922Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-06-15T23:37:00.922Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-06-15T23:37:00.922Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-06-15T23:37:00.922Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-06-15T23:37:00.922Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-06-15T23:37:00.922Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-06-15T23:37:00.922Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-06-15T23:37:00.922Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-06-15T23:37:00.922Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-06-15T23:37:00.922Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-06-15T23:37:00.922Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-06-15T23:37:00.922Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-06-15T23:37:00.922Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-06-15T23:37:00.922Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-06-15T23:37:00.922Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-06-15T23:37:00.922Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-06-15T23:37:00.922Z] === RUN TestConfigureDaemonLogs [2021-06-15T23:37:00.922Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-06-15T23:37:00.922Z] === RUN TestCommonOptionsInstallFlags [2021-06-15T23:37:00.922Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-06-15T23:37:00.922Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-06-15T23:37:00.922Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-06-15T23:37:00.922Z] PASS [2021-06-15T23:37:00.922Z] coverage: 18.4% of statements [2021-06-15T23:37:00.922Z] ok github.com/docker/docker/cmd/dockerd 0.321s coverage: 18.4% of statements [2021-06-15T23:37:01.342Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-06-15T23:37:02.462Z] === RUN TestContainerStopSignal [2021-06-15T23:37:02.462Z] --- PASS: TestContainerStopSignal (0.00s) [2021-06-15T23:37:02.462Z] === RUN TestContainerStopTimeout [2021-06-15T23:37:02.462Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-06-15T23:37:02.462Z] === RUN TestContainerSecretReferenceDestTarget [2021-06-15T23:37:02.462Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-06-15T23:37:02.462Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-06-15T23:37:02.462Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-06-15T23:37:02.462Z] === RUN TestContainerLogPathSetForRingLogger [2021-06-15T23:37:02.462Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-06-15T23:37:02.462Z] === RUN TestReplaceAndAppendEnvVars [2021-06-15T23:37:02.462Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-06-15T23:37:02.463Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-06-15T23:37:02.463Z] === RUN TestNewMemoryStore [2021-06-15T23:37:02.463Z] --- PASS: TestNewMemoryStore (0.00s) [2021-06-15T23:37:02.463Z] === RUN TestAddContainers [2021-06-15T23:37:02.463Z] --- PASS: TestAddContainers (0.00s) [2021-06-15T23:37:02.463Z] === RUN TestGetContainer [2021-06-15T23:37:02.463Z] --- PASS: TestGetContainer (0.00s) [2021-06-15T23:37:02.463Z] === RUN TestDeleteContainer [2021-06-15T23:37:02.463Z] --- PASS: TestDeleteContainer (0.00s) [2021-06-15T23:37:02.463Z] === RUN TestListContainers [2021-06-15T23:37:02.463Z] --- PASS: TestListContainers (0.00s) [2021-06-15T23:37:02.463Z] === RUN TestFirstContainer [2021-06-15T23:37:02.463Z] --- PASS: TestFirstContainer (0.00s) [2021-06-15T23:37:02.463Z] === RUN TestApplyAllContainer [2021-06-15T23:37:02.463Z] --- PASS: TestApplyAllContainer (0.00s) [2021-06-15T23:37:02.463Z] === RUN TestIsValidHealthString [2021-06-15T23:37:02.463Z] --- PASS: TestIsValidHealthString (0.00s) [2021-06-15T23:37:02.463Z] === RUN TestStateRunStop [2021-06-15T23:37:02.463Z] --- PASS: TestStateRunStop (0.00s) [2021-06-15T23:37:02.463Z] === RUN TestStateTimeoutWait [2021-06-15T23:37:02.463Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-06-15T23:37:02.463Z] state_test.go:141: Stop callback fired [2021-06-15T23:37:02.463Z] state_test.go:165: Stop callback fired [2021-06-15T23:37:02.463Z] === RUN TestIsValidStateString [2021-06-15T23:37:02.463Z] --- PASS: TestIsValidStateString (0.00s) [2021-06-15T23:37:02.463Z] === RUN TestViewSaveDelete [2021-06-15T23:37:02.463Z] --- PASS: TestViewSaveDelete (0.01s) [2021-06-15T23:37:02.463Z] === RUN TestViewAll [2021-06-15T23:37:02.463Z] --- PASS: TestViewAll (0.14s) [2021-06-15T23:37:02.463Z] === RUN TestViewGet [2021-06-15T23:37:02.463Z] --- PASS: TestViewGet (0.01s) [2021-06-15T23:37:02.463Z] === RUN TestNames [2021-06-15T23:37:02.463Z] --- PASS: TestNames (0.00s) [2021-06-15T23:37:02.463Z] === RUN TestViewWithHealthCheck [2021-06-15T23:37:02.463Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-06-15T23:37:02.463Z] PASS [2021-06-15T23:37:02.463Z] coverage: 41.5% of statements [2021-06-15T23:37:02.520Z] Loaded image: debian:bullseye [2021-06-15T23:37:02.792Z] Loaded image: hello-world:latest [2021-06-15T23:37:02.792Z] Loaded image: arm32v7/hello-world:latest [2021-06-15T23:37:02.922Z] ok github.com/docker/docker/container 0.452s coverage: 41.5% of statements [2021-06-15T23:37:02.922Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-15T23:37:02.922Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-15T23:37:02.922Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-15T23:37:02.922Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-15T23:37:03.191Z] --- PASS: TestDaemonStartWithLogOpt (4.27s) [2021-06-15T23:37:03.191Z] === CONT TestReadPluginNoRead [2021-06-15T23:37:03.232Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-06-15T23:37:03.232Z] --- PASS: TestContainerBindMountNonRecursive (3.59s) [2021-06-15T23:37:03.232Z] === RUN TestContainerVolumesMountedAsShared [2021-06-15T23:37:04.163Z] --- PASS: TestContainerVolumesMountedAsShared (0.75s) [2021-06-15T23:37:04.163Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-15T23:37:05.105Z] === RUN TestPrepare [2021-06-15T23:37:05.106Z] --- PASS: TestPrepare (0.00s) [2021-06-15T23:37:05.106Z] === RUN TestStart [2021-06-15T23:37:05.106Z] --- PASS: TestStart (0.00s) [2021-06-15T23:37:05.106Z] === RUN TestWaitCancel [2021-06-15T23:37:05.106Z] --- PASS: TestWaitCancel (0.00s) [2021-06-15T23:37:05.106Z] === RUN TestWaitDisabled [2021-06-15T23:37:05.106Z] --- PASS: TestWaitDisabled (0.00s) [2021-06-15T23:37:05.106Z] === RUN TestWaitEnabled [2021-06-15T23:37:05.106Z] --- PASS: TestWaitEnabled (0.00s) [2021-06-15T23:37:05.106Z] === RUN TestRemove [2021-06-15T23:37:05.106Z] --- PASS: TestRemove (0.00s) [2021-06-15T23:37:05.106Z] PASS [2021-06-15T23:37:05.106Z] coverage: 65.3% of statements [2021-06-15T23:37:05.106Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.181s coverage: 65.3% of statements [2021-06-15T23:37:06.053Z] --- PASS: TestContainerVolumesMountedAsSlave (1.66s) [2021-06-15T23:37:06.053Z] === RUN TestNetworkNat [2021-06-15T23:37:06.455Z] === RUN TestReadPluginNoRead/default [2021-06-15T23:37:07.422Z] --- PASS: TestNetworkNat (1.56s) [2021-06-15T23:37:07.422Z] === RUN TestNetworkLocalhostTCPNat [2021-06-15T23:37:07.422Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-06-15T23:37:07.818Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-15T23:37:08.351Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-06-15T23:37:08.380Z] --- PASS: TestContinueAfterPluginCrash (9.43s) [2021-06-15T23:37:08.852Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-06-15T23:37:08.852Z] === RUN TestNewListSecretsFilters [2021-06-15T23:37:08.852Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-06-15T23:37:08.852Z] === RUN TestNewListConfigsFilters [2021-06-15T23:37:08.852Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-06-15T23:37:08.852Z] PASS [2021-06-15T23:37:08.852Z] coverage: 0.5% of statements [2021-06-15T23:37:08.852Z] ok github.com/docker/docker/daemon/cluster 0.750s coverage: 0.5% of statements [2021-06-15T23:37:08.852Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.18s) [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCIsolation [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertFromGRPCIsolation [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-06-15T23:37:08.852Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-06-15T23:37:08.852Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertFromGRPCConfigs [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCConfigs [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-06-15T23:37:08.852Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-06-15T23:37:08.852Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-06-15T23:37:08.852Z] PASS [2021-06-15T23:37:08.852Z] coverage: 35.9% of statements [2021-06-15T23:37:08.852Z] ok github.com/docker/docker/daemon/cluster/convert 0.429s coverage: 35.9% of statements [2021-06-15T23:37:08.914Z] --- PASS: TestNetworkLocalhostTCPNat (1.52s) [2021-06-15T23:37:08.914Z] === RUN TestNetworkLoopbackNat [2021-06-15T23:37:09.171Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-06-15T23:37:09.307Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-15T23:37:10.671Z] --- PASS: TestReadPluginNoRead (7.57s) [2021-06-15T23:37:10.671Z] --- PASS: TestReadPluginNoRead/default (1.66s) [2021-06-15T23:37:10.671Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.59s) [2021-06-15T23:37:10.671Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.59s) [2021-06-15T23:37:10.671Z] read_test.go:92: [d8d6b74e59907] daemon is not started [2021-06-15T23:37:10.671Z] PASS [2021-06-15T23:37:10.671Z] [2021-06-15T23:37:10.671Z] DONE 6 tests in 11.882s [2021-06-15T23:37:10.671Z] 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-06-15T23:37:10.926Z] testing: warning: no tests to run [2021-06-15T23:37:10.926Z] PASS [2021-06-15T23:37:10.926Z] [2021-06-15T23:37:10.926Z] DONE 0 tests in 0.007s [2021-06-15T23:37:10.926Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-15T23:37:10.926Z] INFO: Testing against a local daemon [2021-06-15T23:37:10.926Z] === RUN TestPluginWithDevMounts [2021-06-15T23:37:10.926Z] === PAUSE TestPluginWithDevMounts [2021-06-15T23:37:10.926Z] === CONT TestPluginWithDevMounts [2021-06-15T23:37:11.690Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-06-15T23:37:12.595Z] === RUN TestDiscoveryOptsErrors [2021-06-15T23:37:12.595Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-06-15T23:37:12.595Z] === RUN TestDiscoveryOpts [2021-06-15T23:37:12.595Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-06-15T23:37:12.595Z] PASS [2021-06-15T23:37:12.595Z] coverage: 30.0% of statements [2021-06-15T23:37:12.595Z] ok github.com/docker/docker/daemon/discovery 0.055s coverage: 30.0% of statements [2021-06-15T23:37:12.809Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.39s) [2021-06-15T23:37:12.809Z] PASS [2021-06-15T23:37:12.809Z] [2021-06-15T23:37:12.809Z] === Skipped [2021-06-15T23:37:12.809Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-06-15T23:37:12.809Z] build_session_test.go:25: TODO: BuildKit [2021-06-15T23:37:12.809Z] [2021-06-15T23:37:12.809Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-06-15T23:37:12.809Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-15T23:37:12.809Z] [2021-06-15T23:37:12.809Z] [2021-06-15T23:37:12.809Z] DONE 34 tests, 2 skipped in 127.179s [2021-06-15T23:37:12.809Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-06-15T23:37:12.809Z] ++ 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-06-15T23:37:12.809Z] ++ set -e [2021-06-15T23:37:12.809Z] ++ '[' -n 0 ']' [2021-06-15T23:37:12.809Z] ++ set -x [2021-06-15T23:37:12.809Z] ++ 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-06-15T23:37:12.809Z] INFO: Testing against a local daemon [2021-06-15T23:37:12.809Z] === RUN TestConfigInspect [2021-06-15T23:37:12.812Z] --- PASS: TestPluginWithDevMounts (1.74s) [2021-06-15T23:37:12.812Z] PASS [2021-06-15T23:37:12.812Z] [2021-06-15T23:37:12.812Z] DONE 1 tests in 1.780s [2021-06-15T23:37:12.812Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-15T23:37:12.812Z] INFO: Testing against a local daemon [2021-06-15T23:37:12.812Z] === RUN TestSecretInspect [2021-06-15T23:37:13.057Z] --- PASS: TestNetworkLoopbackNat (4.04s) [2021-06-15T23:37:13.057Z] === RUN TestPause [2021-06-15T23:37:14.137Z] === RUN TestBuilderGC [2021-06-15T23:37:14.137Z] --- PASS: TestBuilderGC (0.00s) [2021-06-15T23:37:14.137Z] === RUN TestDaemonConfigurationNotFound [2021-06-15T23:37:14.137Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-06-15T23:37:14.137Z] === RUN TestDaemonBrokenConfiguration [2021-06-15T23:37:14.137Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-06-15T23:37:14.137Z] === RUN TestParseClusterAdvertiseSettings [2021-06-15T23:37:14.137Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-06-15T23:37:14.137Z] === RUN TestFindConfigurationConflicts [2021-06-15T23:37:14.137Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-06-15T23:37:14.137Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-06-15T23:37:14.137Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-06-15T23:37:14.137Z] === RUN TestDaemonConfigurationMergeConflicts [2021-06-15T23:37:14.137Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-06-15T23:37:14.137Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-06-15T23:37:14.137Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-06-15T23:37:14.137Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-06-15T23:37:14.137Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-06-15T23:37:14.137Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-06-15T23:37:14.137Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-06-15T23:37:14.137Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-06-15T23:37:14.137Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-06-15T23:37:14.137Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-06-15T23:37:14.137Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-06-15T23:37:14.137Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-06-15T23:37:14.137Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-06-15T23:37:14.137Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-06-15T23:37:14.137Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-06-15T23:37:14.137Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-06-15T23:37:14.137Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-06-15T23:37:14.137Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-06-15T23:37:14.137Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-06-15T23:37:14.137Z] === RUN TestValidateConfigurationErrors [2021-06-15T23:37:14.137Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-06-15T23:37:14.137Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-06-15T23:37:14.137Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-06-15T23:37:14.137Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-06-15T23:37:14.137Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-06-15T23:37:14.137Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-06-15T23:37:14.137Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-06-15T23:37:14.137Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-06-15T23:37:14.137Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-06-15T23:37:14.137Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-06-15T23:37:14.137Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-06-15T23:37:14.137Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-06-15T23:37:14.137Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-06-15T23:37:14.137Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-06-15T23:37:14.137Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-06-15T23:37:14.137Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-06-15T23:37:14.137Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-06-15T23:37:14.137Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-06-15T23:37:14.137Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-06-15T23:37:14.137Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-06-15T23:37:14.437Z] --- PASS: TestPause (1.36s) [2021-06-15T23:37:14.438Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-15T23:37:14.438Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-15T23:37:14.438Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-15T23:37:14.438Z] === RUN TestPauseStopPausedContainer [2021-06-15T23:37:14.597Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-06-15T23:37:14.597Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-06-15T23:37:14.597Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-06-15T23:37:14.597Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-06-15T23:37:14.597Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-06-15T23:37:14.597Z] === RUN TestValidateConfiguration [2021-06-15T23:37:14.597Z] === RUN TestValidateConfiguration/with_label [2021-06-15T23:37:14.597Z] === RUN TestValidateConfiguration/with_dns [2021-06-15T23:37:14.597Z] === RUN TestValidateConfiguration/with_dns-search [2021-06-15T23:37:14.597Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-06-15T23:37:14.597Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-06-15T23:37:14.597Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-06-15T23:37:14.597Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-06-15T23:37:14.598Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-06-15T23:37:14.598Z] --- PASS: TestValidateConfiguration (0.00s) [2021-06-15T23:37:14.598Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-06-15T23:37:14.598Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-06-15T23:37:14.598Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-06-15T23:37:14.598Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-06-15T23:37:14.598Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-06-15T23:37:14.598Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-06-15T23:37:14.598Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-06-15T23:37:14.598Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-06-15T23:37:14.598Z] === RUN TestModifiedDiscoverySettings [2021-06-15T23:37:14.598Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-06-15T23:37:14.598Z] === RUN TestReloadSetConfigFileNotExist [2021-06-15T23:37:14.598Z] time="2021-06-15T23:37:13Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-06-15T23:37:14.598Z] --- PASS: TestReloadSetConfigFileNotExist (0.18s) [2021-06-15T23:37:14.598Z] === RUN TestReloadDefaultConfigNotExist [2021-06-15T23:37:14.598Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2021-06-15T23:37:14.598Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:37:14.598Z] === RUN TestReloadBadDefaultConfig [2021-06-15T23:37:14.598Z] time="2021-06-15T23:37:13Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-234810503" [2021-06-15T23:37:14.598Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-06-15T23:37:14.598Z] === RUN TestReloadWithConflictingLabels [2021-06-15T23:37:14.598Z] time="2021-06-15T23:37:13Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-647507002" [2021-06-15T23:37:14.598Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-06-15T23:37:14.598Z] === RUN TestReloadWithDuplicateLabels [2021-06-15T23:37:14.598Z] time="2021-06-15T23:37:13Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-002282065" [2021-06-15T23:37:14.598Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-06-15T23:37:14.598Z] === RUN TestDaemonConfigurationMerge [2021-06-15T23:37:14.598Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-06-15T23:37:14.598Z] PASS [2021-06-15T23:37:14.598Z] coverage: 79.7% of statements [2021-06-15T23:37:14.598Z] ok github.com/docker/docker/daemon/config 0.368s coverage: 79.7% of statements [2021-06-15T23:37:15.058Z] === RUN TestVerifyNetworkingConfig [2021-06-15T23:37:15.058Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-06-15T23:37:15.058Z] === RUN TestGetContainer [2021-06-15T23:37:15.058Z] --- PASS: TestGetContainer (0.00s) [2021-06-15T23:37:15.058Z] === RUN TestValidContainerNames [2021-06-15T23:37:15.058Z] --- PASS: TestValidContainerNames (0.00s) [2021-06-15T23:37:15.058Z] === RUN TestContainerInitDNS [2021-06-15T23:37:15.058Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-06-15T23:37:15.058Z] daemon_test.go:147: root required [2021-06-15T23:37:15.058Z] === RUN TestMerge [2021-06-15T23:37:15.058Z] --- PASS: TestMerge (0.00s) [2021-06-15T23:37:15.058Z] === RUN TestValidateContainerIsolation [2021-06-15T23:37:15.058Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-06-15T23:37:15.058Z] === RUN TestFindNetworkErrorType [2021-06-15T23:37:15.058Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-06-15T23:37:15.058Z] === RUN TestEnsureServicesExist [2021-06-15T23:37:15.058Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-06-15T23:37:15.058Z] === RUN TestEnsureServicesExistErrors [2021-06-15T23:37:15.058Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-06-15T23:37:15.058Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-06-15T23:37:15.058Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-06-15T23:37:15.058Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-06-15T23:37:15.058Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-06-15T23:37:15.058Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-06-15T23:37:15.058Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-06-15T23:37:15.058Z] === RUN TestContainerDelete [2021-06-15T23:37:15.058Z] --- PASS: TestContainerDelete (0.00s) [2021-06-15T23:37:15.058Z] === RUN TestContainerDoubleDelete [2021-06-15T23:37:15.058Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-06-15T23:37:15.058Z] === RUN TestLogContainerEventCopyLabels [2021-06-15T23:37:15.058Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-06-15T23:37:15.058Z] === RUN TestLogContainerEventWithAttributes [2021-06-15T23:37:15.058Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-06-15T23:37:15.058Z] === RUN TestNoneHealthcheck [2021-06-15T23:37:15.058Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-06-15T23:37:15.058Z] === RUN TestHealthStates [2021-06-15T23:37:15.058Z] === RUN TestEventsLog [2021-06-15T23:37:15.058Z] --- PASS: TestEventsLog (0.00s) [2021-06-15T23:37:15.058Z] === RUN TestEventsLogTimeout [2021-06-15T23:37:15.058Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-06-15T23:37:15.058Z] === RUN TestLogEvents [2021-06-15T23:37:15.058Z] --- PASS: TestLogEvents (0.05s) [2021-06-15T23:37:15.058Z] === RUN TestLoadBufferedEvents [2021-06-15T23:37:15.058Z] time="2021-06-15T23:37:14Z" 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-06-15T23:37:15.058Z] time="2021-06-15T23:37:14Z" 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-06-15T23:37:15.058Z] time="2021-06-15T23:37:14Z" 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-06-15T23:37:15.058Z] time="2021-06-15T23:37:14Z" 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-06-15T23:37:15.058Z] time="2021-06-15T23:37:14Z" 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-06-15T23:37:15.058Z] time="2021-06-15T23:37:14Z" 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-06-15T23:37:15.058Z] time="2021-06-15T23:37:14Z" 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-06-15T23:37:15.324Z] --- PASS: TestSecretInspect (2.41s) [2021-06-15T23:37:15.324Z] === RUN TestSecretList [2021-06-15T23:37:15.357Z] --- PASS: TestConfigInspect (3.15s) [2021-06-15T23:37:15.357Z] === RUN TestConfigList [2021-06-15T23:37:15.518Z] time="2021-06-15T23:37:14Z" 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-06-15T23:37:15.518Z] time="2021-06-15T23:37:14Z" 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-06-15T23:37:15.518Z] time="2021-06-15T23:37:14Z" 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-06-15T23:37:15.518Z] --- PASS: TestHealthStates (0.18s) [2021-06-15T23:37:15.518Z] === RUN TestMaskURLCredentials [2021-06-15T23:37:15.518Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-06-15T23:37:15.518Z] === RUN TestGetInspectData [2021-06-15T23:37:15.518Z] --- PASS: TestGetInspectData (0.00s) [2021-06-15T23:37:15.518Z] === RUN TestFillLicense [2021-06-15T23:37:15.518Z] --- PASS: TestFillLicense (0.00s) [2021-06-15T23:37:15.518Z] === RUN TestListInvalidFilter [2021-06-15T23:37:15.518Z] --- PASS: TestListInvalidFilter (0.00s) [2021-06-15T23:37:15.518Z] === RUN TestNameFilter [2021-06-15T23:37:15.518Z] --- PASS: TestNameFilter (0.00s) [2021-06-15T23:37:15.518Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-06-15T23:37:15.518Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-06-15T23:37:15.518Z] === 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-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-06-15T23:37:15.518Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-06-15T23:37:15.518Z] --- 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-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-06-15T23:37:15.518Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-06-15T23:37:15.518Z] === RUN TestDaemonReloadLabels [2021-06-15T23:37:15.518Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-06-15T23:37:15.518Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-06-15T23:37:15.518Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-06-15T23:37:15.518Z] === RUN TestDaemonReloadMirrors [2021-06-15T23:37:15.518Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-06-15T23:37:15.518Z] === RUN TestDaemonReloadInsecureRegistries [2021-06-15T23:37:15.518Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-06-15T23:37:15.518Z] === RUN TestDaemonReloadNotAffectOthers [2021-06-15T23:37:15.518Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-06-15T23:37:15.518Z] === RUN TestDaemonDiscoveryReload [2021-06-15T23:37:15.518Z] --- PASS: TestLoadBufferedEvents (0.18s) [2021-06-15T23:37:15.518Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-06-15T23:37:15.518Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-06-15T23:37:15.518Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-06-15T23:37:15.518Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-06-15T23:37:15.518Z] PASS [2021-06-15T23:37:15.518Z] coverage: 50.0% of statements [2021-06-15T23:37:15.518Z] ok github.com/docker/docker/daemon/events 0.307s coverage: 50.0% of statements [2021-06-15T23:37:15.601Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-06-15T23:37:15.601Z] Copying nested executables into bundles/binary-daemon [2021-06-15T23:37:15.803Z] --- PASS: TestPauseStopPausedContainer (1.45s) [2021-06-15T23:37:15.803Z] === RUN TestPidHost [2021-06-15T23:37:15.859Z] Building: bundles/binary-daemon/docker-proxy-dev [2021-06-15T23:37:15.859Z] GOOS="" GOARCH="" GOARM="" [2021-06-15T23:37:15.978Z] === RUN TestWaitNodeAttachment [2021-06-15T23:37:16.424Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2021-06-15T23:37:16.424Z] [2021-06-15T23:37:16.439Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-06-15T23:37:16.439Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-06-15T23:37:16.439Z] --- PASS: TestWaitNodeAttachment (0.41s) [2021-06-15T23:37:16.439Z] === RUN TestIsolationConversion [2021-06-15T23:37:16.439Z] === RUN TestIsolationConversion/default [2021-06-15T23:37:16.439Z] === RUN TestIsolationConversion/process [2021-06-15T23:37:16.439Z] === RUN TestIsolationConversion/hyperv [2021-06-15T23:37:16.439Z] --- PASS: TestIsolationConversion (0.00s) [2021-06-15T23:37:16.439Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-06-15T23:37:16.439Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-06-15T23:37:16.439Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-06-15T23:37:16.439Z] === RUN TestContainerLabels [2021-06-15T23:37:16.439Z] --- PASS: TestContainerLabels (0.00s) [2021-06-15T23:37:16.439Z] === RUN TestCredentialSpecConversion [2021-06-15T23:37:16.439Z] === RUN TestCredentialSpecConversion/none [2021-06-15T23:37:16.439Z] === RUN TestCredentialSpecConversion/config [2021-06-15T23:37:16.439Z] === RUN TestCredentialSpecConversion/file [2021-06-15T23:37:16.439Z] === RUN TestCredentialSpecConversion/registry [2021-06-15T23:37:16.439Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-06-15T23:37:16.439Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-06-15T23:37:16.439Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-06-15T23:37:16.439Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-06-15T23:37:16.439Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-06-15T23:37:16.439Z] === RUN TestControllerValidateMountBind [2021-06-15T23:37:16.439Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-06-15T23:37:16.439Z] === RUN TestControllerValidateMountVolume [2021-06-15T23:37:16.439Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-06-15T23:37:16.439Z] === RUN TestControllerValidateMountTarget [2021-06-15T23:37:16.439Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-06-15T23:37:16.439Z] === RUN TestControllerValidateMountTmpfs [2021-06-15T23:37:16.439Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-06-15T23:37:16.439Z] === RUN TestControllerValidateMountInvalidType [2021-06-15T23:37:16.439Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-06-15T23:37:16.439Z] === RUN TestControllerValidateMountNamedPipe [2021-06-15T23:37:16.439Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-06-15T23:37:16.439Z] PASS [2021-06-15T23:37:16.439Z] coverage: 11.3% of statements [2021-06-15T23:37:16.439Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.752s coverage: 11.3% of statements [2021-06-15T23:37:16.899Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.51s) [2021-06-15T23:37:16.899Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-06-15T23:37:16.899Z] === RUN TestIsEmptyDir [2021-06-15T23:37:16.899Z] --- PASS: TestIsEmptyDir (0.01s) [2021-06-15T23:37:16.899Z] PASS [2021-06-15T23:37:16.899Z] coverage: 2.3% of statements [2021-06-15T23:37:16.899Z] ok github.com/docker/docker/daemon/graphdriver 0.087s coverage: 2.3% of statements [2021-06-15T23:37:17.359Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.52s) [2021-06-15T23:37:17.359Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-06-15T23:37:17.359Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-15T23:37:17.359Z] reload_test.go:520: root required [2021-06-15T23:37:17.359Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-06-15T23:37:17.359Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2021-06-15T23:37:17.359Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-06-15T23:37:17.359Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.06s) [2021-06-15T23:37:17.359Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-06-15T23:37:17.359Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.04s) [2021-06-15T23:37:17.359Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-06-15T23:37:17.359Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-06-15T23:37:17.359Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-06-15T23:37:17.359Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-06-15T23:37:17.359Z] === RUN TestParseVolumesFrom [2021-06-15T23:37:17.359Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-06-15T23:37:17.359Z] PASS [2021-06-15T23:37:17.359Z] coverage: 9.1% of statements [2021-06-15T23:37:17.359Z] ok github.com/docker/docker/daemon 2.922s coverage: 9.1% of statements [2021-06-15T23:37:17.359Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-15T23:37:17.359Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-15T23:37:17.359Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-15T23:37:17.359Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-15T23:37:17.359Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-06-15T23:37:17.359Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-06-15T23:37:17.359Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-06-15T23:37:17.359Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-15T23:37:17.359Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-06-15T23:37:17.359Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-06-15T23:37:17.359Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-15T23:37:17.359Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-06-15T23:37:17.359Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-06-15T23:37:17.359Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-06-15T23:37:17.820Z] === RUN TestLinkNaming [2021-06-15T23:37:17.820Z] --- PASS: TestLinkNaming (0.00s) [2021-06-15T23:37:17.820Z] === RUN TestLinkNew [2021-06-15T23:37:17.820Z] --- PASS: TestLinkNew (0.00s) [2021-06-15T23:37:17.820Z] === RUN TestLinkEnv [2021-06-15T23:37:17.820Z] --- PASS: TestLinkEnv (0.00s) [2021-06-15T23:37:17.820Z] === RUN TestLinkMultipleEnv [2021-06-15T23:37:17.820Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-06-15T23:37:17.820Z] === RUN TestLinkPortRangeEnv [2021-06-15T23:37:17.820Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-06-15T23:37:17.820Z] PASS [2021-06-15T23:37:17.820Z] coverage: 93.0% of statements [2021-06-15T23:37:17.820Z] ok github.com/docker/docker/daemon/links 0.047s coverage: 93.0% of statements [2021-06-15T23:37:17.837Z] --- PASS: TestSecretList (2.32s) [2021-06-15T23:37:17.837Z] === RUN TestSecretsCreateAndDelete [2021-06-15T23:37:17.906Z] --- PASS: TestConfigList (2.97s) [2021-06-15T23:37:17.906Z] === RUN TestConfigsCreateAndDelete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-06-15T23:37:19.279Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42473/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr17 -e DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 -e DOCKER_GRAPHDRIVER docker:3eb125769899193cc8f255edf91fde4194625cb2 hack/make.sh cross [2021-06-15T23:37:19.538Z] [2021-06-15T23:37:19.725Z] --- PASS: TestSecretsCreateAndDelete (2.33s) [2021-06-15T23:37:19.725Z] === RUN TestSecretsUpdate [2021-06-15T23:37:19.796Z] Removing bundles/ [2021-06-15T23:37:19.796Z] [2021-06-15T23:37:19.796Z] ---> Making bundle: cross (in bundles/cross) [2021-06-15T23:37:19.796Z] Cross building: bundles/cross/linux/amd64 [2021-06-15T23:37:19.796Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-06-15T23:37:19.796Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-06-15T23:37:19.976Z] --- PASS: TestPidHost (3.88s) [2021-06-15T23:37:19.976Z] === RUN TestPsFilter [2021-06-15T23:37:19.976Z] --- PASS: TestPsFilter (0.19s) [2021-06-15T23:37:19.976Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-15T23:37:20.907Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.22s) [2021-06-15T23:37:20.907Z] === RUN TestRemoveContainerWithVolume [2021-06-15T23:37:21.214Z] --- PASS: TestConfigsCreateAndDelete (3.04s) [2021-06-15T23:37:21.214Z] === RUN TestConfigsUpdate [2021-06-15T23:37:21.565Z] === RUN TestNewStreamConfig [2021-06-15T23:37:21.565Z] === RUN TestNewStreamConfig/defaults [2021-06-15T23:37:21.565Z] === RUN TestNewStreamConfig/invalid_create_group [2021-06-15T23:37:21.565Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-06-15T23:37:21.565Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-06-15T23:37:21.565Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-06-15T23:37:21.565Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-06-15T23:37:21.565Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-06-15T23:37:21.565Z] --- PASS: TestNewStreamConfig (0.00s) [2021-06-15T23:37:21.565Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-06-15T23:37:21.565Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-06-15T23:37:21.565Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-06-15T23:37:21.565Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-06-15T23:37:21.565Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-06-15T23:37:21.565Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-06-15T23:37:21.565Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-06-15T23:37:21.565Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-06-15T23:37:21.565Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-06-15T23:37:21.565Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-06-15T23:37:21.565Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-06-15T23:37:21.565Z] === RUN TestNewAWSLogsClientRegionDetect [2021-06-15T23:37:21.565Z] time="2021-06-15T23:37:20Z" level=info msg="Trying to get region from EC2 Metadata" [2021-06-15T23:37:21.565Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.16s) [2021-06-15T23:37:21.565Z] === RUN TestCreateSuccess [2021-06-15T23:37:21.565Z] --- PASS: TestCreateSuccess (0.00s) [2021-06-15T23:37:21.565Z] === RUN TestCreateLogGroupSuccess [2021-06-15T23:37:21.565Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-06-15T23:37:21.565Z] === RUN TestCreateError [2021-06-15T23:37:21.565Z] --- PASS: TestCreateError (0.00s) [2021-06-15T23:37:21.565Z] === RUN TestCreateAlreadyExists [2021-06-15T23:37:21.565Z] time="2021-06-15T23:37:20Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-06-15T23:37:21.565Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-06-15T23:37:21.565Z] === RUN TestLogClosed [2021-06-15T23:37:21.565Z] --- PASS: TestLogClosed (0.00s) [2021-06-15T23:37:21.565Z] === RUN TestLogBlocking [2021-06-15T23:37:21.565Z] --- PASS: TestLogBlocking (0.00s) [2021-06-15T23:37:21.565Z] === RUN TestLogNonBlockingBufferEmpty [2021-06-15T23:37:21.565Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-06-15T23:37:21.565Z] === RUN TestLogNonBlockingBufferFull [2021-06-15T23:37:21.565Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-06-15T23:37:21.565Z] === RUN TestPublishBatchSuccess [2021-06-15T23:37:21.565Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-06-15T23:37:21.565Z] === RUN TestPublishBatchError [2021-06-15T23:37:21.565Z] time="2021-06-15T23:37:20Z" level=error msg=Error [2021-06-15T23:37:21.565Z] --- PASS: TestPublishBatchError (0.00s) [2021-06-15T23:37:21.565Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-06-15T23:37:21.565Z] time="2021-06-15T23:37:20Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-15T23:37:21.565Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-06-15T23:37:21.565Z] === RUN TestPublishBatchAlreadyAccepted [2021-06-15T23:37:21.566Z] time="2021-06-15T23:37:20Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-15T23:37:21.566Z] time="2021-06-15T23:37:20Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-06-15T23:37:21.566Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestCollectBatchSimple [2021-06-15T23:37:21.566Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestCollectBatchTicker [2021-06-15T23:37:21.566Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestCollectBatchMultilinePattern [2021-06-15T23:37:21.566Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-06-15T23:37:21.566Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-06-15T23:37:21.566Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-06-15T23:37:21.566Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2021-06-15T23:37:21.566Z] === RUN TestCollectBatchClose [2021-06-15T23:37:21.566Z] --- PASS: TestCollectBatchClose (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestEffectiveLen [2021-06-15T23:37:21.566Z] === RUN TestEffectiveLen/0/Hello [2021-06-15T23:37:21.566Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-06-15T23:37:21.566Z] === RUN TestEffectiveLen/2/🙃 [2021-06-15T23:37:21.566Z] === RUN TestEffectiveLen/3/���� [2021-06-15T23:37:21.566Z] === RUN TestEffectiveLen/4/He��o [2021-06-15T23:37:21.566Z] === RUN TestEffectiveLen/5/ [2021-06-15T23:37:21.566Z] --- PASS: TestEffectiveLen (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestFindValidSplit [2021-06-15T23:37:21.566Z] === RUN TestFindValidSplit/0/ [2021-06-15T23:37:21.566Z] === RUN TestFindValidSplit/1/Hello [2021-06-15T23:37:21.566Z] === RUN TestFindValidSplit/2/Hello [2021-06-15T23:37:21.566Z] === RUN TestFindValidSplit/3/Hello [2021-06-15T23:37:21.566Z] === RUN TestFindValidSplit/4/🙃 [2021-06-15T23:37:21.566Z] === RUN TestFindValidSplit/5/🙃 [2021-06-15T23:37:21.566Z] === RUN TestFindValidSplit/6/a� [2021-06-15T23:37:21.566Z] === RUN TestFindValidSplit/7/a� [2021-06-15T23:37:21.566Z] --- PASS: TestFindValidSplit (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-06-15T23:37:21.566Z] cloudwatchlogs_test.go:1044: [2021-06-15T23:37:21.566Z] cloudwatchlogs_test.go:1045: [2021-06-15T23:37:21.566Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-06-15T23:37:21.566Z] cloudwatchlogs_test.go:1044: Hello [2021-06-15T23:37:21.566Z] cloudwatchlogs_test.go:1045: [2021-06-15T23:37:21.566Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-06-15T23:37:21.566Z] cloudwatchlogs_test.go:1044: He [2021-06-15T23:37:21.566Z] cloudwatchlogs_test.go:1045: llo [2021-06-15T23:37:21.566Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-06-15T23:37:21.566Z] cloudwatchlogs_test.go:1044: [2021-06-15T23:37:21.566Z] cloudwatchlogs_test.go:1045: Hello [2021-06-15T23:37:21.566Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-06-15T23:37:21.566Z] cloudwatchlogs_test.go:1044: [2021-06-15T23:37:21.566Z] cloudwatchlogs_test.go:1045: 🙃 [2021-06-15T23:37:21.566Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-06-15T23:37:21.566Z] cloudwatchlogs_test.go:1044: 🙃 [2021-06-15T23:37:21.566Z] cloudwatchlogs_test.go:1045: [2021-06-15T23:37:21.566Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-06-15T23:37:21.566Z] cloudwatchlogs_test.go:1044: a [2021-06-15T23:37:21.566Z] cloudwatchlogs_test.go:1045: � [2021-06-15T23:37:21.566Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-06-15T23:37:21.566Z] cloudwatchlogs_test.go:1044: a� [2021-06-15T23:37:21.566Z] cloudwatchlogs_test.go:1045: [2021-06-15T23:37:21.566Z] === RUN TestProcessEventEmoji [2021-06-15T23:37:21.566Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestCollectBatchLineSplit [2021-06-15T23:37:21.566Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestCollectBatchLineSplitWithBinary [2021-06-15T23:37:21.566Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestCollectBatchMaxEvents [2021-06-15T23:37:21.566Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2021-06-15T23:37:21.566Z] === RUN TestCollectBatchMaxTotalBytes [2021-06-15T23:37:21.566Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2021-06-15T23:37:21.566Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-06-15T23:37:21.566Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-06-15T23:37:21.566Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-06-15T23:37:21.566Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.08s) [2021-06-15T23:37:21.566Z] === RUN TestParseLogOptionsMultilinePattern [2021-06-15T23:37:21.566Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestParseLogOptionsDatetimeFormat [2021-06-15T23:37:21.566Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-06-15T23:37:21.566Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-06-15T23:37:21.566Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-06-15T23:37:21.566Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-06-15T23:37:21.566Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-06-15T23:37:21.566Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-06-15T23:37:21.566Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-06-15T23:37:21.566Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-06-15T23:37:21.566Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-06-15T23:37:21.566Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-06-15T23:37:21.566Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-06-15T23:37:21.566Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-06-15T23:37:21.566Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-06-15T23:37:21.566Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-06-15T23:37:21.566Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-06-15T23:37:21.566Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-06-15T23:37:21.566Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-06-15T23:37:21.566Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-06-15T23:37:21.566Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-06-15T23:37:21.566Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestCreateTagSuccess [2021-06-15T23:37:21.566Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-06-15T23:37:21.566Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-06-15T23:37:21.566Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-06-15T23:37:21.566Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-06-15T23:37:21.566Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-06-15T23:37:21.566Z] PASS [2021-06-15T23:37:21.566Z] coverage: 77.8% of statements [2021-06-15T23:37:21.566Z] ok github.com/docker/docker/daemon/logger/awslogs 0.442s coverage: 77.8% of statements [2021-06-15T23:37:21.566Z] === RUN TestAdapterReadLogs [2021-06-15T23:37:21.566Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestCopier [2021-06-15T23:37:21.566Z] --- PASS: TestCopier (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestCopierLongLines [2021-06-15T23:37:21.566Z] --- PASS: TestCopierLongLines (0.00s) [2021-06-15T23:37:21.566Z] === RUN TestCopierSlow [2021-06-15T23:37:22.026Z] --- PASS: TestCopierSlow (0.21s) [2021-06-15T23:37:22.026Z] === RUN TestCopierWithSized [2021-06-15T23:37:22.026Z] === RUN TestCopierWithSized/as_is [2021-06-15T23:37:22.026Z] === RUN TestCopierWithSized/With_RingLogger [2021-06-15T23:37:22.026Z] --- PASS: TestCopierWithSized (0.01s) [2021-06-15T23:37:22.026Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-06-15T23:37:22.026Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-06-15T23:37:22.026Z] === RUN TestCopierWithPartial [2021-06-15T23:37:22.026Z] --- PASS: TestCopierWithPartial (0.00s) [2021-06-15T23:37:22.026Z] === RUN TestRingLogger [2021-06-15T23:37:22.026Z] --- PASS: TestRingLogger (0.00s) [2021-06-15T23:37:22.026Z] === RUN TestRingCap [2021-06-15T23:37:22.026Z] --- PASS: TestRingCap (0.00s) [2021-06-15T23:37:22.026Z] === RUN TestRingClose [2021-06-15T23:37:22.026Z] --- PASS: TestRingClose (0.00s) [2021-06-15T23:37:22.026Z] === RUN TestRingDrain [2021-06-15T23:37:22.026Z] --- PASS: TestRingDrain (0.00s) [2021-06-15T23:37:22.026Z] PASS [2021-06-15T23:37:22.026Z] coverage: 43.8% of statements [2021-06-15T23:37:22.026Z] ok github.com/docker/docker/daemon/logger 0.322s coverage: 43.8% of statements [2021-06-15T23:37:22.026Z] === RUN TestSearchRegistryForImagesErrors [2021-06-15T23:37:22.026Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-06-15T23:37:22.026Z] === RUN TestSearchRegistryForImages [2021-06-15T23:37:22.026Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-06-15T23:37:22.026Z] === RUN TestOnlyPlatformWithFallback [2021-06-15T23:37:22.026Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-06-15T23:37:22.026Z] === RUN TestImageDelete [2021-06-15T23:37:22.026Z] === RUN TestImageDelete/no_lease [2021-06-15T23:37:22.026Z] === RUN TestJSONFileLogger [2021-06-15T23:37:22.026Z] --- PASS: TestJSONFileLogger (0.01s) [2021-06-15T23:37:22.026Z] === RUN TestJSONFileLoggerWithTags [2021-06-15T23:37:22.026Z] === RUN TestImageDelete/lease_exists [2021-06-15T23:37:22.026Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-06-15T23:37:22.026Z] === RUN TestJSONFileLoggerWithOpts [2021-06-15T23:37:22.026Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-06-15T23:37:22.026Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-06-15T23:37:22.026Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-06-15T23:37:22.026Z] === RUN TestEncodeDecode [2021-06-15T23:37:22.026Z] === PAUSE TestEncodeDecode [2021-06-15T23:37:22.026Z] === RUN TestUnexpectedEOF [2021-06-15T23:37:22.026Z] --- PASS: TestImageDelete (0.03s) [2021-06-15T23:37:22.026Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-06-15T23:37:22.026Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-06-15T23:37:22.026Z] === RUN TestContentStoreForPull [2021-06-15T23:37:22.026Z] time="2021-06-15T23:37:21Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-15T23:37:22.026Z] time="2021-06-15T23:37:21Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-15T23:37:22.026Z] --- PASS: TestUnexpectedEOF (0.21s) [2021-06-15T23:37:22.026Z] === CONT TestEncodeDecode [2021-06-15T23:37:22.026Z] --- PASS: TestEncodeDecode (0.00s) [2021-06-15T23:37:22.026Z] PASS [2021-06-15T23:37:22.026Z] coverage: 69.9% of statements [2021-06-15T23:37:22.026Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.505s coverage: 69.9% of statements [2021-06-15T23:37:22.026Z] --- PASS: TestContentStoreForPull (0.24s) [2021-06-15T23:37:22.026Z] PASS [2021-06-15T23:37:22.026Z] coverage: 6.7% of statements [2021-06-15T23:37:22.026Z] ok github.com/docker/docker/daemon/images 0.628s coverage: 6.7% of statements [2021-06-15T23:37:22.239Z] --- PASS: TestSecretsUpdate (2.36s) [2021-06-15T23:37:22.239Z] === RUN TestTemplatedSecret [2021-06-15T23:37:22.275Z] --- PASS: TestRemoveContainerWithVolume (1.31s) [2021-06-15T23:37:22.275Z] === RUN TestRemoveContainerRunning [2021-06-15T23:37:22.487Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-15T23:37:22.487Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-15T23:37:22.487Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-06-15T23:37:22.487Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-15T23:37:22.487Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-15T23:37:22.487Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-06-15T23:37:22.487Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-06-15T23:37:22.947Z] === RUN TestJSONLogsMarshalJSONBuf [2021-06-15T23:37:22.947Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-06-15T23:37:22.947Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-06-15T23:37:23.407Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.17s) [2021-06-15T23:37:23.407Z] === RUN TestFastTimeMarshalJSON [2021-06-15T23:37:23.407Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2021-06-15T23:37:23.407Z] PASS [2021-06-15T23:37:23.407Z] coverage: 87.2% of statements [2021-06-15T23:37:23.407Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.231s coverage: 87.2% of statements [2021-06-15T23:37:23.639Z] --- PASS: TestRemoveContainerRunning (1.31s) [2021-06-15T23:37:23.639Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-15T23:37:24.518Z] --- PASS: TestConfigsUpdate (2.95s) [2021-06-15T23:37:24.518Z] === RUN TestTemplatedConfig [2021-06-15T23:37:24.947Z] === RUN TestWriteLog [2021-06-15T23:37:24.947Z] === PAUSE TestWriteLog [2021-06-15T23:37:24.947Z] === RUN TestReadLog [2021-06-15T23:37:24.947Z] === PAUSE TestReadLog [2021-06-15T23:37:24.947Z] === CONT TestWriteLog [2021-06-15T23:37:24.947Z] === CONT TestReadLog [2021-06-15T23:37:24.947Z] --- PASS: TestWriteLog (0.00s) [2021-06-15T23:37:24.947Z] === RUN TestReadLog/tail_exact [2021-06-15T23:37:24.947Z] === RUN TestReadLog/tail_less_than_available [2021-06-15T23:37:24.947Z] === RUN TestReadLog/tail_more_than_available [2021-06-15T23:37:24.947Z] --- PASS: TestReadLog (0.35s) [2021-06-15T23:37:24.947Z] --- PASS: TestReadLog/tail_exact (0.18s) [2021-06-15T23:37:24.947Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-06-15T23:37:24.947Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-06-15T23:37:24.947Z] PASS [2021-06-15T23:37:24.947Z] coverage: 75.2% of statements [2021-06-15T23:37:24.947Z] ok github.com/docker/docker/daemon/logger/local 0.598s coverage: 75.2% of statements [2021-06-15T23:37:24.947Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-15T23:37:25.005Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.43s) [2021-06-15T23:37:25.005Z] === RUN TestRemoveInvalidContainer [2021-06-15T23:37:25.005Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-06-15T23:37:25.005Z] === RUN TestRenameLinkedContainer [2021-06-15T23:37:25.408Z] === RUN TestOpenFileDelete [2021-06-15T23:37:25.408Z] --- PASS: TestOpenFileDelete (0.00s) [2021-06-15T23:37:25.408Z] === RUN TestOpenFileRename [2021-06-15T23:37:25.408Z] --- PASS: TestOpenFileRename (0.00s) [2021-06-15T23:37:25.408Z] === RUN TestParseLogTagDefaultTag [2021-06-15T23:37:25.408Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-06-15T23:37:25.408Z] === RUN TestParseLogTag [2021-06-15T23:37:25.408Z] --- PASS: TestParseLogTag (0.00s) [2021-06-15T23:37:25.408Z] === RUN TestParseLogTagEmptyTag [2021-06-15T23:37:25.408Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-06-15T23:37:25.408Z] === RUN TestTailFiles [2021-06-15T23:37:25.408Z] --- PASS: TestTailFiles (0.00s) [2021-06-15T23:37:25.408Z] === RUN TestFollowLogsConsumerGone [2021-06-15T23:37:25.408Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-06-15T23:37:25.408Z] === RUN TestFollowLogsProducerGone [2021-06-15T23:37:25.408Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-06-15T23:37:25.408Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-06-15T23:37:25.408Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-06-15T23:37:25.408Z] === RUN TestCheckCapacityAndRotate [2021-06-15T23:37:25.408Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-06-15T23:37:25.408Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-06-15T23:37:25.408Z] --- PASS: TestCheckCapacityAndRotate (0.06s) [2021-06-15T23:37:25.408Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-06-15T23:37:25.408Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.05s) [2021-06-15T23:37:25.408Z] PASS [2021-06-15T23:37:25.408Z] coverage: 53.7% of statements [2021-06-15T23:37:25.408Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.216s coverage: 53.7% of statements [2021-06-15T23:37:25.408Z] === RUN TestLog [2021-06-15T23:37:25.408Z] --- PASS: TestLog (0.01s) [2021-06-15T23:37:25.408Z] PASS [2021-06-15T23:37:25.408Z] coverage: 31.5% of statements [2021-06-15T23:37:25.408Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.097s coverage: 31.5% of statements [2021-06-15T23:37:25.505Z] --- PASS: TestTemplatedSecret (3.38s) [2021-06-15T23:37:25.505Z] === RUN TestSecretCreateResolve [2021-06-15T23:37:25.931Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-06-15T23:37:26.948Z] === RUN TestValidateLogOpt [2021-06-15T23:37:26.948Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-15T23:37:26.948Z] === RUN TestNewMissedConfig [2021-06-15T23:37:26.948Z] --- PASS: TestNewMissedConfig (0.00s) [2021-06-15T23:37:26.948Z] === RUN TestNewMissedUrl [2021-06-15T23:37:26.948Z] --- PASS: TestNewMissedUrl (0.00s) [2021-06-15T23:37:26.948Z] === RUN TestNewMissedToken [2021-06-15T23:37:26.948Z] --- PASS: TestNewMissedToken (0.00s) [2021-06-15T23:37:26.948Z] === RUN TestNewWithProxy [2021-06-15T23:37:26.948Z] --- PASS: TestNewWithProxy (0.00s) [2021-06-15T23:37:26.948Z] === RUN TestDefault [2021-06-15T23:37:26.948Z] --- PASS: TestDefault (0.01s) [2021-06-15T23:37:26.948Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-06-15T23:37:26.948Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-06-15T23:37:26.948Z] === RUN TestJsonFormat [2021-06-15T23:37:26.948Z] --- PASS: TestJsonFormat (0.00s) [2021-06-15T23:37:26.948Z] === RUN TestRawFormat [2021-06-15T23:37:26.948Z] --- PASS: TestRawFormat (0.00s) [2021-06-15T23:37:26.948Z] === RUN TestRawFormatWithLabels [2021-06-15T23:37:26.948Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-06-15T23:37:26.948Z] === RUN TestRawFormatWithoutTag [2021-06-15T23:37:26.948Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-06-15T23:37:26.948Z] === RUN TestBatching [2021-06-15T23:37:26.948Z] === RUN TestNewParse [2021-06-15T23:37:26.948Z] --- PASS: TestNewParse (0.00s) [2021-06-15T23:37:26.948Z] PASS [2021-06-15T23:37:26.948Z] coverage: 8.3% of statements [2021-06-15T23:37:26.948Z] ok github.com/docker/docker/daemon/logger/templates 0.074s coverage: 8.3% of statements [2021-06-15T23:37:27.408Z] --- PASS: TestBatching (0.41s) [2021-06-15T23:37:27.408Z] === RUN TestFrequency [2021-06-15T23:37:27.408Z] --- PASS: TestFrequency (0.34s) [2021-06-15T23:37:27.408Z] === RUN TestOneMessagePerRequest [2021-06-15T23:37:27.408Z] --- PASS: TestOneMessagePerRequest (0.01s) [2021-06-15T23:37:27.408Z] === RUN TestVerify [2021-06-15T23:37:27.408Z] --- PASS: TestVerify (0.00s) [2021-06-15T23:37:27.408Z] === RUN TestSkipVerify [2021-06-15T23:37:27.408Z] === RUN TestParseLogFormat [2021-06-15T23:37:27.408Z] --- PASS: TestParseLogFormat (0.00s) [2021-06-15T23:37:27.408Z] === RUN TestValidateLogOptEmpty [2021-06-15T23:37:27.408Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-06-15T23:37:27.408Z] === RUN TestValidateSyslogAddress [2021-06-15T23:37:27.408Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-06-15T23:37:27.408Z] === RUN TestParseAddressDefaultPort [2021-06-15T23:37:27.408Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-06-15T23:37:27.408Z] === RUN TestValidateSyslogFacility [2021-06-15T23:37:27.408Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-06-15T23:37:27.408Z] === RUN TestValidateLogOptSyslogFormat [2021-06-15T23:37:27.408Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-06-15T23:37:27.408Z] === RUN TestValidateLogOpt [2021-06-15T23:37:27.408Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-15T23:37:27.408Z] PASS [2021-06-15T23:37:27.408Z] coverage: 46.8% of statements [2021-06-15T23:37:27.408Z] ok github.com/docker/docker/daemon/logger/syslog 0.114s coverage: 46.8% of statements [2021-06-15T23:37:27.822Z] --- PASS: TestTemplatedConfig (3.69s) [2021-06-15T23:37:27.822Z] === RUN TestConfigCreateResolve [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:37:27.869Z] --- PASS: TestSkipVerify (0.52s) [2021-06-15T23:37:27.869Z] === RUN TestBufferMaximum [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623800247.699476\",\"host\":\"ba6ff0e0611d\"}'" [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623800247.699476\",\"host\":\"ba6ff0e0611d\"}'" [2021-06-15T23:37:27.869Z] --- PASS: TestBufferMaximum (0.00s) [2021-06-15T23:37:27.869Z] === RUN TestServerAlwaysDown [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623800247.703475\",\"host\":\"ba6ff0e0611d\"}'" [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623800247.703475\",\"host\":\"ba6ff0e0611d\"}'" [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623800247.703475\",\"host\":\"ba6ff0e0611d\"}'" [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623800247.705476\",\"host\":\"ba6ff0e0611d\"}'" [2021-06-15T23:37:27.869Z] time="2021-06-15T23:37:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623800247.705476\",\"host\":\"ba6ff0e0611d\"}'" [2021-06-15T23:37:27.869Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-06-15T23:37:27.869Z] === RUN TestCannotSendAfterClose [2021-06-15T23:37:27.869Z] --- PASS: TestCannotSendAfterClose (0.01s) [2021-06-15T23:37:27.869Z] === RUN TestDeadlockOnBlockedEndpoint [2021-06-15T23:37:28.016Z] --- PASS: TestSecretCreateResolve (2.30s) [2021-06-15T23:37:28.016Z] PASS [2021-06-15T23:37:28.016Z] [2021-06-15T23:37:28.016Z] DONE 6 tests in 15.147s [2021-06-15T23:37:28.016Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-15T23:37:28.016Z] INFO: Testing against a local daemon [2021-06-15T23:37:28.016Z] === RUN TestServiceCreateInit [2021-06-15T23:37:28.016Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-15T23:37:28.447Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-06-15T23:37:29.413Z] time="2021-06-15T23:37:28Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49198/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-06-15T23:37:29.413Z] time="2021-06-15T23:37:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"ba6ff0e0611d\"}'" [2021-06-15T23:37:29.413Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2021-06-15T23:37:29.413Z] PASS [2021-06-15T23:37:29.413Z] coverage: 82.5% of statements [2021-06-15T23:37:29.413Z] ok github.com/docker/docker/daemon/logger/splunk 2.444s coverage: 82.5% of statements [2021-06-15T23:37:29.413Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-15T23:37:29.413Z] ? github.com/docker/docker/daemon/network [no test files] [2021-06-15T23:37:29.413Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-15T23:37:29.815Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-06-15T23:37:29.874Z] === RUN TestV1IDService [2021-06-15T23:37:29.874Z] --- PASS: TestV1IDService (0.03s) [2021-06-15T23:37:29.874Z] === RUN TestV2MetadataService [2021-06-15T23:37:30.335Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-06-15T23:37:30.335Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-06-15T23:37:30.335Z] === RUN TestContinueOnError_MirrorEndpoint [2021-06-15T23:37:30.335Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-06-15T23:37:30.335Z] === RUN TestContinueOnError_NeverContinue [2021-06-15T23:37:30.335Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-06-15T23:37:30.335Z] === RUN TestManifestStore [2021-06-15T23:37:30.335Z] === RUN TestManifestStore/no_remote_or_local [2021-06-15T23:37:30.376Z] --- PASS: TestRenameLinkedContainer (5.44s) [2021-06-15T23:37:30.376Z] === RUN TestRenameStoppedContainer [2021-06-15T23:37:30.795Z] time="2021-06-15T23:37:30Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local566099711\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-06-15T23:37:30.795Z] === RUN TestManifestStore/no_local_cache [2021-06-15T23:37:30.795Z] === RUN TestManifestStore/with_local_cache [2021-06-15T23:37:30.795Z] === RUN TestManifestStore/unknown_media_type [2021-06-15T23:37:30.795Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-06-15T23:37:30.795Z] time="2021-06-15T23:37:30Z" level=warning msg="reference for unknown type: " [2021-06-15T23:37:30.795Z] time="2021-06-15T23:37:30Z" level=warning msg="reference for unknown type: " [2021-06-15T23:37:30.795Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-06-15T23:37:30.795Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-06-15T23:37:30.795Z] time="2021-06-15T23:37:30Z" level=warning msg="reference for unknown type: " [2021-06-15T23:37:30.795Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-06-15T23:37:30.795Z] time="2021-06-15T23:37:30Z" level=warning msg="reference for unknown type: " [2021-06-15T23:37:30.795Z] time="2021-06-15T23:37:30Z" level=warning msg="reference for unknown type: " [2021-06-15T23:37:30.795Z] === RUN TestManifestStore/error_persisting_manifest [2021-06-15T23:37:30.795Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-06-15T23:37:30.795Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-06-15T23:37:30.795Z] time="2021-06-15T23:37:30Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-06-15T23:37:30.795Z] --- PASS: TestManifestStore (0.43s) [2021-06-15T23:37:30.795Z] --- PASS: TestManifestStore/no_remote_or_local (0.28s) [2021-06-15T23:37:30.795Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-06-15T23:37:30.795Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-06-15T23:37:30.795Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2021-06-15T23:37:30.795Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-06-15T23:37:30.795Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2021-06-15T23:37:30.795Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-06-15T23:37:30.795Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-06-15T23:37:30.795Z] --- PASS: TestManifestStore/error_persisting_manifest (0.05s) [2021-06-15T23:37:30.795Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.03s) [2021-06-15T23:37:30.795Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2021-06-15T23:37:30.795Z] === RUN TestDetectManifestBlobMediaType [2021-06-15T23:37:30.795Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-06-15T23:37:30.795Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-06-15T23:37:30.795Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-06-15T23:37:30.795Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-06-15T23:37:30.795Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-06-15T23:37:30.795Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-06-15T23:37:30.795Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-06-15T23:37:30.795Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-06-15T23:37:30.795Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-06-15T23:37:30.795Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-06-15T23:37:30.795Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-06-15T23:37:30.795Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-06-15T23:37:30.795Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-06-15T23:37:30.795Z] === RUN TestFixManifestLayers [2021-06-15T23:37:30.795Z] --- PASS: TestFixManifestLayers (0.00s) [2021-06-15T23:37:30.795Z] === RUN TestFixManifestLayersBaseLayerParent [2021-06-15T23:37:30.795Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-15T23:37:30.795Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-15T23:37:30.795Z] === RUN TestFixManifestLayersBadParent [2021-06-15T23:37:30.795Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-06-15T23:37:30.795Z] === RUN TestValidateManifest [2021-06-15T23:37:30.795Z] --- SKIP: TestValidateManifest (0.00s) [2021-06-15T23:37:30.795Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-15T23:37:30.795Z] === RUN TestFormatPlatform [2021-06-15T23:37:30.795Z] --- PASS: TestFormatPlatform (0.00s) [2021-06-15T23:37:30.795Z] === RUN TestGetRepositoryMountCandidates [2021-06-15T23:37:30.795Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-06-15T23:37:30.795Z] === RUN TestLayerAlreadyExists [2021-06-15T23:37:30.795Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-06-15T23:37:30.795Z] 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-06-15T23:37:30.795Z] 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-06-15T23:37:30.795Z] 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-06-15T23:37:30.796Z] 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-06-15T23:37:30.796Z] 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-06-15T23:37:30.796Z] 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-06-15T23:37:30.796Z] === RUN TestWhenEmptyAuthConfig [2021-06-15T23:37:31.129Z] --- PASS: TestConfigCreateResolve (2.93s) [2021-06-15T23:37:31.129Z] === RUN TestConfigDaemonLibtrustID [2021-06-15T23:37:31.129Z] --- PASS: TestConfigDaemonLibtrustID (0.67s) [2021-06-15T23:37:31.129Z] PASS [2021-06-15T23:37:31.129Z] [2021-06-15T23:37:31.129Z] DONE 7 tests in 19.517s [2021-06-15T23:37:31.129Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-06-15T23:37:31.129Z] ++ 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-06-15T23:37:31.129Z] ++ set -e [2021-06-15T23:37:31.129Z] ++ '[' -n 0 ']' [2021-06-15T23:37:31.129Z] ++ set -x [2021-06-15T23:37:31.129Z] ++ 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-06-15T23:37:31.256Z] --- PASS: TestV2MetadataService (1.06s) [2021-06-15T23:37:31.256Z] PASS [2021-06-15T23:37:31.256Z] coverage: 48.2% of statements [2021-06-15T23:37:31.256Z] ok github.com/docker/docker/distribution/metadata 1.264s coverage: 48.2% of statements [2021-06-15T23:37:31.256Z] === RUN TestSuccessfulDownload [2021-06-15T23:37:31.256Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-06-15T23:37:31.256Z] download_test.go:268: Needs fixing on Windows [2021-06-15T23:37:31.256Z] === RUN TestCancelledDownload [2021-06-15T23:37:31.256Z] --- PASS: TestCancelledDownload (0.00s) [2021-06-15T23:37:31.256Z] === RUN TestMaxDownloadAttempts [2021-06-15T23:37:31.256Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-15T23:37:31.256Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-15T23:37:31.256Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-15T23:37:31.256Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-15T23:37:31.256Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-15T23:37:31.256Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-15T23:37:31.256Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-15T23:37:31.256Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-15T23:37:31.256Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-15T23:37:31.256Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-15T23:37:31.256Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-15T23:37:31.256Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-15T23:37:31.391Z] INFO: Testing against a local daemon [2021-06-15T23:37:31.391Z] === RUN TestCheckpoint [2021-06-15T23:37:31.391Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-15T23:37:31.391Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-15T23:37:31.391Z] === RUN TestContainerInvalidJSON [2021-06-15T23:37:31.391Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-15T23:37:31.391Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-15T23:37:31.391Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-15T23:37:31.391Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-15T23:37:31.391Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-15T23:37:31.391Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-15T23:37:31.391Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-15T23:37:31.391Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-15T23:37:31.391Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-15T23:37:31.391Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-06-15T23:37:31.391Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-15T23:37:31.391Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-06-15T23:37:31.391Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-06-15T23:37:31.391Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-15T23:37:31.653Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-06-15T23:37:31.653Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-15T23:37:31.653Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-06-15T23:37:31.653Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-15T23:37:31.653Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-06-15T23:37:31.653Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-15T23:37:31.653Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-06-15T23:37:31.653Z] === RUN TestCopyFromContainer [2021-06-15T23:37:31.717Z] time="2021-06-15T23:37:31Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-15T23:37:31.717Z] time="2021-06-15T23:37:31Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-15T23:37:31.717Z] time="2021-06-15T23:37:31Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-15T23:37:31.717Z] time="2021-06-15T23:37:31Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-15T23:37:31.717Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-06-15T23:37:31.717Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.41s) [2021-06-15T23:37:31.717Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.41s) [2021-06-15T23:37:31.717Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.41s) [2021-06-15T23:37:31.717Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.41s) [2021-06-15T23:37:31.717Z] === RUN TestTransfer [2021-06-15T23:37:31.717Z] === RUN TestNotFound [2021-06-15T23:37:31.717Z] --- PASS: TestNotFound (0.00s) [2021-06-15T23:37:31.717Z] === RUN TestConflict [2021-06-15T23:37:31.717Z] --- PASS: TestConflict (0.00s) [2021-06-15T23:37:31.717Z] === RUN TestForbidden [2021-06-15T23:37:31.717Z] --- PASS: TestForbidden (0.00s) [2021-06-15T23:37:31.717Z] === RUN TestInvalidParameter [2021-06-15T23:37:31.718Z] --- PASS: TestInvalidParameter (0.00s) [2021-06-15T23:37:31.718Z] === RUN TestNotImplemented [2021-06-15T23:37:31.718Z] --- PASS: TestNotImplemented (0.00s) [2021-06-15T23:37:31.718Z] === RUN TestNotModified [2021-06-15T23:37:31.718Z] --- PASS: TestNotModified (0.00s) [2021-06-15T23:37:31.718Z] === RUN TestUnauthorized [2021-06-15T23:37:31.718Z] --- PASS: TestUnauthorized (0.00s) [2021-06-15T23:37:31.718Z] === RUN TestUnknown [2021-06-15T23:37:31.718Z] --- PASS: TestUnknown (0.00s) [2021-06-15T23:37:31.718Z] === RUN TestCancelled [2021-06-15T23:37:31.718Z] --- PASS: TestCancelled (0.00s) [2021-06-15T23:37:31.718Z] === RUN TestDeadline [2021-06-15T23:37:31.718Z] --- PASS: TestDeadline (0.00s) [2021-06-15T23:37:31.718Z] === RUN TestDataLoss [2021-06-15T23:37:31.718Z] --- PASS: TestDataLoss (0.00s) [2021-06-15T23:37:31.718Z] === RUN TestUnavailable [2021-06-15T23:37:31.718Z] --- PASS: TestUnavailable (0.00s) [2021-06-15T23:37:31.718Z] === RUN TestSystem [2021-06-15T23:37:31.718Z] --- PASS: TestSystem (0.00s) [2021-06-15T23:37:31.718Z] === RUN TestFromStatusCode [2021-06-15T23:37:31.718Z] === RUN TestFromStatusCode/Not_Found [2021-06-15T23:37:31.718Z] === RUN TestFromStatusCode/Bad_Request [2021-06-15T23:37:31.718Z] === RUN TestFromStatusCode/Conflict [2021-06-15T23:37:31.718Z] === RUN TestFromStatusCode/Unauthorized [2021-06-15T23:37:31.718Z] === RUN TestFromStatusCode/Service_Unavailable [2021-06-15T23:37:31.718Z] === RUN TestFromStatusCode/Forbidden [2021-06-15T23:37:31.718Z] === RUN TestFromStatusCode/Not_Modified [2021-06-15T23:37:31.718Z] === RUN TestFromStatusCode/Not_Implemented [2021-06-15T23:37:31.718Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-06-15T23:37:31.718Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-06-15T23:37:31.718Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-06-15T23:37:31.718Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-06-15T23:37:31.718Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-06-15T23:37:31.718Z] --- PASS: TestFromStatusCode (0.00s) [2021-06-15T23:37:31.718Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-06-15T23:37:31.718Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-06-15T23:37:31.718Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-06-15T23:37:31.718Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-06-15T23:37:31.718Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-06-15T23:37:31.718Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-06-15T23:37:31.718Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-06-15T23:37:31.718Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-06-15T23:37:31.718Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-06-15T23:37:31.718Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-06-15T23:37:31.718Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-06-15T23:37:31.718Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-06-15T23:37:31.718Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-06-15T23:37:31.718Z] PASS [2021-06-15T23:37:31.718Z] coverage: 53.1% of statements [2021-06-15T23:37:31.718Z] ok github.com/docker/docker/errdefs 0.051s coverage: 53.1% of statements [2021-06-15T23:37:31.718Z] --- PASS: TestTransfer (0.12s) [2021-06-15T23:37:31.718Z] === RUN TestConcurrencyLimit [2021-06-15T23:37:31.745Z] --- PASS: TestRenameStoppedContainer (1.30s) [2021-06-15T23:37:31.745Z] === RUN TestRenameRunningContainerAndReuse [2021-06-15T23:37:32.178Z] --- PASS: TestWhenEmptyAuthConfig (1.28s) [2021-06-15T23:37:32.178Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-06-15T23:37:32.178Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-06-15T23:37:32.178Z] === RUN TestTokenPassThru [2021-06-15T23:37:32.178Z] --- PASS: TestTokenPassThru (0.01s) [2021-06-15T23:37:32.178Z] === RUN TestTokenPassThruDifferentHost [2021-06-15T23:37:32.178Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-06-15T23:37:32.178Z] PASS [2021-06-15T23:37:32.178Z] coverage: 23.7% of statements [2021-06-15T23:37:32.178Z] ok github.com/docker/docker/distribution 1.869s coverage: 23.7% of statements [2021-06-15T23:37:32.178Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-15T23:37:32.178Z] --- PASS: TestConcurrencyLimit (0.40s) [2021-06-15T23:37:32.178Z] === RUN TestInactiveJobs [2021-06-15T23:37:32.307Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-06-15T23:37:32.638Z] --- PASS: TestInactiveJobs (0.46s) [2021-06-15T23:37:32.638Z] === RUN TestWatchRelease [2021-06-15T23:37:32.638Z] --- PASS: TestWatchRelease (0.04s) [2021-06-15T23:37:32.638Z] === RUN TestWatchFinishedTransfer [2021-06-15T23:37:32.638Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-06-15T23:37:32.638Z] === RUN TestDuplicateTransfer [2021-06-15T23:37:33.099Z] --- PASS: TestDuplicateTransfer (0.30s) [2021-06-15T23:37:33.099Z] === RUN TestSuccessfulUpload [2021-06-15T23:37:33.259Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-15T23:37:33.559Z] time="2021-06-15T23:37:33Z" level=error msg="Upload failed, retrying: simulating retry" [2021-06-15T23:37:33.559Z] --- PASS: TestSuccessfulUpload (0.53s) [2021-06-15T23:37:33.559Z] === RUN TestCancelledUpload [2021-06-15T23:37:33.559Z] --- PASS: TestCancelledUpload (0.13s) [2021-06-15T23:37:33.559Z] PASS [2021-06-15T23:37:33.559Z] coverage: 76.8% of statements [2021-06-15T23:37:33.559Z] ok github.com/docker/docker/distribution/xfer 2.532s coverage: 76.8% of statements [2021-06-15T23:37:33.569Z] === RUN TestCopyFromContainer// [2021-06-15T23:37:33.569Z] === RUN TestCopyFromContainer//bar/root [2021-06-15T23:37:33.569Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-15T23:37:33.671Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-06-15T23:37:33.831Z] === RUN TestCopyFromContainer/bar/quux [2021-06-15T23:37:33.831Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-15T23:37:33.831Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-15T23:37:33.927Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-06-15T23:37:33.927Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-06-15T23:37:34.020Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-15T23:37:34.020Z] === RUN TestCompare [2021-06-15T23:37:34.020Z] --- PASS: TestCompare (0.00s) [2021-06-15T23:37:34.020Z] PASS [2021-06-15T23:37:34.020Z] coverage: 19.2% of statements [2021-06-15T23:37:34.020Z] ok github.com/docker/docker/image/cache 0.109s coverage: 19.2% of statements [2021-06-15T23:37:34.020Z] === RUN TestFSGetInvalidData [2021-06-15T23:37:34.020Z] --- PASS: TestFSGetInvalidData (0.02s) [2021-06-15T23:37:34.020Z] === RUN TestFSInvalidSet [2021-06-15T23:37:34.020Z] --- PASS: TestFSInvalidSet (0.01s) [2021-06-15T23:37:34.020Z] === RUN TestFSInvalidRoot [2021-06-15T23:37:34.020Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-06-15T23:37:34.020Z] === RUN TestFSMetadataGetSet [2021-06-15T23:37:34.093Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-15T23:37:34.093Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-15T23:37:34.184Z] --- PASS: TestRenameRunningContainerAndReuse (2.49s) [2021-06-15T23:37:34.184Z] === RUN TestRenameInvalidName [2021-06-15T23:37:34.355Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-15T23:37:34.355Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-15T23:37:34.355Z] --- PASS: TestCopyFromContainer (2.74s) [2021-06-15T23:37:34.355Z] --- PASS: TestCopyFromContainer// (0.12s) [2021-06-15T23:37:34.355Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2021-06-15T23:37:34.355Z] --- PASS: TestCopyFromContainer//bar/root/ (0.12s) [2021-06-15T23:37:34.355Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2021-06-15T23:37:34.355Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2021-06-15T23:37:34.355Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2021-06-15T23:37:34.355Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2021-06-15T23:37:34.355Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2021-06-15T23:37:34.355Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2021-06-15T23:37:34.355Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2021-06-15T23:37:34.355Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-15T23:37:34.355Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-15T23:37:34.355Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-15T23:37:34.355Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-15T23:37:34.355Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-15T23:37:34.355Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-15T23:37:34.355Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-15T23:37:34.486Z] --- PASS: TestFSMetadataGetSet (0.06s) [2021-06-15T23:37:34.486Z] === RUN TestFSInvalidWalker [2021-06-15T23:37:34.486Z] --- PASS: TestFSInvalidWalker (0.09s) [2021-06-15T23:37:34.486Z] === RUN TestFSGetSet [2021-06-15T23:37:34.486Z] --- PASS: TestFSGetSet (0.04s) [2021-06-15T23:37:34.486Z] === RUN TestFSGetUnsetKey [2021-06-15T23:37:34.486Z] --- PASS: TestFSGetUnsetKey (0.01s) [2021-06-15T23:37:34.486Z] === RUN TestFSGetEmptyData [2021-06-15T23:37:34.486Z] --- PASS: TestFSGetEmptyData (0.01s) [2021-06-15T23:37:34.486Z] === RUN TestFSDelete [2021-06-15T23:37:34.486Z] --- PASS: TestFSDelete (0.01s) [2021-06-15T23:37:34.486Z] === RUN TestFSWalker [2021-06-15T23:37:34.486Z] --- PASS: TestFSWalker (0.01s) [2021-06-15T23:37:34.486Z] === RUN TestFSWalkerStopOnError [2021-06-15T23:37:34.486Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-06-15T23:37:34.486Z] === RUN TestNewFromJSON [2021-06-15T23:37:34.486Z] --- PASS: TestNewFromJSON (0.00s) [2021-06-15T23:37:34.486Z] === RUN TestNewFromJSONWithInvalidJSON [2021-06-15T23:37:34.486Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-06-15T23:37:34.486Z] === RUN TestMarshalKeyOrder [2021-06-15T23:37:34.486Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-06-15T23:37:34.486Z] === RUN TestHistoryEqual [2021-06-15T23:37:34.486Z] --- PASS: TestHistoryEqual (0.18s) [2021-06-15T23:37:34.486Z] === RUN TestImage [2021-06-15T23:37:34.486Z] --- PASS: TestImage (0.00s) [2021-06-15T23:37:34.486Z] === RUN TestImageOSNotEmpty [2021-06-15T23:37:34.486Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-06-15T23:37:34.486Z] === RUN TestNewChildImageFromImageWithRootFS [2021-06-15T23:37:34.486Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-06-15T23:37:34.486Z] === RUN TestCreate [2021-06-15T23:37:34.486Z] --- PASS: TestCreate (0.01s) [2021-06-15T23:37:34.486Z] === RUN TestRestore [2021-06-15T23:37:34.486Z] time="2021-06-15T23:37:34Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-06-15T23:37:34.620Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-15T23:37:34.620Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-15T23:37:34.620Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-15T23:37:34.620Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-06-15T23:37:34.620Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-15T23:37:34.620Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-15T23:37:34.620Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-15T23:37:34.620Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-15T23:37:34.620Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-06-15T23:37:34.620Z] === RUN TestCreateWithInvalidEnv [2021-06-15T23:37:34.620Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-15T23:37:34.620Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-15T23:37:34.620Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-15T23:37:34.620Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-15T23:37:34.620Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-15T23:37:34.620Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-15T23:37:34.620Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-15T23:37:34.620Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-15T23:37:34.620Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-15T23:37:34.620Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-06-15T23:37:34.620Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2021-06-15T23:37:34.620Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-06-15T23:37:34.620Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2021-06-15T23:37:34.620Z] === RUN TestCreateTmpfsMountsTarget [2021-06-15T23:37:34.620Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-06-15T23:37:34.620Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-15T23:37:34.947Z] --- PASS: TestRestore (0.08s) [2021-06-15T23:37:34.947Z] === RUN TestAddDelete [2021-06-15T23:37:34.947Z] --- PASS: TestAddDelete (0.03s) [2021-06-15T23:37:34.947Z] === RUN TestSearchAfterDelete [2021-06-15T23:37:34.947Z] --- PASS: TestSearchAfterDelete (0.05s) [2021-06-15T23:37:34.947Z] === RUN TestParentReset [2021-06-15T23:37:34.947Z] --- PASS: TestParentReset (0.04s) [2021-06-15T23:37:34.947Z] === RUN TestGetAndSetLastUpdated [2021-06-15T23:37:34.947Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-06-15T23:37:34.947Z] === RUN TestStoreLen [2021-06-15T23:37:34.947Z] --- PASS: TestStoreLen (0.07s) [2021-06-15T23:37:34.947Z] PASS [2021-06-15T23:37:34.947Z] coverage: 86.6% of statements [2021-06-15T23:37:34.947Z] ok github.com/docker/docker/image 0.879s coverage: 86.6% of statements [2021-06-15T23:37:35.416Z] === RUN TestValidateManifest [2021-06-15T23:37:35.417Z] === RUN TestValidateManifest/nil [2021-06-15T23:37:35.417Z] === RUN TestValidateManifest/non-nil [2021-06-15T23:37:35.417Z] --- PASS: TestValidateManifest (0.00s) [2021-06-15T23:37:35.417Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-06-15T23:37:35.417Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-06-15T23:37:35.417Z] PASS [2021-06-15T23:37:35.417Z] coverage: 0.7% of statements [2021-06-15T23:37:35.417Z] ok github.com/docker/docker/image/tarexport 0.114s coverage: 0.7% of statements [2021-06-15T23:37:35.552Z] --- PASS: TestRenameInvalidName (1.36s) [2021-06-15T23:37:35.552Z] === RUN TestRenameAnonymousContainer [2021-06-15T23:37:36.389Z] === RUN TestMakeV1ConfigFromConfig [2021-06-15T23:37:36.389Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-06-15T23:37:36.389Z] PASS [2021-06-15T23:37:36.389Z] coverage: 25.0% of statements [2021-06-15T23:37:36.389Z] ok github.com/docker/docker/image/v1 0.279s coverage: 25.0% of statements [2021-06-15T23:37:36.389Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-15T23:37:36.849Z] === RUN TestSerialization [2021-06-15T23:37:36.849Z] --- PASS: TestSerialization (0.02s) [2021-06-15T23:37:36.849Z] PASS [2021-06-15T23:37:36.849Z] coverage: 100.0% of statements [2021-06-15T23:37:36.849Z] ok github.com/docker/docker/libcontainerd/queue 0.151s coverage: 100.0% of statements [2021-06-15T23:37:36.921Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-06-15T23:37:37.168Z] --- PASS: TestCreateWithCustomMaskedPaths (2.41s) [2021-06-15T23:37:37.168Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-15T23:37:37.178Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-06-15T23:37:37.830Z] === RUN TestEmptyLayer [2021-06-15T23:37:37.830Z] --- PASS: TestEmptyLayer (0.00s) [2021-06-15T23:37:37.830Z] === RUN TestCommitFailure [2021-06-15T23:37:37.830Z] --- PASS: TestCommitFailure (0.01s) [2021-06-15T23:37:37.830Z] === RUN TestStartTransactionFailure [2021-06-15T23:37:37.830Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-06-15T23:37:37.830Z] === RUN TestGetOrphan [2021-06-15T23:37:37.830Z] --- PASS: TestGetOrphan (0.01s) [2021-06-15T23:37:37.830Z] === RUN TestMountAndRegister [2021-06-15T23:37:37.830Z] --- PASS: TestMountAndRegister (0.05s) [2021-06-15T23:37:37.830Z] layer_test.go:271: Layer size: 14 [2021-06-15T23:37:37.830Z] === RUN TestLayerRelease [2021-06-15T23:37:37.830Z] --- SKIP: TestLayerRelease (0.00s) [2021-06-15T23:37:37.830Z] layer_test.go:304: Failing on Windows [2021-06-15T23:37:37.830Z] === RUN TestStoreRestore [2021-06-15T23:37:37.830Z] --- SKIP: TestStoreRestore (0.00s) [2021-06-15T23:37:37.830Z] layer_test.go:353: Failing on Windows [2021-06-15T23:37:37.830Z] === RUN TestTarStreamStability [2021-06-15T23:37:37.830Z] --- SKIP: TestTarStreamStability (0.00s) [2021-06-15T23:37:37.830Z] layer_test.go:468: Failing on Windows [2021-06-15T23:37:37.830Z] === RUN TestRegisterExistingLayer [2021-06-15T23:37:38.291Z] --- PASS: TestRegisterExistingLayer (0.42s) [2021-06-15T23:37:38.291Z] === RUN TestTarStreamVerification [2021-06-15T23:37:38.291Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-06-15T23:37:38.291Z] layer_test.go:697: Failing on Windows [2021-06-15T23:37:38.291Z] === RUN TestLayerMigration [2021-06-15T23:37:38.291Z] --- SKIP: TestLayerMigration (0.00s) [2021-06-15T23:37:38.291Z] migration_test.go:46: Failing on Windows [2021-06-15T23:37:38.291Z] === RUN TestLayerMigrationNoTarsplit [2021-06-15T23:37:38.291Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-06-15T23:37:38.291Z] migration_test.go:182: Failing on Windows [2021-06-15T23:37:38.291Z] === RUN TestMountInit [2021-06-15T23:37:38.291Z] --- SKIP: TestMountInit (0.00s) [2021-06-15T23:37:38.291Z] mount_test.go:17: Failing on Windows [2021-06-15T23:37:38.291Z] === RUN TestMountSize [2021-06-15T23:37:38.291Z] --- SKIP: TestMountSize (0.00s) [2021-06-15T23:37:38.291Z] mount_test.go:76: Failing on Windows [2021-06-15T23:37:38.291Z] === RUN TestMountChanges [2021-06-15T23:37:38.291Z] --- SKIP: TestMountChanges (0.00s) [2021-06-15T23:37:38.291Z] mount_test.go:125: Failing on Windows [2021-06-15T23:37:38.291Z] === RUN TestMountApply [2021-06-15T23:37:38.291Z] --- SKIP: TestMountApply (0.00s) [2021-06-15T23:37:38.291Z] mount_test.go:212: Failing on Windows [2021-06-15T23:37:38.291Z] PASS [2021-06-15T23:37:38.291Z] coverage: 30.1% of statements [2021-06-15T23:37:38.291Z] ok github.com/docker/docker/layer 0.586s coverage: 30.1% of statements [2021-06-15T23:37:38.500Z] --- PASS: TestServiceCreateInit (9.96s) [2021-06-15T23:37:38.500Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.05s) [2021-06-15T23:37:38.500Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.90s) [2021-06-15T23:37:38.500Z] === RUN TestCreateServiceMultipleTimes [2021-06-15T23:37:38.753Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-15T23:37:39.214Z] === RUN TestEnvironmentParsing [2021-06-15T23:37:39.214Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-06-15T23:37:39.214Z] PASS [2021-06-15T23:37:39.214Z] coverage: 1.2% of statements [2021-06-15T23:37:39.214Z] ok github.com/docker/docker/libcontainerd/local 0.076s coverage: 1.2% of statements [2021-06-15T23:37:39.214Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-15T23:37:39.214Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-15T23:37:39.214Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-15T23:37:39.675Z] === RUN TestSequenceGetAvailableBit [2021-06-15T23:37:39.675Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-06-15T23:37:39.675Z] === RUN TestSequenceEqual [2021-06-15T23:37:39.675Z] --- PASS: TestSequenceEqual (0.00s) [2021-06-15T23:37:39.675Z] === RUN TestSequenceCopy [2021-06-15T23:37:39.675Z] --- PASS: TestSequenceCopy (0.00s) [2021-06-15T23:37:39.675Z] === RUN TestGetFirstAvailable [2021-06-15T23:37:39.675Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-06-15T23:37:39.675Z] === RUN TestFindSequence [2021-06-15T23:37:39.675Z] --- PASS: TestFindSequence (0.00s) [2021-06-15T23:37:39.675Z] === RUN TestCheckIfAvailable [2021-06-15T23:37:39.675Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-06-15T23:37:39.675Z] === RUN TestMergeSequences [2021-06-15T23:37:39.675Z] --- PASS: TestMergeSequences (0.00s) [2021-06-15T23:37:39.675Z] === RUN TestPushReservation [2021-06-15T23:37:39.675Z] --- PASS: TestPushReservation (0.00s) [2021-06-15T23:37:39.675Z] === RUN TestSerializeDeserialize [2021-06-15T23:37:39.675Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-06-15T23:37:39.675Z] === RUN TestSet [2021-06-15T23:37:39.675Z] --- PASS: TestSet (0.00s) [2021-06-15T23:37:39.716Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.42s) [2021-06-15T23:37:39.716Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-15T23:37:39.716Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-15T23:37:39.716Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-15T23:37:39.716Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-15T23:37:39.716Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-15T23:37:39.716Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-15T23:37:39.716Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-15T23:37:39.716Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-15T23:37:39.716Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-15T23:37:39.716Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-15T23:37:39.716Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-15T23:37:39.716Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-15T23:37:39.716Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-15T23:37:39.716Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-15T23:37:39.716Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-15T23:37:39.716Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-15T23:37:39.716Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-06-15T23:37:39.716Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2021-06-15T23:37:39.716Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2021-06-15T23:37:39.716Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2021-06-15T23:37:39.716Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-06-15T23:37:39.716Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-06-15T23:37:39.716Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-15T23:37:40.135Z] === RUN TestSetUnset [2021-06-15T23:37:40.135Z] --- PASS: TestSetUnset (0.00s) [2021-06-15T23:37:40.135Z] === RUN TestOffsetSetUnset [2021-06-15T23:37:40.135Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-06-15T23:37:40.135Z] === RUN TestSetInRange [2021-06-15T23:37:40.135Z] --- PASS: TestSetInRange (0.00s) [2021-06-15T23:37:40.135Z] === RUN TestSetAnyInRange [2021-06-15T23:37:40.135Z] --- PASS: TestSetAnyInRange (0.00s) [2021-06-15T23:37:40.135Z] === RUN TestMethods [2021-06-15T23:37:40.135Z] --- PASS: TestMethods (0.00s) [2021-06-15T23:37:40.135Z] === RUN TestRandomAllocateDeallocate [2021-06-15T23:37:40.290Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.83s) [2021-06-15T23:37:40.290Z] === RUN TestCreateDifferentPlatform [2021-06-15T23:37:40.290Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-15T23:37:40.290Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-15T23:37:40.290Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-06-15T23:37:40.290Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-15T23:37:40.290Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-15T23:37:40.290Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-15T23:37:40.448Z] --- PASS: TestRenameAnonymousContainer (4.86s) [2021-06-15T23:37:40.448Z] === RUN TestRenameContainerWithSameName [2021-06-15T23:37:40.552Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-06-15T23:37:40.552Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-15T23:37:40.552Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-06-15T23:37:40.552Z] === RUN TestContainerStartOnDaemonRestart [2021-06-15T23:37:40.552Z] === PAUSE TestContainerStartOnDaemonRestart [2021-06-15T23:37:40.552Z] === RUN TestDaemonRestartIpcMode [2021-06-15T23:37:40.552Z] === PAUSE TestDaemonRestartIpcMode [2021-06-15T23:37:40.552Z] === RUN TestDaemonHostGatewayIP [2021-06-15T23:37:40.552Z] === PAUSE TestDaemonHostGatewayIP [2021-06-15T23:37:40.552Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-15T23:37:40.552Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-15T23:37:40.552Z] === RUN TestContainerKillOnDaemonStart [2021-06-15T23:37:40.552Z] === PAUSE TestContainerKillOnDaemonStart [2021-06-15T23:37:40.552Z] === RUN TestDiff [2021-06-15T23:37:40.705Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-06-15T23:37:41.269Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-06-15T23:37:41.269Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-06-15T23:37:41.269Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-06-15T23:37:41.497Z] --- PASS: TestDiff (0.85s) [2021-06-15T23:37:41.497Z] === RUN TestExecWithCloseStdin [2021-06-15T23:37:41.678Z] === RUN TestClientServiceInvalidCommand [2021-06-15T23:37:41.678Z] --- PASS: TestClientServiceInvalidCommand (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestClientServiceCreate [2021-06-15T23:37:41.678Z] --- PASS: TestClientServiceCreate (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestClientServiceRm [2021-06-15T23:37:41.678Z] --- PASS: TestClientServiceRm (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestClientServiceLs [2021-06-15T23:37:41.678Z] --- PASS: TestClientServiceLs (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestClientServiceInfo [2021-06-15T23:37:41.678Z] --- PASS: TestClientServiceInfo (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestClientServiceInfoById [2021-06-15T23:37:41.678Z] --- PASS: TestClientServiceInfoById (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestClientServiceJoin [2021-06-15T23:37:41.678Z] --- PASS: TestClientServiceJoin (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestClientServiceLeave [2021-06-15T23:37:41.678Z] --- PASS: TestClientServiceLeave (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestClientDummyCommand [2021-06-15T23:37:41.678Z] --- PASS: TestClientDummyCommand (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestClientNetworkInvalidCommand [2021-06-15T23:37:41.678Z] --- PASS: TestClientNetworkInvalidCommand (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestClientNetworkCreate [2021-06-15T23:37:41.678Z] --- PASS: TestClientNetworkCreate (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestClientNetworkCreateWithDriver [2021-06-15T23:37:41.678Z] flag provided but not defined: -f [2021-06-15T23:37:41.678Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build446707086\b1147\client.test.exe create --help'. [2021-06-15T23:37:41.678Z] --- PASS: TestClientNetworkCreateWithDriver (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestClientNetworkRm [2021-06-15T23:37:41.678Z] --- PASS: TestClientNetworkRm (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestClientNetworkLs [2021-06-15T23:37:41.678Z] --- PASS: TestClientNetworkLs (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestClientNetworkInfo [2021-06-15T23:37:41.678Z] --- PASS: TestClientNetworkInfo (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestClientNetworkInfoById [2021-06-15T23:37:41.678Z] --- PASS: TestClientNetworkInfoById (0.00s) [2021-06-15T23:37:41.678Z] PASS [2021-06-15T23:37:41.678Z] coverage: 75.2% of statements [2021-06-15T23:37:41.678Z] ok github.com/docker/docker/libnetwork/client 0.056s coverage: 75.2% of statements [2021-06-15T23:37:41.678Z] === RUN TestEverything [2021-06-15T23:37:41.678Z] --- PASS: TestEverything (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestGet [2021-06-15T23:37:41.678Z] --- PASS: TestGet (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestParsePanic [2021-06-15T23:37:41.678Z] flag provided but not defined: -int [2021-06-15T23:37:41.678Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build446707086\b1151\mflag.test.exe --help'. [2021-06-15T23:37:41.678Z] --- PASS: TestParsePanic (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestParse [2021-06-15T23:37:41.678Z] --- PASS: TestParse (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestFlagSetParse [2021-06-15T23:37:41.678Z] --- PASS: TestFlagSetParse (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestUserDefined [2021-06-15T23:37:41.678Z] --- PASS: TestUserDefined (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestUserDefinedBool [2021-06-15T23:37:41.678Z] flag needs an argument: -b [2021-06-15T23:37:41.678Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build446707086\b1151\mflag.test.exe test --help'. [2021-06-15T23:37:41.678Z] --- PASS: TestUserDefinedBool (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestSetOutput [2021-06-15T23:37:41.678Z] --- PASS: TestSetOutput (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestChangingArgs [2021-06-15T23:37:41.678Z] --- PASS: TestChangingArgs (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestHelp [2021-06-15T23:37:41.678Z] --- PASS: TestHelp (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestFlagCounts [2021-06-15T23:37:41.678Z] Warning: '-d' is deprecated, it will be removed soon. See usage. [2021-06-15T23:37:41.678Z] Warning: '-flag4' is deprecated, it will be replaced by '--flag4' soon. See usage. [2021-06-15T23:37:41.678Z] --- PASS: TestFlagCounts (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestSortFlags [2021-06-15T23:37:41.678Z] --- PASS: TestSortFlags (0.00s) [2021-06-15T23:37:41.678Z] === RUN TestMergeFlags [2021-06-15T23:37:41.678Z] --- PASS: TestMergeFlags (0.00s) [2021-06-15T23:37:41.678Z] PASS [2021-06-15T23:37:41.678Z] coverage: 62.7% of statements [2021-06-15T23:37:41.678Z] ok github.com/docker/docker/libnetwork/client/mflag 0.044s coverage: 62.7% of statements [2021-06-15T23:37:41.833Z] --- PASS: TestRenameContainerWithSameName (1.22s) [2021-06-15T23:37:41.833Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-15T23:37:42.442Z] --- PASS: TestExecWithCloseStdin (1.15s) [2021-06-15T23:37:42.442Z] === RUN TestExec [2021-06-15T23:37:43.830Z] --- PASS: TestExec (1.10s) [2021-06-15T23:37:43.830Z] === RUN TestExecUser [2021-06-15T23:37:44.351Z] --- PASS: TestRenameContainerWithLinkedContainer (2.66s) [2021-06-15T23:37:44.351Z] === RUN TestResize [2021-06-15T23:37:44.593Z] === RUN TestErrorInterfaces [2021-06-15T23:37:44.593Z] --- PASS: TestErrorInterfaces (0.00s) [2021-06-15T23:37:44.593Z] === RUN TestNetworkMarshalling [2021-06-15T23:37:44.593Z] --- PASS: TestNetworkMarshalling (0.19s) [2021-06-15T23:37:44.593Z] === RUN TestEndpointMarshalling [2021-06-15T23:37:44.593Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-06-15T23:37:44.593Z] === RUN TestAuxAddresses [2021-06-15T23:37:44.593Z] time="2021-06-15T23:37:44Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-15T23:37:44.593Z] --- PASS: TestAuxAddresses (0.01s) [2021-06-15T23:37:44.593Z] === RUN TestSRVServiceQuery [2021-06-15T23:37:44.593Z] --- SKIP: TestSRVServiceQuery (0.01s) [2021-06-15T23:37:44.593Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:37:44.593Z] === RUN TestServiceVIPReuse [2021-06-15T23:37:44.593Z] --- SKIP: TestServiceVIPReuse (0.01s) [2021-06-15T23:37:44.593Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:37:44.593Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-06-15T23:37:44.593Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2021-06-15T23:37:44.593Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:37:44.593Z] === RUN TestDNSIPQuery [2021-06-15T23:37:44.593Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-06-15T23:37:44.593Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:37:44.593Z] === RUN TestDNSProxyServFail [2021-06-15T23:37:44.593Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-06-15T23:37:44.593Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:37:44.593Z] === RUN TestSandboxAddEmpty [2021-06-15T23:37:44.593Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-06-15T23:37:44.593Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:37:44.593Z] === RUN TestSandboxAddMultiPrio [2021-06-15T23:37:44.593Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-06-15T23:37:44.593Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:37:44.593Z] === RUN TestSandboxAddSamePrio [2021-06-15T23:37:44.593Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-06-15T23:37:44.593Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:37:44.593Z] === RUN TestCleanupServiceDiscovery [2021-06-15T23:37:44.593Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-06-15T23:37:44.593Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:37:44.593Z] === RUN TestDNSOptions [2021-06-15T23:37:44.593Z] --- SKIP: TestDNSOptions (0.00s) [2021-06-15T23:37:44.593Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:37:44.593Z] === RUN TestMultipleControllersWithSameStore [2021-06-15T23:37:44.593Z] time="2021-06-15T23:37:44Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-15T23:37:44.593Z] time="2021-06-15T23:37:44Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-15T23:37:44.593Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-06-15T23:37:44.593Z] PASS [2021-06-15T23:37:44.593Z] coverage: 8.6% of statements [2021-06-15T23:37:44.593Z] ok github.com/docker/docker/libnetwork 0.386s coverage: 8.6% of statements [2021-06-15T23:37:44.774Z] --- PASS: TestExecUser (1.13s) [2021-06-15T23:37:44.774Z] === RUN TestExportContainerAndImportImage [2021-06-15T23:37:45.054Z] ? github.com/docker/docker/libnetwork/api [no test files] [2021-06-15T23:37:45.054Z] === RUN TestTCP4Proxy [2021-06-15T23:37:45.054Z] --- PASS: TestTCP4Proxy (0.00s) [2021-06-15T23:37:45.054Z] === RUN TestTCP4ProxyHalfClose [2021-06-15T23:37:45.514Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-06-15T23:37:45.514Z] === RUN TestTCP6Proxy [2021-06-15T23:37:45.514Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-06-15T23:37:45.514Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-15T23:37:45.514Z] === RUN TestTCPDualStackProxy [2021-06-15T23:37:45.514Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-06-15T23:37:45.514Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-15T23:37:45.514Z] === RUN TestUDP4Proxy [2021-06-15T23:37:45.514Z] --- PASS: TestUDP4Proxy (0.00s) [2021-06-15T23:37:45.514Z] === RUN TestUDP6Proxy [2021-06-15T23:37:45.514Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-06-15T23:37:45.514Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-15T23:37:45.514Z] === RUN TestUDPWriteError [2021-06-15T23:37:45.514Z] --- PASS: TestUDPWriteError (0.00s) [2021-06-15T23:37:45.514Z] === RUN TestSCTP4Proxy [2021-06-15T23:37:45.514Z] --- SKIP: TestSCTP4Proxy (0.01s) [2021-06-15T23:37:45.514Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-06-15T23:37:45.514Z] === RUN TestSCTP6Proxy [2021-06-15T23:37:45.514Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-06-15T23:37:45.514Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-15T23:37:45.514Z] PASS [2021-06-15T23:37:45.514Z] coverage: 49.4% of statements [2021-06-15T23:37:45.514Z] ok github.com/docker/docker/libnetwork/cmd/proxy 0.070s coverage: 49.4% of statements [2021-06-15T23:37:45.716Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-06-15T23:37:45.716Z] --- PASS: TestResize (1.31s) [2021-06-15T23:37:45.716Z] === RUN TestResizeWithInvalidSize [2021-06-15T23:37:46.161Z] --- PASS: TestExportContainerAndImportImage (1.19s) [2021-06-15T23:37:46.161Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-15T23:37:46.485Z] === RUN TestInvalidConfig [2021-06-15T23:37:46.485Z] --- PASS: TestInvalidConfig (0.00s) [2021-06-15T23:37:46.485Z] === RUN TestConfig [2021-06-15T23:37:46.485Z] --- PASS: TestConfig (0.00s) [2021-06-15T23:37:46.485Z] === RUN TestOptionsLabels [2021-06-15T23:37:46.485Z] --- PASS: TestOptionsLabels (0.00s) [2021-06-15T23:37:46.485Z] === RUN TestValidName [2021-06-15T23:37:46.485Z] --- PASS: TestValidName (0.00s) [2021-06-15T23:37:46.485Z] === RUN TestTLSConfiguration [2021-06-15T23:37:46.485Z] time="2021-06-15T23:37:46Z" level=info msg="Option Initializing KV with TLS" [2021-06-15T23:37:46.485Z] --- PASS: TestTLSConfiguration (0.18s) [2021-06-15T23:37:46.485Z] PASS [2021-06-15T23:37:46.485Z] coverage: 24.0% of statements [2021-06-15T23:37:46.485Z] ok github.com/docker/docker/libnetwork/config 0.368s coverage: 24.0% of statements [2021-06-15T23:37:46.955Z] === RUN TestKey [2021-06-15T23:37:46.955Z] --- PASS: TestKey (0.00s) [2021-06-15T23:37:46.955Z] === RUN TestParseKey [2021-06-15T23:37:46.955Z] --- PASS: TestParseKey (0.00s) [2021-06-15T23:37:46.955Z] === RUN TestInvalidDataStore [2021-06-15T23:37:46.955Z] --- PASS: TestInvalidDataStore (0.00s) [2021-06-15T23:37:46.955Z] === RUN TestKVObjectFlatKey [2021-06-15T23:37:46.955Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-06-15T23:37:46.955Z] === RUN TestAtomicKVObjectFlatKey [2021-06-15T23:37:46.955Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-06-15T23:37:46.955Z] PASS [2021-06-15T23:37:46.955Z] coverage: 21.9% of statements [2021-06-15T23:37:46.955Z] ok github.com/docker/docker/libnetwork/datastore 0.057s coverage: 21.9% of statements [2021-06-15T23:37:47.082Z] --- PASS: TestResizeWithInvalidSize (1.21s) [2021-06-15T23:37:47.082Z] === RUN TestResizeWhenContainerNotStarted [2021-06-15T23:37:47.421Z] === RUN TestIPDataMarshalling [2021-06-15T23:37:47.421Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-06-15T23:37:47.421Z] === RUN TestValidateAndIsV6 [2021-06-15T23:37:47.421Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-06-15T23:37:47.421Z] PASS [2021-06-15T23:37:47.421Z] coverage: 68.9% of statements [2021-06-15T23:37:47.421Z] ok github.com/docker/docker/libnetwork/driverapi 0.081s coverage: 68.9% of statements [2021-06-15T23:37:48.025Z] --- PASS: TestResizeWhenContainerNotStarted (1.24s) [2021-06-15T23:37:48.025Z] === RUN TestDaemonRestartKillContainers [2021-06-15T23:37:48.025Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-15T23:37:48.025Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-15T23:37:48.025Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-15T23:37:48.025Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-15T23:37:48.025Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-15T23:37:48.025Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-15T23:37:48.025Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-15T23:37:48.025Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-15T23:37:48.025Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-15T23:37:48.025Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-15T23:37:48.025Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-15T23:37:48.025Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-15T23:37:48.025Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-15T23:37:48.025Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-15T23:37:48.025Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-15T23:37:48.025Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-15T23:37:48.025Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:37:48.025Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:37:48.025Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:37:48.025Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:37:48.025Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:37:48.025Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:37:48.025Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:37:48.025Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:37:48.025Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-15T23:37:48.025Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-15T23:37:48.079Z] --- PASS: TestExportContainerAfterDaemonRestart (1.82s) [2021-06-15T23:37:48.079Z] === RUN TestHealthCheckWorkdir [2021-06-15T23:37:48.964Z] === RUN TestDriver [2021-06-15T23:37:48.964Z] --- PASS: TestDriver (0.00s) [2021-06-15T23:37:48.964Z] PASS [2021-06-15T23:37:48.964Z] coverage: 34.8% of statements [2021-06-15T23:37:48.964Z] ok github.com/docker/docker/libnetwork/drivers/host 0.146s coverage: 34.8% of statements [2021-06-15T23:37:48.964Z] --- PASS: TestRandomAllocateDeallocate (9.02s) [2021-06-15T23:37:48.964Z] === RUN TestAllocateRandomDeallocate [2021-06-15T23:37:48.964Z] === RUN TestDriver [2021-06-15T23:37:48.964Z] --- PASS: TestDriver (0.00s) [2021-06-15T23:37:48.964Z] PASS [2021-06-15T23:37:48.964Z] coverage: 34.8% of statements [2021-06-15T23:37:48.964Z] ok github.com/docker/docker/libnetwork/drivers/null 0.084s coverage: 34.8% of statements [2021-06-15T23:37:49.024Z] --- PASS: TestHealthCheckWorkdir (1.40s) [2021-06-15T23:37:49.024Z] === RUN TestHealthKillContainer [2021-06-15T23:37:49.407Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-06-15T23:37:49.934Z] === RUN TestNetworkAllocateFree [2021-06-15T23:37:49.934Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-06-15T23:37:49.934Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-06-15T23:37:49.934Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-06-15T23:37:49.934Z] PASS [2021-06-15T23:37:49.934Z] coverage: 63.6% of statements [2021-06-15T23:37:49.934Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.118s coverage: 63.6% of statements [2021-06-15T23:37:50.395Z] --- PASS: TestAllocateRandomDeallocate (1.64s) [2021-06-15T23:37:50.395Z] === RUN TestAllocateRandomDeallocateSerialize [2021-06-15T23:37:50.855Z] === RUN TestGetEmptyCapabilities [2021-06-15T23:37:50.855Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-06-15T23:37:50.855Z] === RUN TestGetExtraCapabilities [2021-06-15T23:37:50.855Z] --- PASS: TestGetExtraCapabilities (0.01s) [2021-06-15T23:37:50.855Z] === RUN TestGetInvalidCapabilities [2021-06-15T23:37:50.855Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-06-15T23:37:50.855Z] === RUN TestRemoteDriver [2021-06-15T23:37:50.855Z] --- PASS: TestRemoteDriver (0.01s) [2021-06-15T23:37:50.855Z] === RUN TestDriverError [2021-06-15T23:37:50.855Z] --- PASS: TestDriverError (0.00s) [2021-06-15T23:37:50.855Z] === RUN TestMissingValues [2021-06-15T23:37:50.855Z] --- PASS: TestMissingValues (0.01s) [2021-06-15T23:37:50.855Z] === RUN TestRollback [2021-06-15T23:37:50.855Z] --- PASS: TestRollback (0.00s) [2021-06-15T23:37:50.855Z] PASS [2021-06-15T23:37:50.855Z] coverage: 57.4% of statements [2021-06-15T23:37:50.855Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.138s coverage: 57.4% of statements [2021-06-15T23:37:51.296Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-06-15T23:37:51.315Z] === RUN TestNAT [2021-06-15T23:37:51.315Z] --- SKIP: TestNAT (0.00s) [2021-06-15T23:37:51.315Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-06-15T23:37:51.315Z] === RUN TestTransparent [2021-06-15T23:37:51.315Z] --- SKIP: TestTransparent (0.00s) [2021-06-15T23:37:51.315Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-06-15T23:37:51.315Z] PASS [2021-06-15T23:37:51.315Z] coverage: 0.0% of statements [2021-06-15T23:37:51.315Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.080s coverage: 0.0% of statements [2021-06-15T23:37:51.776Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.54s) [2021-06-15T23:37:51.776Z] === RUN TestRetrieveFromStore [2021-06-15T23:37:52.224Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:37:52.236Z] === RUN TestBuildDefault [2021-06-15T23:37:52.236Z] --- PASS: TestBuildDefault (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestBuildHostnameDomainname [2021-06-15T23:37:52.236Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestBuildHostname [2021-06-15T23:37:52.236Z] --- PASS: TestBuildHostname (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestBuildHostnameFQDN [2021-06-15T23:37:52.236Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestBuildNoIP [2021-06-15T23:37:52.236Z] --- PASS: TestBuildNoIP (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestUpdate [2021-06-15T23:37:52.236Z] --- PASS: TestUpdate (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-06-15T23:37:52.236Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-06-15T23:37:52.236Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestAddEmpty [2021-06-15T23:37:52.236Z] --- PASS: TestAddEmpty (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestAdd [2021-06-15T23:37:52.236Z] --- PASS: TestAdd (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestDeleteEmpty [2021-06-15T23:37:52.236Z] --- PASS: TestDeleteEmpty (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestDeleteNewline [2021-06-15T23:37:52.236Z] --- PASS: TestDeleteNewline (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestDelete [2021-06-15T23:37:52.236Z] --- PASS: TestDelete (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestConcurrentWrites [2021-06-15T23:37:52.236Z] === RUN TestNew [2021-06-15T23:37:52.236Z] --- PASS: TestNew (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestAddDriver [2021-06-15T23:37:52.236Z] --- PASS: TestAddDriver (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestAddDuplicateDriver [2021-06-15T23:37:52.236Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestIPAMDefaultAddressSpaces [2021-06-15T23:37:52.236Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestDriver [2021-06-15T23:37:52.236Z] --- PASS: TestDriver (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestIPAM [2021-06-15T23:37:52.236Z] --- PASS: TestIPAM (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestWalkIPAMs [2021-06-15T23:37:52.236Z] --- PASS: TestWalkIPAMs (0.00s) [2021-06-15T23:37:52.236Z] === RUN TestWalkDrivers [2021-06-15T23:37:52.236Z] --- PASS: TestWalkDrivers (0.00s) [2021-06-15T23:37:52.236Z] PASS [2021-06-15T23:37:52.236Z] coverage: 82.4% of statements [2021-06-15T23:37:52.236Z] ok github.com/docker/docker/libnetwork/drvregistry 0.118s coverage: 82.4% of statements [2021-06-15T23:37:52.236Z] --- PASS: TestConcurrentWrites (0.21s) [2021-06-15T23:37:52.236Z] PASS [2021-06-15T23:37:52.236Z] coverage: 81.2% of statements [2021-06-15T23:37:52.236Z] ok github.com/docker/docker/libnetwork/etchosts 0.269s coverage: 81.2% of statements [2021-06-15T23:37:52.328Z] --- PASS: TestHealthKillContainer (3.10s) [2021-06-15T23:37:52.328Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-15T23:37:52.481Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:37:52.697Z] --- PASS: TestRetrieveFromStore (0.73s) [2021-06-15T23:37:52.697Z] === RUN TestIsCorrupted [2021-06-15T23:37:52.697Z] --- PASS: TestIsCorrupted (0.19s) [2021-06-15T23:37:52.697Z] === RUN TestSetRollover [2021-06-15T23:37:53.272Z] --- PASS: TestInspectCpusetInConfigPre120 (0.82s) [2021-06-15T23:37:53.272Z] === RUN TestIpcModeNone [2021-06-15T23:37:53.410Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-06-15T23:37:53.410Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-06-15T23:37:53.670Z] === RUN TestDiff [2021-06-15T23:37:53.670Z] --- PASS: TestDiff (0.00s) [2021-06-15T23:37:53.670Z] === RUN TestAddedCallback [2021-06-15T23:37:53.670Z] --- PASS: TestAddedCallback (0.00s) [2021-06-15T23:37:53.670Z] === RUN TestRemovedCallback [2021-06-15T23:37:53.670Z] --- PASS: TestRemovedCallback (0.00s) [2021-06-15T23:37:53.670Z] === RUN TestNoCallback [2021-06-15T23:37:53.670Z] --- PASS: TestNoCallback (0.00s) [2021-06-15T23:37:53.670Z] PASS [2021-06-15T23:37:53.670Z] coverage: 48.1% of statements [2021-06-15T23:37:53.670Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.076s coverage: 48.1% of statements [2021-06-15T23:37:53.670Z] === RUN TestNew [2021-06-15T23:37:53.670Z] --- PASS: TestNew (0.00s) [2021-06-15T23:37:53.670Z] === RUN TestAllocate [2021-06-15T23:37:53.670Z] --- PASS: TestAllocate (0.00s) [2021-06-15T23:37:53.670Z] === RUN TestUninitialized [2021-06-15T23:37:53.670Z] --- PASS: TestUninitialized (0.00s) [2021-06-15T23:37:53.670Z] === RUN TestAllocateInRange [2021-06-15T23:37:53.670Z] --- PASS: TestAllocateInRange (0.00s) [2021-06-15T23:37:53.670Z] === RUN TestAllocateSerial [2021-06-15T23:37:53.670Z] --- PASS: TestAllocateSerial (0.00s) [2021-06-15T23:37:53.670Z] PASS [2021-06-15T23:37:53.670Z] coverage: 87.5% of statements [2021-06-15T23:37:53.670Z] ok github.com/docker/docker/libnetwork/idm 0.055s coverage: 87.5% of statements [2021-06-15T23:37:53.973Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:37:54.218Z] --- PASS: TestIpcModeNone (1.13s) [2021-06-15T23:37:54.218Z] === RUN TestIpcModePrivate [2021-06-15T23:37:54.230Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:37:54.486Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-06-15T23:37:54.641Z] === RUN TestCaller [2021-06-15T23:37:54.641Z] --- PASS: TestCaller (0.00s) [2021-06-15T23:37:54.641Z] PASS [2021-06-15T23:37:54.641Z] coverage: 100.0% of statements [2021-06-15T23:37:54.641Z] ok github.com/docker/docker/libnetwork/internal/caller 0.113s coverage: 100.0% of statements [2021-06-15T23:37:54.641Z] === RUN TestSetSerialInsertDelete [2021-06-15T23:37:54.641Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-06-15T23:37:54.641Z] === RUN TestSetParallelInsertDelete [2021-06-15T23:37:54.641Z] --- PASS: TestSetRollover (1.95s) [2021-06-15T23:37:54.641Z] === RUN TestSetRolloverSerial [2021-06-15T23:37:55.163Z] --- PASS: TestIpcModePrivate (1.08s) [2021-06-15T23:37:55.163Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false [2021-06-15T23:37:55.163Z] === RUN TestIpcModeShareable [2021-06-15T23:37:55.853Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-06-15T23:37:55.853Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-15T23:37:56.182Z] === RUN TestInt2IP2IntConversion [2021-06-15T23:37:56.414Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-15T23:37:56.541Z] --- PASS: TestCreateServiceMultipleTimes (17.69s) [2021-06-15T23:37:56.541Z] === RUN TestCreateServiceConflict [2021-06-15T23:37:56.550Z] --- PASS: TestIpcModeShareable (1.10s) [2021-06-15T23:37:56.550Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:64, shared: true, mustBeShared: true [2021-06-15T23:37:56.550Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-15T23:37:56.641Z] === RUN TestPoolRequest [2021-06-15T23:37:56.641Z] --- PASS: TestPoolRequest (0.00s) [2021-06-15T23:37:56.641Z] === RUN TestOtherRequests [2021-06-15T23:37:56.641Z] --- PASS: TestOtherRequests (0.00s) [2021-06-15T23:37:56.641Z] PASS [2021-06-15T23:37:56.641Z] coverage: 57.1% of statements [2021-06-15T23:37:56.641Z] ok github.com/docker/docker/libnetwork/ipams/null 0.049s coverage: 57.1% of statements [2021-06-15T23:37:57.102Z] --- PASS: TestInt2IP2IntConversion (0.88s) [2021-06-15T23:37:57.102Z] === RUN TestGetAddressVersion [2021-06-15T23:37:57.102Z] --- PASS: TestGetAddressVersion (0.00s) [2021-06-15T23:37:57.102Z] === RUN TestKeyString [2021-06-15T23:37:57.102Z] --- PASS: TestKeyString (0.00s) [2021-06-15T23:37:57.102Z] === RUN TestPoolDataMarshal [2021-06-15T23:37:57.102Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-06-15T23:37:57.102Z] === RUN TestSubnetsMarshal [2021-06-15T23:37:57.102Z] --- PASS: TestSubnetsMarshal (0.05s) [2021-06-15T23:37:57.102Z] === RUN TestAddSubnets [2021-06-15T23:37:57.562Z] --- PASS: TestAddSubnets (0.07s) [2021-06-15T23:37:57.562Z] === RUN TestDoublePoolRelease [2021-06-15T23:37:57.562Z] --- PASS: TestDoublePoolRelease (0.02s) [2021-06-15T23:37:57.562Z] === RUN TestAddReleasePoolID [2021-06-15T23:37:57.562Z] --- PASS: TestAddReleasePoolID (0.11s) [2021-06-15T23:37:57.562Z] === RUN TestPredefinedPool [2021-06-15T23:37:57.562Z] --- PASS: TestPredefinedPool (0.02s) [2021-06-15T23:37:57.562Z] === RUN TestRemoveSubnet [2021-06-15T23:37:57.562Z] --- PASS: TestSetRolloverSerial (2.97s) [2021-06-15T23:37:57.562Z] === RUN TestGetFirstAvailableFromCurrent [2021-06-15T23:37:57.562Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-06-15T23:37:57.562Z] PASS [2021-06-15T23:37:57.562Z] coverage: 84.4% of statements [2021-06-15T23:37:57.562Z] --- PASS: TestRemoveSubnet (0.17s) [2021-06-15T23:37:57.562Z] === RUN TestGetSameAddress [2021-06-15T23:37:57.562Z] ok github.com/docker/docker/libnetwork/bitseq 18.086s coverage: 84.4% of statements [2021-06-15T23:37:57.562Z] --- PASS: TestGetSameAddress (0.03s) [2021-06-15T23:37:57.562Z] === RUN TestPoolAllocationReuse [2021-06-15T23:37:57.905Z] --- PASS: TestCreateServiceConflict (2.29s) [2021-06-15T23:37:57.905Z] === RUN TestCreateServiceMaxReplicas [2021-06-15T23:37:58.302Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-06-15T23:37:58.532Z] === RUN TestGetCapabilities [2021-06-15T23:37:58.532Z] --- PASS: TestGetCapabilities (0.03s) [2021-06-15T23:37:58.532Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-06-15T23:37:58.532Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2021-06-15T23:37:58.532Z] === RUN TestGetDefaultAddressSpaces [2021-06-15T23:37:58.532Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-06-15T23:37:58.532Z] === RUN TestRemoteDriver [2021-06-15T23:37:58.532Z] --- PASS: TestRemoteDriver (0.01s) [2021-06-15T23:37:58.532Z] PASS [2021-06-15T23:37:58.532Z] coverage: 47.4% of statements [2021-06-15T23:37:58.532Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.097s coverage: 47.4% of statements [2021-06-15T23:37:59.858Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.17s) [2021-06-15T23:37:59.858Z] === RUN TestAPIIpcModeHost [2021-06-15T23:38:00.072Z] === RUN TestWindowsIPAM [2021-06-15T23:38:00.072Z] --- PASS: TestWindowsIPAM (0.00s) [2021-06-15T23:38:00.072Z] PASS [2021-06-15T23:38:00.072Z] coverage: 71.4% of statements [2021-06-15T23:38:00.072Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.059s coverage: 71.4% of statements [2021-06-15T23:38:00.192Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-15T23:38:00.192Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-15T23:38:00.802Z] --- PASS: TestAPIIpcModeHost (1.13s) [2021-06-15T23:38:00.802Z] === RUN TestDaemonIpcModeShareable [2021-06-15T23:38:01.216Z] --- PASS: TestCreateServiceMaxReplicas (3.43s) [2021-06-15T23:38:01.216Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-15T23:38:01.614Z] --- PASS: TestPoolAllocationReuse (3.68s) [2021-06-15T23:38:01.615Z] === RUN TestGetAddressSubPoolEqualPool [2021-06-15T23:38:01.615Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2021-06-15T23:38:01.615Z] === RUN TestRequestReleaseAddressFromSubPool [2021-06-15T23:38:01.615Z] === RUN TestDefaultNetwork [2021-06-15T23:38:02.075Z] --- PASS: TestDefaultNetwork (0.54s) [2021-06-15T23:38:02.075Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/client/mflag/example [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/cmd/dnet [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-06-15T23:38:02.075Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-06-15T23:38:02.535Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.52s) [2021-06-15T23:38:02.535Z] === RUN TestInitAddressPools [2021-06-15T23:38:02.535Z] --- PASS: TestInitAddressPools (0.00s) [2021-06-15T23:38:02.535Z] PASS [2021-06-15T23:38:02.535Z] coverage: 74.0% of statements [2021-06-15T23:38:02.535Z] ok github.com/docker/docker/libnetwork/ipamutils 1.145s coverage: 74.0% of statements [2021-06-15T23:38:02.710Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-06-15T23:38:02.720Z] --- PASS: TestDaemonIpcModeShareable (1.99s) [2021-06-15T23:38:02.720Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-06-15T23:38:02.720Z] === RUN TestDaemonIpcModePrivate [2021-06-15T23:38:02.996Z] === RUN TestKeyValue [2021-06-15T23:38:02.996Z] --- PASS: TestKeyValue (0.00s) [2021-06-15T23:38:02.996Z] PASS [2021-06-15T23:38:02.996Z] coverage: 60.0% of statements [2021-06-15T23:38:02.996Z] ok github.com/docker/docker/libnetwork/netlabel 0.041s coverage: 60.0% of statements [2021-06-15T23:38:03.968Z] === RUN TestGenerate [2021-06-15T23:38:03.968Z] --- PASS: TestGenerate (0.00s) [2021-06-15T23:38:03.968Z] === RUN TestGeneratePtr [2021-06-15T23:38:03.968Z] --- PASS: TestGeneratePtr (0.00s) [2021-06-15T23:38:03.968Z] === RUN TestGenerateMissingField [2021-06-15T23:38:03.968Z] --- PASS: TestGenerateMissingField (0.00s) [2021-06-15T23:38:03.968Z] === RUN TestFieldCannotBeSet [2021-06-15T23:38:03.968Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-06-15T23:38:03.968Z] === RUN TestTypeMismatchError [2021-06-15T23:38:03.968Z] --- PASS: TestTypeMismatchError (0.00s) [2021-06-15T23:38:03.968Z] PASS [2021-06-15T23:38:03.968Z] coverage: 100.0% of statements [2021-06-15T23:38:03.968Z] ok github.com/docker/docker/libnetwork/options 0.040s coverage: 100.0% of statements [2021-06-15T23:38:04.671Z] --- PASS: TestDaemonIpcModePrivate (2.06s) [2021-06-15T23:38:04.671Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-06-15T23:38:04.671Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-15T23:38:04.940Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-06-15T23:38:04.940Z] PASS [2021-06-15T23:38:04.940Z] coverage: 100.0% of statements [2021-06-15T23:38:04.940Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.070s coverage: 100.0% of statements [2021-06-15T23:38:05.228Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-06-15T23:38:05.228Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-06-15T23:38:05.790Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-15T23:38:05.911Z] testing: warning: no tests to run [2021-06-15T23:38:05.911Z] PASS [2021-06-15T23:38:05.911Z] coverage: 0.0% of statements [2021-06-15T23:38:05.911Z] ok github.com/docker/docker/libnetwork/osl 0.066s coverage: 0.0% of statements [no tests to run] [2021-06-15T23:38:05.911Z] === RUN TestRequestNewPort [2021-06-15T23:38:05.911Z] --- PASS: TestRequestNewPort (0.00s) [2021-06-15T23:38:05.911Z] === RUN TestRequestSpecificPort [2021-06-15T23:38:05.911Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-06-15T23:38:05.911Z] === RUN TestReleasePort [2021-06-15T23:38:05.911Z] --- PASS: TestReleasePort (0.00s) [2021-06-15T23:38:05.911Z] === RUN TestReuseReleasedPort [2021-06-15T23:38:05.911Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-06-15T23:38:05.911Z] === RUN TestReleaseUnreadledPort [2021-06-15T23:38:05.911Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-06-15T23:38:05.911Z] === RUN TestUnknowProtocol [2021-06-15T23:38:05.911Z] --- PASS: TestUnknowProtocol (0.00s) [2021-06-15T23:38:05.911Z] === RUN TestAllocateAllPorts [2021-06-15T23:38:05.911Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-06-15T23:38:05.911Z] === RUN TestPortAllocation [2021-06-15T23:38:05.911Z] --- PASS: TestPortAllocation (0.00s) [2021-06-15T23:38:05.911Z] === RUN TestPortAllocationWithCustomRange [2021-06-15T23:38:05.911Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-06-15T23:38:05.911Z] === RUN TestNoDuplicateBPR [2021-06-15T23:38:05.911Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-06-15T23:38:05.911Z] === RUN TestChangePortRange [2021-06-15T23:38:05.911Z] --- PASS: TestChangePortRange (0.00s) [2021-06-15T23:38:05.911Z] portallocator_test.go:345: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-06-15T23:38:05.911Z] portallocator_test.go:345: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-06-15T23:38:05.911Z] portallocator_test.go:345: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-06-15T23:38:05.911Z] portallocator_test.go:345: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-06-15T23:38:05.911Z] portallocator_test.go:345: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-06-15T23:38:05.911Z] portallocator_test.go:345: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-06-15T23:38:05.911Z] PASS [2021-06-15T23:38:05.911Z] coverage: 88.6% of statements [2021-06-15T23:38:05.911Z] ok github.com/docker/docker/libnetwork/portallocator 0.051s coverage: 88.6% of statements [2021-06-15T23:38:06.359Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-15T23:38:06.371Z] --- PASS: TestRequestReleaseAddressFromSubPool (4.75s) [2021-06-15T23:38:06.371Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-06-15T23:38:06.371Z] === RUN TestNetworkDBSimple [2021-06-15T23:38:06.596Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.00s) [2021-06-15T23:38:06.596Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-06-15T23:38:06.596Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-15T23:38:06.922Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-06-15T23:38:07.341Z] 2021/06/15 23:38:06 Closing DB instances... [2021-06-15T23:38:07.341Z] === RUN TestTransportPortConv [2021-06-15T23:38:07.341Z] --- PASS: TestTransportPortConv (0.00s) [2021-06-15T23:38:07.341Z] === RUN TestTransportPortBindingConv [2021-06-15T23:38:07.341Z] --- PASS: TestTransportPortBindingConv (0.00s) [2021-06-15T23:38:07.341Z] === RUN TestErrorConstructors [2021-06-15T23:38:07.341Z] --- PASS: TestErrorConstructors (0.00s) [2021-06-15T23:38:07.341Z] === RUN TestCompareIPMask [2021-06-15T23:38:07.341Z] --- PASS: TestCompareIPMask (0.00s) [2021-06-15T23:38:07.341Z] === RUN TestUtilGetHostPartIP [2021-06-15T23:38:07.341Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-06-15T23:38:07.341Z] === RUN TestUtilGetBroadcastIP [2021-06-15T23:38:07.341Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-06-15T23:38:07.341Z] === RUN TestParseCIDR [2021-06-15T23:38:07.341Z] --- PASS: TestParseCIDR (0.00s) [2021-06-15T23:38:07.341Z] PASS [2021-06-15T23:38:07.341Z] coverage: 47.9% of statements [2021-06-15T23:38:07.341Z] ok github.com/docker/docker/libnetwork/types 0.051s coverage: 47.9% of statements [2021-06-15T23:38:08.289Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-06-15T23:38:08.310Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-06-15T23:38:08.311Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-06-15T23:38:08.311Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-06-15T23:38:08.311Z] PASS [2021-06-15T23:38:08.311Z] coverage: 44.0% of statements [2021-06-15T23:38:08.311Z] ok github.com/docker/docker/oci 0.083s coverage: 44.0% of statements [2021-06-15T23:38:08.311Z] --- PASS: TestNetworkDBSimple (2.02s) [2021-06-15T23:38:08.311Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-06-15T23:38:08.311Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.18s) [2021-06-15T23:38:08.311Z] === RUN TestGetAddress [2021-06-15T23:38:09.144Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.15s) [2021-06-15T23:38:09.144Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-06-15T23:38:09.144Z] === RUN TestIpcModeOlderClient [2021-06-15T23:38:09.144Z] === PAUSE TestIpcModeOlderClient [2021-06-15T23:38:09.144Z] === RUN TestKillContainerInvalidSignal [2021-06-15T23:38:09.218Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-06-15T23:38:09.283Z] === RUN TestParseVersion [2021-06-15T23:38:09.283Z] --- PASS: TestParseVersion (0.00s) [2021-06-15T23:38:09.283Z] PASS [2021-06-15T23:38:09.283Z] coverage: 52.9% of statements [2021-06-15T23:38:09.283Z] ok github.com/docker/docker/pkg/aaparser 0.045s coverage: 52.9% of statements [2021-06-15T23:38:09.283Z] === RUN TestAddressPoolOpt [2021-06-15T23:38:09.283Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/a [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/something [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/_=a [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/env1=value1 [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/_env1=value1 [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/env2=value2=value3 [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/env3=abc!qwe [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/env_4=value_4 [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/PATH [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/=a [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/PATH= [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/PATH=something [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/asd!qwe [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/1asd [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/123 [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/some_space [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/__some_space_before [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/some_space_after__ [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/= [2021-06-15T23:38:09.283Z] === RUN TestValidateEnv/PaTh [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/a (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/something (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/= (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestParseHost [2021-06-15T23:38:09.283Z] --- PASS: TestParseHost (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestParseDockerDaemonHost [2021-06-15T23:38:09.283Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestParseTCP [2021-06-15T23:38:09.283Z] --- PASS: TestParseTCP (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestParseInvalidUnixAddrInvalid [2021-06-15T23:38:09.283Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestValidateExtraHosts [2021-06-15T23:38:09.283Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestIpOptString [2021-06-15T23:38:09.283Z] --- PASS: TestIpOptString (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestNewIpOptInvalidDefaultVal [2021-06-15T23:38:09.283Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestNewIpOptValidDefaultVal [2021-06-15T23:38:09.283Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestIpOptSetInvalidVal [2021-06-15T23:38:09.283Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestValidateIPAddress [2021-06-15T23:38:09.283Z] --- PASS: TestValidateIPAddress (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestMapOpts [2021-06-15T23:38:09.283Z] --- PASS: TestMapOpts (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestListOptsWithoutValidator [2021-06-15T23:38:09.283Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestListOptsWithValidator [2021-06-15T23:38:09.283Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestValidateDNSSearch [2021-06-15T23:38:09.283Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestValidateLabel [2021-06-15T23:38:09.283Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-06-15T23:38:09.283Z] === RUN TestValidateLabel/label_with_general_format [2021-06-15T23:38:09.283Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-06-15T23:38:09.283Z] === RUN TestValidateLabel/label_with_one_more [2021-06-15T23:38:09.283Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-06-15T23:38:09.283Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-06-15T23:38:09.283Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-06-15T23:38:09.283Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-06-15T23:38:09.283Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-06-15T23:38:09.283Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-06-15T23:38:09.283Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-06-15T23:38:09.283Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-06-15T23:38:09.283Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-06-15T23:38:09.283Z] --- PASS: TestValidateLabel (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-06-15T23:38:09.283Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestNamedListOpts [2021-06-15T23:38:09.283Z] --- PASS: TestNamedListOpts (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestNamedMapOpts [2021-06-15T23:38:09.283Z] --- PASS: TestNamedMapOpts (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestParseLink [2021-06-15T23:38:09.283Z] --- PASS: TestParseLink (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestQuotedStringSetWithQuotes [2021-06-15T23:38:09.283Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-06-15T23:38:09.283Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestQuotedStringSetWithNoQuotes [2021-06-15T23:38:09.283Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-06-15T23:38:09.283Z] === RUN TestUlimitOpt [2021-06-15T23:38:09.283Z] --- PASS: TestUlimitOpt (0.00s) [2021-06-15T23:38:09.283Z] PASS [2021-06-15T23:38:09.283Z] coverage: 67.1% of statements [2021-06-15T23:38:09.283Z] ok github.com/docker/docker/opts 0.072s coverage: 67.1% of statements [2021-06-15T23:38:09.716Z] --- PASS: TestKillContainerInvalidSignal (0.87s) [2021-06-15T23:38:09.716Z] === RUN TestKillContainer [2021-06-15T23:38:09.716Z] === RUN TestKillContainer/no_signal [2021-06-15T23:38:09.743Z] 2021/06/15 23:38:09 Closing DB instances... [2021-06-15T23:38:09.779Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-06-15T23:38:09.779Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-06-15T23:38:09.779Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.94s) [2021-06-15T23:38:09.779Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (4.40s) [2021-06-15T23:38:09.779Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.99s) [2021-06-15T23:38:09.780Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.83s) [2021-06-15T23:38:09.780Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.87s) [2021-06-15T23:38:09.780Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.93s) [2021-06-15T23:38:09.780Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (4.05s) [2021-06-15T23:38:09.780Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.84s) [2021-06-15T23:38:09.780Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.81s) [2021-06-15T23:38:09.780Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (6.35s) [2021-06-15T23:38:09.780Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.48s) [2021-06-15T23:38:09.780Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.33s) [2021-06-15T23:38:09.780Z] === RUN TestCgroupNamespacesRun [2021-06-15T23:38:10.660Z] === RUN TestKillContainer/non_killing_signal [2021-06-15T23:38:11.233Z] === RUN TestKillContainer/killing_signal [2021-06-15T23:38:11.283Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.82s) [2021-06-15T23:38:11.283Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-06-15T23:38:11.745Z] === RUN TestPeerCertificateMarshalJSON [2021-06-15T23:38:12.177Z] --- PASS: TestKillContainer (2.52s) [2021-06-15T23:38:12.177Z] --- PASS: TestKillContainer/no_signal (0.80s) [2021-06-15T23:38:12.177Z] --- PASS: TestKillContainer/non_killing_signal (0.65s) [2021-06-15T23:38:12.177Z] --- PASS: TestKillContainer/killing_signal (0.80s) [2021-06-15T23:38:12.177Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-15T23:38:12.177Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-15T23:38:12.205Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-06-15T23:38:12.205Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-06-15T23:38:12.205Z] --- PASS: TestPeerCertificateMarshalJSON (0.62s) [2021-06-15T23:38:12.205Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-06-15T23:38:12.205Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-06-15T23:38:12.205Z] === RUN TestMiddleware [2021-06-15T23:38:12.205Z] --- PASS: TestMiddleware (0.00s) [2021-06-15T23:38:12.205Z] === RUN TestNewResponseModifier [2021-06-15T23:38:12.205Z] --- PASS: TestNewResponseModifier (0.00s) [2021-06-15T23:38:12.205Z] PASS [2021-06-15T23:38:12.205Z] coverage: 26.8% of statements [2021-06-15T23:38:12.205Z] ok github.com/docker/docker/pkg/authorization 0.675s coverage: 26.8% of statements [2021-06-15T23:38:12.205Z] === RUN TestIsArchivePathDir [2021-06-15T23:38:12.205Z] --- PASS: TestIsArchivePathDir (0.06s) [2021-06-15T23:38:12.205Z] === RUN TestIsArchivePathInvalidFile [2021-06-15T23:38:12.665Z] 2021/06/15 23:38:12 Closing DB instances... [2021-06-15T23:38:12.665Z] --- PASS: TestIsArchivePathInvalidFile (0.14s) [2021-06-15T23:38:12.665Z] === RUN TestIsArchivePathTar [2021-06-15T23:38:12.665Z] --- PASS: TestIsArchivePathTar (0.18s) [2021-06-15T23:38:12.665Z] === RUN TestDecompressStreamGzip [2021-06-15T23:38:13.046Z] --- PASS: TestCgroupNamespacesRun (3.11s) [2021-06-15T23:38:13.046Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-15T23:38:13.122Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-15T23:38:13.128Z] --- PASS: TestDecompressStreamGzip (0.17s) [2021-06-15T23:38:13.128Z] === RUN TestDecompressStreamBzip2 [2021-06-15T23:38:13.128Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2021-06-15T23:38:13.128Z] === RUN TestDecompressStreamXz [2021-06-15T23:38:13.128Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-06-15T23:38:13.128Z] archive_test.go:134: Xz not present in msys2 [2021-06-15T23:38:13.128Z] === RUN TestCompressStreamXzUnsupported [2021-06-15T23:38:13.128Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-06-15T23:38:13.128Z] === RUN TestCompressStreamBzip2Unsupported [2021-06-15T23:38:13.128Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-06-15T23:38:13.128Z] === RUN TestCompressStreamInvalid [2021-06-15T23:38:13.128Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-06-15T23:38:13.128Z] === RUN TestExtensionInvalid [2021-06-15T23:38:13.128Z] --- PASS: TestExtensionInvalid (0.00s) [2021-06-15T23:38:13.128Z] === RUN TestExtensionUncompressed [2021-06-15T23:38:13.128Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-06-15T23:38:13.128Z] === RUN TestExtensionBzip2 [2021-06-15T23:38:13.128Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-06-15T23:38:13.128Z] === RUN TestExtensionGzip [2021-06-15T23:38:13.128Z] --- PASS: TestExtensionGzip (0.00s) [2021-06-15T23:38:13.128Z] === RUN TestExtensionXz [2021-06-15T23:38:13.128Z] --- PASS: TestExtensionXz (0.00s) [2021-06-15T23:38:13.128Z] === RUN TestCmdStreamLargeStderr [2021-06-15T23:38:13.128Z] === RUN TestUnbuffered [2021-06-15T23:38:13.128Z] --- PASS: TestUnbuffered (0.00s) [2021-06-15T23:38:13.128Z] === RUN TestRaceUnbuffered [2021-06-15T23:38:13.128Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-06-15T23:38:13.128Z] PASS [2021-06-15T23:38:13.128Z] coverage: 100.0% of statements [2021-06-15T23:38:13.128Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2021-06-15T23:38:13.128Z] === RUN TestCmdStreamBad [2021-06-15T23:38:13.128Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-06-15T23:38:13.128Z] archive_test.go:239: Failing on Windows CI machines [2021-06-15T23:38:13.128Z] === RUN TestCmdStreamGood [2021-06-15T23:38:13.128Z] ok github.com/docker/docker/pkg/broadcaster 0.040s coverage: 100.0% of statements [2021-06-15T23:38:13.128Z] --- PASS: TestCmdStreamGood (0.04s) [2021-06-15T23:38:13.128Z] === RUN TestUntarPathWithInvalidDest [2021-06-15T23:38:13.128Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2021-06-15T23:38:13.128Z] === RUN TestUntarPathWithInvalidSrc [2021-06-15T23:38:13.128Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-06-15T23:38:13.128Z] === RUN TestUntarPath [2021-06-15T23:38:13.128Z] --- PASS: TestUntarPath (0.07s) [2021-06-15T23:38:13.128Z] === RUN TestUntarPathWithDestinationFile [2021-06-15T23:38:13.128Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2021-06-15T23:38:13.128Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-06-15T23:38:13.588Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2021-06-15T23:38:13.588Z] === RUN TestCopyWithTarInvalidSrc [2021-06-15T23:38:13.588Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-06-15T23:38:13.588Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-06-15T23:38:13.588Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-06-15T23:38:13.588Z] === RUN TestCopyWithTarSrcFile [2021-06-15T23:38:13.588Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-06-15T23:38:13.588Z] === RUN TestCopyWithTarSrcFolder [2021-06-15T23:38:13.588Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-06-15T23:38:13.588Z] === RUN TestCopyFileWithTarInvalidSrc [2021-06-15T23:38:13.588Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-06-15T23:38:13.588Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-06-15T23:38:13.588Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-06-15T23:38:13.588Z] === RUN TestCopyFileWithTarSrcFolder [2021-06-15T23:38:13.588Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-06-15T23:38:13.588Z] === RUN TestCopyFileWithTarSrcFile [2021-06-15T23:38:13.588Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-06-15T23:38:13.588Z] === RUN TestTarFiles [2021-06-15T23:38:14.048Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2021-06-15T23:38:14.048Z] === RUN TestNetworkDBCRUDTableEntry [2021-06-15T23:38:14.048Z] === RUN TestMatch [2021-06-15T23:38:14.048Z] === RUN TestMatch/[[]] [2021-06-15T23:38:14.048Z] === RUN TestMatch/[[foo]] [2021-06-15T23:38:14.048Z] === RUN TestMatch/[[bar]_[foo]] [2021-06-15T23:38:14.048Z] === RUN TestMatch/[[foo_bar]] [2021-06-15T23:38:14.048Z] === RUN TestMatch/[[qux]_[foo]] [2021-06-15T23:38:14.048Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-06-15T23:38:14.048Z] === RUN TestMatch/[] [2021-06-15T23:38:14.048Z] === RUN TestMatch/[]#01 [2021-06-15T23:38:14.048Z] === RUN TestMatch/[[qux]] [2021-06-15T23:38:14.048Z] === RUN TestMatch/[[foo_bar_qux]] [2021-06-15T23:38:14.048Z] === RUN TestMatch/[[qux]_[baz]] [2021-06-15T23:38:14.048Z] === RUN TestMatch/[[foo_baz]] [2021-06-15T23:38:14.048Z] --- PASS: TestMatch (0.00s) [2021-06-15T23:38:14.048Z] --- PASS: TestMatch/[[]] (0.00s) [2021-06-15T23:38:14.048Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-06-15T23:38:14.048Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-06-15T23:38:14.048Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-06-15T23:38:14.048Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-06-15T23:38:14.048Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-06-15T23:38:14.048Z] --- PASS: TestMatch/[] (0.00s) [2021-06-15T23:38:14.048Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-06-15T23:38:14.048Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-06-15T23:38:14.048Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-06-15T23:38:14.048Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-06-15T23:38:14.048Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-06-15T23:38:14.048Z] PASS [2021-06-15T23:38:14.048Z] coverage: 87.5% of statements [2021-06-15T23:38:14.048Z] ok github.com/docker/docker/pkg/capabilities 0.043s coverage: 87.5% of statements [2021-06-15T23:38:14.066Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.63s) [2021-06-15T23:38:14.066Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.79s) [2021-06-15T23:38:14.066Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.63s) [2021-06-15T23:38:14.066Z] === RUN TestKillStoppedContainer [2021-06-15T23:38:14.066Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-06-15T23:38:14.066Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-15T23:38:14.066Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-06-15T23:38:14.066Z] === RUN TestKillDifferentUserContainer [2021-06-15T23:38:14.936Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.81s) [2021-06-15T23:38:14.936Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-15T23:38:15.010Z] --- PASS: TestKillDifferentUserContainer (0.83s) [2021-06-15T23:38:15.010Z] === RUN TestInspectOomKilledTrue [2021-06-15T23:38:15.010Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-15T23:38:15.010Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-15T23:38:15.010Z] === RUN TestInspectOomKilledFalse [2021-06-15T23:38:15.010Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-15T23:38:15.010Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-15T23:38:15.010Z] === RUN TestLinksEtcHostsContentMatch [2021-06-15T23:38:15.193Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-06-15T23:38:15.583Z] --- PASS: TestLinksEtcHostsContentMatch (0.85s) [2021-06-15T23:38:15.583Z] === RUN TestLinksContainerNames [2021-06-15T23:38:15.589Z] === RUN TestChrootTarUntar [2021-06-15T23:38:15.589Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-06-15T23:38:15.589Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:38:15.589Z] === RUN TestChrootUntarWithHugeExcludesList [2021-06-15T23:38:15.589Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-15T23:38:15.589Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:38:15.589Z] === RUN TestChrootUntarEmptyArchive [2021-06-15T23:38:15.589Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-06-15T23:38:15.589Z] === RUN TestChrootTarUntarWithSymlink [2021-06-15T23:38:15.589Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-06-15T23:38:15.589Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-15T23:38:15.589Z] === RUN TestChrootCopyWithTar [2021-06-15T23:38:15.589Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-06-15T23:38:15.589Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-15T23:38:15.589Z] === RUN TestChrootCopyFileWithTar [2021-06-15T23:38:15.589Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-06-15T23:38:15.589Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:38:15.589Z] === RUN TestChrootUntarPath [2021-06-15T23:38:15.589Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-06-15T23:38:15.589Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-15T23:38:15.589Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-06-15T23:38:15.589Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-15T23:38:15.589Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:38:15.589Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-06-15T23:38:15.589Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-15T23:38:15.589Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:38:15.589Z] === RUN TestChrootApplyDotDotFile [2021-06-15T23:38:15.589Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-06-15T23:38:15.589Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:38:15.589Z] PASS [2021-06-15T23:38:15.589Z] coverage: 15.4% of statements [2021-06-15T23:38:15.589Z] ok github.com/docker/docker/pkg/chrootarchive 0.102s coverage: 15.4% of statements [2021-06-15T23:38:16.051Z] 2021/06/15 23:38:15 Closing DB instances... [2021-06-15T23:38:16.077Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.61s) [2021-06-15T23:38:16.077Z] === RUN TestCreateServiceSecretFileMode [2021-06-15T23:38:16.513Z] === RUN TestSizeEmpty [2021-06-15T23:38:16.513Z] --- PASS: TestSizeEmpty (0.00s) [2021-06-15T23:38:16.513Z] === RUN TestSizeEmptyFile [2021-06-15T23:38:16.513Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-06-15T23:38:16.513Z] === RUN TestSizeNonemptyFile [2021-06-15T23:38:16.513Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-06-15T23:38:16.513Z] === RUN TestSizeNestedDirectoryEmpty [2021-06-15T23:38:16.513Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-06-15T23:38:16.513Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-06-15T23:38:16.513Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-06-15T23:38:16.513Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-06-15T23:38:16.513Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-06-15T23:38:16.513Z] === RUN TestMoveToSubdir [2021-06-15T23:38:16.513Z] --- PASS: TestMoveToSubdir (0.00s) [2021-06-15T23:38:16.513Z] === RUN TestSizeNonExistingDirectory [2021-06-15T23:38:16.513Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-06-15T23:38:16.513Z] PASS [2021-06-15T23:38:16.513Z] coverage: 80.0% of statements [2021-06-15T23:38:16.513Z] ok github.com/docker/docker/pkg/directory 0.061s coverage: 80.0% of statements [2021-06-15T23:38:17.502Z] --- PASS: TestLinksContainerNames (1.62s) [2021-06-15T23:38:17.502Z] === RUN TestLogsFollowTailEmpty [2021-06-15T23:38:17.710Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.92s) [2021-06-15T23:38:17.710Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-15T23:38:17.965Z] --- PASS: TestCreateServiceSecretFileMode (2.96s) [2021-06-15T23:38:17.965Z] === RUN TestCreateServiceConfigFileMode [2021-06-15T23:38:18.053Z] --- PASS: TestNetworkDBCRUDTableEntry (4.04s) [2021-06-15T23:38:18.053Z] === RUN TestNetworkDBCRUDTableEntries [2021-06-15T23:38:18.075Z] --- PASS: TestLogsFollowTailEmpty (0.83s) [2021-06-15T23:38:18.075Z] === RUN TestContainerNetworkMountsNoChown [2021-06-15T23:38:18.513Z] === RUN Test [2021-06-15T23:38:18.513Z] === RUN Test/TestContainsEntry [2021-06-15T23:38:18.513Z] === RUN Test/TestCreateEntries [2021-06-15T23:38:18.513Z] === RUN Test/TestEntriesDiff [2021-06-15T23:38:18.513Z] === RUN Test/TestEntriesEquality [2021-06-15T23:38:18.513Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-06-15T23:38:18.513Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-06-15T23:38:18.513Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-06-15T23:38:18.513Z] === RUN Test/TestGeneratorNotGenerate [2021-06-15T23:38:18.513Z] === RUN Test/TestGeneratorWithPort [2021-06-15T23:38:18.513Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-06-15T23:38:18.513Z] === RUN Test/TestNewEntry [2021-06-15T23:38:18.513Z] === RUN Test/TestParse [2021-06-15T23:38:18.513Z] --- PASS: Test (0.00s) [2021-06-15T23:38:18.513Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-06-15T23:38:18.513Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-06-15T23:38:18.513Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-06-15T23:38:18.513Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-06-15T23:38:18.513Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-06-15T23:38:18.513Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-06-15T23:38:18.513Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-06-15T23:38:18.513Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-06-15T23:38:18.513Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-06-15T23:38:18.513Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-06-15T23:38:18.513Z] --- PASS: Test/TestNewEntry (0.00s) [2021-06-15T23:38:18.513Z] --- PASS: Test/TestParse (0.00s) [2021-06-15T23:38:18.513Z] PASS [2021-06-15T23:38:18.513Z] coverage: 58.3% of statements [2021-06-15T23:38:18.513Z] ok github.com/docker/docker/pkg/discovery 0.050s coverage: 58.3% of statements [2021-06-15T23:38:18.637Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-06-15T23:38:18.973Z] --- PASS: TestTarFiles (5.42s) [2021-06-15T23:38:18.973Z] === RUN TestTarUntar [2021-06-15T23:38:18.973Z] --- PASS: TestTarUntar (0.05s) [2021-06-15T23:38:18.973Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-06-15T23:38:18.973Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.02s) [2021-06-15T23:38:18.973Z] === RUN TestTarWithOptions [2021-06-15T23:38:18.973Z] --- PASS: TestTarWithOptions (0.02s) [2021-06-15T23:38:18.973Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-06-15T23:38:18.973Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-06-15T23:38:18.973Z] === RUN TestUntarUstarGnuConflict [2021-06-15T23:38:18.973Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-06-15T23:38:18.973Z] === RUN TestUntarInvalidFilenames [2021-06-15T23:38:18.973Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames704379346\\dest" [2021-06-15T23:38:18.973Z] --- PASS: TestUntarInvalidFilenames (0.17s) [2021-06-15T23:38:18.973Z] === RUN TestUntarHardlinkToSymlink [2021-06-15T23:38:18.973Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-06-15T23:38:18.973Z] === RUN TestUntarInvalidHardlink [2021-06-15T23:38:18.973Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink826881059\\victim\\hello" -> "../victim/hello" [2021-06-15T23:38:18.973Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink197494566\\victim\\hello" -> "/../victim/hello" [2021-06-15T23:38:18.973Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink694040141\\victim" -> "../victim" [2021-06-15T23:38:18.973Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink761226056\\victim" -> "../victim" [2021-06-15T23:38:18.974Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink037938183\\victim" -> "../victim" [2021-06-15T23:38:19.020Z] --- PASS: TestContainerNetworkMountsNoChown (0.79s) [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/default [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/default [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/private [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/private [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/rprivate [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/slave [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/slave [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/rslave [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/shared [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/shared [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/rshared [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/default [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/rslave [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/rshared [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/rprivate [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/slave [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/private [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/shared [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-15T23:38:19.020Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-15T23:38:19.020Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-15T23:38:19.020Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-15T23:38:19.282Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-15T23:38:19.282Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-15T23:38:19.282Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-15T23:38:19.282Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-15T23:38:19.282Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-15T23:38:19.282Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-15T23:38:19.282Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-15T23:38:19.282Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-15T23:38:19.282Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-15T23:38:19.282Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-15T23:38:19.282Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-15T23:38:19.282Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-15T23:38:19.282Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-06-15T23:38:19.282Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-06-15T23:38:19.282Z] === RUN TestContainerBindMountNonRecursive [2021-06-15T23:38:19.436Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink998309818\\victim" -> "../victim" [2021-06-15T23:38:19.436Z] --- PASS: TestUntarInvalidHardlink (0.07s) [2021-06-15T23:38:19.436Z] === RUN TestUntarInvalidSymlink [2021-06-15T23:38:19.436Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink075824081\\dest\\dotdot" -> "../victim/hello" [2021-06-15T23:38:19.436Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink852371708\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-15T23:38:19.436Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink038104107\\dest\\loophole-victim" -> "../victim" [2021-06-15T23:38:19.436Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink010081678\\dest\\loophole-victim" -> "../victim" [2021-06-15T23:38:19.436Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink781751701\\dest\\loophole-victim" -> "../victim" [2021-06-15T23:38:19.436Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink856842736\\dest\\loophole-victim" -> "../victim" [2021-06-15T23:38:19.436Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink623627919\\dest\\dir\\loophole" -> "../../victim" [2021-06-15T23:38:19.436Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2021-06-15T23:38:19.436Z] === RUN TestTempArchiveCloseMultipleTimes [2021-06-15T23:38:19.436Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.01s) [2021-06-15T23:38:19.436Z] === RUN TestXGlobalNoParent [2021-06-15T23:38:19.436Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-06-15T23:38:19.436Z] === RUN TestReplaceFileTarWrapper [2021-06-15T23:38:19.436Z] --- PASS: TestReplaceFileTarWrapper (0.19s) [2021-06-15T23:38:19.436Z] === RUN TestPrefixHeaderReadable [2021-06-15T23:38:19.436Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2021-06-15T23:38:19.436Z] === RUN TestDisablePigz [2021-06-15T23:38:19.436Z] === RUN Test [2021-06-15T23:38:19.436Z] === RUN Test/TestContent [2021-06-15T23:38:19.436Z] === RUN Test/TestInitialize [2021-06-15T23:38:19.436Z] === RUN Test/TestNew [2021-06-15T23:38:19.436Z] === RUN Test/TestParsingContentsWithComments [2021-06-15T23:38:19.436Z] === RUN Test/TestRegister [2021-06-15T23:38:19.436Z] === RUN Test/TestWatch [2021-06-15T23:38:19.436Z] --- PASS: Test (0.01s) [2021-06-15T23:38:19.436Z] --- PASS: Test/TestContent (0.00s) [2021-06-15T23:38:19.436Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-15T23:38:19.436Z] --- PASS: Test/TestNew (0.00s) [2021-06-15T23:38:19.436Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-06-15T23:38:19.436Z] --- PASS: Test/TestRegister (0.00s) [2021-06-15T23:38:19.436Z] --- PASS: Test/TestWatch (0.01s) [2021-06-15T23:38:19.436Z] PASS [2021-06-15T23:38:19.436Z] coverage: 92.9% of statements [2021-06-15T23:38:19.436Z] ok github.com/docker/docker/pkg/discovery/file 0.048s coverage: 92.9% of statements [2021-06-15T23:38:19.436Z] --- PASS: TestDisablePigz (0.13s) [2021-06-15T23:38:19.436Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-06-15T23:38:19.436Z] === RUN TestPigz [2021-06-15T23:38:19.898Z] --- PASS: TestPigz (0.17s) [2021-06-15T23:38:19.898Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-06-15T23:38:19.898Z] === RUN TestCopyFileWithInvalidDest [2021-06-15T23:38:19.898Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-06-15T23:38:19.898Z] archive_windows_test.go:16: Currently fails [2021-06-15T23:38:19.898Z] === RUN TestCanonicalTarNameForPath [2021-06-15T23:38:19.898Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-06-15T23:38:19.898Z] === RUN TestCanonicalTarName [2021-06-15T23:38:19.898Z] --- PASS: TestCanonicalTarName (0.00s) [2021-06-15T23:38:19.898Z] === RUN TestChmodTarEntry [2021-06-15T23:38:19.898Z] --- PASS: TestChmodTarEntry (0.00s) [2021-06-15T23:38:19.898Z] === RUN TestHardLinkOrder [2021-06-15T23:38:19.898Z] 2021/06/15 23:38:19 Closing DB instances... [2021-06-15T23:38:19.898Z] --- PASS: TestHardLinkOrder (0.08s) [2021-06-15T23:38:19.898Z] === RUN TestChangeString [2021-06-15T23:38:19.898Z] --- PASS: TestChangeString (0.00s) [2021-06-15T23:38:19.898Z] === RUN TestChangesWithNoChanges [2021-06-15T23:38:19.898Z] --- PASS: TestChangesWithNoChanges (0.03s) [2021-06-15T23:38:19.898Z] === RUN TestChangesWithChanges [2021-06-15T23:38:19.898Z] --- PASS: TestChangesWithChanges (0.03s) [2021-06-15T23:38:19.898Z] === RUN TestChangesWithChangesGH13590 [2021-06-15T23:38:19.898Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-06-15T23:38:19.898Z] changes_test.go:196: needs more investigation [2021-06-15T23:38:19.898Z] === RUN TestChangesDirsEmpty [2021-06-15T23:38:19.898Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-06-15T23:38:19.898Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-15T23:38:19.898Z] === RUN TestChangesDirsMutated [2021-06-15T23:38:19.898Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-06-15T23:38:19.898Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-15T23:38:19.898Z] === RUN TestApplyLayer [2021-06-15T23:38:19.898Z] --- SKIP: TestApplyLayer (0.00s) [2021-06-15T23:38:19.898Z] changes_test.go:433: needs further investigation [2021-06-15T23:38:19.898Z] === RUN TestChangesSizeWithHardlinks [2021-06-15T23:38:19.898Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-06-15T23:38:19.898Z] changes_test.go:469: needs further investigation [2021-06-15T23:38:19.898Z] === RUN TestChangesSizeWithNoChanges [2021-06-15T23:38:19.898Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-06-15T23:38:19.898Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-06-15T23:38:19.898Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-06-15T23:38:19.898Z] === RUN TestChangesSize [2021-06-15T23:38:19.898Z] --- PASS: TestChangesSize (0.00s) [2021-06-15T23:38:19.898Z] === RUN TestApplyLayerInvalidFilenames [2021-06-15T23:38:19.898Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames780664692\\dest" [2021-06-15T23:38:19.898Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2021-06-15T23:38:19.898Z] === RUN TestApplyLayerInvalidHardlink [2021-06-15T23:38:19.898Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink144612550\\victim\\hello" -> "../victim/hello" [2021-06-15T23:38:19.898Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink150622573\\victim\\hello" -> "/../victim/hello" [2021-06-15T23:38:19.898Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink631290344\\victim" -> "../victim" [2021-06-15T23:38:19.898Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink299546663\\victim" -> "../victim" [2021-06-15T23:38:19.898Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink378276186\\victim" -> "../victim" [2021-06-15T23:38:19.898Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink055878897\\victim" -> "../victim" [2021-06-15T23:38:19.898Z] --- PASS: TestApplyLayerInvalidHardlink (0.05s) [2021-06-15T23:38:19.898Z] === RUN TestApplyLayerInvalidSymlink [2021-06-15T23:38:19.898Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink066206108\\dest\\dotdot" -> "../victim/hello" [2021-06-15T23:38:19.898Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink213009995\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-15T23:38:19.898Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink875145518\\dest\\loophole-victim" -> "../victim" [2021-06-15T23:38:19.898Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink024305333\\dest\\loophole-victim" -> "../victim" [2021-06-15T23:38:19.898Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink551355024\\dest\\loophole-victim" -> "../victim" [2021-06-15T23:38:19.898Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink126920367\\dest\\loophole-victim" -> "../victim" [2021-06-15T23:38:19.898Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2021-06-15T23:38:19.898Z] === RUN TestApplyLayerWhiteouts [2021-06-15T23:38:20.359Z] --- PASS: TestApplyLayerWhiteouts (0.11s) [2021-06-15T23:38:20.359Z] === RUN TestGenerateEmptyFile [2021-06-15T23:38:20.359Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-06-15T23:38:20.359Z] === RUN TestGenerateWithContent [2021-06-15T23:38:20.359Z] --- PASS: TestGenerateWithContent (0.00s) [2021-06-15T23:38:20.359Z] PASS [2021-06-15T23:38:20.359Z] coverage: 61.6% of statements [2021-06-15T23:38:20.359Z] ok github.com/docker/docker/pkg/archive 7.895s coverage: 61.6% of statements [2021-06-15T23:38:20.480Z] --- PASS: TestCreateServiceConfigFileMode (2.82s) [2021-06-15T23:38:20.480Z] === RUN TestCreateServiceSysctls [2021-06-15T23:38:21.152Z] --- PASS: TestCgroupNamespacesRunHostMode (3.17s) [2021-06-15T23:38:21.152Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-15T23:38:21.329Z] --- PASS: TestNetworkDBCRUDTableEntries (3.28s) [2021-06-15T23:38:21.329Z] === RUN TestNetworkDBNodeLeave [2021-06-15T23:38:21.715Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-06-15T23:38:21.715Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-06-15T23:38:21.790Z] === RUN Test [2021-06-15T23:38:21.790Z] === RUN Test/TestInitialize [2021-06-15T23:38:21.790Z] time="2021-06-15T23:38:21Z" level=info msg="Initializing discovery without TLS" [2021-06-15T23:38:21.790Z] time="2021-06-15T23:38:21Z" level=info msg="Initializing discovery without TLS" [2021-06-15T23:38:21.790Z] time="2021-06-15T23:38:21Z" level=info msg="Initializing discovery without TLS" [2021-06-15T23:38:21.790Z] === RUN Test/TestInitializeWithCerts [2021-06-15T23:38:21.790Z] time="2021-06-15T23:38:21Z" level=info msg="Initializing discovery with TLS" [2021-06-15T23:38:21.790Z] === RUN Test/TestWatch [2021-06-15T23:38:21.790Z] time="2021-06-15T23:38:21Z" level=info msg="Initializing discovery without TLS" [2021-06-15T23:38:21.832Z] --- PASS: TestContainerBindMountNonRecursive (2.27s) [2021-06-15T23:38:21.832Z] === RUN TestContainerVolumesMountedAsShared [2021-06-15T23:38:22.404Z] --- PASS: TestContainerVolumesMountedAsShared (0.70s) [2021-06-15T23:38:22.404Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-15T23:38:23.082Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-06-15T23:38:23.348Z] --- PASS: TestContainerVolumesMountedAsSlave (0.89s) [2021-06-15T23:38:23.348Z] === RUN TestNetworkNat [2021-06-15T23:38:23.643Z] === RUN TestDockerSuite/TestBuildCmd [2021-06-15T23:38:23.643Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.76s) [2021-06-15T23:38:23.643Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-15T23:38:23.974Z] --- PASS: TestNetworkDBNodeLeave (2.81s) [2021-06-15T23:38:23.974Z] === RUN TestNetworkDBWatch [2021-06-15T23:38:24.205Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-06-15T23:38:24.292Z] --- PASS: TestNetworkNat (0.94s) [2021-06-15T23:38:24.292Z] === RUN TestNetworkLocalhostTCPNat [2021-06-15T23:38:24.462Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-06-15T23:38:24.644Z] --- PASS: TestCreateServiceSysctls (3.83s) [2021-06-15T23:38:24.644Z] === RUN TestCreateServiceCapabilities [2021-06-15T23:38:24.944Z] --- PASS: Test (3.19s) [2021-06-15T23:38:24.945Z] --- PASS: Test/TestInitialize (0.18s) [2021-06-15T23:38:24.945Z] --- PASS: Test/TestInitializeWithCerts (0.01s) [2021-06-15T23:38:24.945Z] --- PASS: Test/TestWatch (3.00s) [2021-06-15T23:38:24.945Z] PASS [2021-06-15T23:38:24.945Z] coverage: 84.1% of statements [2021-06-15T23:38:24.945Z] ok github.com/docker/docker/pkg/discovery/kv 3.256s coverage: 84.1% of statements [2021-06-15T23:38:25.025Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-06-15T23:38:25.025Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-06-15T23:38:25.025Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-06-15T23:38:25.025Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.58s) [2021-06-15T23:38:25.025Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-15T23:38:25.237Z] --- PASS: TestNetworkLocalhostTCPNat (0.96s) [2021-06-15T23:38:25.237Z] === RUN TestNetworkLoopbackNat [2021-06-15T23:38:25.915Z] 2021/06/15 23:38:25 Closing DB instances... [2021-06-15T23:38:25.956Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.94s) [2021-06-15T23:38:25.956Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-15T23:38:26.376Z] === RUN Test [2021-06-15T23:38:26.376Z] === RUN Test/TestWatch [2021-06-15T23:38:26.376Z] --- PASS: Test (0.00s) [2021-06-15T23:38:26.376Z] --- PASS: Test/TestWatch (0.00s) [2021-06-15T23:38:26.376Z] PASS [2021-06-15T23:38:26.376Z] coverage: 92.3% of statements [2021-06-15T23:38:26.376Z] ok github.com/docker/docker/pkg/discovery/memory 0.066s coverage: 92.3% of statements [2021-06-15T23:38:26.886Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-06-15T23:38:27.158Z] --- PASS: TestCreateServiceCapabilities (2.82s) [2021-06-15T23:38:27.158Z] === RUN TestInspect [2021-06-15T23:38:27.347Z] --- PASS: TestNetworkDBWatch (3.06s) [2021-06-15T23:38:27.347Z] === RUN TestNetworkDBBulkSync [2021-06-15T23:38:27.347Z] === RUN Test [2021-06-15T23:38:27.347Z] === RUN Test/TestInitialize [2021-06-15T23:38:27.347Z] === RUN Test/TestInitializeWithPattern [2021-06-15T23:38:27.347Z] === RUN Test/TestRegister [2021-06-15T23:38:27.347Z] === RUN Test/TestWatch [2021-06-15T23:38:27.807Z] --- PASS: Test (0.00s) [2021-06-15T23:38:27.807Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-15T23:38:27.807Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-06-15T23:38:27.807Z] --- PASS: Test/TestRegister (0.00s) [2021-06-15T23:38:27.807Z] --- PASS: Test/TestWatch (0.00s) [2021-06-15T23:38:27.807Z] PASS [2021-06-15T23:38:27.807Z] coverage: 93.8% of statements [2021-06-15T23:38:27.807Z] ok github.com/docker/docker/pkg/discovery/nodes 0.056s coverage: 93.8% of statements [2021-06-15T23:38:28.270Z] 2021/06/15 23:38:28 Closing DB instances... [2021-06-15T23:38:28.542Z] --- PASS: TestNetworkLoopbackNat (3.28s) [2021-06-15T23:38:28.542Z] === RUN TestPause [2021-06-15T23:38:28.731Z] === RUN TestPollerAddRemove [2021-06-15T23:38:28.731Z] --- PASS: TestPollerAddRemove (0.00s) [2021-06-15T23:38:28.731Z] === RUN TestPollerEvent [2021-06-15T23:38:28.731Z] --- SKIP: TestPollerEvent (0.00s) [2021-06-15T23:38:28.731Z] poller_test.go:41: No chmod on Windows [2021-06-15T23:38:28.731Z] === RUN TestPollerClose [2021-06-15T23:38:28.731Z] --- PASS: TestPollerClose (0.00s) [2021-06-15T23:38:28.731Z] PASS [2021-06-15T23:38:28.731Z] coverage: 36.2% of statements [2021-06-15T23:38:28.731Z] ok github.com/docker/docker/pkg/filenotify 0.054s coverage: 36.2% of statements [2021-06-15T23:38:29.114Z] --- PASS: TestPause (0.87s) [2021-06-15T23:38:29.114Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-15T23:38:29.114Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-15T23:38:29.114Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-15T23:38:29.114Z] === RUN TestPauseStopPausedContainer [2021-06-15T23:38:29.408Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-06-15T23:38:29.408Z] --- PASS: TestCgroupNamespacesRunOlderClient (3.03s) [2021-06-15T23:38:29.408Z] === RUN TestNISDomainname [2021-06-15T23:38:30.059Z] --- PASS: TestPauseStopPausedContainer (0.93s) [2021-06-15T23:38:30.059Z] === RUN TestPidHost [2021-06-15T23:38:30.270Z] --- PASS: TestNetworkDBBulkSync (2.84s) [2021-06-15T23:38:30.270Z] === RUN TestNetworkDBCRUDMediumCluster [2021-06-15T23:38:30.270Z] === RUN TestCopyFileWithInvalidSrc [2021-06-15T23:38:30.270Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-06-15T23:38:30.270Z] === RUN TestCopyFileWithInvalidDest [2021-06-15T23:38:30.270Z] --- PASS: TestCopyFileWithInvalidDest (0.01s) [2021-06-15T23:38:30.270Z] === RUN TestCopyFileWithSameSrcAndDest [2021-06-15T23:38:30.270Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-06-15T23:38:30.270Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-06-15T23:38:30.270Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-06-15T23:38:30.270Z] === RUN TestCopyFile [2021-06-15T23:38:30.270Z] --- PASS: TestCopyFile (0.00s) [2021-06-15T23:38:30.270Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-06-15T23:38:30.270Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-15T23:38:30.270Z] fileutils_test.go:134: Needs porting to Windows [2021-06-15T23:38:30.270Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-06-15T23:38:30.270Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-06-15T23:38:30.270Z] === RUN TestReadSymlinkedDirectoryToFile [2021-06-15T23:38:30.270Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-15T23:38:30.270Z] fileutils_test.go:180: Needs porting to Windows [2021-06-15T23:38:30.270Z] === RUN TestWildcardMatches [2021-06-15T23:38:30.270Z] --- PASS: TestWildcardMatches (0.00s) [2021-06-15T23:38:30.270Z] === RUN TestPatternMatches [2021-06-15T23:38:30.270Z] --- PASS: TestPatternMatches (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-06-15T23:38:30.271Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestPatternMatchesFolderExclusions [2021-06-15T23:38:30.271Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-06-15T23:38:30.271Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-06-15T23:38:30.271Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-06-15T23:38:30.271Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-06-15T23:38:30.271Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestSingleExclamationError [2021-06-15T23:38:30.271Z] --- PASS: TestSingleExclamationError (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestMatchesWithNoPatterns [2021-06-15T23:38:30.271Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestMatchesWithMalformedPatterns [2021-06-15T23:38:30.271Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestMatches [2021-06-15T23:38:30.271Z] --- PASS: TestMatches (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestCleanPatterns [2021-06-15T23:38:30.271Z] --- PASS: TestCleanPatterns (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-06-15T23:38:30.271Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestCleanPatternsExceptionFlag [2021-06-15T23:38:30.271Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-06-15T23:38:30.271Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-06-15T23:38:30.271Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestCleanPatternsErrorSingleException [2021-06-15T23:38:30.271Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-06-15T23:38:30.271Z] === RUN TestCreateIfNotExistsDir [2021-06-15T23:38:30.271Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2021-06-15T23:38:30.271Z] === RUN TestCreateIfNotExistsFile [2021-06-15T23:38:30.271Z] --- PASS: TestCreateIfNotExistsFile (0.02s) [2021-06-15T23:38:30.271Z] === RUN TestMatch [2021-06-15T23:38:30.271Z] --- PASS: TestMatch (0.00s) [2021-06-15T23:38:30.271Z] PASS [2021-06-15T23:38:30.271Z] coverage: 87.5% of statements [2021-06-15T23:38:30.271Z] ok github.com/docker/docker/pkg/fileutils 0.122s coverage: 87.5% of statements [2021-06-15T23:38:31.302Z] --- PASS: TestNISDomainname (2.23s) [2021-06-15T23:38:31.302Z] === RUN TestHostnameDnsResolution [2021-06-15T23:38:31.321Z] --- PASS: TestInspect (3.39s) [2021-06-15T23:38:31.321Z] === RUN TestCreateJob [2021-06-15T23:38:31.810Z] === RUN TestGet [2021-06-15T23:38:31.810Z] --- PASS: TestGet (0.00s) [2021-06-15T23:38:31.810Z] === RUN TestGetShortcutString [2021-06-15T23:38:31.810Z] --- PASS: TestGetShortcutString (0.00s) [2021-06-15T23:38:31.810Z] PASS [2021-06-15T23:38:31.810Z] coverage: 42.9% of statements [2021-06-15T23:38:31.810Z] ok github.com/docker/docker/pkg/homedir 0.046s coverage: 42.9% of statements [2021-06-15T23:38:32.231Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-06-15T23:38:32.608Z] --- PASS: TestPidHost (2.23s) [2021-06-15T23:38:32.608Z] === RUN TestPsFilter [2021-06-15T23:38:32.608Z] --- PASS: TestPsFilter (0.14s) [2021-06-15T23:38:32.608Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-15T23:38:32.781Z] 2021/06/15 23:38:32 Closing DB instances... [2021-06-15T23:38:33.243Z] === RUN TestCreateIDMapOrder [2021-06-15T23:38:33.243Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-06-15T23:38:33.243Z] PASS [2021-06-15T23:38:33.243Z] coverage: 7.2% of statements [2021-06-15T23:38:33.243Z] ok github.com/docker/docker/pkg/idtools 0.071s coverage: 7.2% of statements [2021-06-15T23:38:33.243Z] time="2021-06-15T23:38:32Z" level=error msg="node: 209c758aaacc is unknown to memberlist" [2021-06-15T23:38:33.552Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.83s) [2021-06-15T23:38:33.552Z] === RUN TestRemoveContainerWithVolume [2021-06-15T23:38:33.596Z] --- PASS: TestHostnameDnsResolution (2.15s) [2021-06-15T23:38:33.596Z] === RUN TestStats [2021-06-15T23:38:34.125Z] --- PASS: TestRemoveContainerWithVolume (0.83s) [2021-06-15T23:38:34.125Z] === RUN TestRemoveContainerRunning [2021-06-15T23:38:34.184Z] 639bb6bb2beb: Pull complete [2021-06-15T23:38:34.184Z] Digest: sha256:3458c7dbc9ee16016170ecce85bee03b0e7f13744809d67fc881ec8d2086f5ef [2021-06-15T23:38:34.184Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-15T23:38:34.184Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-06-15T23:38:34.184Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-06-15T23:38:34.184Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1999' [2021-06-15T23:38:34.184Z] WARN: Skipping validation tests [2021-06-15T23:38:34.184Z] INFO: Running unit tests at 06/15/2021 23:38:19... [2021-06-15T23:38:34.184Z] INFO: make.ps1 starting at 06/15/2021 23:38:25 [2021-06-15T23:38:34.184Z] INFO: Git commit (3eb1257698) assumed from DOCKER_GITCOMMIT environment variable [2021-06-15T23:38:34.184Z] INFO: Invoking autogen... [2021-06-15T23:38:34.184Z] INFO: Running unit tests... [2021-06-15T23:38:34.213Z] time="2021-06-15T23:38:33Z" level=error msg="node: ab743dc4e383 is unknown to memberlist" [2021-06-15T23:38:34.213Z] time="2021-06-15T23:38:34Z" level=error msg="node: 5bed18009643 is unknown to memberlist" [2021-06-15T23:38:34.213Z] time="2021-06-15T23:38:34Z" level=error msg="node: 5bed18009643 is unknown to memberlist" [2021-06-15T23:38:34.213Z] time="2021-06-15T23:38:34Z" level=error msg="node: 5bed18009643 is unknown to memberlist" [2021-06-15T23:38:34.526Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-06-15T23:38:34.586Z] --- PASS: TestCreateJob (3.69s) [2021-06-15T23:38:34.586Z] === RUN TestReplicatedJob [2021-06-15T23:38:34.673Z] --- PASS: TestNetworkDBCRUDMediumCluster (4.56s) [2021-06-15T23:38:34.673Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-06-15T23:38:34.673Z] === RUN TestFixedBufferCap [2021-06-15T23:38:34.673Z] --- PASS: TestFixedBufferCap (0.00s) [2021-06-15T23:38:34.673Z] === RUN TestFixedBufferLen [2021-06-15T23:38:34.673Z] --- PASS: TestFixedBufferLen (0.00s) [2021-06-15T23:38:34.673Z] === RUN TestFixedBufferString [2021-06-15T23:38:34.673Z] --- PASS: TestFixedBufferString (0.00s) [2021-06-15T23:38:34.673Z] === RUN TestFixedBufferWrite [2021-06-15T23:38:34.673Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-06-15T23:38:34.673Z] === RUN TestFixedBufferRead [2021-06-15T23:38:34.673Z] --- PASS: TestFixedBufferRead (0.00s) [2021-06-15T23:38:35.069Z] --- PASS: TestRemoveContainerRunning (0.89s) [2021-06-15T23:38:35.069Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-15T23:38:35.133Z] === RUN TestBytesPipeRead [2021-06-15T23:38:35.133Z] --- PASS: TestBytesPipeRead (0.00s) [2021-06-15T23:38:35.133Z] === RUN TestBytesPipeWrite [2021-06-15T23:38:35.133Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-06-15T23:38:35.133Z] === RUN TestBytesPipeWriteRandomChunks [2021-06-15T23:38:35.133Z] --- PASS: TestBytesPipeWriteRandomChunks (0.46s) [2021-06-15T23:38:35.133Z] === RUN TestAtomicWriteToFile [2021-06-15T23:38:35.133Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-06-15T23:38:35.133Z] === RUN TestAtomicWriteSetCommit [2021-06-15T23:38:35.133Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-06-15T23:38:35.133Z] === RUN TestAtomicWriteSetCancel [2021-06-15T23:38:35.133Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-06-15T23:38:35.133Z] === RUN TestReadCloserWrapperClose [2021-06-15T23:38:35.133Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-06-15T23:38:35.133Z] === RUN TestReaderErrWrapperReadOnError [2021-06-15T23:38:35.133Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-06-15T23:38:35.133Z] === RUN TestReaderErrWrapperRead [2021-06-15T23:38:35.133Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-06-15T23:38:35.133Z] === RUN TestHashData [2021-06-15T23:38:35.133Z] --- PASS: TestHashData (0.00s) [2021-06-15T23:38:35.133Z] === RUN TestCancelReadCloser [2021-06-15T23:38:35.454Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-06-15T23:38:35.593Z] --- PASS: TestCancelReadCloser (0.10s) [2021-06-15T23:38:35.593Z] === RUN TestWriteCloserWrapperClose [2021-06-15T23:38:35.593Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-06-15T23:38:35.593Z] === RUN TestNopWriteCloser [2021-06-15T23:38:35.593Z] --- PASS: TestNopWriteCloser (0.00s) [2021-06-15T23:38:35.593Z] === RUN TestNopWriter [2021-06-15T23:38:35.593Z] --- PASS: TestNopWriter (0.00s) [2021-06-15T23:38:35.593Z] === RUN TestWriteCounter [2021-06-15T23:38:35.593Z] --- PASS: TestWriteCounter (0.00s) [2021-06-15T23:38:35.593Z] PASS [2021-06-15T23:38:35.593Z] coverage: 69.2% of statements [2021-06-15T23:38:35.593Z] ok github.com/docker/docker/pkg/ioutils 0.654s coverage: 69.2% of statements [2021-06-15T23:38:35.741Z] 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/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/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/client github.com/docker/docker/libnetwork/client/mflag github.com/docker/docker/libnetwork/client/mflag/example github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/dnet github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/proxy github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/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-06-15T23:38:36.012Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.84s) [2021-06-15T23:38:36.012Z] === RUN TestRemoveInvalidContainer [2021-06-15T23:38:36.012Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-06-15T23:38:36.012Z] === RUN TestRenameLinkedContainer [2021-06-15T23:38:36.017Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-06-15T23:38:36.563Z] 2021/06/15 23:38:36 Closing DB instances... [2021-06-15T23:38:36.945Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-06-15T23:38:36.945Z] --- PASS: TestStats (3.29s) [2021-06-15T23:38:36.945Z] === RUN TestStopContainerWithTimeout [2021-06-15T23:38:36.945Z] === RUN TestStopContainerWithTimeout/0 [2021-06-15T23:38:36.945Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-15T23:38:36.945Z] === RUN TestStopContainerWithTimeout/1 [2021-06-15T23:38:36.945Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-15T23:38:36.945Z] === RUN TestStopContainerWithTimeout/3 [2021-06-15T23:38:36.945Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-15T23:38:36.945Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-15T23:38:36.945Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-15T23:38:36.945Z] === CONT TestStopContainerWithTimeout/0 [2021-06-15T23:38:36.945Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-15T23:38:37.024Z] === RUN TestError [2021-06-15T23:38:37.024Z] --- PASS: TestError (0.00s) [2021-06-15T23:38:37.024Z] === RUN TestProgressString [2021-06-15T23:38:37.024Z] === RUN TestProgressString/no_progress [2021-06-15T23:38:37.024Z] === RUN TestProgressString/progress_1 [2021-06-15T23:38:37.024Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-06-15T23:38:37.024Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-06-15T23:38:37.024Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-06-15T23:38:37.024Z] === RUN TestProgressString/with_units [2021-06-15T23:38:37.024Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-06-15T23:38:37.024Z] === RUN TestProgressString/hide_counts [2021-06-15T23:38:37.024Z] --- PASS: TestProgressString (0.00s) [2021-06-15T23:38:37.024Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-06-15T23:38:37.024Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-06-15T23:38:37.024Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-06-15T23:38:37.024Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-06-15T23:38:37.024Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-06-15T23:38:37.024Z] --- PASS: TestProgressString/with_units (0.00s) [2021-06-15T23:38:37.024Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-06-15T23:38:37.024Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-06-15T23:38:37.024Z] === RUN TestJSONMessageDisplay [2021-06-15T23:38:37.024Z] --- PASS: TestJSONMessageDisplay (0.17s) [2021-06-15T23:38:37.024Z] === RUN TestJSONMessageDisplayWithJSONError [2021-06-15T23:38:37.024Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-06-15T23:38:37.024Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-06-15T23:38:37.024Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-06-15T23:38:37.024Z] === RUN TestDisplayJSONMessagesStream [2021-06-15T23:38:37.024Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-06-15T23:38:37.024Z] PASS [2021-06-15T23:38:37.024Z] coverage: 91.7% of statements [2021-06-15T23:38:37.024Z] ok github.com/docker/docker/pkg/jsonmessage 0.232s coverage: 91.7% of statements [2021-06-15T23:38:37.024Z] --- PASS: TestGetAddress (28.72s) [2021-06-15T23:38:37.024Z] === RUN TestRequestSyntaxCheck [2021-06-15T23:38:37.024Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2021-06-15T23:38:37.024Z] === RUN TestRequest [2021-06-15T23:38:37.202Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-06-15T23:38:37.999Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (3.42s) [2021-06-15T23:38:37.999Z] === RUN TestNetworkDBGarbageCollection [2021-06-15T23:38:37.999Z] === RUN TestStandardLongPath [2021-06-15T23:38:37.999Z] --- PASS: TestStandardLongPath (0.00s) [2021-06-15T23:38:37.999Z] === RUN TestUNCLongPath [2021-06-15T23:38:37.999Z] --- PASS: TestUNCLongPath (0.00s) [2021-06-15T23:38:37.999Z] PASS [2021-06-15T23:38:37.999Z] coverage: 100.0% of statements [2021-06-15T23:38:37.999Z] ok github.com/docker/docker/pkg/longpath 0.039s coverage: 100.0% of statements [2021-06-15T23:38:38.130Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-06-15T23:38:38.388Z] === CONT TestStopContainerWithTimeout/3 [2021-06-15T23:38:38.388Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-06-15T23:38:38.952Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-06-15T23:38:38.971Z] === RUN TestNameFormat [2021-06-15T23:38:38.971Z] --- PASS: TestNameFormat (0.00s) [2021-06-15T23:38:38.971Z] === RUN TestNameRetries [2021-06-15T23:38:38.971Z] --- PASS: TestNameRetries (0.00s) [2021-06-15T23:38:38.971Z] PASS [2021-06-15T23:38:38.971Z] coverage: 85.7% of statements [2021-06-15T23:38:38.971Z] ok github.com/docker/docker/pkg/namesgenerator 0.040s coverage: 85.7% of statements [2021-06-15T23:38:39.323Z] --- PASS: TestRenameLinkedContainer (3.31s) [2021-06-15T23:38:39.323Z] === RUN TestRenameStoppedContainer [2021-06-15T23:38:39.514Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-06-15T23:38:39.942Z] === RUN TestParseKeyValueOpt [2021-06-15T23:38:39.942Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-06-15T23:38:39.942Z] === RUN TestParseUintList [2021-06-15T23:38:39.942Z] --- PASS: TestParseUintList (0.00s) [2021-06-15T23:38:39.942Z] === RUN TestParseUintListMaximumLimits [2021-06-15T23:38:39.942Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-06-15T23:38:39.942Z] PASS [2021-06-15T23:38:39.942Z] coverage: 97.0% of statements [2021-06-15T23:38:39.942Z] ok github.com/docker/docker/pkg/parsers 0.040s coverage: 97.0% of statements [2021-06-15T23:38:40.268Z] --- PASS: TestRenameStoppedContainer (0.82s) [2021-06-15T23:38:40.268Z] === RUN TestRenameRunningContainerAndReuse [2021-06-15T23:38:40.443Z] === CONT TestStopContainerWithTimeout/1 [2021-06-15T23:38:41.223Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-06-15T23:38:41.223Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2021-06-15T23:38:41.481Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-06-15T23:38:41.481Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-06-15T23:38:41.482Z] === RUN TestNewAndRemove [2021-06-15T23:38:41.482Z] --- PASS: TestNewAndRemove (0.00s) [2021-06-15T23:38:41.482Z] === RUN TestRemoveInvalidPath [2021-06-15T23:38:41.482Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-06-15T23:38:41.482Z] PASS [2021-06-15T23:38:41.482Z] coverage: 82.6% of statements [2021-06-15T23:38:41.482Z] ok github.com/docker/docker/pkg/pidfile 0.046s coverage: 82.6% of statements [2021-06-15T23:38:41.659Z] --- PASS: TestRenameRunningContainerAndReuse (1.63s) [2021-06-15T23:38:41.659Z] === RUN TestRenameInvalidName [2021-06-15T23:38:42.047Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-06-15T23:38:42.047Z] Cross building: bundles/cross/windows/amd64 [2021-06-15T23:38:42.304Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-06-15T23:38:42.304Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-06-15T23:38:42.334Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-06-15T23:38:42.335Z] --- PASS: TestStopContainerWithTimeout/0 (1.54s) [2021-06-15T23:38:42.335Z] --- PASS: TestStopContainerWithTimeout/-1 (3.42s) [2021-06-15T23:38:42.335Z] --- PASS: TestStopContainerWithTimeout/3 (3.06s) [2021-06-15T23:38:42.335Z] --- PASS: TestStopContainerWithTimeout/1 (2.16s) [2021-06-15T23:38:42.335Z] === RUN TestDeleteDevicemapper [2021-06-15T23:38:42.335Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-15T23:38:42.335Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-15T23:38:42.335Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-15T23:38:42.604Z] --- PASS: TestRenameInvalidName (0.85s) [2021-06-15T23:38:42.604Z] === RUN TestRenameAnonymousContainer [2021-06-15T23:38:42.670Z] --- PASS: TestReplicatedJob (6.98s) [2021-06-15T23:38:42.670Z] === RUN TestUpdateReplicatedJob [2021-06-15T23:38:42.896Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-06-15T23:38:43.668Z] === RUN TestFailedConnection [2021-06-15T23:38:44.262Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-06-15T23:38:44.348Z] ? github.com/docker/docker/api [no test files] [2021-06-15T23:38:44.823Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-06-15T23:38:45.184Z] --- PASS: TestUpdateReplicatedJob (3.82s) [2021-06-15T23:38:45.185Z] === RUN TestServiceListWithStatuses [2021-06-15T23:38:45.185Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-15T23:38:45.185Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-15T23:38:45.185Z] === RUN TestDockerNetworkConnectAlias [2021-06-15T23:38:45.385Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-06-15T23:38:45.850Z] --- PASS: TestFailedConnection (2.10s) [2021-06-15T23:38:45.850Z] === RUN TestFailOnce [2021-06-15T23:38:45.850Z] === RUN TestParseEmptyInterface [2021-06-15T23:38:45.850Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-06-15T23:38:45.850Z] === RUN TestParseNonInterfaceType [2021-06-15T23:38:45.850Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-06-15T23:38:45.850Z] === RUN TestParseWithOneFunction [2021-06-15T23:38:45.850Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-06-15T23:38:45.850Z] === RUN TestParseWithMultipleFuncs [2021-06-15T23:38:45.850Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-06-15T23:38:45.850Z] === RUN TestParseWithUnnamedReturn [2021-06-15T23:38:45.850Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-06-15T23:38:45.850Z] === RUN TestEmbeddedInterface [2021-06-15T23:38:45.850Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-06-15T23:38:45.850Z] === RUN TestParsedImports [2021-06-15T23:38:45.850Z] --- PASS: TestParsedImports (0.00s) [2021-06-15T23:38:45.850Z] === RUN TestAliasedImports [2021-06-15T23:38:45.850Z] --- PASS: TestAliasedImports (0.00s) [2021-06-15T23:38:45.850Z] PASS [2021-06-15T23:38:45.850Z] coverage: 56.8% of statements [2021-06-15T23:38:45.850Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.067s coverage: 56.8% of statements [2021-06-15T23:38:45.910Z] --- PASS: TestRenameAnonymousContainer (3.33s) [2021-06-15T23:38:45.910Z] === RUN TestRenameContainerWithSameName [2021-06-15T23:38:46.311Z] 2021/06/15 23:38:45 http: panic serving 127.0.0.1:49314: Plugin not ready [2021-06-15T23:38:46.311Z] goroutine 34 [running]: [2021-06-15T23:38:46.311Z] net/http.(*conn).serve.func1(0xc000138000) [2021-06-15T23:38:46.311Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-06-15T23:38:46.311Z] panic(0x84ab40, 0x987da0) [2021-06-15T23:38:46.311Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-06-15T23:38:46.311Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99b9e0, 0xc00015c000, 0xc00014e000) [2021-06-15T23:38:46.311Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-06-15T23:38:46.311Z] net/http.HandlerFunc.ServeHTTP(0xc0000ee050, 0x99b9e0, 0xc00015c000, 0xc00014e000) [2021-06-15T23:38:46.311Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-06-15T23:38:46.311Z] net/http.(*ServeMux).ServeHTTP(0xc0000fe000, 0x99b9e0, 0xc00015c000, 0xc00014e000) [2021-06-15T23:38:46.311Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-06-15T23:38:46.311Z] net/http.serverHandler.ServeHTTP(0xc000104000, 0x99b9e0, 0xc00015c000, 0xc00014e000) [2021-06-15T23:38:46.311Z] c:/go/src/net/http/server.go:2831 +0xab [2021-06-15T23:38:46.311Z] net/http.(*conn).serve(0xc000138000, 0x99c5a0, 0xc000124040) [2021-06-15T23:38:46.311Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-06-15T23:38:46.311Z] created by net/http.(*Server).Serve [2021-06-15T23:38:46.311Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-06-15T23:38:46.311Z] time="2021-06-15T23:38:45Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.FailOnce: Post http://127.0.0.1:49313/Test.FailOnce: EOF, retrying in 1s" [2021-06-15T23:38:46.773Z] --- PASS: TestRequest (9.66s) [2021-06-15T23:38:46.773Z] === RUN TestOverlappingRequests [2021-06-15T23:38:46.854Z] --- PASS: TestRenameContainerWithSameName (0.83s) [2021-06-15T23:38:46.854Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-15T23:38:47.234Z] --- PASS: TestFailOnce (1.26s) [2021-06-15T23:38:47.234Z] === RUN TestEchoInputOutput [2021-06-15T23:38:47.234Z] --- PASS: TestEchoInputOutput (0.00s) [2021-06-15T23:38:47.234Z] === RUN TestBackoff [2021-06-15T23:38:47.234Z] --- PASS: TestBackoff (0.00s) [2021-06-15T23:38:47.234Z] === RUN TestAbortRetry [2021-06-15T23:38:47.234Z] --- PASS: TestAbortRetry (0.00s) [2021-06-15T23:38:47.234Z] === RUN TestClientScheme [2021-06-15T23:38:47.234Z] --- PASS: TestClientScheme (0.00s) [2021-06-15T23:38:47.234Z] === RUN TestNewClientWithTimeout [2021-06-15T23:38:47.234Z] --- PASS: TestOverlappingRequests (0.48s) [2021-06-15T23:38:47.234Z] === RUN TestRelease [2021-06-15T23:38:47.703Z] time="2021-06-15T23:38:47Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49318/Test.Echo: Post http://127.0.0.1:49318/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-06-15T23:38:47.703Z] === RUN TestHTTPTransport [2021-06-15T23:38:47.703Z] --- PASS: TestHTTPTransport (0.00s) [2021-06-15T23:38:47.703Z] PASS [2021-06-15T23:38:47.703Z] coverage: 85.7% of statements [2021-06-15T23:38:47.703Z] ok github.com/docker/docker/pkg/plugins/transport 0.051s coverage: 85.7% of statements [2021-06-15T23:38:48.242Z] --- PASS: TestRenameContainerWithLinkedContainer (1.67s) [2021-06-15T23:38:48.242Z] === RUN TestResize [2021-06-15T23:38:48.674Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-06-15T23:38:48.674Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-15T23:38:48.674Z] === RUN TestBufioReaderPoolPutAndGet [2021-06-15T23:38:48.674Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-06-15T23:38:48.674Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-06-15T23:38:48.674Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-06-15T23:38:48.674Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-06-15T23:38:48.674Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-15T23:38:48.674Z] === RUN TestBufioWriterPoolPutAndGet [2021-06-15T23:38:48.674Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-06-15T23:38:48.674Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-06-15T23:38:48.674Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-06-15T23:38:48.674Z] === RUN TestBufferPoolPutAndGet [2021-06-15T23:38:48.674Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-06-15T23:38:48.674Z] PASS [2021-06-15T23:38:48.674Z] coverage: 88.2% of statements [2021-06-15T23:38:48.674Z] ok github.com/docker/docker/pkg/pools 0.040s coverage: 88.2% of statements [2021-06-15T23:38:48.679Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.04s) [2021-06-15T23:38:48.679Z] === RUN TestUpdateMemory [2021-06-15T23:38:48.679Z] --- SKIP: TestUpdateMemory (0.00s) [2021-06-15T23:38:48.679Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-15T23:38:48.679Z] === RUN TestUpdateCPUQuota [2021-06-15T23:38:49.134Z] --- PASS: TestRelease (1.78s) [2021-06-15T23:38:49.134Z] === RUN TestAllocateRandomDeallocate [2021-06-15T23:38:49.134Z] time="2021-06-15T23:38:48Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49318/Test.Echo: Post http://127.0.0.1:49318/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-06-15T23:38:49.187Z] --- PASS: TestResize (0.84s) [2021-06-15T23:38:49.187Z] === RUN TestResizeWithInvalidSize [2021-06-15T23:38:50.115Z] === RUN TestOutputOnPrematureClose [2021-06-15T23:38:50.115Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-06-15T23:38:50.115Z] === RUN TestCompleteSilently [2021-06-15T23:38:50.115Z] --- PASS: TestCompleteSilently (0.00s) [2021-06-15T23:38:50.115Z] PASS [2021-06-15T23:38:50.115Z] coverage: 75.9% of statements [2021-06-15T23:38:50.115Z] ok github.com/docker/docker/pkg/progress 0.040s coverage: 75.9% of statements [2021-06-15T23:38:50.132Z] --- PASS: TestResizeWithInvalidSize (0.84s) [2021-06-15T23:38:50.132Z] === RUN TestResizeWhenContainerNotStarted [2021-06-15T23:38:50.425Z] --- PASS: TestDockerNetworkConnectAlias (4.95s) [2021-06-15T23:38:50.425Z] === RUN TestDockerNetworkReConnect [2021-06-15T23:38:50.576Z] === RUN TestSendToOneSub [2021-06-15T23:38:50.576Z] --- PASS: TestSendToOneSub (0.00s) [2021-06-15T23:38:50.576Z] === RUN TestSendToMultipleSubs [2021-06-15T23:38:50.576Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-06-15T23:38:50.576Z] === RUN TestEvictOneSub [2021-06-15T23:38:50.576Z] --- PASS: TestEvictOneSub (0.00s) [2021-06-15T23:38:50.576Z] === RUN TestClosePublisher [2021-06-15T23:38:50.576Z] --- PASS: TestClosePublisher (0.00s) [2021-06-15T23:38:50.576Z] === RUN TestPubSubRace [2021-06-15T23:38:51.077Z] --- PASS: TestResizeWhenContainerNotStarted (0.82s) [2021-06-15T23:38:51.077Z] === RUN TestDaemonRestartKillContainers [2021-06-15T23:38:51.077Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-15T23:38:51.077Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-15T23:38:51.077Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-15T23:38:51.077Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-15T23:38:51.077Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-15T23:38:51.077Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-15T23:38:51.077Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-15T23:38:51.077Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-15T23:38:51.077Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-15T23:38:51.077Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-15T23:38:51.077Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-15T23:38:51.077Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-15T23:38:51.077Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-15T23:38:51.077Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-15T23:38:51.077Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-15T23:38:51.077Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-15T23:38:51.077Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:38:51.077Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:38:51.077Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:38:51.077Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:38:51.077Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:38:51.077Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:38:51.077Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:38:51.077Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:38:51.077Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-15T23:38:51.077Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:38:51.077Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-15T23:38:51.077Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-15T23:38:51.195Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-06-15T23:38:51.547Z] time="2021-06-15T23:38:51Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49318/Test.Echo: Post http://127.0.0.1:49318/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-06-15T23:38:51.547Z] --- PASS: TestPubSubRace (1.04s) [2021-06-15T23:38:51.547Z] PASS [2021-06-15T23:38:51.547Z] coverage: 75.0% of statements [2021-06-15T23:38:51.547Z] ok github.com/docker/docker/pkg/pubsub 1.081s coverage: 75.0% of statements [2021-06-15T23:38:52.122Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-06-15T23:38:52.379Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-06-15T23:38:52.489Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-15T23:38:52.489Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-15T23:38:53.087Z] === RUN TestRegister [2021-06-15T23:38:53.087Z] --- PASS: TestRegister (0.00s) [2021-06-15T23:38:53.087Z] === RUN TestCommand [2021-06-15T23:38:53.087Z] --- PASS: TestCommand (0.03s) [2021-06-15T23:38:53.087Z] === RUN TestNaiveSelf [2021-06-15T23:38:53.087Z] --- PASS: TestNaiveSelf (0.03s) [2021-06-15T23:38:53.087Z] PASS [2021-06-15T23:38:53.087Z] coverage: 82.4% of statements [2021-06-15T23:38:53.087Z] ok github.com/docker/docker/pkg/reexec 0.102s coverage: 82.4% of statements [2021-06-15T23:38:53.883Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-15T23:38:53.883Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:38:54.058Z] --- PASS: TestAllocateRandomDeallocate (4.89s) [2021-06-15T23:38:54.058Z] === RUN TestRetrieveFromStore [2021-06-15T23:38:54.058Z] === RUN TestParseSignal [2021-06-15T23:38:54.058Z] --- PASS: TestParseSignal (0.00s) [2021-06-15T23:38:54.058Z] === RUN TestValidSignalForPlatform [2021-06-15T23:38:54.058Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-06-15T23:38:54.058Z] PASS [2021-06-15T23:38:54.058Z] coverage: 19.7% of statements [2021-06-15T23:38:54.058Z] ok github.com/docker/docker/pkg/signal 0.043s coverage: 19.7% of statements [2021-06-15T23:38:54.269Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-06-15T23:38:54.269Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-06-15T23:38:54.590Z] --- PASS: TestDockerNetworkReConnect (3.90s) [2021-06-15T23:38:54.590Z] === RUN TestServicePlugin [2021-06-15T23:38:55.197Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-06-15T23:38:55.599Z] === RUN TestNewStdWriter [2021-06-15T23:38:55.599Z] --- PASS: TestNewStdWriter (0.00s) [2021-06-15T23:38:55.599Z] === RUN TestWriteWithUninitializedStdWriter [2021-06-15T23:38:55.599Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-06-15T23:38:55.599Z] === RUN TestWriteWithNilBytes [2021-06-15T23:38:55.599Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-06-15T23:38:55.599Z] === RUN TestWrite [2021-06-15T23:38:55.599Z] --- PASS: TestWrite (0.00s) [2021-06-15T23:38:55.599Z] === RUN TestWriteWithWriterError [2021-06-15T23:38:55.599Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-06-15T23:38:55.599Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-06-15T23:38:55.599Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-06-15T23:38:55.599Z] === RUN TestStdCopyWriteAndRead [2021-06-15T23:38:55.599Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-06-15T23:38:55.599Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-06-15T23:38:55.599Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-06-15T23:38:55.599Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-06-15T23:38:55.599Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-06-15T23:38:55.599Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-06-15T23:38:55.599Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-06-15T23:38:55.599Z] === RUN TestStdCopyWithInvalidInputHeader [2021-06-15T23:38:55.599Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-06-15T23:38:55.599Z] === RUN TestStdCopyWithCorruptedPrefix [2021-06-15T23:38:55.599Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-06-15T23:38:55.599Z] === RUN TestStdCopyReturnsWriteErrors [2021-06-15T23:38:55.599Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-06-15T23:38:55.599Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-06-15T23:38:55.599Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-06-15T23:38:55.599Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-06-15T23:38:55.599Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-06-15T23:38:55.599Z] PASS [2021-06-15T23:38:55.599Z] coverage: 100.0% of statements [2021-06-15T23:38:55.599Z] ok github.com/docker/docker/pkg/stdcopy 0.045s coverage: 100.0% of statements [2021-06-15T23:38:55.599Z] --- PASS: TestRetrieveFromStore (1.54s) [2021-06-15T23:38:55.599Z] === RUN TestRequestReleaseAddressDuplicate [2021-06-15T23:38:55.599Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2021-06-15T23:38:55.599Z] === RUN TestParallelPredefinedRequest1 [2021-06-15T23:38:55.599Z] === PAUSE TestParallelPredefinedRequest1 [2021-06-15T23:38:55.599Z] === RUN TestParallelPredefinedRequest2 [2021-06-15T23:38:55.599Z] === PAUSE TestParallelPredefinedRequest2 [2021-06-15T23:38:55.599Z] === RUN TestParallelPredefinedRequest3 [2021-06-15T23:38:55.599Z] === PAUSE TestParallelPredefinedRequest3 [2021-06-15T23:38:55.599Z] === RUN TestParallelPredefinedRequest4 [2021-06-15T23:38:55.599Z] === PAUSE TestParallelPredefinedRequest4 [2021-06-15T23:38:55.599Z] === RUN TestParallelPredefinedRequest5 [2021-06-15T23:38:55.599Z] === PAUSE TestParallelPredefinedRequest5 [2021-06-15T23:38:55.599Z] === RUN TestDebug [2021-06-15T23:38:55.599Z] --- PASS: TestDebug (0.00s) [2021-06-15T23:38:55.599Z] === RUN TestRequestPoolParallel [2021-06-15T23:38:55.599Z] --- PASS: TestRequestPoolParallel (0.29s) [2021-06-15T23:38:55.599Z] === RUN TestFullAllocateRelease [2021-06-15T23:38:55.760Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-06-15T23:38:55.806Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-15T23:38:55.806Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-15T23:38:56.059Z] time="2021-06-15T23:38:55Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49318/Test.Echo: Post http://127.0.0.1:49318/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-06-15T23:38:56.382Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-15T23:38:56.519Z] --- PASS: TestFullAllocateRelease (0.72s) [2021-06-15T23:38:56.519Z] === RUN TestOddAllocateRelease [2021-06-15T23:38:56.958Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-15T23:38:56.980Z] === RUN TestRawProgressFormatterFormatStatus [2021-06-15T23:38:56.980Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-06-15T23:38:56.980Z] === RUN TestRawProgressFormatterFormatProgress [2021-06-15T23:38:56.980Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-06-15T23:38:56.980Z] === RUN TestFormatStatus [2021-06-15T23:38:56.980Z] --- PASS: TestFormatStatus (0.00s) [2021-06-15T23:38:56.980Z] === RUN TestFormatError [2021-06-15T23:38:56.980Z] --- PASS: TestFormatError (0.00s) [2021-06-15T23:38:56.980Z] === RUN TestFormatJSONError [2021-06-15T23:38:56.980Z] --- PASS: TestFormatJSONError (0.00s) [2021-06-15T23:38:56.980Z] === RUN TestJsonProgressFormatterFormatProgress [2021-06-15T23:38:56.980Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-06-15T23:38:56.980Z] === RUN TestJsonProgressFormatterFormatStatus [2021-06-15T23:38:56.980Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-06-15T23:38:56.980Z] === RUN TestNewJSONProgressOutput [2021-06-15T23:38:56.980Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-06-15T23:38:56.980Z] === RUN TestAuxFormatterEmit [2021-06-15T23:38:56.980Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-06-15T23:38:56.980Z] === RUN TestStreamWriterStdout [2021-06-15T23:38:56.980Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-06-15T23:38:56.980Z] === RUN TestStreamWriterStderr [2021-06-15T23:38:56.980Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-06-15T23:38:56.980Z] PASS [2021-06-15T23:38:56.980Z] coverage: 66.2% of statements [2021-06-15T23:38:56.980Z] ok github.com/docker/docker/pkg/streamformatter 0.052s coverage: 66.2% of statements [2021-06-15T23:38:56.980Z] --- PASS: TestOddAllocateRelease (0.40s) [2021-06-15T23:38:56.980Z] === RUN TestFullAllocateSerialReleaseParallel [2021-06-15T23:38:56.980Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.12s) [2021-06-15T23:38:56.980Z] === RUN TestOddAllocateSerialReleaseParallel [2021-06-15T23:38:56.980Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.07s) [2021-06-15T23:38:56.980Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-06-15T23:38:56.980Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.09s) [2021-06-15T23:38:56.980Z] === CONT TestParallelPredefinedRequest1 [2021-06-15T23:38:56.980Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-06-15T23:38:56.980Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:38:56.980Z] === CONT TestParallelPredefinedRequest3 [2021-06-15T23:38:56.980Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-06-15T23:38:56.980Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:38:56.980Z] === CONT TestParallelPredefinedRequest5 [2021-06-15T23:38:56.980Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-06-15T23:38:56.980Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:38:56.980Z] === CONT TestParallelPredefinedRequest4 [2021-06-15T23:38:56.980Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-06-15T23:38:56.980Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:38:56.980Z] === CONT TestParallelPredefinedRequest2 [2021-06-15T23:38:56.980Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-06-15T23:38:56.980Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:38:56.980Z] PASS [2021-06-15T23:38:56.980Z] coverage: 85.3% of statements [2021-06-15T23:38:56.980Z] ok github.com/docker/docker/libnetwork/ipam 60.897s coverage: 85.3% of statements [2021-06-15T23:38:57.652Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-06-15T23:38:57.907Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-06-15T23:38:57.949Z] === RUN TestGenerateRandomID [2021-06-15T23:38:57.949Z] --- PASS: TestGenerateRandomID (0.00s) [2021-06-15T23:38:57.949Z] === RUN TestShortenId [2021-06-15T23:38:57.949Z] --- PASS: TestShortenId (0.00s) [2021-06-15T23:38:57.949Z] === RUN TestShortenSha256Id [2021-06-15T23:38:57.949Z] --- PASS: TestShortenSha256Id (0.00s) [2021-06-15T23:38:57.949Z] === RUN TestShortenIdEmpty [2021-06-15T23:38:57.949Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-06-15T23:38:57.949Z] === RUN TestShortenIdInvalid [2021-06-15T23:38:57.949Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-06-15T23:38:57.949Z] === RUN TestIsShortIDNonHex [2021-06-15T23:38:57.949Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-06-15T23:38:57.949Z] === RUN TestIsShortIDNotCorrectSize [2021-06-15T23:38:57.949Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-06-15T23:38:57.949Z] PASS [2021-06-15T23:38:57.949Z] coverage: 70.6% of statements [2021-06-15T23:38:57.949Z] ok github.com/docker/docker/pkg/stringid 0.042s coverage: 70.6% of statements [2021-06-15T23:38:58.835Z] --- PASS: TestUpdateCPUQuota (10.42s) [2021-06-15T23:38:58.835Z] === RUN TestUpdatePidsLimit [2021-06-15T23:38:58.835Z] === RUN TestUpdatePidsLimit/update_from_none [2021-06-15T23:38:58.921Z] === RUN TestIsCpusetListAvailable [2021-06-15T23:38:58.921Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-06-15T23:38:58.921Z] PASS [2021-06-15T23:38:58.921Z] coverage: 38.2% of statements [2021-06-15T23:38:58.921Z] ok github.com/docker/docker/pkg/sysinfo 0.038s coverage: 38.2% of statements [2021-06-15T23:38:59.218Z] === RUN TestMiddlewares [2021-06-15T23:38:59.218Z] --- PASS: TestMiddlewares (0.00s) [2021-06-15T23:38:59.218Z] PASS [2021-06-15T23:38:59.218Z] coverage: 9.0% of statements [2021-06-15T23:38:59.218Z] ok github.com/docker/docker/api/server 0.058s coverage: 9.0% of statements [2021-06-15T23:38:59.512Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-06-15T23:38:59.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.65s) [2021-06-15T23:38:59.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.69s) [2021-06-15T23:38:59.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.91s) [2021-06-15T23:38:59.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.91s) [2021-06-15T23:38:59.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.88s) [2021-06-15T23:38:59.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.63s) [2021-06-15T23:38:59.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.91s) [2021-06-15T23:38:59.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.64s) [2021-06-15T23:38:59.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.91s) [2021-06-15T23:38:59.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.69s) [2021-06-15T23:38:59.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.50s) [2021-06-15T23:38:59.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.40s) [2021-06-15T23:38:59.512Z] === RUN TestCgroupNamespacesRun [2021-06-15T23:38:59.762Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-06-15T23:39:00.324Z] === RUN TestUpdatePidsLimit/no_change [2021-06-15T23:39:01.104Z] === RUN TestChtimes [2021-06-15T23:39:01.104Z] --- PASS: TestChtimes (0.00s) [2021-06-15T23:39:01.104Z] === RUN TestChtimesWindows [2021-06-15T23:39:01.104Z] --- PASS: TestChtimesWindows (0.00s) [2021-06-15T23:39:01.104Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-06-15T23:39:01.104Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-06-15T23:39:01.104Z] === RUN TestEnsureRemoveAllNotExist [2021-06-15T23:39:01.104Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-06-15T23:39:01.104Z] === RUN TestEnsureRemoveAllWithDir [2021-06-15T23:39:01.104Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-06-15T23:39:01.104Z] === RUN TestEnsureRemoveAllWithFile [2021-06-15T23:39:01.104Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-06-15T23:39:01.104Z] === RUN TestHasWin32KSupport [2021-06-15T23:39:01.104Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-06-15T23:39:01.104Z] syscall_windows_test.go:8: win32k: true [2021-06-15T23:39:01.104Z] PASS [2021-06-15T23:39:01.104Z] coverage: 12.2% of statements [2021-06-15T23:39:01.104Z] ok github.com/docker/docker/pkg/system 0.059s coverage: 12.2% of statements [2021-06-15T23:39:01.430Z] --- PASS: TestCgroupNamespacesRun (2.01s) [2021-06-15T23:39:01.430Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-15T23:39:01.691Z] === RUN TestUpdatePidsLimit/update_lower [2021-06-15T23:39:02.076Z] === RUN TestTailFile [2021-06-15T23:39:02.077Z] --- PASS: TestTailFile (0.00s) [2021-06-15T23:39:02.077Z] === RUN TestTailFileManyLines [2021-06-15T23:39:02.077Z] --- PASS: TestTailFileManyLines (0.00s) [2021-06-15T23:39:02.077Z] === RUN TestTailEmptyFile [2021-06-15T23:39:02.077Z] --- PASS: TestTailEmptyFile (0.00s) [2021-06-15T23:39:02.077Z] === RUN TestTailNegativeN [2021-06-15T23:39:02.077Z] --- PASS: TestTailNegativeN (0.00s) [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader [2021-06-15T23:39:02.077Z] === CONT TestNewTailReader [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/2_byte_delimiter [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/4_byte_delimiter [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/8_byte_delimiter [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/12_byte_delimiter [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/no_delimiter [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/no_delimiter [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/single_byte_delimiter [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/truncated_last_line [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-06-15T23:39:02.077Z] === CONT TestNewTailReader/2_byte_delimiter [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-06-15T23:39:02.077Z] === CONT TestNewTailReader/12_byte_delimiter [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.077Z] === CONT TestNewTailReader/single_byte_delimiter [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.077Z] === CONT TestNewTailReader/8_byte_delimiter [2021-06-15T23:39:02.077Z] === CONT TestNewTailReader/no_delimiter [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.077Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.077Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/4_byte_delimiter [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.078Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.078Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.078Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.079Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.079Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.079Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.080Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.080Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.080Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.080Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.080Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.080Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.080Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.258Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.558Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.558Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.558Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.558Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.558Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.558Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.558Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.558Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.558Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.559Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.560Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.560Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:39:02.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:39:02.562Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.01s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.01s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.01s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.01s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-15T23:39:02.562Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.01s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-15T23:39:02.563Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-15T23:39:03.033Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.02s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-06-15T23:39:03.035Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-15T23:39:03.035Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-15T23:39:03.035Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-15T23:39:03.035Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-15T23:39:03.035Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:39:03.035Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-15T23:39:03.035Z] PASS [2021-06-15T23:39:03.035Z] coverage: 88.6% of statements [2021-06-15T23:39:03.035Z] ok github.com/docker/docker/pkg/tailfile 0.199s coverage: 88.6% of statements [2021-06-15T23:39:03.185Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-06-15T23:39:03.347Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.60s) [2021-06-15T23:39:03.347Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-15T23:39:04.006Z] === RUN TestTarSumRemoveNonExistent [2021-06-15T23:39:04.006Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-06-15T23:39:04.006Z] === RUN TestTarSumRemove [2021-06-15T23:39:04.006Z] --- PASS: TestTarSumRemove (0.00s) [2021-06-15T23:39:04.006Z] === RUN TestSortFileInfoSums [2021-06-15T23:39:04.006Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-06-15T23:39:04.006Z] === RUN TestNewTarSumForLabelInvalid [2021-06-15T23:39:04.006Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-06-15T23:39:04.006Z] === RUN TestNewTarSumForLabel [2021-06-15T23:39:04.006Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-06-15T23:39:04.006Z] === RUN TestEmptyTar [2021-06-15T23:39:04.006Z] --- PASS: TestEmptyTar (0.02s) [2021-06-15T23:39:04.006Z] === RUN TestTarSumsReadSize [2021-06-15T23:39:04.006Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-06-15T23:39:04.006Z] === RUN TestTarSums [2021-06-15T23:39:04.006Z] --- PASS: TestTarSums (0.07s) [2021-06-15T23:39:04.006Z] === RUN TestIteration [2021-06-15T23:39:04.006Z] --- PASS: TestIteration (0.00s) [2021-06-15T23:39:04.006Z] === RUN TestVersionLabelForChecksum [2021-06-15T23:39:04.006Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-06-15T23:39:04.006Z] === RUN TestVersion [2021-06-15T23:39:04.006Z] --- PASS: TestVersion (0.00s) [2021-06-15T23:39:04.006Z] === RUN TestGetVersion [2021-06-15T23:39:04.006Z] --- PASS: TestGetVersion (0.00s) [2021-06-15T23:39:04.006Z] === RUN TestGetVersions [2021-06-15T23:39:04.006Z] --- PASS: TestGetVersions (0.00s) [2021-06-15T23:39:04.006Z] PASS [2021-06-15T23:39:04.006Z] coverage: 89.3% of statements [2021-06-15T23:39:04.006Z] ok github.com/docker/docker/pkg/tarsum 0.152s coverage: 89.3% of statements [2021-06-15T23:39:04.551Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-06-15T23:39:04.808Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-06-15T23:39:04.976Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-06-15T23:39:04.976Z] === RUN TestClientStream [2021-06-15T23:39:04.976Z] --- PASS: TestClientStream (0.00s) [2021-06-15T23:39:04.976Z] === RUN TestClientSendFile [2021-06-15T23:39:04.976Z] --- PASS: TestClientSendFile (0.00s) [2021-06-15T23:39:04.976Z] === RUN TestClientWithRequestTimeout [2021-06-15T23:39:04.976Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-06-15T23:39:04.976Z] === RUN TestFileSpecPlugin [2021-06-15T23:39:04.976Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-06-15T23:39:04.976Z] === RUN TestFileJSONSpecPlugin [2021-06-15T23:39:04.976Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-06-15T23:39:04.976Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-06-15T23:39:04.976Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-06-15T23:39:04.976Z] === RUN TestPluginAddHandler [2021-06-15T23:39:04.976Z] --- PASS: TestPluginAddHandler (0.00s) [2021-06-15T23:39:04.976Z] === RUN TestPluginWaitBadPlugin [2021-06-15T23:39:04.976Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-06-15T23:39:04.976Z] === RUN TestGet [2021-06-15T23:39:04.976Z] time="2021-06-15T23:39:04Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-06-15T23:39:04.976Z] testing: warning: no tests to run [2021-06-15T23:39:04.976Z] PASS [2021-06-15T23:39:04.976Z] coverage: [no statements] [2021-06-15T23:39:04.976Z] ok github.com/docker/docker/pkg/term/windows 0.036s coverage: [no statements] [no tests to run] [2021-06-15T23:39:05.263Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.03s) [2021-06-15T23:39:05.263Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-15T23:39:05.736Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-06-15T23:39:05.945Z] time="2021-06-15T23:39:05Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-06-15T23:39:05.945Z] === RUN TestTruncIndex [2021-06-15T23:39:05.945Z] --- PASS: TestTruncIndex (0.10s) [2021-06-15T23:39:05.945Z] PASS [2021-06-15T23:39:05.945Z] coverage: 91.5% of statements [2021-06-15T23:39:05.945Z] ok github.com/docker/docker/pkg/truncindex 0.135s coverage: 91.5% of statements [2021-06-15T23:39:06.298Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-06-15T23:39:06.921Z] === RUN TestIsGIT [2021-06-15T23:39:06.921Z] --- PASS: TestIsGIT (0.00s) [2021-06-15T23:39:06.921Z] === RUN TestIsTransport [2021-06-15T23:39:06.921Z] --- PASS: TestIsTransport (0.00s) [2021-06-15T23:39:06.921Z] PASS [2021-06-15T23:39:06.921Z] coverage: 100.0% of statements [2021-06-15T23:39:06.921Z] ok github.com/docker/docker/pkg/urlutil 0.033s coverage: 100.0% of statements [2021-06-15T23:39:07.180Z] --- PASS: TestCgroupNamespacesRunHostMode (2.00s) [2021-06-15T23:39:07.180Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-15T23:39:07.225Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-06-15T23:39:07.381Z] === RUN TestVersionInfo [2021-06-15T23:39:07.381Z] --- PASS: TestVersionInfo (0.00s) [2021-06-15T23:39:07.381Z] === RUN TestAppendVersions [2021-06-15T23:39:07.381Z] --- PASS: TestAppendVersions (0.00s) [2021-06-15T23:39:07.381Z] PASS [2021-06-15T23:39:07.381Z] coverage: 88.9% of statements [2021-06-15T23:39:07.381Z] ok github.com/docker/docker/pkg/useragent 0.037s coverage: 88.9% of statements [2021-06-15T23:39:07.841Z] time="2021-06-15T23:39:07Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-06-15T23:39:09.098Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.10s) [2021-06-15T23:39:09.098Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-15T23:39:09.117Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-06-15T23:39:09.117Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-06-15T23:39:09.117Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-06-15T23:39:09.117Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-06-15T23:39:09.117Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-06-15T23:39:09.679Z] --- PASS: TestUpdatePidsLimit (10.79s) [2021-06-15T23:39:09.679Z] --- PASS: TestUpdatePidsLimit/update_from_none (1.40s) [2021-06-15T23:39:09.679Z] --- PASS: TestUpdatePidsLimit/no_change (1.36s) [2021-06-15T23:39:09.679Z] --- PASS: TestUpdatePidsLimit/update_lower (1.45s) [2021-06-15T23:39:09.679Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.47s) [2021-06-15T23:39:09.679Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.30s) [2021-06-15T23:39:09.679Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.46s) [2021-06-15T23:39:09.679Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.39s) [2021-06-15T23:39:09.679Z] === RUN TestUpdateRestartPolicy [2021-06-15T23:39:10.024Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-06-15T23:39:10.024Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-06-15T23:39:10.024Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-06-15T23:39:10.024Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-06-15T23:39:10.024Z] === RUN TestValidatePrivileges [2021-06-15T23:39:10.024Z] --- PASS: TestValidatePrivileges (0.00s) [2021-06-15T23:39:10.024Z] === RUN TestFilterByCapNeg [2021-06-15T23:39:10.024Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-06-15T23:39:10.024Z] === RUN TestFilterByCapPos [2021-06-15T23:39:10.024Z] --- PASS: TestFilterByCapPos (0.00s) [2021-06-15T23:39:10.024Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-06-15T23:39:10.024Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-06-15T23:39:10.024Z] PASS [2021-06-15T23:39:10.024Z] coverage: 12.0% of statements [2021-06-15T23:39:10.024Z] ok github.com/docker/docker/plugin 0.077s coverage: 12.0% of statements [2021-06-15T23:39:10.241Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-06-15T23:39:10.999Z] === RUN TestNewSettable [2021-06-15T23:39:10.999Z] --- PASS: TestNewSettable (0.00s) [2021-06-15T23:39:10.999Z] === RUN TestIsSettable [2021-06-15T23:39:10.999Z] --- PASS: TestIsSettable (0.00s) [2021-06-15T23:39:10.999Z] === RUN TestUpdateSettingsEnv [2021-06-15T23:39:10.999Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-06-15T23:39:10.999Z] PASS [2021-06-15T23:39:10.999Z] coverage: 20.1% of statements [2021-06-15T23:39:10.999Z] ok github.com/docker/docker/plugin/v2 0.041s coverage: 20.1% of statements [2021-06-15T23:39:11.017Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.66s) [2021-06-15T23:39:11.017Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-15T23:39:11.170Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-06-15T23:39:11.460Z] === RUN TestLoad [2021-06-15T23:39:11.460Z] --- PASS: TestLoad (0.00s) [2021-06-15T23:39:11.460Z] === RUN TestSave [2021-06-15T23:39:11.460Z] --- PASS: TestSave (0.02s) [2021-06-15T23:39:11.460Z] === RUN TestAddDeleteGet [2021-06-15T23:39:11.460Z] --- PASS: TestAddDeleteGet (0.04s) [2021-06-15T23:39:11.460Z] === RUN TestInvalidTags [2021-06-15T23:39:11.460Z] --- PASS: TestInvalidTags (0.01s) [2021-06-15T23:39:11.460Z] PASS [2021-06-15T23:39:11.460Z] coverage: 84.4% of statements [2021-06-15T23:39:11.460Z] ok github.com/docker/docker/reference 0.119s coverage: 84.4% of statements [2021-06-15T23:39:11.921Z] time="2021-06-15T23:39:11Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-06-15T23:39:11.962Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s) [2021-06-15T23:39:11.962Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-15T23:39:13.462Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-06-15T23:39:13.462Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2021-06-15T23:39:13.462Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-06-15T23:39:13.462Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-06-15T23:39:13.462Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-06-15T23:39:13.462Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-06-15T23:39:13.462Z] === RUN TestResumableRequestReaderWithReadError [2021-06-15T23:39:13.462Z] time="2021-06-15T23:39:12Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-06-15T23:39:13.462Z] --- PASS: TestResumableRequestReaderWithReadError (0.15s) [2021-06-15T23:39:13.462Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-06-15T23:39:13.462Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-06-15T23:39:13.462Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-06-15T23:39:13.462Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-06-15T23:39:13.462Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-06-15T23:39:13.462Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-06-15T23:39:13.462Z] === RUN TestResumableRequestReader [2021-06-15T23:39:13.462Z] --- PASS: TestResumableRequestReader (0.00s) [2021-06-15T23:39:13.462Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-06-15T23:39:13.462Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-06-15T23:39:13.462Z] PASS [2021-06-15T23:39:13.462Z] coverage: 100.0% of statements [2021-06-15T23:39:13.462Z] ok github.com/docker/docker/registry/resumable 0.232s coverage: 100.0% of statements [2021-06-15T23:39:13.880Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.01s) [2021-06-15T23:39:13.880Z] === RUN TestNISDomainname [2021-06-15T23:39:13.924Z] === RUN TestResolveAuthConfigIndexServer [2021-06-15T23:39:13.924Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-06-15T23:39:13.924Z] === RUN TestResolveAuthConfigFullURL [2021-06-15T23:39:13.924Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-06-15T23:39:13.924Z] === RUN TestLoadAllowNondistributableArtifacts [2021-06-15T23:39:13.924Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-06-15T23:39:13.924Z] === RUN TestValidateMirror [2021-06-15T23:39:13.924Z] --- PASS: TestValidateMirror (0.00s) [2021-06-15T23:39:13.924Z] === RUN TestLoadInsecureRegistries [2021-06-15T23:39:13.924Z] time="2021-06-15T23:39:13Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-06-15T23:39:13.924Z] time="2021-06-15T23:39:13Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-06-15T23:39:13.924Z] time="2021-06-15T23:39:13Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-06-15T23:39:13.924Z] --- PASS: TestLoadInsecureRegistries (0.13s) [2021-06-15T23:39:13.924Z] === RUN TestNewServiceConfig [2021-06-15T23:39:13.924Z] --- PASS: TestNewServiceConfig (0.00s) [2021-06-15T23:39:13.924Z] === RUN TestValidateIndexName [2021-06-15T23:39:13.924Z] --- PASS: TestValidateIndexName (0.00s) [2021-06-15T23:39:13.924Z] === RUN TestValidateIndexNameWithError [2021-06-15T23:39:13.924Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-06-15T23:39:13.924Z] === RUN TestEndpointParse [2021-06-15T23:39:13.924Z] --- PASS: TestEndpointParse (0.00s) [2021-06-15T23:39:13.924Z] === RUN TestEndpointParseInvalid [2021-06-15T23:39:13.924Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-06-15T23:39:13.924Z] === RUN TestValidateEndpoint [2021-06-15T23:39:13.924Z] --- PASS: TestValidateEndpoint (0.01s) [2021-06-15T23:39:13.924Z] === RUN TestPing [2021-06-15T23:39:13.924Z] --- PASS: TestPing (0.03s) [2021-06-15T23:39:13.924Z] === RUN TestPingRegistryEndpoint [2021-06-15T23:39:13.924Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2021-06-15T23:39:13.924Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:39:13.924Z] === RUN TestEndpoint [2021-06-15T23:39:13.924Z] --- SKIP: TestEndpoint (0.01s) [2021-06-15T23:39:13.924Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:39:13.924Z] === RUN TestParseRepositoryInfo [2021-06-15T23:39:13.924Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-06-15T23:39:13.924Z] === RUN TestNewIndexInfo [2021-06-15T23:39:13.924Z] --- PASS: TestNewIndexInfo (0.00s) [2021-06-15T23:39:13.924Z] === RUN TestMirrorEndpointLookup [2021-06-15T23:39:13.924Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-06-15T23:39:13.924Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:39:13.924Z] === RUN TestSearchRepositories [2021-06-15T23:39:13.924Z] --- PASS: TestSearchRepositories (0.00s) [2021-06-15T23:39:13.924Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-06-15T23:39:13.924Z] Host: 127.0.0.1:49345 [2021-06-15T23:39:13.924Z] User-Agent: docker test client [2021-06-15T23:39:13.924Z] Authorization: Token fake-token [2021-06-15T23:39:13.924Z] X-Docker-Token: true [2021-06-15T23:39:13.924Z] Accept-Encoding: gzip [2021-06-15T23:39:13.924Z] [2021-06-15T23:39:13.924Z] [2021-06-15T23:39:13.924Z] registry_test.go:730: HTTP/1.1 200 OK [2021-06-15T23:39:13.924Z] Connection: close [2021-06-15T23:39:13.924Z] Content-Length: 144 [2021-06-15T23:39:13.924Z] Cache-Control: no-cache [2021-06-15T23:39:13.924Z] Content-Type: application/json [2021-06-15T23:39:13.924Z] Date: Tue, 15 Jun 2021 23:39:13 GMT [2021-06-15T23:39:13.924Z] Expires: -1 [2021-06-15T23:39:13.924Z] Pragma: no-cache [2021-06-15T23:39:13.924Z] Server: docker-tests/mock [2021-06-15T23:39:13.924Z] X-Docker-Registry-Config: mock [2021-06-15T23:39:13.924Z] X-Docker-Registry-Version: 0.0.0 [2021-06-15T23:39:13.924Z] [2021-06-15T23:39:13.924Z] [2021-06-15T23:39:13.924Z] === RUN TestTrustedLocation [2021-06-15T23:39:13.924Z] --- PASS: TestTrustedLocation (0.00s) [2021-06-15T23:39:13.924Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-06-15T23:39:13.924Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-06-15T23:39:13.924Z] === RUN TestAllowNondistributableArtifacts [2021-06-15T23:39:13.924Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-06-15T23:39:13.924Z] === RUN TestIsSecureIndex [2021-06-15T23:39:13.924Z] --- PASS: TestIsSecureIndex (0.00s) [2021-06-15T23:39:13.924Z] PASS [2021-06-15T23:39:13.924Z] coverage: 51.7% of statements [2021-06-15T23:39:13.924Z] ok github.com/docker/docker/registry 0.299s coverage: 51.7% of statements [2021-06-15T23:39:14.384Z] === RUN TestRestartManagerTimeout [2021-06-15T23:39:14.384Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-06-15T23:39:14.384Z] === RUN TestRestartManagerTimeoutReset [2021-06-15T23:39:14.384Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-06-15T23:39:14.384Z] PASS [2021-06-15T23:39:14.384Z] coverage: 50.9% of statements [2021-06-15T23:39:14.384Z] ok github.com/docker/docker/restartmanager 0.035s coverage: 50.9% of statements [2021-06-15T23:39:14.436Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-06-15T23:39:15.266Z] --- PASS: TestNISDomainname (1.36s) [2021-06-15T23:39:15.266Z] === RUN TestHostnameDnsResolution [2021-06-15T23:39:15.355Z] === RUN TestDecodeContainerConfig [2021-06-15T23:39:15.355Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-06-15T23:39:15.355Z] === RUN TestDecodeContainerConfigIsolation [2021-06-15T23:39:15.355Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-06-15T23:39:15.355Z] === RUN TestValidatePrivileged [2021-06-15T23:39:15.355Z] --- PASS: TestValidatePrivileged (0.00s) [2021-06-15T23:39:15.355Z] PASS [2021-06-15T23:39:15.355Z] coverage: 52.2% of statements [2021-06-15T23:39:15.355Z] ok github.com/docker/docker/runconfig 0.058s coverage: 52.2% of statements [2021-06-15T23:39:15.355Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-06-15T23:39:15.355Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-06-15T23:39:15.355Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-06-15T23:39:15.355Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-06-15T23:39:15.355Z] PASS [2021-06-15T23:39:15.355Z] coverage: 62.5% of statements [2021-06-15T23:39:15.355Z] ok github.com/docker/docker/testutil 0.044s coverage: 62.5% of statements [2021-06-15T23:39:17.182Z] --- PASS: TestHostnameDnsResolution (1.70s) [2021-06-15T23:39:17.182Z] === RUN TestStats [2021-06-15T23:39:18.603Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-06-15T23:39:19.102Z] === RUN TestGetDriver [2021-06-15T23:39:19.102Z] --- PASS: TestGetDriver (0.00s) [2021-06-15T23:39:19.102Z] === RUN TestVolumeRequestError [2021-06-15T23:39:19.102Z] --- PASS: TestVolumeRequestError (0.01s) [2021-06-15T23:39:19.102Z] PASS [2021-06-15T23:39:19.102Z] coverage: 36.1% of statements [2021-06-15T23:39:19.102Z] ok github.com/docker/docker/volume/drivers 0.078s coverage: 36.1% of statements [2021-06-15T23:39:19.102Z] === RUN TestGetAddress [2021-06-15T23:39:19.102Z] --- PASS: TestGetAddress (0.00s) [2021-06-15T23:39:19.102Z] === RUN TestRemove [2021-06-15T23:39:19.102Z] --- SKIP: TestRemove (0.00s) [2021-06-15T23:39:19.102Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-15T23:39:19.102Z] === RUN TestInitializeWithVolumes [2021-06-15T23:39:19.102Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-06-15T23:39:19.102Z] === RUN TestCreate [2021-06-15T23:39:19.102Z] --- PASS: TestCreate (0.01s) [2021-06-15T23:39:19.102Z] === RUN TestValidateName [2021-06-15T23:39:19.102Z] --- PASS: TestValidateName (0.00s) [2021-06-15T23:39:19.102Z] === RUN TestCreateWithOpts [2021-06-15T23:39:19.102Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-06-15T23:39:19.102Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-15T23:39:19.102Z] === RUN TestRelaodNoOpts [2021-06-15T23:39:19.102Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-06-15T23:39:19.102Z] PASS [2021-06-15T23:39:19.102Z] coverage: 41.5% of statements [2021-06-15T23:39:19.102Z] ok github.com/docker/docker/volume/local 0.077s coverage: 41.5% of statements [2021-06-15T23:39:19.728Z] --- PASS: TestStats (2.86s) [2021-06-15T23:39:19.728Z] === RUN TestStopContainerWithTimeout [2021-06-15T23:39:19.728Z] === RUN TestStopContainerWithTimeout/0 [2021-06-15T23:39:19.728Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-15T23:39:19.728Z] === RUN TestStopContainerWithTimeout/1 [2021-06-15T23:39:19.728Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-15T23:39:19.728Z] === RUN TestStopContainerWithTimeout/3 [2021-06-15T23:39:19.728Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-15T23:39:19.728Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-15T23:39:19.728Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-15T23:39:19.728Z] === CONT TestStopContainerWithTimeout/0 [2021-06-15T23:39:19.728Z] === CONT TestStopContainerWithTimeout/1 [2021-06-15T23:39:19.728Z] === CONT TestStopContainerWithTimeout/3 [2021-06-15T23:39:19.728Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-15T23:39:20.071Z] --- PASS: TestGet (15.01s) [2021-06-15T23:39:20.071Z] === RUN TestPluginWithNoManifest [2021-06-15T23:39:20.071Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-06-15T23:39:20.071Z] === RUN TestGetAll [2021-06-15T23:39:20.071Z] --- PASS: TestGetAll (0.00s) [2021-06-15T23:39:20.071Z] PASS [2021-06-15T23:39:20.071Z] coverage: 73.4% of statements [2021-06-15T23:39:20.071Z] ok github.com/docker/docker/pkg/plugins 36.059s coverage: 73.4% of statements [2021-06-15T23:39:20.531Z] === RUN TestConvertTmpfsOptions [2021-06-15T23:39:20.531Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-06-15T23:39:20.531Z] parser_test.go:49: data="mode=700,size=1m" [2021-06-15T23:39:20.531Z] parser_test.go:49: data="ro" [2021-06-15T23:39:20.531Z] === RUN TestParseMountRaw [2021-06-15T23:39:20.531Z] --- PASS: TestParseMountRaw (0.03s) [2021-06-15T23:39:20.531Z] === RUN TestParseMountRawSplit [2021-06-15T23:39:20.531Z] --- PASS: TestParseMountRawSplit (0.01s) [2021-06-15T23:39:20.531Z] parser_test.go:390: case 0 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 1 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 2 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 3 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 4 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 5 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 6 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 7 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 8 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 0 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 1 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 2 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 3 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 4 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 5 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 6 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 7 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 8 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 9 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 10 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 11 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 12 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 0 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 1 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 2 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 3 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 4 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 5 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 6 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 7 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 8 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 9 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 10 [2021-06-15T23:39:20.531Z] parser_test.go:390: case 11 [2021-06-15T23:39:20.531Z] === RUN TestParseMountSpec [2021-06-15T23:39:20.531Z] --- PASS: TestParseMountSpec (0.00s) [2021-06-15T23:39:20.531Z] parser_test.go:455: case 0 [2021-06-15T23:39:20.531Z] parser_test.go:455: case 1 [2021-06-15T23:39:20.531Z] parser_test.go:455: case 2 [2021-06-15T23:39:20.531Z] parser_test.go:455: case 3 [2021-06-15T23:39:20.531Z] parser_test.go:455: case 4 [2021-06-15T23:39:20.531Z] parser_test.go:455: case 5 [2021-06-15T23:39:20.531Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-06-15T23:39:20.531Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-06-15T23:39:20.531Z] === RUN TestValidateMount [2021-06-15T23:39:20.531Z] --- PASS: TestValidateMount (0.00s) [2021-06-15T23:39:20.531Z] PASS [2021-06-15T23:39:20.531Z] coverage: 66.2% of statements [2021-06-15T23:39:20.531Z] ok github.com/docker/docker/volume/mounts 0.091s coverage: 66.2% of statements [2021-06-15T23:39:21.117Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-06-15T23:39:21.501Z] === RUN TestSetGetMeta [2021-06-15T23:39:21.501Z] === PAUSE TestSetGetMeta [2021-06-15T23:39:21.501Z] === RUN TestRestore [2021-06-15T23:39:21.501Z] === PAUSE TestRestore [2021-06-15T23:39:21.501Z] === RUN TestServiceCreate [2021-06-15T23:39:21.501Z] === PAUSE TestServiceCreate [2021-06-15T23:39:21.501Z] === RUN TestServiceList [2021-06-15T23:39:21.501Z] === PAUSE TestServiceList [2021-06-15T23:39:21.501Z] === RUN TestServiceRemove [2021-06-15T23:39:21.501Z] === PAUSE TestServiceRemove [2021-06-15T23:39:21.501Z] === RUN TestServiceGet [2021-06-15T23:39:21.501Z] === PAUSE TestServiceGet [2021-06-15T23:39:21.501Z] === RUN TestServicePrune [2021-06-15T23:39:21.501Z] === PAUSE TestServicePrune [2021-06-15T23:39:21.501Z] === RUN TestCreate [2021-06-15T23:39:21.501Z] === PAUSE TestCreate [2021-06-15T23:39:21.501Z] === RUN TestRemove [2021-06-15T23:39:21.501Z] === PAUSE TestRemove [2021-06-15T23:39:21.501Z] === RUN TestList [2021-06-15T23:39:21.501Z] === PAUSE TestList [2021-06-15T23:39:21.501Z] === RUN TestFindByDriver [2021-06-15T23:39:21.501Z] === PAUSE TestFindByDriver [2021-06-15T23:39:21.501Z] === RUN TestFindByReferenced [2021-06-15T23:39:21.501Z] === PAUSE TestFindByReferenced [2021-06-15T23:39:21.501Z] === RUN TestDerefMultipleOfSameRef [2021-06-15T23:39:21.501Z] === PAUSE TestDerefMultipleOfSameRef [2021-06-15T23:39:21.501Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-15T23:39:21.501Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-15T23:39:21.501Z] === RUN TestDefererencePluginOnCreateError [2021-06-15T23:39:21.501Z] === PAUSE TestDefererencePluginOnCreateError [2021-06-15T23:39:21.501Z] === RUN TestRefDerefRemove [2021-06-15T23:39:21.501Z] === PAUSE TestRefDerefRemove [2021-06-15T23:39:21.501Z] === RUN TestGet [2021-06-15T23:39:21.501Z] === PAUSE TestGet [2021-06-15T23:39:21.501Z] === RUN TestGetWithReference [2021-06-15T23:39:21.501Z] === PAUSE TestGetWithReference [2021-06-15T23:39:21.501Z] === RUN TestFilterFunc [2021-06-15T23:39:21.501Z] === RUN TestFilterFunc/test_nil_list [2021-06-15T23:39:21.501Z] === PAUSE TestFilterFunc/test_nil_list [2021-06-15T23:39:21.501Z] === RUN TestFilterFunc/test_empty_list [2021-06-15T23:39:21.501Z] === PAUSE TestFilterFunc/test_empty_list [2021-06-15T23:39:21.501Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-06-15T23:39:21.501Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-06-15T23:39:21.501Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-15T23:39:21.501Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-15T23:39:21.501Z] === RUN TestFilterFunc/test_filter_some [2021-06-15T23:39:21.501Z] === PAUSE TestFilterFunc/test_filter_some [2021-06-15T23:39:21.501Z] === RUN TestFilterFunc/test_filter_middle [2021-06-15T23:39:21.501Z] === PAUSE TestFilterFunc/test_filter_middle [2021-06-15T23:39:21.501Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-06-15T23:39:21.501Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-06-15T23:39:21.501Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-06-15T23:39:21.501Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-06-15T23:39:21.501Z] === CONT TestFilterFunc/test_nil_list [2021-06-15T23:39:21.501Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-06-15T23:39:21.501Z] === CONT TestFilterFunc/test_filter_some [2021-06-15T23:39:21.501Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-15T23:39:21.501Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-06-15T23:39:21.501Z] === CONT TestFilterFunc/test_empty_list [2021-06-15T23:39:21.501Z] === CONT TestFilterFunc/test_filter_middle [2021-06-15T23:39:21.501Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-06-15T23:39:21.501Z] --- PASS: TestFilterFunc (0.00s) [2021-06-15T23:39:21.501Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-06-15T23:39:21.501Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-06-15T23:39:21.501Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-06-15T23:39:21.501Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-06-15T23:39:21.501Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-06-15T23:39:21.501Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-06-15T23:39:21.501Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-06-15T23:39:21.501Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-06-15T23:39:21.501Z] === CONT TestSetGetMeta [2021-06-15T23:39:21.501Z] === CONT TestFindByReferenced [2021-06-15T23:39:21.501Z] === CONT TestList [2021-06-15T23:39:21.501Z] === CONT TestServicePrune [2021-06-15T23:39:21.501Z] --- PASS: TestSetGetMeta (0.02s) [2021-06-15T23:39:21.501Z] === CONT TestFindByDriver [2021-06-15T23:39:21.501Z] --- PASS: TestFindByReferenced (0.03s) [2021-06-15T23:39:21.501Z] === CONT TestRemove [2021-06-15T23:39:21.501Z] --- PASS: TestList (0.04s) [2021-06-15T23:39:21.501Z] === CONT TestCreate [2021-06-15T23:39:21.501Z] --- PASS: TestFindByDriver (0.03s) [2021-06-15T23:39:21.501Z] === CONT TestGet [2021-06-15T23:39:21.501Z] --- PASS: TestRemove (0.03s) [2021-06-15T23:39:21.501Z] === CONT TestGetWithReference [2021-06-15T23:39:21.501Z] --- PASS: TestCreate (0.02s) [2021-06-15T23:39:21.501Z] === CONT TestDefererencePluginOnCreateError [2021-06-15T23:39:21.501Z] --- PASS: TestGet (0.02s) [2021-06-15T23:39:21.501Z] === CONT TestRefDerefRemove [2021-06-15T23:39:21.501Z] --- PASS: TestGetWithReference (0.02s) [2021-06-15T23:39:21.501Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-15T23:39:21.501Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-06-15T23:39:21.501Z] === CONT TestDerefMultipleOfSameRef [2021-06-15T23:39:21.501Z] --- PASS: TestRefDerefRemove (0.02s) [2021-06-15T23:39:21.501Z] === CONT TestServiceList [2021-06-15T23:39:21.501Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-06-15T23:39:21.501Z] === CONT TestServiceGet [2021-06-15T23:39:21.501Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-06-15T23:39:21.501Z] === CONT TestServiceRemove [2021-06-15T23:39:21.501Z] --- PASS: TestServiceGet (0.10s) [2021-06-15T23:39:21.501Z] === CONT TestServiceCreate [2021-06-15T23:39:21.501Z] time="2021-06-15T23:39:21Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-15T23:39:21.501Z] --- PASS: TestServiceRemove (0.09s) [2021-06-15T23:39:21.501Z] === CONT TestRestore [2021-06-15T23:39:21.501Z] --- PASS: TestServiceList (0.11s) [2021-06-15T23:39:21.501Z] time="2021-06-15T23:39:21Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-15T23:39:21.501Z] time="2021-06-15T23:39:21Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-15T23:39:21.501Z] --- PASS: TestServiceCreate (0.02s) [2021-06-15T23:39:21.501Z] time="2021-06-15T23:39:21Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-06-15T23:39:21.501Z] time="2021-06-15T23:39:21Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-15T23:39:21.501Z] --- PASS: TestRestore (0.03s) [2021-06-15T23:39:21.501Z] --- PASS: TestServicePrune (0.23s) [2021-06-15T23:39:21.501Z] PASS [2021-06-15T23:39:21.501Z] coverage: 69.6% of statements [2021-06-15T23:39:21.501Z] ok github.com/docker/docker/volume/service 0.327s coverage: 69.6% of statements [2021-06-15T23:39:22.482Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-06-15T23:39:23.037Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-06-15T23:39:23.037Z] --- PASS: TestStopContainerWithTimeout/0 (1.43s) [2021-06-15T23:39:23.037Z] --- PASS: TestStopContainerWithTimeout/1 (2.45s) [2021-06-15T23:39:23.037Z] --- PASS: TestStopContainerWithTimeout/-1 (3.08s) [2021-06-15T23:39:23.037Z] --- PASS: TestStopContainerWithTimeout/3 (3.19s) [2021-06-15T23:39:23.037Z] === RUN TestDeleteDevicemapper [2021-06-15T23:39:23.037Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-15T23:39:23.037Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-15T23:39:23.037Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-15T23:39:25.000Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-06-15T23:39:25.257Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-06-15T23:39:25.589Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.63s) [2021-06-15T23:39:25.589Z] === RUN TestUpdateMemory [2021-06-15T23:39:25.589Z] --- SKIP: TestUpdateMemory (0.00s) [2021-06-15T23:39:25.589Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-15T23:39:25.589Z] === RUN TestUpdateCPUQuota [2021-06-15T23:39:25.819Z] --- PASS: TestUpdateRestartPolicy (16.12s) [2021-06-15T23:39:25.819Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-15T23:39:26.606Z] --- PASS: TestServicePlugin (30.87s) [2021-06-15T23:39:26.606Z] plugin_test.go:62: [dd3570b3d6bd3] joining swarm manager [d07f1e6964275]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-15T23:39:26.606Z] plugin_test.go:65: [d43dd5b316376] joining swarm manager [d07f1e6964275]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-15T23:39:26.606Z] === RUN TestServiceUpdateLabel [2021-06-15T23:39:26.745Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-06-15T23:39:26.861Z] --- PASS: TestServiceUpdateLabel (1.94s) [2021-06-15T23:39:26.861Z] === RUN TestServiceUpdateSecrets [2021-06-15T23:39:27.305Z] --- PASS: TestUpdateRestartWithAutoRemove (1.39s) [2021-06-15T23:39:27.305Z] === RUN TestWaitNonBlocked [2021-06-15T23:39:27.305Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-15T23:39:27.305Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-15T23:39:27.305Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-15T23:39:27.305Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-15T23:39:27.305Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-15T23:39:27.306Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-15T23:39:29.194Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-06-15T23:39:29.194Z] --- PASS: TestWaitNonBlocked (0.04s) [2021-06-15T23:39:29.194Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.03s) [2021-06-15T23:39:29.194Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.04s) [2021-06-15T23:39:29.194Z] === RUN TestWaitBlocked [2021-06-15T23:39:29.194Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-15T23:39:29.194Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-15T23:39:29.194Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-15T23:39:29.194Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-15T23:39:29.194Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-15T23:39:29.194Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-15T23:39:29.759Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-06-15T23:39:30.084Z] 2021/06/15 23:39:29 Closing DB instances... [2021-06-15T23:39:30.321Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-06-15T23:39:30.885Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-06-15T23:39:31.447Z] --- PASS: TestWaitBlocked (0.03s) [2021-06-15T23:39:31.447Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (2.18s) [2021-06-15T23:39:31.447Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (2.21s) [2021-06-15T23:39:31.447Z] === CONT TestContainerStartOnDaemonRestart [2021-06-15T23:39:31.447Z] === CONT TestContainerKillOnDaemonStart [2021-06-15T23:39:31.622Z] --- PASS: TestNetworkDBGarbageCollection (53.83s) [2021-06-15T23:39:31.622Z] === RUN TestFindNode [2021-06-15T23:39:31.622Z] 2021/06/15 23:39:31 Closing DB instances... [2021-06-15T23:39:31.622Z] --- PASS: TestFindNode (0.01s) [2021-06-15T23:39:31.622Z] === RUN TestChangeNodeState [2021-06-15T23:39:32.082Z] 2021/06/15 23:39:31 Closing DB instances... [2021-06-15T23:39:32.082Z] --- PASS: TestChangeNodeState (0.01s) [2021-06-15T23:39:32.082Z] === RUN TestNodeReincarnation [2021-06-15T23:39:32.082Z] 2021/06/15 23:39:31 Closing DB instances... [2021-06-15T23:39:32.176Z] --- PASS: TestUpdateCPUQuota (5.96s) [2021-06-15T23:39:32.176Z] === RUN TestUpdatePidsLimit [2021-06-15T23:39:32.176Z] === RUN TestUpdatePidsLimit/update_from_none [2021-06-15T23:39:32.176Z] === RUN TestUpdatePidsLimit/no_change [2021-06-15T23:39:32.749Z] === RUN TestUpdatePidsLimit/update_lower [2021-06-15T23:39:33.693Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-06-15T23:39:33.966Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-06-15T23:39:33.966Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-06-15T23:39:34.265Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-06-15T23:39:34.528Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-06-15T23:39:34.838Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-06-15T23:39:35.458Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-06-15T23:39:35.783Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-06-15T23:39:36.779Z] time="2021-06-15T23:39:36Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-06-15T23:39:36.779Z] --- PASS: TestNodeReincarnation (5.02s) [2021-06-15T23:39:36.779Z] === RUN TestParallelCreate [2021-06-15T23:39:36.779Z] 2021/06/15 23:39:36 Closing DB instances... [2021-06-15T23:39:36.779Z] --- PASS: TestParallelCreate (0.01s) [2021-06-15T23:39:36.779Z] === RUN TestParallelDelete [2021-06-15T23:39:36.779Z] 2021/06/15 23:39:36 Closing DB instances... [2021-06-15T23:39:36.779Z] --- PASS: TestParallelDelete (0.01s) [2021-06-15T23:39:36.779Z] === RUN TestNetworkDBIslands [2021-06-15T23:39:36.779Z] time="2021-06-15T23:39:36Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:5d56cb795097 with config:&{NodeID:5d56cb795097 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-15T23:39:36.779Z] time="2021-06-15T23:39:36Z" level=info msg="Node 5d56cb795097/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:36.779Z] time="2021-06-15T23:39:36Z" level=info msg="Node 5d56cb795097/172.26.196.95, added to nodes list" [2021-06-15T23:39:36.779Z] time="2021-06-15T23:39:36Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:9502380a8491 with config:&{NodeID:9502380a8491 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-15T23:39:36.779Z] time="2021-06-15T23:39:36Z" level=info msg="Node 9502380a8491/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:36.779Z] time="2021-06-15T23:39:36Z" level=info msg="Node 9502380a8491/172.26.196.95, added to nodes list" [2021-06-15T23:39:36.779Z] time="2021-06-15T23:39:36Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-06-15T23:39:36.779Z] time="2021-06-15T23:39:36Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-06-15T23:39:36.779Z] time="2021-06-15T23:39:36Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2021-06-15T23:39:36.779Z] time="2021-06-15T23:39:36Z" level=info msg="Node 9502380a8491/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:36.779Z] time="2021-06-15T23:39:36Z" level=info msg="Node 9502380a8491/172.26.196.95, added to nodes list" [2021-06-15T23:39:36.779Z] time="2021-06-15T23:39:36Z" level=info msg="Node 5d56cb795097/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:36.779Z] time="2021-06-15T23:39:36Z" level=info msg="Node 5d56cb795097/172.26.196.95, added to nodes list" [2021-06-15T23:39:36.779Z] time="2021-06-15T23:39:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-06-15T23:39:36.779Z] time="2021-06-15T23:39:36Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2021-06-15T23:39:36.824Z] --- PASS: TestContainerStartOnDaemonRestart (5.06s) [2021-06-15T23:39:36.824Z] === CONT TestIpcModeOlderClient [2021-06-15T23:39:36.824Z] --- PASS: TestIpcModeOlderClient (0.10s) [2021-06-15T23:39:36.824Z] === CONT TestDaemonHostGatewayIP [2021-06-15T23:39:37.080Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-06-15T23:39:37.173Z] --- PASS: TestUpdatePidsLimit (5.46s) [2021-06-15T23:39:37.173Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.64s) [2021-06-15T23:39:37.173Z] --- PASS: TestUpdatePidsLimit/no_change (0.65s) [2021-06-15T23:39:37.173Z] --- PASS: TestUpdatePidsLimit/update_lower (0.76s) [2021-06-15T23:39:37.173Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.66s) [2021-06-15T23:39:37.173Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.66s) [2021-06-15T23:39:37.173Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.65s) [2021-06-15T23:39:37.173Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.65s) [2021-06-15T23:39:37.173Z] === RUN TestUpdateRestartPolicy [2021-06-15T23:39:37.748Z] time="2021-06-15T23:39:37Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:e24035a5427d with config:&{NodeID:e24035a5427d Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-15T23:39:37.748Z] time="2021-06-15T23:39:37Z" level=info msg="Node e24035a5427d/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:37.748Z] time="2021-06-15T23:39:37Z" level=info msg="Node e24035a5427d/172.26.196.95, added to nodes list" [2021-06-15T23:39:37.748Z] time="2021-06-15T23:39:37Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-06-15T23:39:37.748Z] time="2021-06-15T23:39:37Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-06-15T23:39:37.748Z] time="2021-06-15T23:39:37Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2021-06-15T23:39:37.748Z] time="2021-06-15T23:39:37Z" level=info msg="Node e24035a5427d/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:37.748Z] time="2021-06-15T23:39:37Z" level=info msg="Node e24035a5427d/172.26.196.95, added to nodes list" [2021-06-15T23:39:37.748Z] time="2021-06-15T23:39:37Z" level=info msg="Node 5d56cb795097/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:37.748Z] time="2021-06-15T23:39:37Z" level=info msg="Node 5d56cb795097/172.26.196.95, added to nodes list" [2021-06-15T23:39:37.748Z] time="2021-06-15T23:39:37Z" level=info msg="Node 9502380a8491/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:37.748Z] time="2021-06-15T23:39:37Z" level=info msg="Node 9502380a8491/172.26.196.95, added to nodes list" [2021-06-15T23:39:37.748Z] time="2021-06-15T23:39:37Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2021-06-15T23:39:37.748Z] time="2021-06-15T23:39:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-06-15T23:39:37.748Z] time="2021-06-15T23:39:37Z" level=info msg="Node e24035a5427d/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:37.748Z] time="2021-06-15T23:39:37Z" level=info msg="Node e24035a5427d/172.26.196.95, added to nodes list" [2021-06-15T23:39:38.208Z] time="2021-06-15T23:39:37Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:4a9330c27148 with config:&{NodeID:4a9330c27148 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-15T23:39:38.208Z] time="2021-06-15T23:39:37Z" level=info msg="Node 4a9330c27148/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:38.208Z] time="2021-06-15T23:39:37Z" level=info msg="Node 4a9330c27148/172.26.196.95, added to nodes list" [2021-06-15T23:39:38.208Z] time="2021-06-15T23:39:37Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-06-15T23:39:38.208Z] time="2021-06-15T23:39:37Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-06-15T23:39:38.208Z] time="2021-06-15T23:39:37Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2021-06-15T23:39:38.208Z] time="2021-06-15T23:39:37Z" level=info msg="Node 4a9330c27148/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:38.208Z] time="2021-06-15T23:39:37Z" level=info msg="Node 4a9330c27148/172.26.196.95, added to nodes list" [2021-06-15T23:39:38.208Z] time="2021-06-15T23:39:37Z" level=info msg="Node 9502380a8491/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:38.208Z] time="2021-06-15T23:39:37Z" level=info msg="Node 9502380a8491/172.26.196.95, added to nodes list" [2021-06-15T23:39:38.208Z] time="2021-06-15T23:39:37Z" level=info msg="Node e24035a5427d/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:38.208Z] time="2021-06-15T23:39:37Z" level=info msg="Node e24035a5427d/172.26.196.95, added to nodes list" [2021-06-15T23:39:38.209Z] time="2021-06-15T23:39:37Z" level=info msg="Node 5d56cb795097/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:38.209Z] time="2021-06-15T23:39:37Z" level=info msg="Node 5d56cb795097/172.26.196.95, added to nodes list" [2021-06-15T23:39:38.209Z] time="2021-06-15T23:39:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-06-15T23:39:38.209Z] time="2021-06-15T23:39:37Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2021-06-15T23:39:38.209Z] time="2021-06-15T23:39:38Z" level=info msg="Node 4a9330c27148/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:38.209Z] time="2021-06-15T23:39:38Z" level=info msg="Node 4a9330c27148/172.26.196.95, added to nodes list" [2021-06-15T23:39:38.209Z] time="2021-06-15T23:39:38Z" level=info msg="Node 4a9330c27148/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:38.209Z] time="2021-06-15T23:39:38Z" level=info msg="Node 4a9330c27148/172.26.196.95, added to nodes list" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:9cdff1e55f0c with config:&{NodeID:9cdff1e55f0c Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, added to nodes list" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=debug msg="memberlist: Stream connection from=[::1]:49369" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, added to nodes list" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="Node 5d56cb795097/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="Node 5d56cb795097/172.26.196.95, added to nodes list" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="Node 4a9330c27148/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="Node 4a9330c27148/172.26.196.95, added to nodes list" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="Node 9502380a8491/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="Node 9502380a8491/172.26.196.95, added to nodes list" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="Node e24035a5427d/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="Node e24035a5427d/172.26.196.95, added to nodes list" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49370" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, added to nodes list" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:38.669Z] time="2021-06-15T23:39:38Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, added to nodes list" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:38Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:38Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, added to nodes list" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:38Z" level=info msg="The new bootstrap node list is:[172.26.196.95:10033 172.26.196.95:10034 172.26.196.95:10035]" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10033" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:38Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49371" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10034" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:38Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49372" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:38Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49373" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10035" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:38Z" level=info msg="The new bootstrap node list is:[172.26.196.95:10033 172.26.196.95:10034 172.26.196.95:10035]" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10033" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:38Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49374" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10034" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:38Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49375" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10035" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:38Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49376" [2021-06-15T23:39:39.129Z] time="2021-06-15T23:39:39Z" level=info msg="node 0 leaving" [2021-06-15T23:39:39.589Z] time="2021-06-15T23:39:39Z" level=info msg="Node 5d56cb795097 change state NodeActive --> NodeLeft" [2021-06-15T23:39:39.589Z] time="2021-06-15T23:39:39Z" level=info msg="node2(9502380a8491): Node leave event for 5d56cb795097/172.26.196.95" [2021-06-15T23:39:39.589Z] time="2021-06-15T23:39:39Z" level=info msg="Node 5d56cb795097 change state NodeActive --> NodeLeft" [2021-06-15T23:39:39.589Z] time="2021-06-15T23:39:39Z" level=info msg="Node 5d56cb795097 change state NodeActive --> NodeLeft" [2021-06-15T23:39:39.589Z] time="2021-06-15T23:39:39Z" level=info msg="node5(9cdff1e55f0c): Node leave event for 5d56cb795097/172.26.196.95" [2021-06-15T23:39:39.589Z] time="2021-06-15T23:39:39Z" level=info msg="node4(4a9330c27148): Node leave event for 5d56cb795097/172.26.196.95" [2021-06-15T23:39:39.589Z] time="2021-06-15T23:39:39Z" level=info msg="Node 5d56cb795097 change state NodeActive --> NodeLeft" [2021-06-15T23:39:39.589Z] time="2021-06-15T23:39:39Z" level=info msg="node3(e24035a5427d): Node leave event for 5d56cb795097/172.26.196.95" [2021-06-15T23:39:39.589Z] time="2021-06-15T23:39:39Z" level=info msg="Node 5d56cb795097 change state NodeActive --> NodeLeft" [2021-06-15T23:39:39.589Z] time="2021-06-15T23:39:39Z" level=info msg="node1(5d56cb795097): Node leave event for 5d56cb795097/172.26.196.95" [2021-06-15T23:39:39.589Z] time="2021-06-15T23:39:39Z" level=info msg="Node 5d56cb795097/172.26.196.95, left gossip cluster" [2021-06-15T23:39:39.589Z] time="2021-06-15T23:39:39Z" level=info msg="Node 5d56cb795097/172.26.196.95, left gossip cluster" [2021-06-15T23:39:39.589Z] time="2021-06-15T23:39:39Z" level=info msg="Node 5d56cb795097/172.26.196.95, left gossip cluster" [2021-06-15T23:39:39.589Z] time="2021-06-15T23:39:39Z" level=info msg="Node 5d56cb795097/172.26.196.95, left gossip cluster" [2021-06-15T23:39:39.589Z] time="2021-06-15T23:39:39Z" level=info msg="Node 5d56cb795097/172.26.196.95, left gossip cluster" [2021-06-15T23:39:40.049Z] time="2021-06-15T23:39:39Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.26.196.95:10034: use of closed network connection" [2021-06-15T23:39:40.049Z] time="2021-06-15T23:39:39Z" level=info msg="node 1 leaving" [2021-06-15T23:39:40.049Z] time="2021-06-15T23:39:39Z" level=info msg="Node 9502380a8491 change state NodeActive --> NodeLeft" [2021-06-15T23:39:40.049Z] time="2021-06-15T23:39:39Z" level=info msg="node4(4a9330c27148): Node leave event for 9502380a8491/172.26.196.95" [2021-06-15T23:39:40.049Z] time="2021-06-15T23:39:39Z" level=info msg="Node 9502380a8491/172.26.196.95, left gossip cluster" [2021-06-15T23:39:40.049Z] time="2021-06-15T23:39:39Z" level=info msg="Node 9502380a8491 change state NodeActive --> NodeFailed" [2021-06-15T23:39:40.049Z] time="2021-06-15T23:39:39Z" level=info msg="Node 9502380a8491 change state NodeActive --> NodeLeft" [2021-06-15T23:39:40.049Z] time="2021-06-15T23:39:39Z" level=info msg="node5(9cdff1e55f0c): Node leave event for 9502380a8491/172.26.196.95" [2021-06-15T23:39:40.049Z] time="2021-06-15T23:39:39Z" level=info msg="Node 9502380a8491/172.26.196.95, added to failed nodes list" [2021-06-15T23:39:40.049Z] time="2021-06-15T23:39:39Z" level=info msg="Node 9502380a8491 change state NodeActive --> NodeLeft" [2021-06-15T23:39:40.049Z] time="2021-06-15T23:39:39Z" level=info msg="node3(e24035a5427d): Node leave event for 9502380a8491/172.26.196.95" [2021-06-15T23:39:40.049Z] time="2021-06-15T23:39:39Z" level=info msg="Node 9502380a8491/172.26.196.95, left gossip cluster" [2021-06-15T23:39:40.049Z] time="2021-06-15T23:39:39Z" level=info msg="Node 9502380a8491/172.26.196.95, left gossip cluster" [2021-06-15T23:39:40.049Z] time="2021-06-15T23:39:39Z" level=error msg="node: 9502380a8491 is unknown to memberlist" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=info msg="node 2 leaving" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=info msg="Node e24035a5427d change state NodeActive --> NodeLeft" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=info msg="node4(4a9330c27148): Node leave event for e24035a5427d/172.26.196.95" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=info msg="Node e24035a5427d change state NodeActive --> NodeLeft" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=info msg="node5(9cdff1e55f0c): Node leave event for e24035a5427d/172.26.196.95" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=info msg="Node e24035a5427d change state NodeActive --> NodeLeft" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=info msg="node3(e24035a5427d): Node leave event for e24035a5427d/172.26.196.95" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=info msg="Node e24035a5427d/172.26.196.95, left gossip cluster" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=info msg="Node e24035a5427d/172.26.196.95, left gossip cluster" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=info msg="Node e24035a5427d/172.26.196.95, left gossip cluster" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10035->172.26.196.95:10036: use of closed network connection" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=info msg="node 0 coming back" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:30b106b2dbb7 with config:&{NodeID:30b106b2dbb7 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, added to nodes list" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=info msg="node 1 coming back" [2021-06-15T23:39:40.509Z] time="2021-06-15T23:39:40Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:bf993afaeecc with config:&{NodeID:bf993afaeecc Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-15T23:39:40.969Z] time="2021-06-15T23:39:40Z" level=info msg="Node bf993afaeecc/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:40.969Z] time="2021-06-15T23:39:40Z" level=info msg="Node bf993afaeecc/172.26.196.95, added to nodes list" [2021-06-15T23:39:40.969Z] time="2021-06-15T23:39:40Z" level=info msg="node 2 coming back" [2021-06-15T23:39:40.969Z] time="2021-06-15T23:39:40Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:49ade23f5a85 with config:&{NodeID:49ade23f5a85 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-15T23:39:40.969Z] time="2021-06-15T23:39:40Z" level=info msg="Node 49ade23f5a85/172.26.196.95, joined gossip cluster" [2021-06-15T23:39:40.969Z] time="2021-06-15T23:39:40Z" level=info msg="Node 49ade23f5a85/172.26.196.95, added to nodes list" [2021-06-15T23:39:41.246Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-06-15T23:39:41.808Z] --- PASS: TestDaemonHostGatewayIP (5.23s) [2021-06-15T23:39:41.808Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-15T23:39:42.369Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-06-15T23:39:42.931Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-06-15T23:39:43.494Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-06-15T23:39:44.055Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-06-15T23:39:44.893Z] --- PASS: TestServiceUpdateSecrets (15.39s) [2021-06-15T23:39:44.893Z] === RUN TestServiceUpdateConfigs [2021-06-15T23:39:45.946Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-06-15T23:39:46.203Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.30s) [2021-06-15T23:39:46.203Z] === CONT TestDaemonRestartIpcMode [2021-06-15T23:39:46.203Z] --- PASS: TestContainerKillOnDaemonStart (14.66s) [2021-06-15T23:39:48.783Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-06-15T23:39:49.979Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-15T23:39:49.979Z] === RUN TestBoolValue [2021-06-15T23:39:49.979Z] --- PASS: TestBoolValue (0.00s) [2021-06-15T23:39:49.979Z] === RUN TestBoolValueOrDefault [2021-06-15T23:39:49.979Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-06-15T23:39:49.979Z] === RUN TestInt64ValueOrZero [2021-06-15T23:39:49.979Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-06-15T23:39:49.979Z] === RUN TestInt64ValueOrDefault [2021-06-15T23:39:49.979Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-06-15T23:39:49.979Z] === RUN TestInt64ValueOrDefaultWithError [2021-06-15T23:39:49.979Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-06-15T23:39:49.979Z] === RUN TestJsonContentType [2021-06-15T23:39:49.979Z] --- PASS: TestJsonContentType (0.00s) [2021-06-15T23:39:49.979Z] PASS [2021-06-15T23:39:49.979Z] coverage: 14.7% of statements [2021-06-15T23:39:49.979Z] ok github.com/docker/docker/api/server/httputils 0.056s coverage: 14.7% of statements [2021-06-15T23:39:51.525Z] === RUN TestMaskSecretKeys [2021-06-15T23:39:51.525Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-06-15T23:39:51.525Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-06-15T23:39:51.525Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-06-15T23:39:51.525Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-06-15T23:39:51.525Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-06-15T23:39:51.525Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-06-15T23:39:51.525Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-06-15T23:39:51.525Z] === RUN TestVersionMiddlewareVersion [2021-06-15T23:39:51.525Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-06-15T23:39:51.525Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-06-15T23:39:51.525Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-06-15T23:39:51.525Z] PASS [2021-06-15T23:39:51.525Z] coverage: 37.7% of statements [2021-06-15T23:39:51.525Z] ok github.com/docker/docker/api/server/middleware 0.125s coverage: 37.7% of statements [2021-06-15T23:39:51.525Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-15T23:39:51.525Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-15T23:39:51.525Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-15T23:39:51.525Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-15T23:39:51.525Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-15T23:39:51.525Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-15T23:39:51.525Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-15T23:39:51.525Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-15T23:39:51.525Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-15T23:39:51.525Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-15T23:39:51.525Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-15T23:39:52.067Z] --- PASS: TestDaemonRestartIpcMode (5.48s) [2021-06-15T23:39:52.067Z] PASS [2021-06-15T23:39:52.067Z] [2021-06-15T23:39:52.067Z] === Skipped [2021-06-15T23:39:52.067Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-15T23:39:52.067Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-15T23:39:52.067Z] [2021-06-15T23:39:52.067Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2021-06-15T23:39:52.067Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-15T23:39:52.067Z] [2021-06-15T23:39:52.067Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-06-15T23:39:52.067Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-15T23:39:52.067Z] [2021-06-15T23:39:52.067Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-15T23:39:52.067Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-15T23:39:52.067Z] [2021-06-15T23:39:52.067Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-15T23:39:52.067Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-15T23:39:52.067Z] [2021-06-15T23:39:52.067Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-06-15T23:39:52.067Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-15T23:39:52.067Z] [2021-06-15T23:39:52.067Z] [2021-06-15T23:39:52.067Z] DONE 196 tests, 6 skipped in 247.707s [2021-06-15T23:39:52.067Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-15T23:39:52.067Z] ++ 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-06-15T23:39:52.067Z] ++ set -e [2021-06-15T23:39:52.067Z] ++ '[' -n 0 ']' [2021-06-15T23:39:52.067Z] ++ set -x [2021-06-15T23:39:52.067Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-06-15T23:39:52.067Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-06-15T23:39:52.067Z] INFO: Testing against a local daemon [2021-06-15T23:39:52.067Z] === RUN TestCommitInheritsEnv [2021-06-15T23:39:52.088Z] --- PASS: TestUpdateRestartPolicy (13.05s) [2021-06-15T23:39:52.088Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-15T23:39:52.088Z] --- PASS: TestUpdateRestartWithAutoRemove (0.83s) [2021-06-15T23:39:52.088Z] === RUN TestWaitNonBlocked [2021-06-15T23:39:52.088Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-15T23:39:52.088Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-15T23:39:52.088Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-15T23:39:52.088Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-15T23:39:52.088Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-15T23:39:52.088Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-15T23:39:52.088Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-06-15T23:39:52.088Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.02s) [2021-06-15T23:39:52.088Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.06s) [2021-06-15T23:39:52.088Z] === RUN TestWaitBlocked [2021-06-15T23:39:52.088Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-15T23:39:52.088Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-15T23:39:52.088Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-15T23:39:52.088Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-15T23:39:52.088Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-15T23:39:52.088Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-15T23:39:52.323Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-06-15T23:39:52.323Z] --- PASS: TestCommitInheritsEnv (0.55s) [2021-06-15T23:39:52.323Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-15T23:39:52.323Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-15T23:39:52.323Z] === RUN TestImagesFilterMultiReference [2021-06-15T23:39:52.323Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-06-15T23:39:52.498Z] === RUN TestStrSliceMarshalJSON [2021-06-15T23:39:52.498Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestStrSliceUnmarshalJSON [2021-06-15T23:39:52.498Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestStrSliceUnmarshalString [2021-06-15T23:39:52.498Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestStrSliceUnmarshalSlice [2021-06-15T23:39:52.498Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-06-15T23:39:52.498Z] PASS [2021-06-15T23:39:52.498Z] coverage: 90.0% of statements [2021-06-15T23:39:52.498Z] ok github.com/docker/docker/api/types/strslice 0.045s coverage: 90.0% of statements [2021-06-15T23:39:52.498Z] === RUN TestToJSON [2021-06-15T23:39:52.498Z] --- PASS: TestToJSON (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestToParamWithVersion [2021-06-15T23:39:52.498Z] --- PASS: TestToParamWithVersion (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestFromJSON [2021-06-15T23:39:52.498Z] --- PASS: TestFromJSON (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestEmpty [2021-06-15T23:39:52.498Z] --- PASS: TestEmpty (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestArgsMatchKVListEmptySources [2021-06-15T23:39:52.498Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestArgsMatchKVList [2021-06-15T23:39:52.498Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestArgsMatch [2021-06-15T23:39:52.498Z] --- PASS: TestArgsMatch (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestAdd [2021-06-15T23:39:52.498Z] --- PASS: TestAdd (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestDel [2021-06-15T23:39:52.498Z] --- PASS: TestDel (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestLen [2021-06-15T23:39:52.498Z] --- PASS: TestLen (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestExactMatch [2021-06-15T23:39:52.498Z] --- PASS: TestExactMatch (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestOnlyOneExactMatch [2021-06-15T23:39:52.498Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestContains [2021-06-15T23:39:52.498Z] --- PASS: TestContains (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestValidate [2021-06-15T23:39:52.498Z] --- PASS: TestValidate (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestWalkValues [2021-06-15T23:39:52.498Z] --- PASS: TestWalkValues (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestFuzzyMatch [2021-06-15T23:39:52.498Z] --- PASS: TestFuzzyMatch (0.00s) [2021-06-15T23:39:52.498Z] === RUN TestClone [2021-06-15T23:39:52.498Z] --- PASS: TestClone (0.00s) [2021-06-15T23:39:52.498Z] PASS [2021-06-15T23:39:52.498Z] coverage: 92.2% of statements [2021-06-15T23:39:52.498Z] ok github.com/docker/docker/api/types/filters 0.045s coverage: 92.2% of statements [2021-06-15T23:39:52.579Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2021-06-15T23:39:52.579Z] === RUN TestImagePullPlatformInvalid [2021-06-15T23:39:52.579Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-06-15T23:39:52.579Z] === RUN TestRemoveImageOrphaning [2021-06-15T23:39:52.835Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-06-15T23:39:52.960Z] === RUN TestAdjustForAPIVersion [2021-06-15T23:39:52.960Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-06-15T23:39:52.960Z] PASS [2021-06-15T23:39:52.960Z] coverage: 5.7% of statements [2021-06-15T23:39:52.960Z] ok github.com/docker/docker/api/server/router/swarm 0.071s coverage: 5.7% of statements [2021-06-15T23:39:52.960Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-15T23:39:52.960Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-15T23:39:52.960Z] ? github.com/docker/docker/api/types [no test files] [2021-06-15T23:39:52.960Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-15T23:39:52.960Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-15T23:39:52.960Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-15T23:39:52.960Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-15T23:39:52.960Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-15T23:39:52.960Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-15T23:39:52.960Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-15T23:39:52.960Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-15T23:39:52.960Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-15T23:39:52.960Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-15T23:39:52.960Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-15T23:39:52.960Z] === RUN TestDurationToSecondsString [2021-06-15T23:39:52.960Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-06-15T23:39:52.960Z] === RUN TestGetTimestamp [2021-06-15T23:39:52.960Z] --- PASS: TestGetTimestamp (0.13s) [2021-06-15T23:39:52.960Z] === RUN TestParseTimestamps [2021-06-15T23:39:52.960Z] --- PASS: TestParseTimestamps (0.00s) [2021-06-15T23:39:52.960Z] PASS [2021-06-15T23:39:52.960Z] coverage: 100.0% of statements [2021-06-15T23:39:52.960Z] ok github.com/docker/docker/api/types/time 0.174s coverage: 100.0% of statements [2021-06-15T23:39:53.036Z] --- PASS: TestWaitBlocked (0.03s) [2021-06-15T23:39:53.036Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.06s) [2021-06-15T23:39:53.036Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.10s) [2021-06-15T23:39:53.036Z] === CONT TestContainerStartOnDaemonRestart [2021-06-15T23:39:53.036Z] === CONT TestIpcModeOlderClient [2021-06-15T23:39:53.036Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-15T23:39:53.036Z] === CONT TestContainerKillOnDaemonStart [2021-06-15T23:39:53.036Z] --- PASS: TestIpcModeOlderClient (0.09s) [2021-06-15T23:39:53.036Z] === CONT TestDaemonHostGatewayIP [2021-06-15T23:39:53.092Z] --- PASS: TestRemoveImageOrphaning (0.47s) [2021-06-15T23:39:53.092Z] === RUN TestRemoveImageGarbageCollector [2021-06-15T23:39:53.421Z] === RUN TestCompareVersion [2021-06-15T23:39:53.421Z] --- PASS: TestCompareVersion (0.00s) [2021-06-15T23:39:53.421Z] PASS [2021-06-15T23:39:53.421Z] coverage: 75.0% of statements [2021-06-15T23:39:53.421Z] ok github.com/docker/docker/api/types/versions 0.059s coverage: 75.0% of statements [2021-06-15T23:39:53.421Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-15T23:39:53.421Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-15T23:39:53.421Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-15T23:39:53.421Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-06-15T23:39:53.421Z] ? github.com/docker/docker/builder [no test files] [2021-06-15T23:39:53.421Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-15T23:39:53.421Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-15T23:39:53.421Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-15T23:39:53.421Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-15T23:39:53.421Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-15T23:39:53.421Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-15T23:39:53.421Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-15T23:39:54.020Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-06-15T23:39:54.965Z] === RUN TestParseRemoteURL [2021-06-15T23:39:54.965Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-06-15T23:39:54.965Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-06-15T23:39:54.965Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-06-15T23:39:54.965Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-06-15T23:39:54.965Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-06-15T23:39:54.965Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-06-15T23:39:54.965Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-06-15T23:39:54.965Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-06-15T23:39:54.965Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-06-15T23:39:54.965Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-06-15T23:39:54.965Z] --- PASS: TestParseRemoteURL (0.00s) [2021-06-15T23:39:54.965Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-06-15T23:39:54.965Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-06-15T23:39:54.965Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-06-15T23:39:54.965Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-06-15T23:39:54.965Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-06-15T23:39:54.965Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-06-15T23:39:54.965Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-06-15T23:39:54.965Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-06-15T23:39:54.965Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-06-15T23:39:54.965Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-06-15T23:39:54.965Z] === RUN TestCloneArgsSmartHttp [2021-06-15T23:39:54.965Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-06-15T23:39:54.965Z] === RUN TestCloneArgsDumbHttp [2021-06-15T23:39:54.965Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-06-15T23:39:54.965Z] === RUN TestCloneArgsGit [2021-06-15T23:39:54.965Z] --- PASS: TestCloneArgsGit (0.00s) [2021-06-15T23:39:54.965Z] === RUN TestCheckoutGit [2021-06-15T23:39:55.911Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-06-15T23:39:56.170Z] --- PASS: TestRemoveImageGarbageCollector (3.07s) [2021-06-15T23:39:56.170Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-15T23:39:56.170Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-06-15T23:39:56.170Z] === RUN TestTagInvalidReference [2021-06-15T23:39:56.170Z] --- PASS: TestTagInvalidReference (0.02s) [2021-06-15T23:39:56.170Z] === RUN TestTagValidPrefixedRepo [2021-06-15T23:39:56.170Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-06-15T23:39:56.170Z] === RUN TestTagExistedNameWithoutForce [2021-06-15T23:39:56.170Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2021-06-15T23:39:56.170Z] === RUN TestTagOfficialNames [2021-06-15T23:39:56.427Z] --- PASS: TestTagOfficialNames (0.10s) [2021-06-15T23:39:56.427Z] === RUN TestTagMatchesDigest [2021-06-15T23:39:56.427Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-06-15T23:39:56.427Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-15T23:39:57.319Z] --- PASS: TestContainerStartOnDaemonRestart (3.81s) [2021-06-15T23:39:57.319Z] === CONT TestDaemonRestartIpcMode [2021-06-15T23:39:57.319Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.29s) [2021-06-15T23:39:57.793Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-06-15T23:39:57.894Z] === RUN TestEnable [2021-06-15T23:39:57.894Z] --- PASS: TestEnable (0.00s) [2021-06-15T23:39:57.894Z] === RUN TestDisable [2021-06-15T23:39:57.894Z] --- PASS: TestDisable (0.00s) [2021-06-15T23:39:57.894Z] === RUN TestEnabled [2021-06-15T23:39:57.894Z] --- PASS: TestEnabled (0.00s) [2021-06-15T23:39:57.894Z] PASS [2021-06-15T23:39:57.894Z] coverage: 100.0% of statements [2021-06-15T23:39:57.894Z] ok github.com/docker/docker/cli/debug 0.041s coverage: 100.0% of statements [2021-06-15T23:39:57.894Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-06-15T23:39:57.894Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-06-15T23:39:57.894Z] === RUN TestProcessNoDockerignore [2021-06-15T23:39:57.894Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-06-15T23:39:57.894Z] === RUN TestProcessShouldLeaveAllFiles [2021-06-15T23:39:57.894Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-06-15T23:39:57.894Z] === RUN TestDetectContentType [2021-06-15T23:39:57.894Z] --- PASS: TestDetectContentType (0.00s) [2021-06-15T23:39:57.894Z] === RUN TestSelectAcceptableMIME [2021-06-15T23:39:57.894Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-06-15T23:39:57.894Z] === RUN TestInspectEmptyResponse [2021-06-15T23:39:57.894Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-06-15T23:39:57.894Z] === RUN TestInspectResponseBinary [2021-06-15T23:39:57.894Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-06-15T23:39:57.894Z] === RUN TestResponseUnsupportedContentType [2021-06-15T23:39:57.894Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-06-15T23:39:57.894Z] === RUN TestInspectResponseTextSimple [2021-06-15T23:39:57.894Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-06-15T23:39:57.894Z] === RUN TestInspectResponseEmptyContentType [2021-06-15T23:39:57.894Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-06-15T23:39:57.894Z] === RUN TestUnknownContentLength [2021-06-15T23:39:57.894Z] --- PASS: TestUnknownContentLength (0.00s) [2021-06-15T23:39:57.894Z] === RUN TestDownloadRemote [2021-06-15T23:39:57.894Z] --- PASS: TestDownloadRemote (0.09s) [2021-06-15T23:39:57.894Z] === RUN TestGetWithStatusError [2021-06-15T23:39:57.894Z] --- PASS: TestGetWithStatusError (0.00s) [2021-06-15T23:39:57.894Z] === RUN TestCloseRootDirectory [2021-06-15T23:39:57.894Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-06-15T23:39:57.894Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:39:57.894Z] === RUN TestHashFile [2021-06-15T23:39:57.894Z] --- SKIP: TestHashFile (0.00s) [2021-06-15T23:39:57.894Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:39:57.894Z] === RUN TestHashSubdir [2021-06-15T23:39:57.894Z] --- SKIP: TestHashSubdir (0.00s) [2021-06-15T23:39:57.894Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:39:57.894Z] === RUN TestRemoveDirectory [2021-06-15T23:39:57.894Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-06-15T23:39:57.894Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:39:57.894Z] PASS [2021-06-15T23:39:57.894Z] coverage: 9.3% of statements [2021-06-15T23:39:57.894Z] ok github.com/docker/docker/builder/remotecontext 0.325s coverage: 9.3% of statements [2021-06-15T23:39:58.355Z] === RUN TestGetAllAllowed [2021-06-15T23:39:58.355Z] --- PASS: TestGetAllAllowed (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestGetAllMeta [2021-06-15T23:39:58.355Z] --- PASS: TestGetAllMeta (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestWarnOnUnusedBuildArgs [2021-06-15T23:39:58.355Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestIsUnreferencedBuiltin [2021-06-15T23:39:58.355Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestIsExistingDirectory [2021-06-15T23:39:58.355Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestGetFilenameForDownload [2021-06-15T23:39:58.355Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestEnv2Variables [2021-06-15T23:39:58.355Z] --- PASS: TestEnv2Variables (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-06-15T23:39:58.355Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestMaintainer [2021-06-15T23:39:58.355Z] --- PASS: TestMaintainer (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestLabel [2021-06-15T23:39:58.355Z] --- PASS: TestLabel (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestFromScratch [2021-06-15T23:39:58.355Z] --- PASS: TestFromScratch (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestFromWithArg [2021-06-15T23:39:58.355Z] --- PASS: TestFromWithArg (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-06-15T23:39:58.355Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestFromWithUndefinedArg [2021-06-15T23:39:58.355Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestFromMultiStageWithNamedStage [2021-06-15T23:39:58.355Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestOnbuild [2021-06-15T23:39:58.355Z] --- PASS: TestOnbuild (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestWorkdir [2021-06-15T23:39:58.355Z] --- PASS: TestWorkdir (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestCmd [2021-06-15T23:39:58.355Z] --- PASS: TestCmd (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestHealthcheckNone [2021-06-15T23:39:58.355Z] --- PASS: TestHealthcheckNone (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestHealthcheckCmd [2021-06-15T23:39:58.355Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestEntrypoint [2021-06-15T23:39:58.355Z] --- PASS: TestEntrypoint (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestExpose [2021-06-15T23:39:58.355Z] --- PASS: TestExpose (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestUser [2021-06-15T23:39:58.355Z] --- PASS: TestUser (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestVolume [2021-06-15T23:39:58.355Z] --- PASS: TestVolume (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestStopSignal [2021-06-15T23:39:58.355Z] --- SKIP: TestStopSignal (0.00s) [2021-06-15T23:39:58.355Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-15T23:39:58.355Z] === RUN TestArg [2021-06-15T23:39:58.355Z] --- PASS: TestArg (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestShell [2021-06-15T23:39:58.355Z] --- PASS: TestShell (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestPrependEnvOnCmd [2021-06-15T23:39:58.355Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestRunWithBuildArgs [2021-06-15T23:39:58.355Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestRunIgnoresHealthcheck [2021-06-15T23:39:58.355Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestDispatchUnsupportedOptions [2021-06-15T23:39:58.355Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-06-15T23:39:58.355Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-06-15T23:39:58.355Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-06-15T23:39:58.355Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-06-15T23:39:58.355Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-06-15T23:39:58.355Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-06-15T23:39:58.355Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestNormalizeWorkdir [2021-06-15T23:39:58.355Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestDispatch [2021-06-15T23:39:58.355Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-06-15T23:39:58.355Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-06-15T23:39:58.355Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-06-15T23:39:58.355Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-06-15T23:39:58.355Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-06-15T23:39:58.355Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-06-15T23:39:58.355Z] === RUN TestDispatch/COPY_url [2021-06-15T23:39:58.355Z] --- PASS: TestDispatch (0.09s) [2021-06-15T23:39:58.355Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2021-06-15T23:39:58.355Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2021-06-15T23:39:58.355Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2021-06-15T23:39:58.355Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-06-15T23:39:58.355Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.02s) [2021-06-15T23:39:58.355Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-06-15T23:39:58.355Z] --- PASS: TestDispatch/COPY_url (0.01s) [2021-06-15T23:39:58.355Z] === RUN TestAddScratchImageAddsToMounts [2021-06-15T23:39:58.355Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestAddFromScratchPopulatesPlatform [2021-06-15T23:39:58.355Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-06-15T23:39:58.355Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-06-15T23:39:58.355Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestImageSourceGetAddsToMounts [2021-06-15T23:39:58.355Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestEmptyDockerfile [2021-06-15T23:39:58.355Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-06-15T23:39:58.355Z] === RUN TestSymlinkDockerfile [2021-06-15T23:39:58.355Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-06-15T23:39:58.355Z] === RUN TestDockerfileOutsideTheBuildContext [2021-06-15T23:39:58.355Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestNonExistingDockerfile [2021-06-15T23:39:58.355Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestCopyRunConfig [2021-06-15T23:39:58.355Z] --- PASS: TestCopyRunConfig (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestDeepCopyRunConfig [2021-06-15T23:39:58.355Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestExportImage [2021-06-15T23:39:58.355Z] --- PASS: TestExportImage (0.00s) [2021-06-15T23:39:58.355Z] === RUN TestNormalizeDest [2021-06-15T23:39:58.355Z] --- PASS: TestNormalizeDest (0.00s) [2021-06-15T23:39:58.355Z] PASS [2021-06-15T23:39:58.355Z] coverage: 47.0% of statements [2021-06-15T23:39:58.355Z] ok github.com/docker/docker/builder/dockerfile 0.274s coverage: 47.0% of statements [2021-06-15T23:39:58.355Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-15T23:39:58.714Z] --- PASS: TestDaemonHostGatewayIP (5.58s) [2021-06-15T23:39:58.723Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-06-15T23:39:59.733Z] --- PASS: TestServiceUpdateConfigs (15.21s) [2021-06-15T23:39:59.733Z] === RUN TestServiceUpdateNetwork [2021-06-15T23:40:00.613Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-06-15T23:40:00.632Z] --- PASS: TestDaemonRestartIpcMode (3.72s) [2021-06-15T23:40:01.979Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-06-15T23:40:02.906Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-06-15T23:40:03.728Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-06-15T23:40:03.728Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-06-15T23:40:03.728Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-06-15T23:40:03.728Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-06-15T23:40:03.728Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-06-15T23:40:03.728Z] remote: Enumerating objects: 23, done. [2021-06-15T23:40:03.728Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-06-15T23:40:03.728Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-06-15T23:40:03.728Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-06-15T23:40:03.728Z] 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-06-15T23:40:03.728Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-06-15T23:40:03.728Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-06-15T23:40:04.052Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-06-15T23:40:04.337Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42473/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr17 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3eb125769899193cc8f255edf91fde4194625cb2 hack/test/unit [2021-06-15T23:40:04.903Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-06-15T23:40:04.903Z] + TESTFLAGS+=' -test.timeout=5m' [2021-06-15T23:40:04.903Z] + TESTDIRS=./... [2021-06-15T23:40:04.903Z] + exclude_paths='/vendor/|/integration' [2021-06-15T23:40:04.903Z] ++ go list ./... [2021-06-15T23:40:04.903Z] ++ grep -vE '(/vendor/|/integration)' [2021-06-15T23:40:05.838Z] + pkg_list='github.com/docker/docker/api [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/backend/build [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/httputils [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/middleware [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/router [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/router/build [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/router/checkpoint [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/router/container [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/router/debug [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/router/distribution [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/router/grpc [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/router/image [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/router/network [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/router/plugin [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/router/session [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/router/swarm [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/router/system [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/server/router/volume [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/backend [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/blkiodev [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/container [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/events [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/filters [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/image [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/mount [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/network [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/plugins/logdriver [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/registry [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/strslice [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/swarm [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/swarm/runtime [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/time [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/versions [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/versions/v1p19 [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/versions/v1p20 [2021-06-15T23:40:05.838Z] github.com/docker/docker/api/types/volume [2021-06-15T23:40:05.838Z] github.com/docker/docker/builder [2021-06-15T23:40:05.838Z] github.com/docker/docker/builder/builder-next [2021-06-15T23:40:05.838Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-06-15T23:40:05.838Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-06-15T23:40:05.838Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-06-15T23:40:05.838Z] github.com/docker/docker/builder/builder-next/exporter [2021-06-15T23:40:05.838Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-06-15T23:40:05.838Z] github.com/docker/docker/builder/builder-next/worker [2021-06-15T23:40:05.838Z] github.com/docker/docker/builder/dockerfile [2021-06-15T23:40:05.838Z] github.com/docker/docker/builder/dockerignore [2021-06-15T23:40:05.838Z] github.com/docker/docker/builder/remotecontext [2021-06-15T23:40:05.838Z] github.com/docker/docker/builder/remotecontext/git [2021-06-15T23:40:05.838Z] github.com/docker/docker/cli [2021-06-15T23:40:05.838Z] github.com/docker/docker/cli/config [2021-06-15T23:40:05.838Z] github.com/docker/docker/cli/debug [2021-06-15T23:40:05.838Z] github.com/docker/docker/client [2021-06-15T23:40:05.838Z] github.com/docker/docker/cmd/dockerd [2021-06-15T23:40:05.838Z] github.com/docker/docker/container [2021-06-15T23:40:05.838Z] github.com/docker/docker/container/stream [2021-06-15T23:40:05.838Z] github.com/docker/docker/contrib/apparmor [2021-06-15T23:40:05.838Z] github.com/docker/docker/contrib/docker-device-tool [2021-06-15T23:40:05.838Z] github.com/docker/docker/contrib/httpserver [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/cluster [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/cluster/convert [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/cluster/executor [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/cluster/executor/container [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/cluster/provider [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/config [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/discovery [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/events [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/events/testutils [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/exec [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/graphdriver [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/graphdriver/copy [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/graphdriver/register [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/images [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/initlayer [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/links [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/listeners [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/logger [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/logger/awslogs [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/logger/fluentd [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/logger/gcplogs [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/logger/gelf [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/logger/journald [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/logger/local [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/logger/logentries [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/logger/loggerutils [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/logger/splunk [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/logger/syslog [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/logger/templates [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/names [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/network [2021-06-15T23:40:05.838Z] github.com/docker/docker/daemon/stats [2021-06-15T23:40:05.838Z] github.com/docker/docker/distribution [2021-06-15T23:40:05.838Z] github.com/docker/docker/distribution/metadata [2021-06-15T23:40:05.838Z] github.com/docker/docker/distribution/utils [2021-06-15T23:40:05.838Z] github.com/docker/docker/distribution/xfer [2021-06-15T23:40:05.838Z] github.com/docker/docker/dockerversion [2021-06-15T23:40:05.838Z] github.com/docker/docker/errdefs [2021-06-15T23:40:05.838Z] github.com/docker/docker/image [2021-06-15T23:40:05.838Z] github.com/docker/docker/image/cache [2021-06-15T23:40:05.838Z] github.com/docker/docker/image/tarexport [2021-06-15T23:40:05.838Z] github.com/docker/docker/image/v1 [2021-06-15T23:40:05.838Z] github.com/docker/docker/internal/test/suite [2021-06-15T23:40:05.838Z] github.com/docker/docker/layer [2021-06-15T23:40:05.838Z] github.com/docker/docker/libcontainerd [2021-06-15T23:40:05.838Z] github.com/docker/docker/libcontainerd/queue [2021-06-15T23:40:05.838Z] github.com/docker/docker/libcontainerd/remote [2021-06-15T23:40:05.838Z] github.com/docker/docker/libcontainerd/supervisor [2021-06-15T23:40:05.838Z] github.com/docker/docker/libcontainerd/types [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/api [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/bitseq [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/client [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/client/mflag [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/client/mflag/example [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/cluster [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/cmd/dnet [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/cmd/proxy [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/config [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/datastore [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/diagnostic [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/discoverapi [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/driverapi [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/drivers/host [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/drivers/null [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/drivers/remote [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/drivers/windows [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/drvregistry [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/etchosts [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/idm [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/internal/caller [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/ipam [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/ipamapi [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/ipams/null [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/ipams/remote [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/ipamutils [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/iptables [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/netlabel [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/netutils [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/networkdb [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/ns [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/options [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/osl [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/osl/kernel [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/portallocator [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/portmapper [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/resolvconf [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/testutils [2021-06-15T23:40:05.838Z] github.com/docker/docker/libnetwork/types [2021-06-15T23:40:05.838Z] github.com/docker/docker/oci [2021-06-15T23:40:05.838Z] github.com/docker/docker/oci/caps [2021-06-15T23:40:05.838Z] github.com/docker/docker/opts [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/aaparser [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/archive [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/authorization [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/broadcaster [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/capabilities [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/chrootarchive [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/containerfs [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/devicemapper [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/directory [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/discovery [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/discovery/file [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/discovery/kv [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/discovery/memory [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/discovery/nodes [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/dmesg [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/filenotify [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/fileutils [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/fsutils [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/homedir [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/idtools [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/ioutils [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/jsonmessage [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/locker [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/longpath [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/loopback [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/mount [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/namesgenerator [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/parsers [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/parsers/kernel [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/pidfile [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/platform [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/plugingetter [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/plugins [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/plugins/transport [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/pools [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/progress [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/pubsub [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/reexec [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/signal [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/signal/testfiles [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/stdcopy [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/streamformatter [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/stringid [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/symlink [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/sysinfo [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/system [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/tailfile [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/tarsum [2021-06-15T23:40:05.838Z] github.com/docker/docker/pkg/term [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/term/windows [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/truncindex [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/urlutil [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/useragent [2021-06-15T23:40:05.839Z] github.com/docker/docker/plugin [2021-06-15T23:40:05.839Z] github.com/docker/docker/plugin/executor/containerd [2021-06-15T23:40:05.839Z] github.com/docker/docker/plugin/v2 [2021-06-15T23:40:05.839Z] github.com/docker/docker/profiles/apparmor [2021-06-15T23:40:05.839Z] github.com/docker/docker/profiles/seccomp [2021-06-15T23:40:05.839Z] github.com/docker/docker/quota [2021-06-15T23:40:05.839Z] github.com/docker/docker/reference [2021-06-15T23:40:05.839Z] github.com/docker/docker/registry [2021-06-15T23:40:05.839Z] github.com/docker/docker/registry/resumable [2021-06-15T23:40:05.839Z] github.com/docker/docker/restartmanager [2021-06-15T23:40:05.839Z] github.com/docker/docker/rootless [2021-06-15T23:40:05.839Z] github.com/docker/docker/rootless/specconv [2021-06-15T23:40:05.839Z] github.com/docker/docker/runconfig [2021-06-15T23:40:05.839Z] github.com/docker/docker/runconfig/opts [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/daemon [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/environment [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/fakecontext [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/fakegit [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/fakestorage [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/fixtures/load [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/fixtures/plugin [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/registry [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/request [2021-06-15T23:40:05.839Z] github.com/docker/docker/volume [2021-06-15T23:40:05.839Z] github.com/docker/docker/volume/drivers [2021-06-15T23:40:05.839Z] github.com/docker/docker/volume/local [2021-06-15T23:40:05.839Z] github.com/docker/docker/volume/mounts [2021-06-15T23:40:05.839Z] github.com/docker/docker/volume/service [2021-06-15T23:40:05.839Z] github.com/docker/docker/volume/service/opts [2021-06-15T23:40:05.839Z] github.com/docker/docker/volume/testutils' [2021-06-15T23:40:05.839Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-06-15T23:40:05.839Z] + echo 'github.com/docker/docker/api [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/backend/build [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/httputils [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/middleware [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/router [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/router/build [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/router/checkpoint [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/router/container [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/router/debug [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/router/distribution [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/router/grpc [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/router/image [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/router/network [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/router/plugin [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/router/session [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/router/swarm [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/router/system [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/server/router/volume [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/backend [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/blkiodev [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/container [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/events [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/filters [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/image [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/mount [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/network [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/plugins/logdriver [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/registry [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/strslice [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/swarm [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/swarm/runtime [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/time [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/versions [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/versions/v1p19 [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/versions/v1p20 [2021-06-15T23:40:05.839Z] github.com/docker/docker/api/types/volume [2021-06-15T23:40:05.839Z] github.com/docker/docker/builder [2021-06-15T23:40:05.839Z] github.com/docker/docker/builder/builder-next [2021-06-15T23:40:05.839Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-06-15T23:40:05.839Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-06-15T23:40:05.839Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-06-15T23:40:05.839Z] github.com/docker/docker/builder/builder-next/exporter [2021-06-15T23:40:05.839Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-06-15T23:40:05.839Z] github.com/docker/docker/builder/builder-next/worker [2021-06-15T23:40:05.839Z] github.com/docker/docker/builder/dockerfile [2021-06-15T23:40:05.839Z] github.com/docker/docker/builder/dockerignore [2021-06-15T23:40:05.839Z] github.com/docker/docker/builder/remotecontext [2021-06-15T23:40:05.839Z] github.com/docker/docker/builder/remotecontext/git [2021-06-15T23:40:05.839Z] github.com/docker/docker/cli [2021-06-15T23:40:05.839Z] github.com/docker/docker/cli/config [2021-06-15T23:40:05.839Z] github.com/docker/docker/cli/debug [2021-06-15T23:40:05.839Z] github.com/docker/docker/client [2021-06-15T23:40:05.839Z] github.com/docker/docker/cmd/dockerd [2021-06-15T23:40:05.839Z] github.com/docker/docker/container [2021-06-15T23:40:05.839Z] github.com/docker/docker/container/stream [2021-06-15T23:40:05.839Z] github.com/docker/docker/contrib/apparmor [2021-06-15T23:40:05.839Z] github.com/docker/docker/contrib/docker-device-tool [2021-06-15T23:40:05.839Z] github.com/docker/docker/contrib/httpserver [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/cluster [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/cluster/convert [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/cluster/executor [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/cluster/executor/container [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/cluster/provider [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/config [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/discovery [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/events [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/events/testutils [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/exec [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/graphdriver [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/graphdriver/copy [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/graphdriver/register [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/images [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/initlayer [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/links [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/listeners [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/logger [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/logger/awslogs [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/logger/fluentd [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/logger/gcplogs [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/logger/gelf [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/logger/journald [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/logger/local [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/logger/logentries [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/logger/loggerutils [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/logger/splunk [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/logger/syslog [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/logger/templates [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/names [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/network [2021-06-15T23:40:05.839Z] github.com/docker/docker/daemon/stats [2021-06-15T23:40:05.839Z] github.com/docker/docker/distribution [2021-06-15T23:40:05.839Z] github.com/docker/docker/distribution/metadata [2021-06-15T23:40:05.839Z] github.com/docker/docker/distribution/utils [2021-06-15T23:40:05.839Z] github.com/docker/docker/distribution/xfer [2021-06-15T23:40:05.839Z] github.com/docker/docker/dockerversion [2021-06-15T23:40:05.839Z] github.com/docker/docker/errdefs [2021-06-15T23:40:05.839Z] github.com/docker/docker/image [2021-06-15T23:40:05.839Z] github.com/docker/docker/image/cache [2021-06-15T23:40:05.839Z] github.com/docker/docker/image/tarexport [2021-06-15T23:40:05.839Z] github.com/docker/docker/image/v1 [2021-06-15T23:40:05.839Z] github.com/docker/docker/internal/test/suite [2021-06-15T23:40:05.839Z] github.com/docker/docker/layer [2021-06-15T23:40:05.839Z] github.com/docker/docker/libcontainerd [2021-06-15T23:40:05.839Z] github.com/docker/docker/libcontainerd/queue [2021-06-15T23:40:05.839Z] github.com/docker/docker/libcontainerd/remote [2021-06-15T23:40:05.839Z] github.com/docker/docker/libcontainerd/supervisor [2021-06-15T23:40:05.839Z] github.com/docker/docker/libcontainerd/types [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/api [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/bitseq [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/client [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/client/mflag [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/client/mflag/example [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/cluster [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/cmd/dnet [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/cmd/proxy [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/config [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/datastore [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/diagnostic [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/discoverapi [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/driverapi [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/host [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/null [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/remote [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/windows [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drvregistry [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/etchosts [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/idm [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/internal/caller [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/ipam [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/ipamapi [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/ipams/null [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/ipams/remote [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/ipamutils [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/iptables [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/netlabel [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/netutils [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/networkdb [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/ns [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/options [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/osl [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/osl/kernel [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/portallocator [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/portmapper [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/resolvconf [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/testutils [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/types [2021-06-15T23:40:05.839Z] github.com/docker/docker/oci [2021-06-15T23:40:05.839Z] github.com/docker/docker/oci/caps [2021-06-15T23:40:05.839Z] github.com/docker/docker/opts [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/aaparser [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/archive [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/authorization [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/broadcaster [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/capabilities [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/chrootarchive [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/containerfs [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/devicemapper [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/directory [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/discovery [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/discovery/file [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/discovery/kv [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/discovery/memory [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/discovery/nodes [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/dmesg [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/filenotify [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/fileutils [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/fsutils [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/homedir [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/idtools [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/ioutils [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/jsonmessage [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/locker [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/longpath [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/loopback [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/mount [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/namesgenerator [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/parsers [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/parsers/kernel [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/pidfile [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/platform [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/plugingetter [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/plugins [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/plugins/transport [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/pools [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/progress [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/pubsub [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/reexec [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/signal [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/signal/testfiles [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/stdcopy [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/streamformatter [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/stringid [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/symlink [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/sysinfo [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/system [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/tailfile [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/tarsum [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/term [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/term/windows [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/truncindex [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/urlutil [2021-06-15T23:40:05.839Z] github.com/docker/docker/pkg/useragent [2021-06-15T23:40:05.839Z] github.com/docker/docker/plugin [2021-06-15T23:40:05.839Z] github.com/docker/docker/plugin/executor/containerd [2021-06-15T23:40:05.839Z] github.com/docker/docker/plugin/v2 [2021-06-15T23:40:05.839Z] github.com/docker/docker/profiles/apparmor [2021-06-15T23:40:05.839Z] github.com/docker/docker/profiles/seccomp [2021-06-15T23:40:05.839Z] github.com/docker/docker/quota [2021-06-15T23:40:05.839Z] github.com/docker/docker/reference [2021-06-15T23:40:05.839Z] github.com/docker/docker/registry [2021-06-15T23:40:05.839Z] github.com/docker/docker/registry/resumable [2021-06-15T23:40:05.839Z] github.com/docker/docker/restartmanager [2021-06-15T23:40:05.839Z] github.com/docker/docker/rootless [2021-06-15T23:40:05.839Z] github.com/docker/docker/rootless/specconv [2021-06-15T23:40:05.839Z] github.com/docker/docker/runconfig [2021-06-15T23:40:05.839Z] github.com/docker/docker/runconfig/opts [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/daemon [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/environment [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/fakecontext [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/fakegit [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/fakestorage [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/fixtures/load [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/fixtures/plugin [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/registry [2021-06-15T23:40:05.839Z] github.com/docker/docker/testutil/request [2021-06-15T23:40:05.839Z] github.com/docker/docker/volume [2021-06-15T23:40:05.839Z] github.com/docker/docker/volume/drivers [2021-06-15T23:40:05.839Z] github.com/docker/docker/volume/local [2021-06-15T23:40:05.839Z] github.com/docker/docker/volume/mounts [2021-06-15T23:40:05.839Z] github.com/docker/docker/volume/service [2021-06-15T23:40:05.839Z] github.com/docker/docker/volume/service/opts [2021-06-15T23:40:05.839Z] github.com/docker/docker/volume/testutils' [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-15T23:40:05.839Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-15T23:40:05.839Z] + type docker-proxy [2021-06-15T23:40:05.839Z] hack/test/unit: line 22: type: docker-proxy: not found [2021-06-15T23:40:05.839Z] + hack/make.sh binary-proxy install-proxy [2021-06-15T23:40:05.839Z] [2021-06-15T23:40:05.839Z] Removing bundles/ [2021-06-15T23:40:05.839Z] [2021-06-15T23:40:05.839Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-06-15T23:40:05.839Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-06-15T23:40:05.839Z] GOOS="" GOARCH="" GOARM="" [2021-06-15T23:40:07.072Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-06-15T23:40:07.219Z] --- PASS: TestContainerKillOnDaemonStart (13.09s) [2021-06-15T23:40:07.219Z] PASS [2021-06-15T23:40:07.219Z] [2021-06-15T23:40:07.219Z] === Skipped [2021-06-15T23:40:07.219Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-06-15T23:40:07.219Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-15T23:40:07.219Z] [2021-06-15T23:40:07.219Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-15T23:40:07.219Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-15T23:40:07.219Z] [2021-06-15T23:40:07.219Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-06-15T23:40:07.219Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-15T23:40:07.219Z] [2021-06-15T23:40:07.219Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-15T23:40:07.219Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-15T23:40:07.219Z] [2021-06-15T23:40:07.220Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-15T23:40:07.220Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-15T23:40:07.220Z] [2021-06-15T23:40:07.220Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-06-15T23:40:07.220Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-15T23:40:07.220Z] [2021-06-15T23:40:07.220Z] [2021-06-15T23:40:07.220Z] DONE 196 tests, 6 skipped in 154.912s [2021-06-15T23:40:07.220Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-06-15T23:40:07.220Z] ++ 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-06-15T23:40:07.220Z] ++ set -e [2021-06-15T23:40:07.220Z] ++ '[' -n 0 ']' [2021-06-15T23:40:07.220Z] ++ set -x [2021-06-15T23:40:07.220Z] ++ 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-06-15T23:40:07.220Z] INFO: Testing against a local daemon [2021-06-15T23:40:07.220Z] === RUN TestCommitInheritsEnv [2021-06-15T23:40:07.220Z] --- PASS: TestCommitInheritsEnv (0.39s) [2021-06-15T23:40:07.220Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-15T23:40:07.220Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-06-15T23:40:07.220Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-06-15T23:40:07.220Z] === RUN TestImagesFilterMultiReference [2021-06-15T23:40:07.220Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-06-15T23:40:07.220Z] === RUN TestImagePullPlatformInvalid [2021-06-15T23:40:07.220Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-06-15T23:40:07.220Z] === RUN TestRemoveImageOrphaning [2021-06-15T23:40:07.220Z] --- PASS: TestRemoveImageOrphaning (0.36s) [2021-06-15T23:40:07.220Z] === RUN TestRemoveImageGarbageCollector [2021-06-15T23:40:07.220Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-06-15T23:40:07.220Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-15T23:40:07.220Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-15T23:40:07.220Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-06-15T23:40:07.220Z] === RUN TestTagInvalidReference [2021-06-15T23:40:07.481Z] --- PASS: TestTagInvalidReference (0.03s) [2021-06-15T23:40:07.481Z] === RUN TestTagValidPrefixedRepo [2021-06-15T23:40:07.481Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-06-15T23:40:07.481Z] === RUN TestTagExistedNameWithoutForce [2021-06-15T23:40:07.481Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-06-15T23:40:07.481Z] === RUN TestTagOfficialNames [2021-06-15T23:40:07.481Z] --- PASS: TestTagOfficialNames (0.07s) [2021-06-15T23:40:07.481Z] === RUN TestTagMatchesDigest [2021-06-15T23:40:07.481Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-06-15T23:40:07.481Z] PASS [2021-06-15T23:40:07.481Z] [2021-06-15T23:40:07.481Z] === Skipped [2021-06-15T23:40:07.481Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-06-15T23:40:07.481Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-06-15T23:40:07.481Z] [2021-06-15T23:40:07.481Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-06-15T23:40:07.481Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-15T23:40:07.481Z] [2021-06-15T23:40:07.481Z] [2021-06-15T23:40:07.481Z] DONE 12 tests, 2 skipped in 1.374s [2021-06-15T23:40:07.481Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-06-15T23:40:07.481Z] ++ 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-06-15T23:40:07.481Z] ++ set -e [2021-06-15T23:40:07.481Z] ++ '[' -n 0 ']' [2021-06-15T23:40:07.481Z] ++ set -x [2021-06-15T23:40:07.481Z] ++ 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-06-15T23:40:07.743Z] INFO: Testing against a local daemon [2021-06-15T23:40:07.743Z] === RUN TestNetworkCreateDelete [2021-06-15T23:40:08.316Z] --- PASS: TestNetworkCreateDelete (0.43s) [2021-06-15T23:40:08.316Z] === RUN TestDockerNetworkDeletePreferID [2021-06-15T23:40:09.705Z] --- PASS: TestDockerNetworkDeletePreferID (1.27s) [2021-06-15T23:40:09.705Z] === RUN TestDaemonDNSFallback [2021-06-15T23:40:10.765Z] === RUN TestCheckpointCreateError [2021-06-15T23:40:10.765Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestCheckpointCreate [2021-06-15T23:40:10.765Z] --- PASS: TestCheckpointCreate (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestCheckpointDeleteError [2021-06-15T23:40:10.765Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestCheckpointDelete [2021-06-15T23:40:10.765Z] --- PASS: TestCheckpointDelete (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestCheckpointListError [2021-06-15T23:40:10.765Z] --- PASS: TestCheckpointListError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestCheckpointList [2021-06-15T23:40:10.765Z] --- PASS: TestCheckpointList (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestCheckpointListContainerNotFound [2021-06-15T23:40:10.765Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestNewClientWithOpsFromEnv [2021-06-15T23:40:10.765Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-06-15T23:40:10.765Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-15T23:40:10.765Z] === RUN TestGetAPIPath [2021-06-15T23:40:10.765Z] --- PASS: TestGetAPIPath (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestParseHostURL [2021-06-15T23:40:10.765Z] --- PASS: TestParseHostURL (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-06-15T23:40:10.765Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestNegotiateAPIVersionEmpty [2021-06-15T23:40:10.765Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestNegotiateAPIVersion [2021-06-15T23:40:10.765Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestNegotiateAPVersionOverride [2021-06-15T23:40:10.765Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestNegotiateAPIVersionAutomatic [2021-06-15T23:40:10.765Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-06-15T23:40:10.765Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-06-15T23:40:10.765Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestClientRedirect [2021-06-15T23:40:10.765Z] --- PASS: TestClientRedirect (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigCreateUnsupported [2021-06-15T23:40:10.765Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigCreateError [2021-06-15T23:40:10.765Z] --- PASS: TestConfigCreateError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigCreate [2021-06-15T23:40:10.765Z] --- PASS: TestConfigCreate (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigInspectNotFound [2021-06-15T23:40:10.765Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigInspectWithEmptyID [2021-06-15T23:40:10.765Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigInspectUnsupported [2021-06-15T23:40:10.765Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigInspectError [2021-06-15T23:40:10.765Z] --- PASS: TestConfigInspectError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigInspectConfigNotFound [2021-06-15T23:40:10.765Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigInspect [2021-06-15T23:40:10.765Z] --- PASS: TestConfigInspect (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigListUnsupported [2021-06-15T23:40:10.765Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigListError [2021-06-15T23:40:10.765Z] --- PASS: TestConfigListError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigList [2021-06-15T23:40:10.765Z] --- PASS: TestConfigList (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigRemoveUnsupported [2021-06-15T23:40:10.765Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigRemoveError [2021-06-15T23:40:10.765Z] --- PASS: TestConfigRemoveError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigRemove [2021-06-15T23:40:10.765Z] --- PASS: TestConfigRemove (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigUpdateUnsupported [2021-06-15T23:40:10.765Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigUpdateError [2021-06-15T23:40:10.765Z] --- PASS: TestConfigUpdateError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestConfigUpdate [2021-06-15T23:40:10.765Z] --- PASS: TestConfigUpdate (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerCommitError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerCommitError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerCommit [2021-06-15T23:40:10.765Z] --- PASS: TestContainerCommit (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerStatPathError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerStatPathError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerStatPathNotFoundError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerStatPathNoHeaderError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerStatPath [2021-06-15T23:40:10.765Z] --- PASS: TestContainerStatPath (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestCopyToContainerError [2021-06-15T23:40:10.765Z] --- PASS: TestCopyToContainerError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestCopyToContainerNotFoundError [2021-06-15T23:40:10.765Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestCopyToContainerNotStatusOKError [2021-06-15T23:40:10.765Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestCopyToContainer [2021-06-15T23:40:10.765Z] --- PASS: TestCopyToContainer (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestCopyFromContainerError [2021-06-15T23:40:10.765Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestCopyFromContainerNotFoundError [2021-06-15T23:40:10.765Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestCopyFromContainerNotStatusOKError [2021-06-15T23:40:10.765Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestCopyFromContainerNoHeaderError [2021-06-15T23:40:10.765Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestCopyFromContainer [2021-06-15T23:40:10.765Z] --- PASS: TestCopyFromContainer (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerCreateError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerCreateError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerCreateImageNotFound [2021-06-15T23:40:10.765Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerCreateWithName [2021-06-15T23:40:10.765Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerCreateAutoRemove [2021-06-15T23:40:10.765Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerDiffError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerDiffError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerDiff [2021-06-15T23:40:10.765Z] --- PASS: TestContainerDiff (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerExecCreateError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerExecCreate [2021-06-15T23:40:10.765Z] --- PASS: TestContainerExecCreate (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerExecStartError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerExecStartError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerExecStart [2021-06-15T23:40:10.765Z] --- PASS: TestContainerExecStart (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerExecInspectError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerExecInspect [2021-06-15T23:40:10.765Z] --- PASS: TestContainerExecInspect (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerExportError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerExportError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerExport [2021-06-15T23:40:10.765Z] --- PASS: TestContainerExport (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerInspectError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerInspectError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerInspectContainerNotFound [2021-06-15T23:40:10.765Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerInspectWithEmptyID [2021-06-15T23:40:10.765Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerInspect [2021-06-15T23:40:10.765Z] --- PASS: TestContainerInspect (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerInspectNode [2021-06-15T23:40:10.765Z] --- PASS: TestContainerInspectNode (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerKillError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerKillError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerKill [2021-06-15T23:40:10.765Z] --- PASS: TestContainerKill (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerListError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerListError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerList [2021-06-15T23:40:10.765Z] --- PASS: TestContainerList (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerLogsNotFoundError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerLogsError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerLogsError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerLogs [2021-06-15T23:40:10.765Z] --- PASS: TestContainerLogs (0.17s) [2021-06-15T23:40:10.765Z] === RUN TestContainerPauseError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerPauseError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerPause [2021-06-15T23:40:10.765Z] --- PASS: TestContainerPause (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainersPruneError [2021-06-15T23:40:10.765Z] --- PASS: TestContainersPruneError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainersPrune [2021-06-15T23:40:10.765Z] --- PASS: TestContainersPrune (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerRemoveError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerRemoveError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerRemoveNotFoundError [2021-06-15T23:40:10.765Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-06-15T23:40:10.765Z] === RUN TestContainerRemove [2021-06-15T23:40:10.765Z] --- PASS: TestContainerRemove (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerRenameError [2021-06-15T23:40:10.766Z] --- PASS: TestContainerRenameError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerRename [2021-06-15T23:40:10.766Z] --- PASS: TestContainerRename (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerResizeError [2021-06-15T23:40:10.766Z] --- PASS: TestContainerResizeError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerExecResizeError [2021-06-15T23:40:10.766Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerResize [2021-06-15T23:40:10.766Z] --- PASS: TestContainerResize (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerExecResize [2021-06-15T23:40:10.766Z] --- PASS: TestContainerExecResize (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerRestartError [2021-06-15T23:40:10.766Z] --- PASS: TestContainerRestartError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerRestart [2021-06-15T23:40:10.766Z] --- PASS: TestContainerRestart (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerStartError [2021-06-15T23:40:10.766Z] --- PASS: TestContainerStartError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerStart [2021-06-15T23:40:10.766Z] --- PASS: TestContainerStart (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerStatsError [2021-06-15T23:40:10.766Z] --- PASS: TestContainerStatsError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerStats [2021-06-15T23:40:10.766Z] --- PASS: TestContainerStats (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerStopError [2021-06-15T23:40:10.766Z] --- PASS: TestContainerStopError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerStop [2021-06-15T23:40:10.766Z] --- PASS: TestContainerStop (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerTopError [2021-06-15T23:40:10.766Z] --- PASS: TestContainerTopError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerTop [2021-06-15T23:40:10.766Z] --- PASS: TestContainerTop (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerUnpauseError [2021-06-15T23:40:10.766Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerUnpause [2021-06-15T23:40:10.766Z] --- PASS: TestContainerUnpause (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerUpdateError [2021-06-15T23:40:10.766Z] --- PASS: TestContainerUpdateError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerUpdate [2021-06-15T23:40:10.766Z] --- PASS: TestContainerUpdate (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerWaitError [2021-06-15T23:40:10.766Z] --- PASS: TestContainerWaitError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestContainerWait [2021-06-15T23:40:10.766Z] --- PASS: TestContainerWait (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestDiskUsageError [2021-06-15T23:40:10.766Z] --- PASS: TestDiskUsageError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestDiskUsage [2021-06-15T23:40:10.766Z] --- PASS: TestDiskUsage (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestDistributionInspectUnsupported [2021-06-15T23:40:10.766Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestDistributionInspectWithEmptyID [2021-06-15T23:40:10.766Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestEventsErrorInOptions [2021-06-15T23:40:10.766Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestEventsErrorFromServer [2021-06-15T23:40:10.766Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestEvents [2021-06-15T23:40:10.766Z] --- PASS: TestEvents (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestTLSCloseWriter [2021-06-15T23:40:10.766Z] === PAUSE TestTLSCloseWriter [2021-06-15T23:40:10.766Z] === RUN TestImageBuildError [2021-06-15T23:40:10.766Z] --- PASS: TestImageBuildError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageBuild [2021-06-15T23:40:10.766Z] --- PASS: TestImageBuild (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestGetDockerOS [2021-06-15T23:40:10.766Z] --- PASS: TestGetDockerOS (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageCreateError [2021-06-15T23:40:10.766Z] --- PASS: TestImageCreateError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageCreate [2021-06-15T23:40:10.766Z] --- PASS: TestImageCreate (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageHistoryError [2021-06-15T23:40:10.766Z] --- PASS: TestImageHistoryError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageHistory [2021-06-15T23:40:10.766Z] --- PASS: TestImageHistory (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageImportError [2021-06-15T23:40:10.766Z] --- PASS: TestImageImportError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageImport [2021-06-15T23:40:10.766Z] --- PASS: TestImageImport (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageInspectError [2021-06-15T23:40:10.766Z] --- PASS: TestImageInspectError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageInspectImageNotFound [2021-06-15T23:40:10.766Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageInspectWithEmptyID [2021-06-15T23:40:10.766Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageInspect [2021-06-15T23:40:10.766Z] --- PASS: TestImageInspect (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageListError [2021-06-15T23:40:10.766Z] --- PASS: TestImageListError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageList [2021-06-15T23:40:10.766Z] --- PASS: TestImageList (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageListApiBefore125 [2021-06-15T23:40:10.766Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageLoadError [2021-06-15T23:40:10.766Z] --- PASS: TestImageLoadError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageLoad [2021-06-15T23:40:10.766Z] --- PASS: TestImageLoad (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImagesPruneError [2021-06-15T23:40:10.766Z] --- PASS: TestImagesPruneError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImagesPrune [2021-06-15T23:40:10.766Z] --- PASS: TestImagesPrune (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImagePullReferenceParseError [2021-06-15T23:40:10.766Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImagePullAnyError [2021-06-15T23:40:10.766Z] --- PASS: TestImagePullAnyError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImagePullStatusUnauthorizedError [2021-06-15T23:40:10.766Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-15T23:40:10.766Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-15T23:40:10.766Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-06-15T23:40:10.766Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImagePullWithoutErrors [2021-06-15T23:40:10.766Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImagePushReferenceError [2021-06-15T23:40:10.766Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImagePushAnyError [2021-06-15T23:40:10.766Z] --- PASS: TestImagePushAnyError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImagePushStatusUnauthorizedError [2021-06-15T23:40:10.766Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-15T23:40:10.766Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-15T23:40:10.766Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-06-15T23:40:10.766Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImagePushWithoutErrors [2021-06-15T23:40:10.766Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-06-15T23:40:10.766Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-06-15T23:40:10.766Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-06-15T23:40:10.766Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-06-15T23:40:10.766Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-06-15T23:40:10.766Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-06-15T23:40:10.766Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-06-15T23:40:10.766Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-06-15T23:40:10.766Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageRemoveError [2021-06-15T23:40:10.766Z] --- PASS: TestImageRemoveError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageRemoveImageNotFound [2021-06-15T23:40:10.766Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageRemove [2021-06-15T23:40:10.766Z] --- PASS: TestImageRemove (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageSaveError [2021-06-15T23:40:10.766Z] --- PASS: TestImageSaveError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageSave [2021-06-15T23:40:10.766Z] --- PASS: TestImageSave (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageSearchAnyError [2021-06-15T23:40:10.766Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageSearchStatusUnauthorizedError [2021-06-15T23:40:10.766Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-15T23:40:10.766Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-15T23:40:10.766Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-06-15T23:40:10.766Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageSearchWithoutErrors [2021-06-15T23:40:10.766Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageTagError [2021-06-15T23:40:10.766Z] --- PASS: TestImageTagError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageTagInvalidReference [2021-06-15T23:40:10.766Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageTagInvalidSourceImageName [2021-06-15T23:40:10.766Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageTagHexSource [2021-06-15T23:40:10.766Z] --- PASS: TestImageTagHexSource (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestImageTag [2021-06-15T23:40:10.766Z] --- PASS: TestImageTag (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestInfoServerError [2021-06-15T23:40:10.766Z] --- PASS: TestInfoServerError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestInfoInvalidResponseJSONError [2021-06-15T23:40:10.766Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestInfo [2021-06-15T23:40:10.766Z] --- PASS: TestInfo (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworkConnectError [2021-06-15T23:40:10.766Z] --- PASS: TestNetworkConnectError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-06-15T23:40:10.766Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworkConnect [2021-06-15T23:40:10.766Z] --- PASS: TestNetworkConnect (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworkCreateError [2021-06-15T23:40:10.766Z] --- PASS: TestNetworkCreateError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworkCreate [2021-06-15T23:40:10.766Z] --- PASS: TestNetworkCreate (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworkDisconnectError [2021-06-15T23:40:10.766Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworkDisconnect [2021-06-15T23:40:10.766Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworkInspectError [2021-06-15T23:40:10.766Z] --- PASS: TestNetworkInspectError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworkInspectNotFoundError [2021-06-15T23:40:10.766Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworkInspectWithEmptyID [2021-06-15T23:40:10.766Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworkInspect [2021-06-15T23:40:10.766Z] --- PASS: TestNetworkInspect (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworkListError [2021-06-15T23:40:10.766Z] --- PASS: TestNetworkListError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworkList [2021-06-15T23:40:10.766Z] --- PASS: TestNetworkList (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworksPruneError [2021-06-15T23:40:10.766Z] --- PASS: TestNetworksPruneError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworksPrune [2021-06-15T23:40:10.766Z] --- PASS: TestNetworksPrune (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworkRemoveError [2021-06-15T23:40:10.766Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNetworkRemove [2021-06-15T23:40:10.766Z] --- PASS: TestNetworkRemove (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNodeInspectError [2021-06-15T23:40:10.766Z] --- PASS: TestNodeInspectError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNodeInspectNodeNotFound [2021-06-15T23:40:10.766Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNodeInspectWithEmptyID [2021-06-15T23:40:10.766Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNodeInspect [2021-06-15T23:40:10.766Z] --- PASS: TestNodeInspect (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNodeListError [2021-06-15T23:40:10.766Z] --- PASS: TestNodeListError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNodeList [2021-06-15T23:40:10.766Z] --- PASS: TestNodeList (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNodeRemoveError [2021-06-15T23:40:10.766Z] --- PASS: TestNodeRemoveError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNodeRemove [2021-06-15T23:40:10.766Z] --- PASS: TestNodeRemove (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNodeUpdateError [2021-06-15T23:40:10.766Z] --- PASS: TestNodeUpdateError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestNodeUpdate [2021-06-15T23:40:10.766Z] --- PASS: TestNodeUpdate (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestOptionWithTimeout [2021-06-15T23:40:10.766Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPingFail [2021-06-15T23:40:10.766Z] --- PASS: TestPingFail (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPingWithError [2021-06-15T23:40:10.766Z] 2021/06/15 23:40:09 RoundTripper returned a response & error; ignoring response [2021-06-15T23:40:10.766Z] 2021/06/15 23:40:09 RoundTripper returned a response & error; ignoring response [2021-06-15T23:40:10.766Z] --- PASS: TestPingWithError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPingSuccess [2021-06-15T23:40:10.766Z] --- PASS: TestPingSuccess (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPingHeadFallback [2021-06-15T23:40:10.766Z] === RUN TestPingHeadFallback/OK [2021-06-15T23:40:10.766Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-06-15T23:40:10.766Z] === RUN TestPingHeadFallback/Not_Found [2021-06-15T23:40:10.766Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-06-15T23:40:10.766Z] --- PASS: TestPingHeadFallback (0.00s) [2021-06-15T23:40:10.766Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-06-15T23:40:10.766Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-06-15T23:40:10.766Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-06-15T23:40:10.766Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPluginDisableError [2021-06-15T23:40:10.766Z] --- PASS: TestPluginDisableError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPluginDisable [2021-06-15T23:40:10.766Z] --- PASS: TestPluginDisable (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPluginEnableError [2021-06-15T23:40:10.766Z] --- PASS: TestPluginEnableError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPluginEnable [2021-06-15T23:40:10.766Z] --- PASS: TestPluginEnable (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPluginInspectError [2021-06-15T23:40:10.766Z] --- PASS: TestPluginInspectError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPluginInspectWithEmptyID [2021-06-15T23:40:10.766Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPluginInspect [2021-06-15T23:40:10.766Z] --- PASS: TestPluginInspect (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPluginListError [2021-06-15T23:40:10.766Z] --- PASS: TestPluginListError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPluginList [2021-06-15T23:40:10.766Z] --- PASS: TestPluginList (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPluginPushError [2021-06-15T23:40:10.766Z] --- PASS: TestPluginPushError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPluginPush [2021-06-15T23:40:10.766Z] --- PASS: TestPluginPush (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPluginRemoveError [2021-06-15T23:40:10.766Z] --- PASS: TestPluginRemoveError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPluginRemove [2021-06-15T23:40:10.766Z] --- PASS: TestPluginRemove (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPluginSetError [2021-06-15T23:40:10.766Z] --- PASS: TestPluginSetError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPluginSet [2021-06-15T23:40:10.766Z] --- PASS: TestPluginSet (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestSetHostHeader [2021-06-15T23:40:10.766Z] --- PASS: TestSetHostHeader (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestPlainTextError [2021-06-15T23:40:10.766Z] --- PASS: TestPlainTextError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestInfiniteError [2021-06-15T23:40:10.766Z] --- PASS: TestInfiniteError (0.02s) [2021-06-15T23:40:10.766Z] === RUN TestSecretCreateUnsupported [2021-06-15T23:40:10.766Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestSecretCreateError [2021-06-15T23:40:10.766Z] --- PASS: TestSecretCreateError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestSecretCreate [2021-06-15T23:40:10.766Z] --- PASS: TestSecretCreate (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestSecretInspectUnsupported [2021-06-15T23:40:10.766Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestSecretInspectError [2021-06-15T23:40:10.766Z] --- PASS: TestSecretInspectError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestSecretInspectSecretNotFound [2021-06-15T23:40:10.766Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestSecretInspectWithEmptyID [2021-06-15T23:40:10.766Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestSecretInspect [2021-06-15T23:40:10.766Z] --- PASS: TestSecretInspect (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestSecretListUnsupported [2021-06-15T23:40:10.766Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestSecretListError [2021-06-15T23:40:10.766Z] --- PASS: TestSecretListError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestSecretList [2021-06-15T23:40:10.766Z] --- PASS: TestSecretList (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestSecretRemoveUnsupported [2021-06-15T23:40:10.766Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestSecretRemoveError [2021-06-15T23:40:10.766Z] --- PASS: TestSecretRemoveError (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestSecretRemove [2021-06-15T23:40:10.766Z] --- PASS: TestSecretRemove (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestSecretUpdateUnsupported [2021-06-15T23:40:10.766Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-06-15T23:40:10.766Z] === RUN TestSecretUpdateError [2021-06-15T23:40:10.767Z] --- PASS: TestSecretUpdateError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestSecretUpdate [2021-06-15T23:40:10.767Z] --- PASS: TestSecretUpdate (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestServiceCreateError [2021-06-15T23:40:10.767Z] --- PASS: TestServiceCreateError (0.02s) [2021-06-15T23:40:10.767Z] === RUN TestServiceCreate [2021-06-15T23:40:10.767Z] --- PASS: TestServiceCreate (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestServiceCreateCompatiblePlatforms [2021-06-15T23:40:10.767Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestServiceCreateDigestPinning [2021-06-15T23:40:10.767Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestServiceInspectError [2021-06-15T23:40:10.767Z] --- PASS: TestServiceInspectError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestServiceInspectServiceNotFound [2021-06-15T23:40:10.767Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestServiceInspectWithEmptyID [2021-06-15T23:40:10.767Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestServiceInspect [2021-06-15T23:40:10.767Z] --- PASS: TestServiceInspect (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestServiceListError [2021-06-15T23:40:10.767Z] --- PASS: TestServiceListError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestServiceList [2021-06-15T23:40:10.767Z] --- PASS: TestServiceList (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestServiceLogsError [2021-06-15T23:40:10.767Z] --- PASS: TestServiceLogsError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestServiceLogs [2021-06-15T23:40:10.767Z] --- PASS: TestServiceLogs (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestServiceRemoveError [2021-06-15T23:40:10.767Z] --- PASS: TestServiceRemoveError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestServiceRemoveNotFoundError [2021-06-15T23:40:10.767Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestServiceRemove [2021-06-15T23:40:10.767Z] --- PASS: TestServiceRemove (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestServiceUpdateError [2021-06-15T23:40:10.767Z] --- PASS: TestServiceUpdateError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestServiceUpdate [2021-06-15T23:40:10.767Z] --- PASS: TestServiceUpdate (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestSwarmGetUnlockKeyError [2021-06-15T23:40:10.767Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestSwarmGetUnlockKey [2021-06-15T23:40:10.767Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestSwarmInitError [2021-06-15T23:40:10.767Z] --- PASS: TestSwarmInitError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestSwarmInit [2021-06-15T23:40:10.767Z] --- PASS: TestSwarmInit (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestSwarmInspectError [2021-06-15T23:40:10.767Z] --- PASS: TestSwarmInspectError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestSwarmInspect [2021-06-15T23:40:10.767Z] --- PASS: TestSwarmInspect (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestSwarmJoinError [2021-06-15T23:40:10.767Z] --- PASS: TestSwarmJoinError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestSwarmJoin [2021-06-15T23:40:10.767Z] --- PASS: TestSwarmJoin (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestSwarmLeaveError [2021-06-15T23:40:10.767Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestSwarmLeave [2021-06-15T23:40:10.767Z] --- PASS: TestSwarmLeave (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestSwarmUnlockError [2021-06-15T23:40:10.767Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestSwarmUnlock [2021-06-15T23:40:10.767Z] --- PASS: TestSwarmUnlock (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestSwarmUpdateError [2021-06-15T23:40:10.767Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestSwarmUpdate [2021-06-15T23:40:10.767Z] --- PASS: TestSwarmUpdate (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestTaskInspectError [2021-06-15T23:40:10.767Z] --- PASS: TestTaskInspectError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestTaskInspectWithEmptyID [2021-06-15T23:40:10.767Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestTaskInspect [2021-06-15T23:40:10.767Z] --- PASS: TestTaskInspect (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestTaskListError [2021-06-15T23:40:10.767Z] --- PASS: TestTaskListError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestTaskList [2021-06-15T23:40:10.767Z] --- PASS: TestTaskList (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestVolumeCreateError [2021-06-15T23:40:10.767Z] --- PASS: TestVolumeCreateError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestVolumeCreate [2021-06-15T23:40:10.767Z] --- PASS: TestVolumeCreate (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestVolumeInspectError [2021-06-15T23:40:10.767Z] --- PASS: TestVolumeInspectError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestVolumeInspectNotFound [2021-06-15T23:40:10.767Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestVolumeInspectWithEmptyID [2021-06-15T23:40:10.767Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestVolumeInspect [2021-06-15T23:40:10.767Z] --- PASS: TestVolumeInspect (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestVolumeListError [2021-06-15T23:40:10.767Z] --- PASS: TestVolumeListError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestVolumeList [2021-06-15T23:40:10.767Z] --- PASS: TestVolumeList (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestVolumeRemoveError [2021-06-15T23:40:10.767Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-06-15T23:40:10.767Z] === RUN TestVolumeRemove [2021-06-15T23:40:10.767Z] --- PASS: TestVolumeRemove (0.00s) [2021-06-15T23:40:10.767Z] === CONT TestTLSCloseWriter [2021-06-15T23:40:10.767Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-06-15T23:40:10.767Z] PASS [2021-06-15T23:40:10.767Z] coverage: 74.9% of statements [2021-06-15T23:40:10.767Z] ok github.com/docker/docker/client 0.427s coverage: 74.9% of statements [2021-06-15T23:40:10.947Z] time="2021-06-15T23:40:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10037" [2021-06-15T23:40:10.947Z] time="2021-06-15T23:40:08Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49377" [2021-06-15T23:40:11.918Z] --- PASS: TestServiceUpdateNetwork (13.30s) [2021-06-15T23:40:11.918Z] === RUN TestServiceUpdatePidsLimit [2021-06-15T23:40:11.918Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-06-15T23:40:12.406Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-06-15T23:40:12.406Z] [2021-06-15T23:40:12.406Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-06-15T23:40:12.406Z] Installing docker-proxy to /usr/local/bin/ [2021-06-15T23:40:12.406Z] [2021-06-15T23:40:12.406Z] + mkdir -p bundles [2021-06-15T23:40:12.406Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/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/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/client github.com/docker/docker/libnetwork/client/mflag github.com/docker/docker/libnetwork/client/mflag/example github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/dnet github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/proxy github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/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/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback 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/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-06-15T23:40:12.973Z] ? github.com/docker/docker/api [no test files] [2021-06-15T23:40:13.281Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-06-15T23:40:15.158Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-06-15T23:40:17.047Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-06-15T23:40:17.848Z] --- PASS: TestDaemonDNSFallback (7.19s) [2021-06-15T23:40:17.848Z] === RUN TestInspectNetwork [2021-06-15T23:40:17.975Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-06-15T23:40:21.157Z] === RUN TestInspectNetwork/full_network_id [2021-06-15T23:40:21.157Z] === RUN TestInspectNetwork/partial_network_id [2021-06-15T23:40:21.157Z] === RUN TestInspectNetwork/network_name [2021-06-15T23:40:21.157Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-06-15T23:40:21.357Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-06-15T23:40:22.146Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-06-15T23:40:25.365Z] --- PASS: TestInspectNetwork (8.71s) [2021-06-15T23:40:25.365Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-06-15T23:40:25.365Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-06-15T23:40:25.365Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-06-15T23:40:25.365Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-06-15T23:40:25.365Z] === RUN TestRunContainerWithBridgeNone [2021-06-15T23:40:27.854Z] ok github.com/docker/docker/api/server 0.005s coverage: 9.0% of statements [2021-06-15T23:40:27.888Z] --- PASS: TestServiceUpdatePidsLimit (17.20s) [2021-06-15T23:40:27.888Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.13s) [2021-06-15T23:40:27.888Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.10s) [2021-06-15T23:40:27.888Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.10s) [2021-06-15T23:40:27.888Z] PASS [2021-06-15T23:40:27.888Z] [2021-06-15T23:40:27.888Z] === Skipped [2021-06-15T23:40:27.888Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-15T23:40:27.888Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-15T23:40:27.888Z] [2021-06-15T23:40:27.888Z] [2021-06-15T23:40:27.888Z] DONE 27 tests, 1 skipped in 180.097s [2021-06-15T23:40:27.888Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-15T23:40:27.888Z] INFO: Testing against a local daemon [2021-06-15T23:40:27.888Z] === RUN TestSessionCreate [2021-06-15T23:40:27.888Z] --- PASS: TestSessionCreate (0.03s) [2021-06-15T23:40:27.888Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-15T23:40:27.888Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-06-15T23:40:27.888Z] PASS [2021-06-15T23:40:27.888Z] [2021-06-15T23:40:27.888Z] DONE 2 tests in 0.082s [2021-06-15T23:40:27.888Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-15T23:40:27.888Z] INFO: Testing against a local daemon [2021-06-15T23:40:27.888Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-15T23:40:27.888Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-06-15T23:40:27.888Z] === RUN TestEventsExecDie [2021-06-15T23:40:28.490Z] --- PASS: TestCheckoutGit (32.39s) [2021-06-15T23:40:28.490Z] === RUN TestValidGitTransport [2021-06-15T23:40:28.490Z] --- PASS: TestValidGitTransport (0.00s) [2021-06-15T23:40:28.490Z] === RUN TestGitInvalidRef [2021-06-15T23:40:28.490Z] --- PASS: TestGitInvalidRef (0.22s) [2021-06-15T23:40:28.490Z] PASS [2021-06-15T23:40:28.490Z] coverage: 86.3% of statements [2021-06-15T23:40:28.490Z] ok github.com/docker/docker/builder/remotecontext/git 32.699s coverage: 86.3% of statements [2021-06-15T23:40:28.490Z] ? github.com/docker/docker/cli [no test files] [2021-06-15T23:40:28.490Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-15T23:40:28.670Z] --- PASS: TestRunContainerWithBridgeNone (3.17s) [2021-06-15T23:40:28.670Z] === RUN TestNetworkInvalidJSON [2021-06-15T23:40:28.670Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-15T23:40:28.670Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-15T23:40:28.670Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-15T23:40:28.670Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-15T23:40:28.670Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-15T23:40:28.670Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-15T23:40:28.670Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-15T23:40:28.670Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-15T23:40:28.670Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-15T23:40:28.670Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-06-15T23:40:28.670Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-15T23:40:28.670Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-15T23:40:28.670Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-15T23:40:28.670Z] === RUN TestNetworkList [2021-06-15T23:40:28.670Z] === RUN TestNetworkList//networks [2021-06-15T23:40:28.670Z] === PAUSE TestNetworkList//networks [2021-06-15T23:40:28.670Z] === RUN TestNetworkList//networks/ [2021-06-15T23:40:28.670Z] === PAUSE TestNetworkList//networks/ [2021-06-15T23:40:28.670Z] === CONT TestNetworkList//networks [2021-06-15T23:40:28.670Z] === CONT TestNetworkList//networks/ [2021-06-15T23:40:28.670Z] --- PASS: TestNetworkList (0.03s) [2021-06-15T23:40:28.670Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-15T23:40:28.670Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-15T23:40:28.670Z] === RUN TestHostIPv4BridgeLabel [2021-06-15T23:40:29.243Z] --- PASS: TestHostIPv4BridgeLabel (0.82s) [2021-06-15T23:40:29.243Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-15T23:40:29.253Z] --- PASS: TestEventsExecDie (1.07s) [2021-06-15T23:40:29.253Z] === RUN TestEventsBackwardsCompatible [2021-06-15T23:40:29.253Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-06-15T23:40:29.253Z] === RUN TestEventsVolumeCreate [2021-06-15T23:40:29.253Z] --- PASS: TestEventsVolumeCreate (0.06s) [2021-06-15T23:40:29.253Z] === RUN TestInfoBinaryCommits [2021-06-15T23:40:29.253Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-06-15T23:40:29.253Z] === RUN TestInfoAPIVersioned [2021-06-15T23:40:29.253Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-15T23:40:29.253Z] === RUN TestInfoDiscoveryBackend [2021-06-15T23:40:29.813Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-06-15T23:40:29.813Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-15T23:40:30.230Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-06-15T23:40:30.632Z] --- PASS: TestDaemonRestartWithLiveRestore (1.38s) [2021-06-15T23:40:30.632Z] === RUN TestDaemonDefaultNetworkPools [2021-06-15T23:40:30.739Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-06-15T23:40:30.739Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-15T23:40:31.300Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-06-15T23:40:31.300Z] === RUN TestInfoAPI [2021-06-15T23:40:31.300Z] --- PASS: TestInfoAPI (0.02s) [2021-06-15T23:40:31.300Z] === RUN TestInfoAPIWarnings [2021-06-15T23:40:32.021Z] --- PASS: TestDaemonDefaultNetworkPools (1.16s) [2021-06-15T23:40:32.021Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-15T23:40:33.498Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-06-15T23:40:33.938Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.87s) [2021-06-15T23:40:33.938Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-15T23:40:34.307Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-06-15T23:40:34.307Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-06-15T23:40:34.307Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-06-15T23:40:34.307Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-06-15T23:40:34.307Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-06-15T23:40:34.307Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-06-15T23:40:34.307Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-06-15T23:40:34.307Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-06-15T23:40:34.307Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-06-15T23:40:34.307Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-06-15T23:40:34.307Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-06-15T23:40:34.307Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-06-15T23:40:34.307Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-06-15T23:40:34.307Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2021-06-15T23:40:34.307Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-06-15T23:40:34.307Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-06-15T23:40:34.307Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-06-15T23:40:34.307Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-06-15T23:40:34.307Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-06-15T23:40:34.307Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-06-15T23:40:34.307Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-06-15T23:40:34.307Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-06-15T23:40:34.307Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-06-15T23:40:34.307Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-06-15T23:40:34.307Z] === RUN TestConfigureDaemonLogs [2021-06-15T23:40:34.307Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-06-15T23:40:34.307Z] === RUN TestCommonOptionsInstallFlags [2021-06-15T23:40:34.307Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-06-15T23:40:34.307Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-06-15T23:40:34.307Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-06-15T23:40:34.307Z] PASS [2021-06-15T23:40:34.307Z] coverage: 18.4% of statements [2021-06-15T23:40:34.307Z] ok github.com/docker/docker/cmd/dockerd 0.297s coverage: 18.4% of statements [2021-06-15T23:40:35.851Z] === RUN TestContainerStopSignal [2021-06-15T23:40:35.852Z] --- PASS: TestContainerStopSignal (0.00s) [2021-06-15T23:40:35.852Z] === RUN TestContainerStopTimeout [2021-06-15T23:40:35.852Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-06-15T23:40:35.852Z] === RUN TestContainerSecretReferenceDestTarget [2021-06-15T23:40:35.852Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-06-15T23:40:35.852Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-06-15T23:40:35.852Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-06-15T23:40:35.852Z] === RUN TestContainerLogPathSetForRingLogger [2021-06-15T23:40:35.852Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-06-15T23:40:35.852Z] === RUN TestReplaceAndAppendEnvVars [2021-06-15T23:40:35.852Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-06-15T23:40:35.852Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-06-15T23:40:35.852Z] === RUN TestNewMemoryStore [2021-06-15T23:40:35.852Z] --- PASS: TestNewMemoryStore (0.00s) [2021-06-15T23:40:35.852Z] === RUN TestAddContainers [2021-06-15T23:40:35.852Z] --- PASS: TestAddContainers (0.00s) [2021-06-15T23:40:35.852Z] === RUN TestGetContainer [2021-06-15T23:40:35.852Z] --- PASS: TestGetContainer (0.00s) [2021-06-15T23:40:35.852Z] === RUN TestDeleteContainer [2021-06-15T23:40:35.852Z] --- PASS: TestDeleteContainer (0.00s) [2021-06-15T23:40:35.852Z] === RUN TestListContainers [2021-06-15T23:40:35.852Z] --- PASS: TestListContainers (0.00s) [2021-06-15T23:40:35.852Z] === RUN TestFirstContainer [2021-06-15T23:40:35.852Z] --- PASS: TestFirstContainer (0.00s) [2021-06-15T23:40:35.852Z] === RUN TestApplyAllContainer [2021-06-15T23:40:35.852Z] --- PASS: TestApplyAllContainer (0.00s) [2021-06-15T23:40:35.852Z] === RUN TestIsValidHealthString [2021-06-15T23:40:35.852Z] --- PASS: TestIsValidHealthString (0.00s) [2021-06-15T23:40:35.852Z] === RUN TestStateRunStop [2021-06-15T23:40:35.852Z] --- PASS: TestStateRunStop (0.00s) [2021-06-15T23:40:35.852Z] === RUN TestStateTimeoutWait [2021-06-15T23:40:35.852Z] --- PASS: TestStateTimeoutWait (0.15s) [2021-06-15T23:40:35.852Z] state_test.go:141: Stop callback fired [2021-06-15T23:40:35.852Z] state_test.go:165: Stop callback fired [2021-06-15T23:40:35.852Z] === RUN TestIsValidStateString [2021-06-15T23:40:35.852Z] --- PASS: TestIsValidStateString (0.00s) [2021-06-15T23:40:35.852Z] === RUN TestViewSaveDelete [2021-06-15T23:40:35.852Z] --- PASS: TestViewSaveDelete (0.02s) [2021-06-15T23:40:35.852Z] === RUN TestViewAll [2021-06-15T23:40:35.852Z] --- PASS: TestViewAll (0.02s) [2021-06-15T23:40:35.852Z] === RUN TestViewGet [2021-06-15T23:40:35.852Z] --- PASS: TestViewGet (0.01s) [2021-06-15T23:40:35.852Z] === RUN TestNames [2021-06-15T23:40:35.852Z] --- PASS: TestNames (0.00s) [2021-06-15T23:40:35.852Z] === RUN TestViewWithHealthCheck [2021-06-15T23:40:35.852Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-06-15T23:40:35.852Z] PASS [2021-06-15T23:40:35.852Z] coverage: 41.5% of statements [2021-06-15T23:40:35.852Z] ok github.com/docker/docker/container 0.352s coverage: 41.5% of statements [2021-06-15T23:40:35.852Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-15T23:40:35.852Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-15T23:40:35.852Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-15T23:40:35.852Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-15T23:40:36.014Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-06-15T23:40:36.106Z] time="2021-06-15T23:40:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10036" [2021-06-15T23:40:36.106Z] time="2021-06-15T23:40:32Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49378" [2021-06-15T23:40:36.488Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.38s) [2021-06-15T23:40:36.488Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-15T23:40:36.749Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.73s) [2021-06-15T23:40:36.749Z] === RUN TestServiceWithPredefinedNetwork [2021-06-15T23:40:38.041Z] === RUN TestPrepare [2021-06-15T23:40:38.041Z] --- PASS: TestPrepare (0.00s) [2021-06-15T23:40:38.041Z] === RUN TestStart [2021-06-15T23:40:38.041Z] --- PASS: TestStart (0.00s) [2021-06-15T23:40:38.041Z] === RUN TestWaitCancel [2021-06-15T23:40:38.041Z] --- PASS: TestWaitCancel (0.00s) [2021-06-15T23:40:38.041Z] === RUN TestWaitDisabled [2021-06-15T23:40:38.041Z] --- PASS: TestWaitDisabled (0.00s) [2021-06-15T23:40:38.041Z] === RUN TestWaitEnabled [2021-06-15T23:40:38.041Z] --- PASS: TestWaitEnabled (0.00s) [2021-06-15T23:40:38.041Z] === RUN TestRemove [2021-06-15T23:40:38.041Z] --- PASS: TestRemove (0.00s) [2021-06-15T23:40:38.041Z] PASS [2021-06-15T23:40:38.041Z] coverage: 65.3% of statements [2021-06-15T23:40:38.041Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.161s coverage: 65.3% of statements [2021-06-15T23:40:38.286Z] time="2021-06-15T23:40:37Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.196.95:10033 172.26.196.95:10034 172.26.196.95:10035]" [2021-06-15T23:40:38.746Z] time="2021-06-15T23:40:38Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.196.95:10033 172.26.196.95:10034 172.26.196.95:10035]" [2021-06-15T23:40:38.746Z] time="2021-06-15T23:40:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10037" [2021-06-15T23:40:38.746Z] time="2021-06-15T23:40:38Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49379" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10033" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49380" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 4a9330c27148/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 4a9330c27148/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, is the new incarnation of the shutdown node 5d56cb795097/172.26.196.95" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49381" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10034" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 4a9330c27148/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 4a9330c27148/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node bf993afaeecc/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node bf993afaeecc/172.26.196.95, is the new incarnation of the shutdown node 9502380a8491/172.26.196.95" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node bf993afaeecc/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49382" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10035" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node bf993afaeecc/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node bf993afaeecc/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 4a9330c27148/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 4a9330c27148/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 49ade23f5a85/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 49ade23f5a85/172.26.196.95, is the new incarnation of the shutdown node e24035a5427d/172.26.196.95" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 49ade23f5a85/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node bf993afaeecc/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node bf993afaeecc/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 49ade23f5a85/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 49ade23f5a85/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 49ade23f5a85/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:38Z" level=info msg="Node 49ade23f5a85/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:39Z" level=info msg="Node 49ade23f5a85/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:39Z" level=info msg="Node 49ade23f5a85/172.26.196.95, is the new incarnation of the shutdown node e24035a5427d/172.26.196.95" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:39Z" level=info msg="Node 49ade23f5a85/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.205Z] time="2021-06-15T23:40:39Z" level=info msg="Node bf993afaeecc/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.206Z] time="2021-06-15T23:40:39Z" level=info msg="Node bf993afaeecc/172.26.196.95, is the new incarnation of the shutdown node 9502380a8491/172.26.196.95" [2021-06-15T23:40:39.206Z] time="2021-06-15T23:40:39Z" level=info msg="Node bf993afaeecc/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.206Z] time="2021-06-15T23:40:39Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, joined gossip cluster" [2021-06-15T23:40:39.206Z] time="2021-06-15T23:40:39Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, is the new incarnation of the shutdown node 5d56cb795097/172.26.196.95" [2021-06-15T23:40:39.206Z] time="2021-06-15T23:40:39Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, added to nodes list" [2021-06-15T23:40:39.668Z] time="2021-06-15T23:40:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10033" [2021-06-15T23:40:39.668Z] time="2021-06-15T23:40:39Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49383" [2021-06-15T23:40:39.668Z] time="2021-06-15T23:40:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10034" [2021-06-15T23:40:39.668Z] time="2021-06-15T23:40:39Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49384" [2021-06-15T23:40:39.668Z] time="2021-06-15T23:40:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10035" [2021-06-15T23:40:39.668Z] time="2021-06-15T23:40:39Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49385" [2021-06-15T23:40:40.056Z] --- PASS: TestServiceWithPredefinedNetwork (3.03s) [2021-06-15T23:40:40.056Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-15T23:40:40.056Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-15T23:40:40.056Z] service_test.go:242: FLAKY_TEST [2021-06-15T23:40:40.056Z] === RUN TestServiceWithDataPathPortInit [2021-06-15T23:40:40.181Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-06-15T23:40:40.181Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-06-15T23:40:40.181Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-06-15T23:40:40.638Z] time="2021-06-15T23:40:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10037" [2021-06-15T23:40:40.638Z] time="2021-06-15T23:40:40Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49386" [2021-06-15T23:40:40.638Z] 2021/06/15 23:40:40 Closing DB instances... [2021-06-15T23:40:40.744Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-06-15T23:40:40.744Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-06-15T23:40:40.967Z] === RUN TestNewListSecretsFilters [2021-06-15T23:40:40.967Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-06-15T23:40:40.967Z] === RUN TestNewListConfigsFilters [2021-06-15T23:40:40.967Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-06-15T23:40:40.967Z] PASS [2021-06-15T23:40:40.967Z] coverage: 0.5% of statements [2021-06-15T23:40:40.967Z] ok github.com/docker/docker/daemon/cluster 0.472s coverage: 0.5% of statements [2021-06-15T23:40:40.967Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-06-15T23:40:40.967Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCIsolation [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertFromGRPCIsolation [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-06-15T23:40:40.967Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-15T23:40:40.967Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-15T23:40:40.968Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-15T23:40:40.968Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-06-15T23:40:40.968Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-06-15T23:40:40.968Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-06-15T23:40:40.968Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-06-15T23:40:40.968Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-06-15T23:40:40.968Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-06-15T23:40:41.098Z] time="2021-06-15T23:40:40Z" level=info msg="Node 30b106b2dbb7 change state NodeActive --> NodeLeft" [2021-06-15T23:40:41.098Z] time="2021-06-15T23:40:40Z" level=info msg="node5(9cdff1e55f0c): Node leave event for 30b106b2dbb7/172.26.196.95" [2021-06-15T23:40:41.098Z] time="2021-06-15T23:40:40Z" level=info msg="Node 30b106b2dbb7 change state NodeActive --> NodeLeft" [2021-06-15T23:40:41.098Z] time="2021-06-15T23:40:40Z" level=info msg="node2(bf993afaeecc): Node leave event for 30b106b2dbb7/172.26.196.95" [2021-06-15T23:40:41.098Z] time="2021-06-15T23:40:40Z" level=info msg="Node 30b106b2dbb7 change state NodeActive --> NodeLeft" [2021-06-15T23:40:41.098Z] time="2021-06-15T23:40:40Z" level=info msg="node3(49ade23f5a85): Node leave event for 30b106b2dbb7/172.26.196.95" [2021-06-15T23:40:41.098Z] time="2021-06-15T23:40:40Z" level=info msg="Node 30b106b2dbb7 change state NodeActive --> NodeLeft" [2021-06-15T23:40:41.098Z] time="2021-06-15T23:40:40Z" level=info msg="Node 30b106b2dbb7 change state NodeActive --> NodeLeft" [2021-06-15T23:40:41.098Z] time="2021-06-15T23:40:40Z" level=info msg="node4(4a9330c27148): Node leave event for 30b106b2dbb7/172.26.196.95" [2021-06-15T23:40:41.098Z] time="2021-06-15T23:40:40Z" level=info msg="node1(30b106b2dbb7): Node leave event for 30b106b2dbb7/172.26.196.95" [2021-06-15T23:40:41.098Z] time="2021-06-15T23:40:40Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, left gossip cluster" [2021-06-15T23:40:41.098Z] time="2021-06-15T23:40:40Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, left gossip cluster" [2021-06-15T23:40:41.098Z] time="2021-06-15T23:40:40Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, left gossip cluster" [2021-06-15T23:40:41.098Z] time="2021-06-15T23:40:40Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, left gossip cluster" [2021-06-15T23:40:41.098Z] time="2021-06-15T23:40:40Z" level=info msg="Node 30b106b2dbb7/172.26.196.95, left gossip cluster" [2021-06-15T23:40:41.429Z] === RUN TestServiceConvertFromGRPCConfigs [2021-06-15T23:40:41.430Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-06-15T23:40:41.430Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-06-15T23:40:41.430Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-06-15T23:40:41.430Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-06-15T23:40:41.430Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-06-15T23:40:41.430Z] === RUN TestServiceConvertToGRPCConfigs [2021-06-15T23:40:41.430Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-06-15T23:40:41.430Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-06-15T23:40:41.430Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-06-15T23:40:41.430Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-06-15T23:40:41.430Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-06-15T23:40:41.430Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-06-15T23:40:41.430Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-06-15T23:40:41.430Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-06-15T23:40:41.430Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-06-15T23:40:41.430Z] PASS [2021-06-15T23:40:41.430Z] coverage: 35.9% of statements [2021-06-15T23:40:41.430Z] ok github.com/docker/docker/daemon/cluster/convert 0.570s coverage: 35.9% of statements [2021-06-15T23:40:41.558Z] time="2021-06-15T23:40:41Z" level=info msg="Node bf993afaeecc change state NodeActive --> NodeLeft" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=info msg="node4(4a9330c27148): Node leave event for bf993afaeecc/172.26.196.95" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=info msg="Node bf993afaeecc change state NodeActive --> NodeLeft" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=info msg="node5(9cdff1e55f0c): Node leave event for bf993afaeecc/172.26.196.95" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=info msg="Node bf993afaeecc change state NodeActive --> NodeLeft" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=info msg="node3(49ade23f5a85): Node leave event for bf993afaeecc/172.26.196.95" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=info msg="Node bf993afaeecc change state NodeActive --> NodeLeft" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=info msg="node2(bf993afaeecc): Node leave event for bf993afaeecc/172.26.196.95" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=info msg="Node bf993afaeecc/172.26.196.95, left gossip cluster" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=info msg="Node bf993afaeecc/172.26.196.95, left gossip cluster" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=info msg="Node bf993afaeecc/172.26.196.95, left gossip cluster" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=info msg="Node bf993afaeecc/172.26.196.95, left gossip cluster" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.196.95:10035" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49387" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=error msg="node: bf993afaeecc is unknown to memberlist" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=info msg="Node 49ade23f5a85 change state NodeActive --> NodeLeft" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=info msg="node5(9cdff1e55f0c): Node leave event for 49ade23f5a85/172.26.196.95" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=info msg="Node 49ade23f5a85/172.26.196.95, left gossip cluster" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=info msg="Node 49ade23f5a85 change state NodeActive --> NodeFailed" [2021-06-15T23:40:41.559Z] time="2021-06-15T23:40:41Z" level=info msg="Node 49ade23f5a85/172.26.196.95, added to failed nodes list" [2021-06-15T23:40:42.020Z] time="2021-06-15T23:40:41Z" level=info msg="Node 49ade23f5a85 change state NodeActive --> NodeLeft" [2021-06-15T23:40:42.020Z] time="2021-06-15T23:40:41Z" level=info msg="node4(4a9330c27148): Node leave event for 49ade23f5a85/172.26.196.95" [2021-06-15T23:40:42.020Z] time="2021-06-15T23:40:41Z" level=info msg="Node 49ade23f5a85/172.26.196.95, left gossip cluster" [2021-06-15T23:40:42.020Z] time="2021-06-15T23:40:41Z" level=info msg="Node 49ade23f5a85/172.26.196.95, left gossip cluster" [2021-06-15T23:40:42.020Z] time="2021-06-15T23:40:41Z" level=debug msg="memberlist: Failed ping: 4a9330c27148 (timeout reached)" [2021-06-15T23:40:42.020Z] time="2021-06-15T23:40:41Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.26.196.95:10037: use of closed network connection" [2021-06-15T23:40:42.020Z] time="2021-06-15T23:40:41Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.26.196.95:10035: use of closed network connection" [2021-06-15T23:40:42.020Z] time="2021-06-15T23:40:41Z" level=debug msg="memberlist: Stream connection from=172.26.196.95:49388" [2021-06-15T23:40:42.480Z] time="2021-06-15T23:40:42Z" level=info msg="Node 4a9330c27148 change state NodeActive --> NodeLeft" [2021-06-15T23:40:42.480Z] time="2021-06-15T23:40:42Z" level=info msg="node5(9cdff1e55f0c): Node leave event for 4a9330c27148/172.26.196.95" [2021-06-15T23:40:42.480Z] time="2021-06-15T23:40:42Z" level=info msg="Node 4a9330c27148 change state NodeActive --> NodeLeft" [2021-06-15T23:40:42.480Z] time="2021-06-15T23:40:42Z" level=info msg="node4(4a9330c27148): Node leave event for 4a9330c27148/172.26.196.95" [2021-06-15T23:40:42.480Z] time="2021-06-15T23:40:42Z" level=info msg="Node 4a9330c27148/172.26.196.95, left gossip cluster" [2021-06-15T23:40:42.480Z] time="2021-06-15T23:40:42Z" level=info msg="Node 4a9330c27148/172.26.196.95, left gossip cluster" [2021-06-15T23:40:42.941Z] time="2021-06-15T23:40:42Z" level=warning msg="memberlist: Was able to connect to 4a9330c27148 but other probes failed, network may be misconfigured" [2021-06-15T23:40:42.941Z] time="2021-06-15T23:40:42Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, left gossip cluster" [2021-06-15T23:40:42.941Z] time="2021-06-15T23:40:42Z" level=info msg="Node 9cdff1e55f0c change state NodeActive --> NodeFailed" [2021-06-15T23:40:42.941Z] time="2021-06-15T23:40:42Z" level=info msg="Node 9cdff1e55f0c/172.26.196.95, added to failed nodes list" [2021-06-15T23:40:42.941Z] --- PASS: TestNetworkDBIslands (65.85s) [2021-06-15T23:40:42.941Z] networkdb_test.go:834: Re-joining: 3 [2021-06-15T23:40:42.941Z] networkdb_test.go:834: Re-joining: 4 [2021-06-15T23:40:42.941Z] networkdb_test.go:866: node4: OK [2021-06-15T23:40:42.941Z] networkdb_test.go:866: node5: OK [2021-06-15T23:40:42.941Z] PASS [2021-06-15T23:40:42.941Z] coverage: 60.5% of statements [2021-06-15T23:40:42.941Z] ok github.com/docker/docker/libnetwork/networkdb 156.537s coverage: 60.5% of statements [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/libnetwork/portmapper [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/libnetwork/resolvconf [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-15T23:40:42.941Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/quota [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/rootless [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/volume [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-15T23:40:42.942Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === Skipped [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-06-15T23:40:45.859Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-06-15T23:40:45.859Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-06-15T23:40:45.859Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-06-15T23:40:45.859Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-06-15T23:40:45.859Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-06-15T23:40:45.859Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-06-15T23:40:45.859Z] daemon_test.go:147: root required [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-15T23:40:45.859Z] reload_test.go:520: root required [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2021-06-15T23:40:45.859Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-15T23:40:45.859Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-06-15T23:40:45.859Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-06-15T23:40:45.859Z] download_test.go:268: Needs fixing on Windows [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-06-15T23:40:45.859Z] layer_test.go:304: Failing on Windows [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-06-15T23:40:45.859Z] layer_test.go:353: Failing on Windows [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-06-15T23:40:45.859Z] layer_test.go:468: Failing on Windows [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-06-15T23:40:45.859Z] layer_test.go:697: Failing on Windows [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-06-15T23:40:45.859Z] migration_test.go:46: Failing on Windows [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-06-15T23:40:45.859Z] migration_test.go:182: Failing on Windows [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-06-15T23:40:45.859Z] mount_test.go:17: Failing on Windows [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-06-15T23:40:45.859Z] mount_test.go:76: Failing on Windows [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-06-15T23:40:45.859Z] mount_test.go:125: Failing on Windows [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-06-15T23:40:45.859Z] mount_test.go:212: Failing on Windows [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2021-06-15T23:40:45.859Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2021-06-15T23:40:45.859Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2021-06-15T23:40:45.859Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-06-15T23:40:45.859Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-06-15T23:40:45.859Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-06-15T23:40:45.859Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-06-15T23:40:45.859Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-06-15T23:40:45.859Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-06-15T23:40:45.859Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-06-15T23:40:45.859Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestTCP6Proxy (0.00s) [2021-06-15T23:40:45.859Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestTCPDualStackProxy (0.00s) [2021-06-15T23:40:45.859Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestUDP6Proxy (0.00s) [2021-06-15T23:40:45.859Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestSCTP4Proxy (0.01s) [2021-06-15T23:40:45.859Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestSCTP6Proxy (0.00s) [2021-06-15T23:40:45.859Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-06-15T23:40:45.859Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-06-15T23:40:45.859Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-06-15T23:40:45.859Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-06-15T23:40:45.859Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-06-15T23:40:45.859Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:40:45.859Z] [2021-06-15T23:40:45.859Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-06-15T23:40:45.859Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-06-15T23:40:45.860Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-06-15T23:40:45.860Z] archive_test.go:134: Xz not present in msys2 [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-06-15T23:40:45.860Z] archive_test.go:239: Failing on Windows CI machines [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-06-15T23:40:45.860Z] archive_windows_test.go:16: Currently fails [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-06-15T23:40:45.860Z] changes_test.go:196: needs more investigation [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-06-15T23:40:45.860Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-06-15T23:40:45.860Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-06-15T23:40:45.860Z] changes_test.go:433: needs further investigation [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-06-15T23:40:45.860Z] changes_test.go:469: needs further investigation [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-06-15T23:40:45.860Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-15T23:40:45.860Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-06-15T23:40:45.860Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-06-15T23:40:45.860Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-06-15T23:40:45.860Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-06-15T23:40:45.860Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-15T23:40:45.860Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-15T23:40:45.860Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-06-15T23:40:45.860Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-06-15T23:40:45.860Z] poller_test.go:41: No chmod on Windows [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-15T23:40:45.860Z] fileutils_test.go:134: Needs porting to Windows [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-15T23:40:45.860Z] fileutils_test.go:180: Needs porting to Windows [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2021-06-15T23:40:45.860Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2021-06-15T23:40:45.860Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-06-15T23:40:45.860Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-06-15T23:40:45.860Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-06-15T23:40:45.860Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] [2021-06-15T23:40:45.860Z] DONE 2054 tests, 69 skipped in 350.842s [2021-06-15T23:40:45.860Z] INFO: make.ps1 ended at 06/15/2021 23:40:45 [2021-06-15T23:40:46.137Z] === RUN TestBuilderGC [2021-06-15T23:40:46.137Z] --- PASS: TestBuilderGC (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestDaemonConfigurationNotFound [2021-06-15T23:40:46.137Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestDaemonBrokenConfiguration [2021-06-15T23:40:46.137Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestParseClusterAdvertiseSettings [2021-06-15T23:40:46.137Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestFindConfigurationConflicts [2021-06-15T23:40:46.137Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-06-15T23:40:46.137Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestDaemonConfigurationMergeConflicts [2021-06-15T23:40:46.137Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-06-15T23:40:46.137Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-06-15T23:40:46.137Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-06-15T23:40:46.137Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-06-15T23:40:46.137Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-06-15T23:40:46.137Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-06-15T23:40:46.137Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-06-15T23:40:46.137Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-06-15T23:40:46.137Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-06-15T23:40:46.137Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestValidateConfigurationErrors [2021-06-15T23:40:46.137Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-06-15T23:40:46.137Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-06-15T23:40:46.137Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-06-15T23:40:46.137Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-06-15T23:40:46.137Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-06-15T23:40:46.137Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-06-15T23:40:46.137Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-06-15T23:40:46.137Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-06-15T23:40:46.137Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-06-15T23:40:46.137Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-06-15T23:40:46.137Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-06-15T23:40:46.137Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestDiscoveryOptsErrors [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestValidateConfiguration [2021-06-15T23:40:46.137Z] === RUN TestValidateConfiguration/with_label [2021-06-15T23:40:46.137Z] === RUN TestValidateConfiguration/with_dns [2021-06-15T23:40:46.137Z] === RUN TestValidateConfiguration/with_dns-search [2021-06-15T23:40:46.137Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-06-15T23:40:46.137Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-06-15T23:40:46.137Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-06-15T23:40:46.137Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-06-15T23:40:46.137Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfiguration (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-06-15T23:40:46.137Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestModifiedDiscoverySettings [2021-06-15T23:40:46.137Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestReloadSetConfigFileNotExist [2021-06-15T23:40:46.137Z] === RUN TestDiscoveryOpts [2021-06-15T23:40:46.137Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-06-15T23:40:46.137Z] PASS [2021-06-15T23:40:46.137Z] coverage: 30.0% of statements [2021-06-15T23:40:46.137Z] ok github.com/docker/docker/daemon/discovery 0.113s coverage: 30.0% of statements [2021-06-15T23:40:46.137Z] time="2021-06-15T23:40:45Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-06-15T23:40:46.137Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s) [2021-06-15T23:40:46.137Z] === RUN TestReloadDefaultConfigNotExist [2021-06-15T23:40:46.137Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-06-15T23:40:46.137Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:40:46.137Z] === RUN TestReloadBadDefaultConfig [2021-06-15T23:40:46.137Z] time="2021-06-15T23:40:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-052930487" [2021-06-15T23:40:46.137Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestReloadWithConflictingLabels [2021-06-15T23:40:46.137Z] time="2021-06-15T23:40:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-842668970" [2021-06-15T23:40:46.137Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-06-15T23:40:46.137Z] === RUN TestReloadWithDuplicateLabels [2021-06-15T23:40:46.137Z] time="2021-06-15T23:40:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-291133697" [2021-06-15T23:40:46.137Z] --- PASS: TestReloadWithDuplicateLabels (0.01s) [2021-06-15T23:40:46.137Z] === RUN TestDaemonConfigurationMerge [2021-06-15T23:40:46.137Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-06-15T23:40:46.137Z] PASS [2021-06-15T23:40:46.137Z] coverage: 79.7% of statements [2021-06-15T23:40:46.137Z] ok github.com/docker/docker/daemon/config 0.273s coverage: 79.7% of statements [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite (445.43s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.08s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.35s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.76s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.90s) [2021-06-15T23:40:47.286Z] docker_cli_daemon_test.go:1455: [d68babe583986] daemon is not started [2021-06-15T23:40:47.286Z] check_test.go:309: [de579c5c21b53] daemon is not started [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.30s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.43s) [2021-06-15T23:40:47.286Z] check_test.go:309: [da19bdc90252b] daemon is not started [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.95s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.48s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.23s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.06s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (5.57s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.43s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.56s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.15s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.52s) [2021-06-15T23:40:47.286Z] check_test.go:309: [d147cb9f23074] daemon is not started [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-06-15T23:40:47.286Z] check_test.go:309: [d5b8ef3382d98] daemon is not started [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.06s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.55s) [2021-06-15T23:40:47.286Z] check_test.go:309: [d1d221000adc3] daemon is not started [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.99s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.61s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (3.30s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.42s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.60s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.69s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.63s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.52s) [2021-06-15T23:40:47.286Z] check_test.go:309: [d0195906d69db] daemon is not started [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.58s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.56s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (5.16s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (6.63s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.39s) [2021-06-15T23:40:47.286Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2021-06-15T23:40:47.286Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-06-15T23:40:47.286Z] check_test.go:309: [d0dfa7e30a698] daemon is not started [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (3.20s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.99s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.99s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.60s) [2021-06-15T23:40:47.286Z] check_test.go:309: [dfc5deaba9451] daemon is not started [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (4.29s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2021-06-15T23:40:47.286Z] check_test.go:309: [dfdf79567b9dd] daemon is not started [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.57s) [2021-06-15T23:40:47.286Z] docker_cli_daemon_plugins_test.go:79: [d054098bc6177] daemon is not started [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.58s) [2021-06-15T23:40:47.286Z] docker_cli_daemon_plugins_test.go:169: [d788c1d7b2a7a] daemon is not started [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (4.22s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-06-15T23:40:47.286Z] check_test.go:309: [da8ccda28009a] daemon is not started [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.41s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.44s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.26s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.34s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.59s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.30s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.62s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.66s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.56s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.57s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.81s) [2021-06-15T23:40:47.286Z] check_test.go:309: [dda9a8bd0ee2f] daemon is not started [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.90s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (28.95s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (3.13s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.19s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (7.82s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (4.47s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.42s) [2021-06-15T23:40:47.286Z] check_test.go:309: [dd57ce649905f] daemon is not started [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.65s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.68s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (16.16s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (4.18s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.66s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (3.06s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (4.39s) [2021-06-15T23:40:47.286Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-06-15T23:40:47.286Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-06-15T23:40:47.286Z] check_test.go:309: [dc2ca8ff0e82f] daemon is not started [2021-06-15T23:40:47.286Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-06-15T23:40:47.286Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-06-15T23:40:47.286Z] check_test.go:309: [d217a808bb56f] daemon is not started [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.33s) [2021-06-15T23:40:47.286Z] check_test.go:309: [d182e576a63df] daemon is not started [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (7.84s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (4.65s) [2021-06-15T23:40:47.286Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.47s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.76s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.94s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (5.88s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (6.63s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (3.07s) [2021-06-15T23:40:47.287Z] check_test.go:309: [d7503ff19b950] daemon is not started [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (4.19s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.27s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.33s) [2021-06-15T23:40:47.287Z] check_test.go:309: [de04703e84866] daemon is not started [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.77s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.24s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.76s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.43s) [2021-06-15T23:40:47.287Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-06-15T23:40:47.287Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-06-15T23:40:47.287Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-06-15T23:40:47.287Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-06-15T23:40:47.287Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-06-15T23:40:47.287Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-06-15T23:40:47.287Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-06-15T23:40:47.287Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-06-15T23:40:47.287Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-06-15T23:40:47.287Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-06-15T23:40:47.287Z] check_test.go:309: [d04c3f30e45d7] daemon is not started [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.06s) [2021-06-15T23:40:47.287Z] check_test.go:309: [d862c378d290d] daemon is not started [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.52s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.45s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.43s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2021-06-15T23:40:47.287Z] check_test.go:309: [de833d45aba6a] daemon is not started [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (4.33s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.52s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (5.35s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2021-06-15T23:40:47.287Z] check_test.go:309: [de75503566ad7] daemon is not started [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (7.27s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.09s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (4.40s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.15s) [2021-06-15T23:40:47.287Z] check_test.go:309: [dab2e3a76b07e] daemon is not started [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.70s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.63s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.60s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.61s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2021-06-15T23:40:47.287Z] check_test.go:309: [dbf25d91dcf14] daemon is not started [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.75s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.69s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.63s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.55s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.91s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.49s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.24s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.76s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.86s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.23s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.27s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.92s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (11.13s) [2021-06-15T23:40:47.287Z] docker_cli_daemon_test.go:2550: [d3ed4ec4cc9e9] daemon is not started [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (11.52s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.85s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.42s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (4.24s) [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.17s) [2021-06-15T23:40:47.287Z] check_test.go:309: [d2e58734c7953] daemon is not started [2021-06-15T23:40:47.287Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.19s) [2021-06-15T23:40:47.287Z] === RUN TestDockerSwarmSuite [2021-06-15T23:40:47.287Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-06-15T23:40:47.402Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-06-15T23:40:47.402Z] INFO: Unit tests ended at 06/15/2021 23:40:47. Duration:00:06:08.7871070 [2021-06-15T23:40:47.402Z] INFO: Building busybox [2021-06-15T23:40:47.402Z] Sending build context to Docker daemon 5.12kB [2021-06-15T23:40:47.402Z] [2021-06-15T23:40:47.402Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-06-15T23:40:47.402Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-06-15T23:40:47.402Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-06-15T23:40:47.402Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-06-15T23:40:47.402Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-06-15T23:40:47.402Z] ---> 39d157a84080 [2021-06-15T23:40:47.402Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-06-15T23:40:47.681Z] === RUN TestVerifyNetworkingConfig [2021-06-15T23:40:47.681Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-06-15T23:40:47.681Z] === RUN TestGetContainer [2021-06-15T23:40:47.681Z] --- PASS: TestGetContainer (0.00s) [2021-06-15T23:40:47.681Z] === RUN TestValidContainerNames [2021-06-15T23:40:47.681Z] --- PASS: TestValidContainerNames (0.00s) [2021-06-15T23:40:47.681Z] === RUN TestContainerInitDNS [2021-06-15T23:40:47.681Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-06-15T23:40:47.681Z] daemon_test.go:147: root required [2021-06-15T23:40:47.681Z] === RUN TestMerge [2021-06-15T23:40:47.681Z] --- PASS: TestMerge (0.00s) [2021-06-15T23:40:47.681Z] === RUN TestValidateContainerIsolation [2021-06-15T23:40:47.681Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-06-15T23:40:47.681Z] === RUN TestFindNetworkErrorType [2021-06-15T23:40:47.681Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-06-15T23:40:47.681Z] === RUN TestEnsureServicesExist [2021-06-15T23:40:47.681Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-06-15T23:40:47.681Z] === RUN TestEnsureServicesExistErrors [2021-06-15T23:40:47.681Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-06-15T23:40:47.681Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-06-15T23:40:47.681Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-06-15T23:40:47.681Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-06-15T23:40:47.681Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-06-15T23:40:47.681Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-06-15T23:40:47.681Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-06-15T23:40:47.681Z] === RUN TestContainerDelete [2021-06-15T23:40:47.681Z] --- PASS: TestContainerDelete (0.00s) [2021-06-15T23:40:47.681Z] === RUN TestContainerDoubleDelete [2021-06-15T23:40:47.681Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-06-15T23:40:47.681Z] === RUN TestLogContainerEventCopyLabels [2021-06-15T23:40:47.681Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-06-15T23:40:47.681Z] === RUN TestLogContainerEventWithAttributes [2021-06-15T23:40:47.681Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-06-15T23:40:47.681Z] === RUN TestNoneHealthcheck [2021-06-15T23:40:47.681Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-06-15T23:40:47.681Z] === RUN TestHealthStates [2021-06-15T23:40:47.681Z] time="2021-06-15T23:40:47Z" 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-06-15T23:40:47.681Z] time="2021-06-15T23:40:47Z" 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-06-15T23:40:47.681Z] time="2021-06-15T23:40:47Z" 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-06-15T23:40:47.681Z] time="2021-06-15T23:40:47Z" 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-06-15T23:40:47.681Z] time="2021-06-15T23:40:47Z" 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-06-15T23:40:47.681Z] time="2021-06-15T23:40:47Z" 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-06-15T23:40:47.681Z] time="2021-06-15T23:40:47Z" 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-06-15T23:40:47.681Z] time="2021-06-15T23:40:47Z" 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-06-15T23:40:47.681Z] time="2021-06-15T23:40:47Z" 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-06-15T23:40:47.681Z] time="2021-06-15T23:40:47Z" 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-06-15T23:40:47.681Z] --- PASS: TestHealthStates (0.13s) [2021-06-15T23:40:47.681Z] === RUN TestMaskURLCredentials [2021-06-15T23:40:47.681Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-06-15T23:40:47.681Z] === RUN TestGetInspectData [2021-06-15T23:40:47.681Z] --- PASS: TestGetInspectData (0.00s) [2021-06-15T23:40:47.681Z] === RUN TestFillLicense [2021-06-15T23:40:47.682Z] --- PASS: TestFillLicense (0.00s) [2021-06-15T23:40:47.682Z] === RUN TestListInvalidFilter [2021-06-15T23:40:47.682Z] --- PASS: TestListInvalidFilter (0.00s) [2021-06-15T23:40:47.682Z] === RUN TestNameFilter [2021-06-15T23:40:47.682Z] --- PASS: TestNameFilter (0.00s) [2021-06-15T23:40:47.852Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-06-15T23:40:47.863Z] ---> Running in 4ef1c49be3cd [2021-06-15T23:40:48.143Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-06-15T23:40:48.143Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-06-15T23:40:48.143Z] === 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-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-06-15T23:40:48.143Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.02s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-06-15T23:40:48.143Z] --- 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-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-06-15T23:40:48.143Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-06-15T23:40:48.143Z] === RUN TestDaemonReloadLabels [2021-06-15T23:40:48.143Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-06-15T23:40:48.143Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-06-15T23:40:48.143Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-06-15T23:40:48.143Z] === RUN TestDaemonReloadMirrors [2021-06-15T23:40:48.143Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-06-15T23:40:48.143Z] === RUN TestDaemonReloadInsecureRegistries [2021-06-15T23:40:48.143Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-06-15T23:40:48.143Z] === RUN TestDaemonReloadNotAffectOthers [2021-06-15T23:40:48.143Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-06-15T23:40:48.143Z] === RUN TestDaemonDiscoveryReload [2021-06-15T23:40:48.143Z] === RUN TestEventsLog [2021-06-15T23:40:48.143Z] --- PASS: TestEventsLog (0.00s) [2021-06-15T23:40:48.143Z] === RUN TestEventsLogTimeout [2021-06-15T23:40:48.143Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-06-15T23:40:48.143Z] === RUN TestLogEvents [2021-06-15T23:40:48.143Z] --- PASS: TestLogEvents (0.05s) [2021-06-15T23:40:48.143Z] === RUN TestLoadBufferedEvents [2021-06-15T23:40:48.143Z] --- PASS: TestLoadBufferedEvents (0.12s) [2021-06-15T23:40:48.143Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-06-15T23:40:48.143Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-06-15T23:40:48.143Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-06-15T23:40:48.143Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-06-15T23:40:48.143Z] PASS [2021-06-15T23:40:48.143Z] coverage: 50.0% of statements [2021-06-15T23:40:48.143Z] ok github.com/docker/docker/daemon/events 0.291s coverage: 50.0% of statements [2021-06-15T23:40:48.606Z] === RUN TestWaitNodeAttachment [2021-06-15T23:40:49.068Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-06-15T23:40:49.068Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-06-15T23:40:49.068Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-06-15T23:40:49.068Z] === RUN TestIsolationConversion [2021-06-15T23:40:49.068Z] === RUN TestIsolationConversion/default [2021-06-15T23:40:49.068Z] === RUN TestIsolationConversion/process [2021-06-15T23:40:49.068Z] === RUN TestIsolationConversion/hyperv [2021-06-15T23:40:49.068Z] --- PASS: TestIsolationConversion (0.00s) [2021-06-15T23:40:49.068Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-06-15T23:40:49.068Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-06-15T23:40:49.068Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-06-15T23:40:49.068Z] === RUN TestContainerLabels [2021-06-15T23:40:49.068Z] --- PASS: TestContainerLabels (0.00s) [2021-06-15T23:40:49.068Z] === RUN TestCredentialSpecConversion [2021-06-15T23:40:49.068Z] === RUN TestCredentialSpecConversion/none [2021-06-15T23:40:49.068Z] === RUN TestCredentialSpecConversion/config [2021-06-15T23:40:49.068Z] === RUN TestCredentialSpecConversion/file [2021-06-15T23:40:49.068Z] === RUN TestCredentialSpecConversion/registry [2021-06-15T23:40:49.068Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-06-15T23:40:49.068Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-06-15T23:40:49.068Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-06-15T23:40:49.068Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-06-15T23:40:49.068Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-06-15T23:40:49.068Z] === RUN TestControllerValidateMountBind [2021-06-15T23:40:49.068Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-06-15T23:40:49.068Z] === RUN TestControllerValidateMountVolume [2021-06-15T23:40:49.068Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-06-15T23:40:49.068Z] === RUN TestControllerValidateMountTarget [2021-06-15T23:40:49.068Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-06-15T23:40:49.068Z] === RUN TestControllerValidateMountTmpfs [2021-06-15T23:40:49.068Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-06-15T23:40:49.068Z] === RUN TestControllerValidateMountInvalidType [2021-06-15T23:40:49.068Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-06-15T23:40:49.068Z] === RUN TestControllerValidateMountNamedPipe [2021-06-15T23:40:49.068Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-06-15T23:40:49.068Z] PASS [2021-06-15T23:40:49.068Z] coverage: 11.3% of statements [2021-06-15T23:40:49.068Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.810s coverage: 11.3% of statements [2021-06-15T23:40:49.068Z] === RUN TestIsEmptyDir [2021-06-15T23:40:49.068Z] --- PASS: TestIsEmptyDir (0.01s) [2021-06-15T23:40:49.068Z] PASS [2021-06-15T23:40:49.068Z] coverage: 2.3% of statements [2021-06-15T23:40:49.068Z] ok github.com/docker/docker/daemon/graphdriver 0.076s coverage: 2.3% of statements [2021-06-15T23:40:49.333Z] --- PASS: TestInfoAPIWarnings (16.27s) [2021-06-15T23:40:49.333Z] === RUN TestInfoDebug [2021-06-15T23:40:49.333Z] --- PASS: TestInfoDebug (0.52s) [2021-06-15T23:40:49.333Z] === RUN TestInfoInsecureRegistries [2021-06-15T23:40:49.333Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-06-15T23:40:49.333Z] === RUN TestInfoRegistryMirrors [2021-06-15T23:40:49.333Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-06-15T23:40:49.333Z] === RUN TestLoginFailsWithBadCredentials [2021-06-15T23:40:49.333Z] --- PASS: TestLoginFailsWithBadCredentials (0.15s) [2021-06-15T23:40:49.333Z] === RUN TestPingCacheHeaders [2021-06-15T23:40:49.333Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-06-15T23:40:49.333Z] === RUN TestPingGet [2021-06-15T23:40:49.333Z] --- PASS: TestPingGet (0.01s) [2021-06-15T23:40:49.333Z] === RUN TestPingHead [2021-06-15T23:40:49.333Z] --- PASS: TestPingHead (0.02s) [2021-06-15T23:40:49.333Z] === RUN TestVersion [2021-06-15T23:40:49.333Z] --- PASS: TestVersion (0.03s) [2021-06-15T23:40:49.333Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-06-15T23:40:49.529Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-06-15T23:40:49.529Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-06-15T23:40:49.742Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-06-15T23:40:49.990Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-06-15T23:40:49.990Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-06-15T23:40:49.990Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-15T23:40:49.990Z] reload_test.go:520: root required [2021-06-15T23:40:49.990Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-06-15T23:40:49.990Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-06-15T23:40:49.990Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-06-15T23:40:49.990Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.06s) [2021-06-15T23:40:49.990Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-06-15T23:40:49.990Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.08s) [2021-06-15T23:40:49.990Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-06-15T23:40:50.452Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.07s) [2021-06-15T23:40:50.452Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-06-15T23:40:50.452Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.02s) [2021-06-15T23:40:50.452Z] === RUN TestParseVolumesFrom [2021-06-15T23:40:50.452Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-06-15T23:40:50.452Z] PASS [2021-06-15T23:40:50.452Z] coverage: 9.1% of statements [2021-06-15T23:40:50.452Z] ok github.com/docker/docker/daemon 2.987s coverage: 9.1% of statements [2021-06-15T23:40:50.452Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-15T23:40:50.452Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-15T23:40:50.452Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-15T23:40:50.452Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-15T23:40:50.452Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-06-15T23:40:50.452Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-06-15T23:40:50.452Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-06-15T23:40:50.452Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-15T23:40:50.452Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-06-15T23:40:50.452Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-06-15T23:40:50.452Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-15T23:40:50.452Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-06-15T23:40:50.452Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-06-15T23:40:50.452Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-06-15T23:40:50.452Z] === RUN TestLinkNaming [2021-06-15T23:40:50.452Z] --- PASS: TestLinkNaming (0.00s) [2021-06-15T23:40:50.452Z] === RUN TestLinkNew [2021-06-15T23:40:50.452Z] --- PASS: TestLinkNew (0.00s) [2021-06-15T23:40:50.452Z] === RUN TestLinkEnv [2021-06-15T23:40:50.452Z] --- PASS: TestLinkEnv (0.00s) [2021-06-15T23:40:50.452Z] === RUN TestLinkMultipleEnv [2021-06-15T23:40:50.452Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-06-15T23:40:50.452Z] === RUN TestLinkPortRangeEnv [2021-06-15T23:40:50.452Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-06-15T23:40:50.452Z] PASS [2021-06-15T23:40:50.452Z] coverage: 93.0% of statements [2021-06-15T23:40:50.452Z] ok github.com/docker/docker/daemon/links 0.059s coverage: 93.0% of statements [2021-06-15T23:40:51.109Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-06-15T23:40:51.220Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.53s) [2021-06-15T23:40:51.220Z] PASS [2021-06-15T23:40:51.220Z] [2021-06-15T23:40:51.220Z] DONE 19 tests in 22.888s [2021-06-15T23:40:51.220Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-15T23:40:51.220Z] INFO: Testing against a local daemon [2021-06-15T23:40:51.220Z] === RUN TestVolumesCreateAndList [2021-06-15T23:40:51.220Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-06-15T23:40:51.220Z] === RUN TestVolumesRemove [2021-06-15T23:40:51.220Z] --- PASS: TestVolumesRemove (0.07s) [2021-06-15T23:40:51.220Z] === RUN TestVolumesInspect [2021-06-15T23:40:51.220Z] --- PASS: TestVolumesInspect (0.02s) [2021-06-15T23:40:51.220Z] === RUN TestVolumesInvalidJSON [2021-06-15T23:40:51.220Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-15T23:40:51.220Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-15T23:40:51.220Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-15T23:40:51.220Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-06-15T23:40:51.220Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-15T23:40:51.220Z] PASS [2021-06-15T23:40:51.220Z] [2021-06-15T23:40:51.220Z] DONE 5 tests in 0.155s [2021-06-15T23:40:51.220Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-15T23:40:51.997Z] === RUN TestAdapterReadLogs [2021-06-15T23:40:51.997Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-06-15T23:40:51.997Z] === RUN TestCopier [2021-06-15T23:40:51.997Z] --- PASS: TestCopier (0.01s) [2021-06-15T23:40:51.997Z] === RUN TestCopierLongLines [2021-06-15T23:40:51.997Z] --- PASS: TestCopierLongLines (0.00s) [2021-06-15T23:40:51.997Z] === RUN TestCopierSlow [2021-06-15T23:40:52.459Z] --- PASS: TestCopierSlow (0.23s) [2021-06-15T23:40:52.459Z] === RUN TestCopierWithSized [2021-06-15T23:40:52.459Z] === RUN TestCopierWithSized/as_is [2021-06-15T23:40:52.459Z] === RUN TestCopierWithSized/With_RingLogger [2021-06-15T23:40:52.459Z] --- PASS: TestCopierWithSized (0.02s) [2021-06-15T23:40:52.459Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-06-15T23:40:52.459Z] --- PASS: TestCopierWithSized/With_RingLogger (0.02s) [2021-06-15T23:40:52.459Z] === RUN TestCopierWithPartial [2021-06-15T23:40:52.459Z] --- PASS: TestCopierWithPartial (0.01s) [2021-06-15T23:40:52.459Z] === RUN TestRingLogger [2021-06-15T23:40:52.459Z] --- PASS: TestRingLogger (0.00s) [2021-06-15T23:40:52.459Z] === RUN TestRingCap [2021-06-15T23:40:52.459Z] --- PASS: TestRingCap (0.00s) [2021-06-15T23:40:52.459Z] === RUN TestRingClose [2021-06-15T23:40:52.459Z] --- PASS: TestRingClose (0.00s) [2021-06-15T23:40:52.459Z] === RUN TestRingDrain [2021-06-15T23:40:52.459Z] --- PASS: TestRingDrain (0.00s) [2021-06-15T23:40:52.459Z] PASS [2021-06-15T23:40:52.459Z] coverage: 43.8% of statements [2021-06-15T23:40:52.459Z] ok github.com/docker/docker/daemon/logger 0.333s coverage: 43.8% of statements [2021-06-15T23:40:52.583Z] Stopping apparmor (via systemctl): apparmor.service. [2021-06-15T23:40:52.583Z] Removing test suite binaries [2021-06-15T23:40:52.583Z] exiting test-integration [2021-06-15T23:40:52.583Z] ++ exit 0 [2021-06-15T23:40:52.583Z] [2021-06-15T23:40:52.607Z] Removing intermediate container 4ef1c49be3cd [2021-06-15T23:40:52.607Z] ---> b851b3df8286 [2021-06-15T23:40:52.607Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-06-15T23:40:52.607Z] ---> Running in e717719b8e0d [2021-06-15T23:40:52.607Z] Removing intermediate container e717719b8e0d [2021-06-15T23:40:52.607Z] ---> 1daed3f51cfa [2021-06-15T23:40:52.607Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-06-15T23:40:52.607Z] ---> Running in 8b615e600297 [2021-06-15T23:40:53.002Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-06-15T23:40:53.068Z] Removing intermediate container 8b615e600297 [2021-06-15T23:40:53.068Z] ---> e3c592a4971b [2021-06-15T23:40:53.068Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-06-15T23:40:54.004Z] === RUN TestNewStreamConfig [2021-06-15T23:40:54.004Z] === RUN TestNewStreamConfig/defaults [2021-06-15T23:40:54.004Z] === RUN TestNewStreamConfig/invalid_create_group [2021-06-15T23:40:54.004Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-06-15T23:40:54.004Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-06-15T23:40:54.004Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-06-15T23:40:54.004Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-06-15T23:40:54.004Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-06-15T23:40:54.004Z] --- PASS: TestNewStreamConfig (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-06-15T23:40:54.004Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-06-15T23:40:54.004Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestNewAWSLogsClientRegionDetect [2021-06-15T23:40:54.004Z] time="2021-06-15T23:40:53Z" level=info msg="Trying to get region from EC2 Metadata" [2021-06-15T23:40:54.004Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2021-06-15T23:40:54.004Z] === RUN TestCreateSuccess [2021-06-15T23:40:54.004Z] --- PASS: TestCreateSuccess (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestCreateLogGroupSuccess [2021-06-15T23:40:54.004Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestCreateError [2021-06-15T23:40:54.004Z] --- PASS: TestCreateError (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestCreateAlreadyExists [2021-06-15T23:40:54.004Z] time="2021-06-15T23:40:53Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-06-15T23:40:54.004Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestLogClosed [2021-06-15T23:40:54.004Z] --- PASS: TestLogClosed (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestLogBlocking [2021-06-15T23:40:54.004Z] --- PASS: TestLogBlocking (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestLogNonBlockingBufferEmpty [2021-06-15T23:40:54.004Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestLogNonBlockingBufferFull [2021-06-15T23:40:54.004Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestPublishBatchSuccess [2021-06-15T23:40:54.004Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestPublishBatchError [2021-06-15T23:40:54.004Z] time="2021-06-15T23:40:53Z" level=error msg=Error [2021-06-15T23:40:54.004Z] --- PASS: TestPublishBatchError (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-06-15T23:40:54.004Z] time="2021-06-15T23:40:53Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-15T23:40:54.004Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestPublishBatchAlreadyAccepted [2021-06-15T23:40:54.004Z] time="2021-06-15T23:40:53Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-15T23:40:54.004Z] time="2021-06-15T23:40:53Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-06-15T23:40:54.004Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestCollectBatchSimple [2021-06-15T23:40:54.004Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestCollectBatchTicker [2021-06-15T23:40:54.004Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestCollectBatchMultilinePattern [2021-06-15T23:40:54.004Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-06-15T23:40:54.004Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-06-15T23:40:54.004Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-06-15T23:40:54.004Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2021-06-15T23:40:54.004Z] === RUN TestCollectBatchClose [2021-06-15T23:40:54.004Z] --- PASS: TestCollectBatchClose (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestEffectiveLen [2021-06-15T23:40:54.004Z] === RUN TestEffectiveLen/0/Hello [2021-06-15T23:40:54.004Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-06-15T23:40:54.004Z] === RUN TestEffectiveLen/2/🙃 [2021-06-15T23:40:54.004Z] === RUN TestEffectiveLen/3/���� [2021-06-15T23:40:54.004Z] === RUN TestEffectiveLen/4/He��o [2021-06-15T23:40:54.004Z] === RUN TestEffectiveLen/5/ [2021-06-15T23:40:54.004Z] --- PASS: TestEffectiveLen (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestFindValidSplit [2021-06-15T23:40:54.004Z] === RUN TestFindValidSplit/0/ [2021-06-15T23:40:54.004Z] === RUN TestFindValidSplit/1/Hello [2021-06-15T23:40:54.004Z] === RUN TestFindValidSplit/2/Hello [2021-06-15T23:40:54.004Z] === RUN TestFindValidSplit/3/Hello [2021-06-15T23:40:54.004Z] === RUN TestFindValidSplit/4/🙃 [2021-06-15T23:40:54.004Z] === RUN TestFindValidSplit/5/🙃 [2021-06-15T23:40:54.004Z] === RUN TestFindValidSplit/6/a� [2021-06-15T23:40:54.004Z] === RUN TestFindValidSplit/7/a� [2021-06-15T23:40:54.004Z] --- PASS: TestFindValidSplit (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-06-15T23:40:54.004Z] cloudwatchlogs_test.go:1044: [2021-06-15T23:40:54.004Z] cloudwatchlogs_test.go:1045: [2021-06-15T23:40:54.004Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-06-15T23:40:54.004Z] cloudwatchlogs_test.go:1044: Hello [2021-06-15T23:40:54.004Z] cloudwatchlogs_test.go:1045: [2021-06-15T23:40:54.004Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-06-15T23:40:54.004Z] cloudwatchlogs_test.go:1044: He [2021-06-15T23:40:54.004Z] cloudwatchlogs_test.go:1045: llo [2021-06-15T23:40:54.004Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-06-15T23:40:54.004Z] cloudwatchlogs_test.go:1044: [2021-06-15T23:40:54.004Z] cloudwatchlogs_test.go:1045: Hello [2021-06-15T23:40:54.004Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-06-15T23:40:54.004Z] cloudwatchlogs_test.go:1044: [2021-06-15T23:40:54.004Z] cloudwatchlogs_test.go:1045: 🙃 [2021-06-15T23:40:54.004Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-06-15T23:40:54.004Z] cloudwatchlogs_test.go:1044: 🙃 [2021-06-15T23:40:54.004Z] cloudwatchlogs_test.go:1045: [2021-06-15T23:40:54.004Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-06-15T23:40:54.004Z] cloudwatchlogs_test.go:1044: a [2021-06-15T23:40:54.004Z] cloudwatchlogs_test.go:1045: � [2021-06-15T23:40:54.004Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-06-15T23:40:54.004Z] cloudwatchlogs_test.go:1044: a� [2021-06-15T23:40:54.004Z] cloudwatchlogs_test.go:1045: [2021-06-15T23:40:54.004Z] === RUN TestProcessEventEmoji [2021-06-15T23:40:54.004Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestCollectBatchLineSplit [2021-06-15T23:40:54.004Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestCollectBatchLineSplitWithBinary [2021-06-15T23:40:54.004Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestCollectBatchMaxEvents [2021-06-15T23:40:54.004Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2021-06-15T23:40:54.004Z] === RUN TestCollectBatchMaxTotalBytes [2021-06-15T23:40:54.004Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-06-15T23:40:54.004Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-06-15T23:40:54.004Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-06-15T23:40:54.004Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-06-15T23:40:54.004Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2021-06-15T23:40:54.004Z] === RUN TestParseLogOptionsMultilinePattern [2021-06-15T23:40:54.004Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestParseLogOptionsDatetimeFormat [2021-06-15T23:40:54.004Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-06-15T23:40:54.004Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-06-15T23:40:54.004Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-06-15T23:40:54.004Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-06-15T23:40:54.004Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-06-15T23:40:54.004Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-06-15T23:40:54.004Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-06-15T23:40:54.004Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2021-06-15T23:40:54.004Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-06-15T23:40:54.004Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-06-15T23:40:54.004Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-06-15T23:40:54.005Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-06-15T23:40:54.005Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-06-15T23:40:54.005Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-06-15T23:40:54.005Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-06-15T23:40:54.005Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-06-15T23:40:54.005Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-06-15T23:40:54.005Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-06-15T23:40:54.005Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-06-15T23:40:54.005Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-06-15T23:40:54.005Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-06-15T23:40:54.005Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-06-15T23:40:54.005Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-06-15T23:40:54.005Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-06-15T23:40:54.005Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-06-15T23:40:54.005Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-06-15T23:40:54.005Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-06-15T23:40:54.005Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-06-15T23:40:54.005Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-06-15T23:40:54.005Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-06-15T23:40:54.005Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-06-15T23:40:54.005Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-06-15T23:40:54.005Z] === RUN TestCreateTagSuccess [2021-06-15T23:40:54.005Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-06-15T23:40:54.005Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-06-15T23:40:54.005Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-06-15T23:40:54.005Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-06-15T23:40:54.005Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-06-15T23:40:54.005Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-06-15T23:40:54.005Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-06-15T23:40:54.005Z] PASS [2021-06-15T23:40:54.005Z] coverage: 77.8% of statements [2021-06-15T23:40:54.005Z] ok github.com/docker/docker/daemon/logger/awslogs 0.439s coverage: 77.8% of statements [2021-06-15T23:40:54.368Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-06-15T23:40:54.466Z] === RUN TestSearchRegistryForImagesErrors [2021-06-15T23:40:54.466Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-06-15T23:40:54.466Z] === RUN TestSearchRegistryForImages [2021-06-15T23:40:54.466Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-06-15T23:40:54.466Z] === RUN TestOnlyPlatformWithFallback [2021-06-15T23:40:54.466Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-06-15T23:40:54.466Z] === RUN TestImageDelete [2021-06-15T23:40:54.466Z] === RUN TestImageDelete/no_lease [2021-06-15T23:40:54.466Z] === RUN TestImageDelete/lease_exists [2021-06-15T23:40:54.466Z] --- PASS: TestImageDelete (0.03s) [2021-06-15T23:40:54.466Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-06-15T23:40:54.466Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2021-06-15T23:40:54.466Z] === RUN TestContentStoreForPull [2021-06-15T23:40:54.466Z] === RUN TestJSONLogsMarshalJSONBuf [2021-06-15T23:40:54.466Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-06-15T23:40:54.466Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-06-15T23:40:54.466Z] === RUN TestJSONFileLogger [2021-06-15T23:40:54.466Z] --- PASS: TestJSONFileLogger (0.00s) [2021-06-15T23:40:54.466Z] === RUN TestJSONFileLoggerWithTags [2021-06-15T23:40:54.466Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-06-15T23:40:54.466Z] === RUN TestJSONFileLoggerWithOpts [2021-06-15T23:40:54.466Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-06-15T23:40:54.466Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-06-15T23:40:54.466Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-06-15T23:40:54.466Z] === RUN TestEncodeDecode [2021-06-15T23:40:54.466Z] === PAUSE TestEncodeDecode [2021-06-15T23:40:54.466Z] === RUN TestUnexpectedEOF [2021-06-15T23:40:54.466Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.16s) [2021-06-15T23:40:54.466Z] === RUN TestFastTimeMarshalJSON [2021-06-15T23:40:54.466Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2021-06-15T23:40:54.466Z] PASS [2021-06-15T23:40:54.466Z] coverage: 87.2% of statements [2021-06-15T23:40:54.466Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.206s coverage: 87.2% of statements [2021-06-15T23:40:54.466Z] --- PASS: TestContentStoreForPull (0.20s) [2021-06-15T23:40:54.466Z] PASS [2021-06-15T23:40:54.466Z] coverage: 6.7% of statements [2021-06-15T23:40:54.466Z] ok github.com/docker/docker/daemon/images 0.438s coverage: 6.7% of statements [2021-06-15T23:40:54.466Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-15T23:40:54.466Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-15T23:40:54.466Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-06-15T23:40:54.466Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-15T23:40:54.466Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-15T23:40:54.466Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-06-15T23:40:54.466Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-06-15T23:40:54.466Z] time="2021-06-15T23:40:54Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-15T23:40:54.466Z] time="2021-06-15T23:40:54Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-15T23:40:54.466Z] --- PASS: TestUnexpectedEOF (0.14s) [2021-06-15T23:40:54.466Z] === CONT TestEncodeDecode [2021-06-15T23:40:54.466Z] --- PASS: TestEncodeDecode (0.00s) [2021-06-15T23:40:54.466Z] PASS [2021-06-15T23:40:54.466Z] coverage: 69.9% of statements [2021-06-15T23:40:54.466Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.224s coverage: 69.9% of statements [2021-06-15T23:40:54.608Z] [2021-06-15T23:40:55.068Z] ---> a2e751ce3481 [2021-06-15T23:40:55.068Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-06-15T23:40:55.068Z] ---> Running in d93fae0f01f8 [2021-06-15T23:40:56.654Z] === RUN TestWriteLog [2021-06-15T23:40:56.654Z] === PAUSE TestWriteLog [2021-06-15T23:40:56.654Z] === RUN TestReadLog [2021-06-15T23:40:56.654Z] === PAUSE TestReadLog [2021-06-15T23:40:56.654Z] === CONT TestWriteLog [2021-06-15T23:40:56.654Z] === CONT TestReadLog [2021-06-15T23:40:56.654Z] --- PASS: TestWriteLog (0.00s) [2021-06-15T23:40:56.654Z] === RUN TestReadLog/tail_exact [2021-06-15T23:40:56.654Z] === RUN TestReadLog/tail_less_than_available [2021-06-15T23:40:56.654Z] === RUN TestReadLog/tail_more_than_available [2021-06-15T23:40:56.654Z] --- PASS: TestReadLog (0.19s) [2021-06-15T23:40:56.654Z] --- PASS: TestReadLog/tail_exact (0.13s) [2021-06-15T23:40:56.654Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-06-15T23:40:56.654Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-06-15T23:40:56.654Z] PASS [2021-06-15T23:40:56.654Z] coverage: 75.2% of statements [2021-06-15T23:40:56.654Z] ok github.com/docker/docker/daemon/logger/local 0.317s coverage: 75.2% of statements [2021-06-15T23:40:56.654Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] Post stage [Pipeline] junit [2021-06-15T23:40:56.766Z] Recording test results [2021-06-15T23:40:57.116Z] === RUN TestLog [2021-06-15T23:40:57.116Z] --- PASS: TestLog (0.01s) [2021-06-15T23:40:57.116Z] PASS [2021-06-15T23:40:57.116Z] coverage: 31.5% of statements [2021-06-15T23:40:57.116Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.193s coverage: 31.5% of statements [2021-06-15T23:40:57.579Z] === RUN TestOpenFileDelete [2021-06-15T23:40:57.579Z] --- PASS: TestOpenFileDelete (0.00s) [2021-06-15T23:40:57.579Z] === RUN TestOpenFileRename [2021-06-15T23:40:57.579Z] --- PASS: TestOpenFileRename (0.00s) [2021-06-15T23:40:57.579Z] === RUN TestParseLogTagDefaultTag [2021-06-15T23:40:57.579Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-06-15T23:40:57.579Z] === RUN TestParseLogTag [2021-06-15T23:40:57.579Z] --- PASS: TestParseLogTag (0.00s) [2021-06-15T23:40:57.579Z] === RUN TestParseLogTagEmptyTag [2021-06-15T23:40:57.579Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-06-15T23:40:57.579Z] === RUN TestTailFiles [2021-06-15T23:40:57.579Z] --- PASS: TestTailFiles (0.00s) [2021-06-15T23:40:57.579Z] === RUN TestFollowLogsConsumerGone [2021-06-15T23:40:57.579Z] --- PASS: TestFollowLogsConsumerGone (0.02s) [2021-06-15T23:40:57.579Z] === RUN TestFollowLogsProducerGone [2021-06-15T23:40:57.579Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-06-15T23:40:57.579Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-06-15T23:40:57.579Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-06-15T23:40:57.579Z] === RUN TestCheckCapacityAndRotate [2021-06-15T23:40:57.579Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-06-15T23:40:57.579Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-06-15T23:40:57.579Z] --- PASS: TestCheckCapacityAndRotate (0.14s) [2021-06-15T23:40:57.579Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-06-15T23:40:58.032Z] [Checks API] No suitable checks publisher found. [Pipeline] } [2021-06-15T23:40:58.041Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s) [2021-06-15T23:40:58.041Z] PASS [2021-06-15T23:40:58.041Z] coverage: 55.3% of statements [2021-06-15T23:40:58.041Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.315s coverage: 55.3% of statements [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-15T23:40:58.183Z] --- PASS: TestServiceWithDataPathPortInit (16.82s) [2021-06-15T23:40:58.183Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-15T23:40:58.381Z] + echo Ensuring container killed. [2021-06-15T23:40:58.381Z] Ensuring container killed. [2021-06-15T23:40:58.381Z] + docker rm -vf docker-pr17 [2021-06-15T23:40:58.381Z] Error: No such container: docker-pr17 [Pipeline] sh [2021-06-15T23:40:58.502Z] === RUN TestValidateLogOpt [2021-06-15T23:40:58.502Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-15T23:40:58.502Z] === RUN TestNewMissedConfig [2021-06-15T23:40:58.502Z] --- PASS: TestNewMissedConfig (0.00s) [2021-06-15T23:40:58.502Z] === RUN TestNewMissedUrl [2021-06-15T23:40:58.502Z] --- PASS: TestNewMissedUrl (0.00s) [2021-06-15T23:40:58.502Z] === RUN TestNewMissedToken [2021-06-15T23:40:58.502Z] --- PASS: TestNewMissedToken (0.00s) [2021-06-15T23:40:58.502Z] === RUN TestNewWithProxy [2021-06-15T23:40:58.502Z] --- PASS: TestNewWithProxy (0.00s) [2021-06-15T23:40:58.502Z] === RUN TestDefault [2021-06-15T23:40:58.502Z] --- PASS: TestDefault (0.01s) [2021-06-15T23:40:58.502Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-06-15T23:40:58.502Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-06-15T23:40:58.502Z] === RUN TestJsonFormat [2021-06-15T23:40:58.502Z] --- PASS: TestJsonFormat (0.00s) [2021-06-15T23:40:58.502Z] === RUN TestRawFormat [2021-06-15T23:40:58.502Z] --- PASS: TestRawFormat (0.01s) [2021-06-15T23:40:58.502Z] === RUN TestRawFormatWithLabels [2021-06-15T23:40:58.502Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-06-15T23:40:58.502Z] === RUN TestRawFormatWithoutTag [2021-06-15T23:40:58.502Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-06-15T23:40:58.502Z] === RUN TestBatching [2021-06-15T23:40:58.502Z] === RUN TestNewParse [2021-06-15T23:40:58.502Z] --- PASS: TestNewParse (0.00s) [2021-06-15T23:40:58.502Z] PASS [2021-06-15T23:40:58.502Z] coverage: 8.3% of statements [2021-06-15T23:40:58.502Z] ok github.com/docker/docker/daemon/logger/templates 0.055s coverage: 8.3% of statements [2021-06-15T23:40:58.502Z] --- PASS: TestBatching (0.20s) [2021-06-15T23:40:58.502Z] === RUN TestFrequency [2021-06-15T23:40:58.533Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-06-15T23:40:58.654Z] + echo Chowning /workspace to jenkins user [2021-06-15T23:40:58.654Z] Chowning /workspace to jenkins user [2021-06-15T23:40:58.654Z] + id -u [2021-06-15T23:40:58.654Z] + id -g [2021-06-15T23:40:58.654Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42473:/workspace busybox chown -R 1000:1000 /workspace [2021-06-15T23:40:58.654Z] Unable to find image 'busybox:latest' locally [2021-06-15T23:40:58.909Z] latest: Pulling from library/busybox [2021-06-15T23:40:58.909Z] b71f96345d44: Pulling fs layer [2021-06-15T23:40:58.909Z] b71f96345d44: Verifying Checksum [2021-06-15T23:40:58.909Z] b71f96345d44: Download complete [2021-06-15T23:40:58.909Z] b71f96345d44: Pull complete [2021-06-15T23:40:58.965Z] --- PASS: TestFrequency (0.18s) [2021-06-15T23:40:58.965Z] === RUN TestOneMessagePerRequest [2021-06-15T23:40:58.965Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-06-15T23:40:58.965Z] === RUN TestVerify [2021-06-15T23:40:58.965Z] --- PASS: TestVerify (0.00s) [2021-06-15T23:40:58.965Z] === RUN TestSkipVerify [2021-06-15T23:40:58.965Z] time="2021-06-15T23:40:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:40:58.965Z] === RUN TestParseLogFormat [2021-06-15T23:40:58.965Z] --- PASS: TestParseLogFormat (0.00s) [2021-06-15T23:40:58.965Z] === RUN TestValidateLogOptEmpty [2021-06-15T23:40:58.965Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-06-15T23:40:58.965Z] === RUN TestValidateSyslogAddress [2021-06-15T23:40:58.965Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-06-15T23:40:58.965Z] === RUN TestParseAddressDefaultPort [2021-06-15T23:40:58.965Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-06-15T23:40:58.965Z] === RUN TestValidateSyslogFacility [2021-06-15T23:40:58.965Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-06-15T23:40:58.965Z] === RUN TestValidateLogOptSyslogFormat [2021-06-15T23:40:58.965Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-06-15T23:40:58.965Z] === RUN TestValidateLogOpt [2021-06-15T23:40:58.965Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-15T23:40:58.965Z] PASS [2021-06-15T23:40:58.965Z] coverage: 46.8% of statements [2021-06-15T23:40:58.965Z] time="2021-06-15T23:40:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:40:58.965Z] time="2021-06-15T23:40:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:40:58.965Z] ok github.com/docker/docker/daemon/logger/syslog 0.135s coverage: 46.8% of statements [2021-06-15T23:40:59.165Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d [2021-06-15T23:40:59.165Z] Status: Downloaded newer image for busybox:latest [2021-06-15T23:40:59.426Z] --- PASS: TestSkipVerify (0.58s) [2021-06-15T23:40:59.426Z] === RUN TestBufferMaximum [2021-06-15T23:40:59.426Z] time="2021-06-15T23:40:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:40:59.426Z] time="2021-06-15T23:40:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:40:59.426Z] time="2021-06-15T23:40:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:40:59.426Z] time="2021-06-15T23:40:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:40:59.426Z] time="2021-06-15T23:40:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:40:59.426Z] time="2021-06-15T23:40:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623800459.133555\",\"host\":\"b84b73fde4f1\"}'" [2021-06-15T23:40:59.426Z] time="2021-06-15T23:40:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623800459.133555\",\"host\":\"b84b73fde4f1\"}'" [2021-06-15T23:40:59.426Z] --- PASS: TestBufferMaximum (0.00s) [2021-06-15T23:40:59.426Z] === RUN TestServerAlwaysDown [2021-06-15T23:40:59.426Z] time="2021-06-15T23:40:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:40:59.426Z] time="2021-06-15T23:40:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:40:59.426Z] time="2021-06-15T23:40:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623800459.136557\",\"host\":\"b84b73fde4f1\"}'" [2021-06-15T23:40:59.426Z] time="2021-06-15T23:40:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623800459.136557\",\"host\":\"b84b73fde4f1\"}'" [2021-06-15T23:40:59.426Z] time="2021-06-15T23:40:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-15T23:40:59.426Z] time="2021-06-15T23:40:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623800459.136557\",\"host\":\"b84b73fde4f1\"}'" [2021-06-15T23:40:59.426Z] time="2021-06-15T23:40:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623800459.137553\",\"host\":\"b84b73fde4f1\"}'" [2021-06-15T23:40:59.426Z] time="2021-06-15T23:40:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623800459.137553\",\"host\":\"b84b73fde4f1\"}'" [2021-06-15T23:40:59.426Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-06-15T23:40:59.426Z] === RUN TestCannotSendAfterClose [2021-06-15T23:40:59.426Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-06-15T23:40:59.426Z] === RUN TestDeadlockOnBlockedEndpoint [2021-06-15T23:41:00.399Z] time="2021-06-15T23:41:00Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49201/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-06-15T23:41:00.399Z] time="2021-06-15T23:41:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"b84b73fde4f1\"}'" [2021-06-15T23:41:00.399Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.05s) [2021-06-15T23:41:00.399Z] PASS [2021-06-15T23:41:00.399Z] coverage: 82.5% of statements [2021-06-15T23:41:00.399Z] ok github.com/docker/docker/daemon/logger/splunk 2.343s coverage: 82.5% of statements [2021-06-15T23:41:00.399Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-15T23:41:00.399Z] ? github.com/docker/docker/daemon/network [no test files] [2021-06-15T23:41:00.399Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-15T23:41:00.861Z] === RUN TestV1IDService [2021-06-15T23:41:00.861Z] --- PASS: TestV1IDService (0.04s) [2021-06-15T23:41:00.861Z] === RUN TestV2MetadataService [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-15T23:41:02.017Z] + bundleName=amd64-cgroup2 [2021-06-15T23:41:02.017Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-06-15T23:41:02.017Z] Creating amd64-cgroup2-bundles.tar.gz [2021-06-15T23:41:02.017Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-06-15T23:41:02.017Z] + 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-06-15T23:41:02.281Z] Archiving artifacts [2021-06-15T23:41:02.404Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-06-15T23:41:02.405Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-06-15T23:41:02.405Z] === RUN TestContinueOnError_MirrorEndpoint [2021-06-15T23:41:02.405Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-06-15T23:41:02.405Z] === RUN TestContinueOnError_NeverContinue [2021-06-15T23:41:02.405Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-06-15T23:41:02.405Z] === RUN TestManifestStore [2021-06-15T23:41:02.405Z] === RUN TestManifestStore/no_remote_or_local [2021-06-15T23:41:02.405Z] === RUN TestSuccessfulDownload [2021-06-15T23:41:02.405Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-06-15T23:41:02.405Z] download_test.go:268: Needs fixing on Windows [2021-06-15T23:41:02.405Z] === RUN TestCancelledDownload [2021-06-15T23:41:02.405Z] --- PASS: TestCancelledDownload (0.00s) [2021-06-15T23:41:02.405Z] === RUN TestMaxDownloadAttempts [2021-06-15T23:41:02.405Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-15T23:41:02.405Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-15T23:41:02.405Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-15T23:41:02.405Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-15T23:41:02.405Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-15T23:41:02.405Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-15T23:41:02.405Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-15T23:41:02.405Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-15T23:41:02.405Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-15T23:41:02.405Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-15T23:41:02.405Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-15T23:41:02.405Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-15T23:41:02.405Z] time="2021-06-15T23:41:02Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local849312167\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-06-15T23:41:02.405Z] === RUN TestManifestStore/no_local_cache [2021-06-15T23:41:02.405Z] === RUN TestManifestStore/with_local_cache [2021-06-15T23:41:02.405Z] === RUN TestManifestStore/unknown_media_type [2021-06-15T23:41:02.405Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-06-15T23:41:02.405Z] time="2021-06-15T23:41:02Z" level=warning msg="reference for unknown type: " [2021-06-15T23:41:02.405Z] time="2021-06-15T23:41:02Z" level=warning msg="reference for unknown type: " [2021-06-15T23:41:02.405Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-06-15T23:41:02.405Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-06-15T23:41:02.405Z] time="2021-06-15T23:41:02Z" level=warning msg="reference for unknown type: " [2021-06-15T23:41:02.405Z] --- PASS: TestV2MetadataService (1.68s) [2021-06-15T23:41:02.405Z] PASS [2021-06-15T23:41:02.405Z] coverage: 48.2% of statements [2021-06-15T23:41:02.405Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-06-15T23:41:02.405Z] time="2021-06-15T23:41:02Z" level=warning msg="reference for unknown type: " [2021-06-15T23:41:02.405Z] ok github.com/docker/docker/distribution/metadata 1.840s coverage: 48.2% of statements [2021-06-15T23:41:02.405Z] time="2021-06-15T23:41:02Z" level=warning msg="reference for unknown type: " [2021-06-15T23:41:02.405Z] === RUN TestManifestStore/error_persisting_manifest [2021-06-15T23:41:02.405Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-06-15T23:41:02.405Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-06-15T23:41:02.405Z] time="2021-06-15T23:41:02Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-06-15T23:41:02.405Z] --- PASS: TestManifestStore (0.27s) [2021-06-15T23:41:02.405Z] --- PASS: TestManifestStore/no_remote_or_local (0.17s) [2021-06-15T23:41:02.405Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-06-15T23:41:02.405Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-06-15T23:41:02.405Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2021-06-15T23:41:02.405Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-06-15T23:41:02.405Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-06-15T23:41:02.405Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-06-15T23:41:02.405Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-06-15T23:41:02.405Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-06-15T23:41:02.405Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-06-15T23:41:02.405Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-06-15T23:41:02.405Z] === RUN TestDetectManifestBlobMediaType [2021-06-15T23:41:02.405Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-06-15T23:41:02.405Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-06-15T23:41:02.405Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-06-15T23:41:02.405Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-06-15T23:41:02.405Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-06-15T23:41:02.405Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-06-15T23:41:02.405Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-06-15T23:41:02.405Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-06-15T23:41:02.405Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-06-15T23:41:02.405Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-06-15T23:41:02.405Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-06-15T23:41:02.405Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-06-15T23:41:02.405Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-06-15T23:41:02.405Z] === RUN TestFixManifestLayers [2021-06-15T23:41:02.405Z] --- PASS: TestFixManifestLayers (0.00s) [2021-06-15T23:41:02.405Z] === RUN TestFixManifestLayersBaseLayerParent [2021-06-15T23:41:02.405Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-15T23:41:02.405Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-15T23:41:02.405Z] === RUN TestFixManifestLayersBadParent [2021-06-15T23:41:02.405Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-06-15T23:41:02.405Z] === RUN TestValidateManifest [2021-06-15T23:41:02.405Z] --- SKIP: TestValidateManifest (0.00s) [2021-06-15T23:41:02.405Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-15T23:41:02.405Z] === RUN TestFormatPlatform [2021-06-15T23:41:02.405Z] --- PASS: TestFormatPlatform (0.00s) [2021-06-15T23:41:02.405Z] === RUN TestGetRepositoryMountCandidates [2021-06-15T23:41:02.405Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-06-15T23:41:02.405Z] === RUN TestLayerAlreadyExists [2021-06-15T23:41:02.405Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-06-15T23:41:02.405Z] 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-06-15T23:41:02.405Z] 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-06-15T23:41:02.405Z] 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-06-15T23:41:02.405Z] 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-06-15T23:41:02.405Z] 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-06-15T23:41:02.405Z] 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-06-15T23:41:02.405Z] === RUN TestWhenEmptyAuthConfig [2021-06-15T23:41:02.405Z] time="2021-06-15T23:41:02Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-15T23:41:02.405Z] time="2021-06-15T23:41:02Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-15T23:41:02.405Z] time="2021-06-15T23:41:02Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-15T23:41:02.405Z] time="2021-06-15T23:41:02Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-15T23:41:02.405Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-06-15T23:41:02.405Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.38s) [2021-06-15T23:41:02.405Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.38s) [2021-06-15T23:41:02.405Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.38s) [2021-06-15T23:41:02.405Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.38s) [2021-06-15T23:41:02.405Z] === RUN TestTransfer [2021-06-15T23:41:02.867Z] --- PASS: TestTransfer (0.14s) [2021-06-15T23:41:02.867Z] === RUN TestConcurrencyLimit [2021-06-15T23:41:02.867Z] === RUN TestNotFound [2021-06-15T23:41:02.867Z] --- PASS: TestNotFound (0.00s) [2021-06-15T23:41:02.867Z] === RUN TestConflict [2021-06-15T23:41:02.867Z] --- PASS: TestConflict (0.00s) [2021-06-15T23:41:02.867Z] === RUN TestForbidden [2021-06-15T23:41:02.867Z] --- PASS: TestForbidden (0.00s) [2021-06-15T23:41:02.867Z] === RUN TestInvalidParameter [2021-06-15T23:41:02.867Z] --- PASS: TestInvalidParameter (0.00s) [2021-06-15T23:41:02.867Z] === RUN TestNotImplemented [2021-06-15T23:41:02.867Z] --- PASS: TestNotImplemented (0.00s) [2021-06-15T23:41:02.867Z] === RUN TestNotModified [2021-06-15T23:41:02.867Z] --- PASS: TestNotModified (0.00s) [2021-06-15T23:41:02.867Z] === RUN TestUnauthorized [2021-06-15T23:41:02.867Z] --- PASS: TestUnauthorized (0.00s) [2021-06-15T23:41:02.867Z] === RUN TestUnknown [2021-06-15T23:41:02.867Z] --- PASS: TestUnknown (0.00s) [2021-06-15T23:41:02.867Z] === RUN TestCancelled [2021-06-15T23:41:02.867Z] --- PASS: TestCancelled (0.00s) [2021-06-15T23:41:02.867Z] === RUN TestDeadline [2021-06-15T23:41:02.867Z] --- PASS: TestDeadline (0.00s) [2021-06-15T23:41:02.867Z] === RUN TestDataLoss [2021-06-15T23:41:02.867Z] --- PASS: TestDataLoss (0.00s) [2021-06-15T23:41:02.867Z] === RUN TestUnavailable [2021-06-15T23:41:02.867Z] --- PASS: TestUnavailable (0.00s) [2021-06-15T23:41:02.867Z] === RUN TestSystem [2021-06-15T23:41:02.867Z] --- PASS: TestSystem (0.00s) [2021-06-15T23:41:02.867Z] === RUN TestFromStatusCode [2021-06-15T23:41:02.867Z] === RUN TestFromStatusCode/Not_Found [2021-06-15T23:41:02.867Z] === RUN TestFromStatusCode/Bad_Request [2021-06-15T23:41:02.867Z] === RUN TestFromStatusCode/Conflict [2021-06-15T23:41:02.867Z] === RUN TestFromStatusCode/Unauthorized [2021-06-15T23:41:02.867Z] === RUN TestFromStatusCode/Service_Unavailable [2021-06-15T23:41:02.867Z] === RUN TestFromStatusCode/Forbidden [2021-06-15T23:41:02.867Z] === RUN TestFromStatusCode/Not_Modified [2021-06-15T23:41:02.867Z] === RUN TestFromStatusCode/Not_Implemented [2021-06-15T23:41:02.867Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-06-15T23:41:02.867Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-06-15T23:41:02.867Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-06-15T23:41:02.867Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-06-15T23:41:02.867Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-06-15T23:41:02.867Z] --- PASS: TestFromStatusCode (0.00s) [2021-06-15T23:41:02.867Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-06-15T23:41:02.867Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-06-15T23:41:02.867Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-06-15T23:41:02.867Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-06-15T23:41:02.867Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-06-15T23:41:02.867Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-06-15T23:41:02.867Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-06-15T23:41:02.867Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-06-15T23:41:02.867Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-06-15T23:41:02.867Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-06-15T23:41:02.867Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-06-15T23:41:02.867Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-06-15T23:41:02.867Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-06-15T23:41:02.867Z] PASS [2021-06-15T23:41:02.867Z] coverage: 53.1% of statements [2021-06-15T23:41:02.867Z] ok github.com/docker/docker/errdefs 0.056s coverage: 53.1% of statements [2021-06-15T23:41:03.329Z] --- PASS: TestConcurrencyLimit (0.42s) [2021-06-15T23:41:03.329Z] === RUN TestInactiveJobs [2021-06-15T23:41:03.774Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-06-15T23:41:03.791Z] --- PASS: TestInactiveJobs (0.40s) [2021-06-15T23:41:03.791Z] === RUN TestWatchRelease [2021-06-15T23:41:03.791Z] --- PASS: TestWhenEmptyAuthConfig (1.13s) [2021-06-15T23:41:03.791Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-06-15T23:41:03.791Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-06-15T23:41:03.791Z] === RUN TestTokenPassThru [2021-06-15T23:41:03.791Z] --- PASS: TestTokenPassThru (0.01s) [2021-06-15T23:41:03.791Z] === RUN TestTokenPassThruDifferentHost [2021-06-15T23:41:03.791Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-06-15T23:41:03.791Z] PASS [2021-06-15T23:41:03.791Z] coverage: 23.7% of statements [2021-06-15T23:41:03.791Z] --- PASS: TestWatchRelease (0.06s) [2021-06-15T23:41:03.791Z] === RUN TestWatchFinishedTransfer [2021-06-15T23:41:03.791Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-06-15T23:41:03.791Z] === RUN TestDuplicateTransfer [2021-06-15T23:41:03.791Z] ok github.com/docker/docker/distribution 1.582s coverage: 23.7% of statements [2021-06-15T23:41:03.791Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-06-15T23:41:03.791Z] === RUN TestSuccessfulUpload [2021-06-15T23:41:03.791Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-15T23:41:03.791Z] time="2021-06-15T23:41:03Z" level=error msg="Upload failed, retrying: simulating retry" [2021-06-15T23:41:04.253Z] --- PASS: TestSuccessfulUpload (0.54s) [2021-06-15T23:41:04.253Z] === RUN TestCancelledUpload [2021-06-15T23:41:04.253Z] --- PASS: TestCancelledUpload (0.00s) [2021-06-15T23:41:04.253Z] PASS [2021-06-15T23:41:04.253Z] coverage: 76.8% of statements [2021-06-15T23:41:04.253Z] ok github.com/docker/docker/distribution/xfer 2.074s coverage: 76.8% of statements [2021-06-15T23:41:04.253Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-15T23:41:04.350Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42473/17/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-15T23:41:04.716Z] === RUN TestCompare [2021-06-15T23:41:04.716Z] --- PASS: TestCompare (0.00s) [2021-06-15T23:41:04.716Z] PASS [2021-06-15T23:41:04.716Z] coverage: 19.2% of statements [2021-06-15T23:41:04.716Z] ok github.com/docker/docker/image/cache 0.093s coverage: 19.2% of statements [2021-06-15T23:41:04.716Z] === RUN TestFSGetInvalidData [2021-06-15T23:41:04.716Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-06-15T23:41:04.716Z] === RUN TestFSInvalidSet [2021-06-15T23:41:04.716Z] --- PASS: TestFSInvalidSet (0.01s) [2021-06-15T23:41:04.716Z] === RUN TestFSInvalidRoot [2021-06-15T23:41:04.716Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-06-15T23:41:04.716Z] === RUN TestFSMetadataGetSet [2021-06-15T23:41:04.716Z] --- PASS: TestFSMetadataGetSet (0.04s) [2021-06-15T23:41:04.716Z] === RUN TestFSInvalidWalker [2021-06-15T23:41:04.835Z] + make clean [2021-06-15T23:41:05.094Z] docker volume rm -f docker-dev-cache [2021-06-15T23:41:05.094Z] docker-dev-cache [Pipeline] deleteDir [2021-06-15T23:41:05.178Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-06-15T23:41:05.178Z] === RUN TestFSGetSet [2021-06-15T23:41:05.178Z] --- PASS: TestFSGetSet (0.02s) [2021-06-15T23:41:05.178Z] === RUN TestFSGetUnsetKey [2021-06-15T23:41:05.178Z] --- PASS: TestFSGetUnsetKey (0.01s) [2021-06-15T23:41:05.178Z] === RUN TestFSGetEmptyData [2021-06-15T23:41:05.178Z] --- PASS: TestFSGetEmptyData (0.01s) [2021-06-15T23:41:05.178Z] === RUN TestFSDelete [2021-06-15T23:41:05.178Z] --- PASS: TestFSDelete (0.01s) [2021-06-15T23:41:05.178Z] === RUN TestFSWalker [2021-06-15T23:41:05.178Z] --- PASS: TestFSWalker (0.02s) [2021-06-15T23:41:05.178Z] === RUN TestFSWalkerStopOnError [2021-06-15T23:41:05.178Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-06-15T23:41:05.178Z] === RUN TestNewFromJSON [2021-06-15T23:41:05.178Z] --- PASS: TestNewFromJSON (0.00s) [2021-06-15T23:41:05.178Z] === RUN TestNewFromJSONWithInvalidJSON [2021-06-15T23:41:05.178Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-06-15T23:41:05.178Z] === RUN TestMarshalKeyOrder [2021-06-15T23:41:05.178Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-06-15T23:41:05.178Z] === RUN TestHistoryEqual [2021-06-15T23:41:05.178Z] --- PASS: TestHistoryEqual (0.12s) [2021-06-15T23:41:05.178Z] === RUN TestImage [2021-06-15T23:41:05.178Z] --- PASS: TestImage (0.00s) [2021-06-15T23:41:05.178Z] === RUN TestImageOSNotEmpty [2021-06-15T23:41:05.178Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-06-15T23:41:05.178Z] === RUN TestNewChildImageFromImageWithRootFS [2021-06-15T23:41:05.178Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-06-15T23:41:05.178Z] === RUN TestCreate [2021-06-15T23:41:05.178Z] --- PASS: TestCreate (0.01s) [2021-06-15T23:41:05.178Z] === RUN TestRestore [2021-06-15T23:41:05.178Z] time="2021-06-15T23:41:04Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-06-15T23:41:05.178Z] --- PASS: TestRestore (0.03s) [2021-06-15T23:41:05.178Z] === RUN TestAddDelete [2021-06-15T23:41:05.178Z] --- PASS: TestAddDelete (0.02s) [2021-06-15T23:41:05.178Z] === RUN TestSearchAfterDelete [2021-06-15T23:41:05.178Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-06-15T23:41:05.178Z] === RUN TestParentReset [2021-06-15T23:41:05.178Z] --- PASS: TestParentReset (0.03s) [2021-06-15T23:41:05.178Z] === RUN TestGetAndSetLastUpdated [2021-06-15T23:41:05.178Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-06-15T23:41:05.178Z] === RUN TestStoreLen [2021-06-15T23:41:05.178Z] --- PASS: TestStoreLen (0.08s) [2021-06-15T23:41:05.178Z] PASS [2021-06-15T23:41:05.178Z] coverage: 86.6% of statements [2021-06-15T23:41:05.178Z] ok github.com/docker/docker/image 0.600s coverage: 86.6% of statements [2021-06-15T23:41:05.428Z] Removing intermediate container d93fae0f01f8 [2021-06-15T23:41:05.428Z] ---> 3c72cc6a964a [2021-06-15T23:41:05.428Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-06-15T23:41:05.428Z] ---> Running in 4a1d564b184b [2021-06-15T23:41:06.291Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-06-15T23:41:06.330Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.27s) [2021-06-15T23:41:06.330Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:x18besa8mkiln7tgj9nnr4pcl Created:2021-06-15 23:40:58.30354431 +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[d07a7cef125a087a2901ea47ec9655ddf1062420b84853b6481a47375ba857f9:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ndhbw43lv5syzr6micbnubnnf EndpointID:db78635b0495b05f355636ed65ef9b83e5feb323a36d4a94c884b3ed47a0cfb9 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:919eb1b34229b9122012a6fe568c83619e6ec8df6b9fb3ef850bfe4efcb2cc5b 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:08f41f574cf1 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ndhbw43lv5syzr6micbnubnnf EndpointID:db78635b0495b05f355636ed65ef9b83e5feb323a36d4a94c884b3ed47a0cfb9 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-06-15T23:41:06.330Z] PASS [2021-06-15T23:41:06.330Z] [2021-06-15T23:41:06.330Z] === Skipped [2021-06-15T23:41:06.330Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-15T23:41:06.330Z] service_test.go:242: FLAKY_TEST [2021-06-15T23:41:06.330Z] [2021-06-15T23:41:06.330Z] [2021-06-15T23:41:06.330Z] DONE 26 tests, 1 skipped in 57.431s [2021-06-15T23:41:06.330Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-15T23:41:06.330Z] ++ 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-06-15T23:41:06.330Z] ++ set -e [2021-06-15T23:41:06.330Z] ++ '[' -n 0 ']' [2021-06-15T23:41:06.330Z] ++ set -x [2021-06-15T23:41:06.330Z] ++ 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-06-15T23:41:06.330Z] INFO: Testing against a local daemon [2021-06-15T23:41:06.330Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-15T23:41:06.330Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-15T23:41:06.330Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-15T23:41:06.330Z] === RUN TestDockerNetworkIpvlan [2021-06-15T23:41:06.330Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-15T23:41:06.330Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-15T23:41:06.330Z] PASS [2021-06-15T23:41:06.330Z] [2021-06-15T23:41:06.330Z] === Skipped [2021-06-15T23:41:06.330Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-15T23:41:06.330Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-15T23:41:06.330Z] [2021-06-15T23:41:06.330Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-15T23:41:06.330Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-15T23:41:06.330Z] [2021-06-15T23:41:06.330Z] [2021-06-15T23:41:06.330Z] DONE 2 tests, 2 skipped in 0.181s [2021-06-15T23:41:06.330Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-15T23:41:06.330Z] ++ 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-06-15T23:41:06.330Z] ++ set -e [2021-06-15T23:41:06.330Z] ++ '[' -n 0 ']' [2021-06-15T23:41:06.330Z] ++ set -x [2021-06-15T23:41:06.330Z] ++ 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-06-15T23:41:06.330Z] INFO: Testing against a local daemon [2021-06-15T23:41:06.330Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-15T23:41:06.398Z] [2021-06-15T23:41:06.398Z] SUCCESS: Specified value was saved. [2021-06-15T23:41:06.723Z] === RUN TestValidateManifest [2021-06-15T23:41:06.723Z] === RUN TestValidateManifest/nil [2021-06-15T23:41:06.723Z] === RUN TestValidateManifest/non-nil [2021-06-15T23:41:06.723Z] --- PASS: TestValidateManifest (0.00s) [2021-06-15T23:41:06.723Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-06-15T23:41:06.723Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-06-15T23:41:06.723Z] PASS [2021-06-15T23:41:06.723Z] coverage: 0.7% of statements [2021-06-15T23:41:06.723Z] ok github.com/docker/docker/image/tarexport 0.373s coverage: 0.7% of statements [2021-06-15T23:41:06.723Z] === RUN TestMakeV1ConfigFromConfig [2021-06-15T23:41:06.723Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-06-15T23:41:06.723Z] PASS [2021-06-15T23:41:06.723Z] coverage: 25.0% of statements [2021-06-15T23:41:06.723Z] ok github.com/docker/docker/image/v1 0.165s coverage: 25.0% of statements [2021-06-15T23:41:06.723Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-15T23:41:07.275Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.91s) [2021-06-15T23:41:07.275Z] === RUN TestDockerNetworkMacvlan [2021-06-15T23:41:07.696Z] === RUN TestSerialization [2021-06-15T23:41:07.696Z] --- PASS: TestSerialization (0.02s) [2021-06-15T23:41:07.696Z] PASS [2021-06-15T23:41:07.696Z] coverage: 100.0% of statements [2021-06-15T23:41:07.696Z] ok github.com/docker/docker/libcontainerd/queue 0.063s coverage: 100.0% of statements [2021-06-15T23:41:08.170Z] === RUN TestEmptyLayer [2021-06-15T23:41:08.170Z] --- PASS: TestEmptyLayer (0.00s) [2021-06-15T23:41:08.170Z] === RUN TestCommitFailure [2021-06-15T23:41:08.170Z] --- PASS: TestCommitFailure (0.01s) [2021-06-15T23:41:08.170Z] === RUN TestStartTransactionFailure [2021-06-15T23:41:08.170Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-06-15T23:41:08.170Z] === RUN TestGetOrphan [2021-06-15T23:41:08.170Z] --- PASS: TestGetOrphan (0.01s) [2021-06-15T23:41:08.170Z] === RUN TestMountAndRegister [2021-06-15T23:41:08.170Z] --- PASS: TestMountAndRegister (0.04s) [2021-06-15T23:41:08.170Z] layer_test.go:271: Layer size: 14 [2021-06-15T23:41:08.170Z] === RUN TestLayerRelease [2021-06-15T23:41:08.170Z] --- SKIP: TestLayerRelease (0.00s) [2021-06-15T23:41:08.170Z] layer_test.go:304: Failing on Windows [2021-06-15T23:41:08.170Z] === RUN TestStoreRestore [2021-06-15T23:41:08.170Z] --- SKIP: TestStoreRestore (0.00s) [2021-06-15T23:41:08.170Z] layer_test.go:353: Failing on Windows [2021-06-15T23:41:08.170Z] === RUN TestTarStreamStability [2021-06-15T23:41:08.170Z] --- SKIP: TestTarStreamStability (0.00s) [2021-06-15T23:41:08.170Z] layer_test.go:468: Failing on Windows [2021-06-15T23:41:08.170Z] === RUN TestRegisterExistingLayer [2021-06-15T23:41:08.219Z] === RUN TestDockerNetworkMacvlan/Subinterface [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-15T23:41:08.583Z] Removing intermediate container 4a1d564b184b [2021-06-15T23:41:08.584Z] ---> 1463618814a8 [2021-06-15T23:41:08.584Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-06-15T23:41:08.584Z] ---> Running in fe4720879b67 [2021-06-15T23:41:08.634Z] --- PASS: TestRegisterExistingLayer (0.21s) [2021-06-15T23:41:08.634Z] === RUN TestTarStreamVerification [2021-06-15T23:41:08.634Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-06-15T23:41:08.634Z] layer_test.go:697: Failing on Windows [2021-06-15T23:41:08.634Z] === RUN TestLayerMigration [2021-06-15T23:41:08.634Z] --- SKIP: TestLayerMigration (0.00s) [2021-06-15T23:41:08.634Z] migration_test.go:46: Failing on Windows [2021-06-15T23:41:08.634Z] === RUN TestLayerMigrationNoTarsplit [2021-06-15T23:41:08.634Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-06-15T23:41:08.634Z] migration_test.go:182: Failing on Windows [2021-06-15T23:41:08.634Z] === RUN TestMountInit [2021-06-15T23:41:08.634Z] --- SKIP: TestMountInit (0.00s) [2021-06-15T23:41:08.634Z] mount_test.go:17: Failing on Windows [2021-06-15T23:41:08.634Z] === RUN TestMountSize [2021-06-15T23:41:08.634Z] --- SKIP: TestMountSize (0.00s) [2021-06-15T23:41:08.634Z] mount_test.go:76: Failing on Windows [2021-06-15T23:41:08.634Z] === RUN TestMountChanges [2021-06-15T23:41:08.634Z] --- SKIP: TestMountChanges (0.00s) [2021-06-15T23:41:08.634Z] mount_test.go:125: Failing on Windows [2021-06-15T23:41:08.634Z] === RUN TestMountApply [2021-06-15T23:41:08.634Z] --- SKIP: TestMountApply (0.00s) [2021-06-15T23:41:08.634Z] mount_test.go:212: Failing on Windows [2021-06-15T23:41:08.634Z] PASS [2021-06-15T23:41:08.634Z] coverage: 30.1% of statements [2021-06-15T23:41:08.634Z] ok github.com/docker/docker/layer 0.361s coverage: 30.1% of statements [2021-06-15T23:41:08.634Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-15T23:41:09.095Z] === RUN TestEnvironmentParsing [2021-06-15T23:41:09.095Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-06-15T23:41:09.095Z] PASS [2021-06-15T23:41:09.095Z] coverage: 1.2% of statements [2021-06-15T23:41:09.095Z] ok github.com/docker/docker/libcontainerd/local 0.160s coverage: 1.2% of statements [2021-06-15T23:41:09.095Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-15T23:41:09.095Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-15T23:41:09.095Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-15T23:41:09.165Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-06-15T23:41:09.595Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-06-15T23:41:10.555Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-06-15T23:41:10.640Z] === RUN TestSequenceGetAvailableBit [2021-06-15T23:41:10.640Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-06-15T23:41:10.640Z] === RUN TestSequenceEqual [2021-06-15T23:41:10.640Z] --- PASS: TestSequenceEqual (0.00s) [2021-06-15T23:41:10.640Z] === RUN TestSequenceCopy [2021-06-15T23:41:10.640Z] --- PASS: TestSequenceCopy (0.00s) [2021-06-15T23:41:10.640Z] === RUN TestGetFirstAvailable [2021-06-15T23:41:10.640Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-06-15T23:41:10.640Z] === RUN TestFindSequence [2021-06-15T23:41:10.640Z] --- PASS: TestFindSequence (0.00s) [2021-06-15T23:41:10.640Z] === RUN TestCheckIfAvailable [2021-06-15T23:41:10.640Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-06-15T23:41:10.640Z] === RUN TestMergeSequences [2021-06-15T23:41:10.640Z] --- PASS: TestMergeSequences (0.00s) [2021-06-15T23:41:10.640Z] === RUN TestPushReservation [2021-06-15T23:41:10.640Z] --- PASS: TestPushReservation (0.00s) [2021-06-15T23:41:10.640Z] === RUN TestSerializeDeserialize [2021-06-15T23:41:10.640Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-06-15T23:41:10.640Z] === RUN TestSet [2021-06-15T23:41:10.640Z] --- PASS: TestSet (0.00s) [2021-06-15T23:41:10.640Z] === RUN TestSetUnset [2021-06-15T23:41:10.640Z] --- PASS: TestSetUnset (0.00s) [2021-06-15T23:41:10.640Z] === RUN TestOffsetSetUnset [2021-06-15T23:41:10.640Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-06-15T23:41:10.640Z] === RUN TestSetInRange [2021-06-15T23:41:10.640Z] --- PASS: TestSetInRange (0.00s) [2021-06-15T23:41:10.640Z] === RUN TestSetAnyInRange [2021-06-15T23:41:10.640Z] --- PASS: TestSetAnyInRange (0.00s) [2021-06-15T23:41:10.640Z] === RUN TestMethods [2021-06-15T23:41:10.640Z] --- PASS: TestMethods (0.00s) [2021-06-15T23:41:10.640Z] === RUN TestRandomAllocateDeallocate [2021-06-15T23:41:11.613Z] === RUN TestClientServiceInvalidCommand [2021-06-15T23:41:11.613Z] --- PASS: TestClientServiceInvalidCommand (0.00s) [2021-06-15T23:41:11.613Z] === RUN TestClientServiceCreate [2021-06-15T23:41:11.613Z] --- PASS: TestClientServiceCreate (0.00s) [2021-06-15T23:41:11.613Z] === RUN TestClientServiceRm [2021-06-15T23:41:11.613Z] --- PASS: TestClientServiceRm (0.00s) [2021-06-15T23:41:11.613Z] === RUN TestClientServiceLs [2021-06-15T23:41:11.613Z] --- PASS: TestClientServiceLs (0.00s) [2021-06-15T23:41:11.613Z] === RUN TestClientServiceInfo [2021-06-15T23:41:11.613Z] --- PASS: TestClientServiceInfo (0.00s) [2021-06-15T23:41:11.613Z] === RUN TestClientServiceInfoById [2021-06-15T23:41:11.613Z] --- PASS: TestClientServiceInfoById (0.00s) [2021-06-15T23:41:11.613Z] === RUN TestClientServiceJoin [2021-06-15T23:41:11.613Z] --- PASS: TestClientServiceJoin (0.00s) [2021-06-15T23:41:11.613Z] === RUN TestClientServiceLeave [2021-06-15T23:41:11.613Z] --- PASS: TestClientServiceLeave (0.00s) [2021-06-15T23:41:11.613Z] === RUN TestClientDummyCommand [2021-06-15T23:41:11.613Z] --- PASS: TestClientDummyCommand (0.00s) [2021-06-15T23:41:11.613Z] === RUN TestClientNetworkInvalidCommand [2021-06-15T23:41:11.613Z] --- PASS: TestClientNetworkInvalidCommand (0.00s) [2021-06-15T23:41:11.613Z] === RUN TestClientNetworkCreate [2021-06-15T23:41:11.613Z] --- PASS: TestClientNetworkCreate (0.00s) [2021-06-15T23:41:11.613Z] === RUN TestClientNetworkCreateWithDriver [2021-06-15T23:41:11.613Z] flag provided but not defined: -f [2021-06-15T23:41:11.613Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build392914646\b1147\client.test.exe create --help'. [2021-06-15T23:41:11.613Z] --- PASS: TestClientNetworkCreateWithDriver (0.00s) [2021-06-15T23:41:11.613Z] === RUN TestClientNetworkRm [2021-06-15T23:41:11.613Z] --- PASS: TestClientNetworkRm (0.00s) [2021-06-15T23:41:11.613Z] === RUN TestClientNetworkLs [2021-06-15T23:41:11.613Z] --- PASS: TestClientNetworkLs (0.00s) [2021-06-15T23:41:11.613Z] === RUN TestClientNetworkInfo [2021-06-15T23:41:11.613Z] --- PASS: TestClientNetworkInfo (0.00s) [2021-06-15T23:41:11.613Z] === RUN TestClientNetworkInfoById [2021-06-15T23:41:11.613Z] --- PASS: TestClientNetworkInfoById (0.00s) [2021-06-15T23:41:11.613Z] PASS [2021-06-15T23:41:11.613Z] coverage: 75.2% of statements [2021-06-15T23:41:11.613Z] ok github.com/docker/docker/libnetwork/client 0.060s coverage: 75.2% of statements [2021-06-15T23:41:12.074Z] === RUN TestEverything [2021-06-15T23:41:12.074Z] --- PASS: TestEverything (0.00s) [2021-06-15T23:41:12.074Z] === RUN TestGet [2021-06-15T23:41:12.074Z] --- PASS: TestGet (0.00s) [2021-06-15T23:41:12.074Z] === RUN TestParsePanic [2021-06-15T23:41:12.074Z] flag provided but not defined: -int [2021-06-15T23:41:12.074Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build392914646\b1151\mflag.test.exe --help'. [2021-06-15T23:41:12.074Z] --- PASS: TestParsePanic (0.00s) [2021-06-15T23:41:12.074Z] === RUN TestParse [2021-06-15T23:41:12.074Z] --- PASS: TestParse (0.00s) [2021-06-15T23:41:12.074Z] === RUN TestFlagSetParse [2021-06-15T23:41:12.074Z] --- PASS: TestFlagSetParse (0.00s) [2021-06-15T23:41:12.074Z] === RUN TestUserDefined [2021-06-15T23:41:12.074Z] --- PASS: TestUserDefined (0.00s) [2021-06-15T23:41:12.074Z] === RUN TestUserDefinedBool [2021-06-15T23:41:12.074Z] flag needs an argument: -b [2021-06-15T23:41:12.074Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build392914646\b1151\mflag.test.exe test --help'. [2021-06-15T23:41:12.074Z] --- PASS: TestUserDefinedBool (0.00s) [2021-06-15T23:41:12.074Z] === RUN TestSetOutput [2021-06-15T23:41:12.074Z] --- PASS: TestSetOutput (0.00s) [2021-06-15T23:41:12.074Z] === RUN TestChangingArgs [2021-06-15T23:41:12.074Z] --- PASS: TestChangingArgs (0.00s) [2021-06-15T23:41:12.074Z] === RUN TestHelp [2021-06-15T23:41:12.074Z] --- PASS: TestHelp (0.00s) [2021-06-15T23:41:12.074Z] === RUN TestFlagCounts [2021-06-15T23:41:12.074Z] Warning: '-d' is deprecated, it will be removed soon. See usage. [2021-06-15T23:41:12.074Z] Warning: '-flag4' is deprecated, it will be replaced by '--flag4' soon. See usage. [2021-06-15T23:41:12.074Z] --- PASS: TestFlagCounts (0.00s) [2021-06-15T23:41:12.074Z] === RUN TestSortFlags [2021-06-15T23:41:12.074Z] --- PASS: TestSortFlags (0.00s) [2021-06-15T23:41:12.074Z] === RUN TestMergeFlags [2021-06-15T23:41:12.074Z] --- PASS: TestMergeFlags (0.00s) [2021-06-15T23:41:12.074Z] PASS [2021-06-15T23:41:12.074Z] coverage: 62.7% of statements [2021-06-15T23:41:12.074Z] ok github.com/docker/docker/libnetwork/client/mflag 0.048s coverage: 62.7% of statements [2021-06-15T23:41:12.120Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-06-15T23:41:13.046Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-06-15T23:41:13.316Z] Cannot create a file when that file already exists. [2021-06-15T23:41:13.626Z] === RUN TestErrorInterfaces [2021-06-15T23:41:13.626Z] --- PASS: TestErrorInterfaces (0.00s) [2021-06-15T23:41:13.626Z] === RUN TestNetworkMarshalling [2021-06-15T23:41:13.626Z] --- PASS: TestNetworkMarshalling (0.14s) [2021-06-15T23:41:13.626Z] === RUN TestEndpointMarshalling [2021-06-15T23:41:13.626Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-06-15T23:41:13.626Z] === RUN TestAuxAddresses [2021-06-15T23:41:13.626Z] time="2021-06-15T23:41:13Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-15T23:41:13.626Z] --- PASS: TestAuxAddresses (0.01s) [2021-06-15T23:41:13.626Z] === RUN TestSRVServiceQuery [2021-06-15T23:41:13.626Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-06-15T23:41:13.626Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:41:13.626Z] === RUN TestServiceVIPReuse [2021-06-15T23:41:13.626Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-06-15T23:41:13.626Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:41:13.626Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-06-15T23:41:13.626Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-06-15T23:41:13.626Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:41:13.626Z] === RUN TestDNSIPQuery [2021-06-15T23:41:13.626Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-06-15T23:41:13.626Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:41:13.626Z] === RUN TestDNSProxyServFail [2021-06-15T23:41:13.626Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-06-15T23:41:13.626Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:41:13.626Z] === RUN TestSandboxAddEmpty [2021-06-15T23:41:13.626Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-06-15T23:41:13.626Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:41:13.626Z] === RUN TestSandboxAddMultiPrio [2021-06-15T23:41:13.626Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-06-15T23:41:13.626Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:41:13.626Z] === RUN TestSandboxAddSamePrio [2021-06-15T23:41:13.626Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-06-15T23:41:13.626Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:41:13.626Z] === RUN TestCleanupServiceDiscovery [2021-06-15T23:41:13.626Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-06-15T23:41:13.626Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:41:13.626Z] === RUN TestDNSOptions [2021-06-15T23:41:13.626Z] --- SKIP: TestDNSOptions (0.00s) [2021-06-15T23:41:13.626Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:41:13.626Z] === RUN TestMultipleControllersWithSameStore [2021-06-15T23:41:13.626Z] time="2021-06-15T23:41:13Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-15T23:41:13.626Z] time="2021-06-15T23:41:13Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-15T23:41:13.626Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-06-15T23:41:13.626Z] PASS [2021-06-15T23:41:13.626Z] coverage: 8.6% of statements [2021-06-15T23:41:13.626Z] ok github.com/docker/docker/libnetwork 0.328s coverage: 8.6% of statements [2021-06-15T23:41:13.626Z] ? github.com/docker/docker/libnetwork/api [no test files] [2021-06-15T23:41:13.866Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-06-15T23:41:14.599Z] === RUN TestTCP4Proxy [2021-06-15T23:41:14.600Z] --- PASS: TestTCP4Proxy (0.00s) [2021-06-15T23:41:14.600Z] === RUN TestTCP4ProxyHalfClose [2021-06-15T23:41:14.600Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-06-15T23:41:14.600Z] === RUN TestTCP6Proxy [2021-06-15T23:41:14.600Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-06-15T23:41:14.600Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-15T23:41:14.600Z] === RUN TestTCPDualStackProxy [2021-06-15T23:41:14.600Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-06-15T23:41:14.600Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-15T23:41:14.600Z] === RUN TestUDP4Proxy [2021-06-15T23:41:14.600Z] --- PASS: TestUDP4Proxy (0.00s) [2021-06-15T23:41:14.600Z] === RUN TestUDP6Proxy [2021-06-15T23:41:14.600Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-06-15T23:41:14.600Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-15T23:41:14.600Z] === RUN TestUDPWriteError [2021-06-15T23:41:14.600Z] --- PASS: TestUDPWriteError (0.00s) [2021-06-15T23:41:14.600Z] === RUN TestSCTP4Proxy [2021-06-15T23:41:14.600Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-06-15T23:41:14.600Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-06-15T23:41:14.600Z] === RUN TestSCTP6Proxy [2021-06-15T23:41:14.600Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-06-15T23:41:14.600Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-15T23:41:14.600Z] PASS [2021-06-15T23:41:14.600Z] coverage: 49.4% of statements [2021-06-15T23:41:14.600Z] ok github.com/docker/docker/libnetwork/cmd/proxy 0.056s coverage: 49.4% of statements [2021-06-15T23:41:15.573Z] === RUN TestInvalidConfig [2021-06-15T23:41:15.573Z] --- PASS: TestInvalidConfig (0.00s) [2021-06-15T23:41:15.573Z] === RUN TestConfig [2021-06-15T23:41:15.573Z] --- PASS: TestConfig (0.00s) [2021-06-15T23:41:15.573Z] === RUN TestOptionsLabels [2021-06-15T23:41:15.573Z] --- PASS: TestOptionsLabels (0.00s) [2021-06-15T23:41:15.573Z] === RUN TestValidName [2021-06-15T23:41:15.573Z] --- PASS: TestValidName (0.00s) [2021-06-15T23:41:15.573Z] === RUN TestTLSConfiguration [2021-06-15T23:41:15.573Z] time="2021-06-15T23:41:15Z" level=info msg="Option Initializing KV with TLS" [2021-06-15T23:41:15.573Z] --- PASS: TestTLSConfiguration (0.13s) [2021-06-15T23:41:15.573Z] PASS [2021-06-15T23:41:15.573Z] coverage: 24.0% of statements [2021-06-15T23:41:15.573Z] ok github.com/docker/docker/libnetwork/config 0.213s coverage: 24.0% of statements [2021-06-15T23:41:15.573Z] === RUN TestKey [2021-06-15T23:41:15.573Z] --- PASS: TestKey (0.00s) [2021-06-15T23:41:15.573Z] === RUN TestParseKey [2021-06-15T23:41:15.573Z] --- PASS: TestParseKey (0.00s) [2021-06-15T23:41:15.573Z] === RUN TestInvalidDataStore [2021-06-15T23:41:15.573Z] --- PASS: TestInvalidDataStore (0.00s) [2021-06-15T23:41:15.573Z] === RUN TestKVObjectFlatKey [2021-06-15T23:41:15.573Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-06-15T23:41:15.573Z] === RUN TestAtomicKVObjectFlatKey [2021-06-15T23:41:15.573Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-06-15T23:41:15.573Z] PASS [2021-06-15T23:41:15.573Z] coverage: 21.9% of statements [2021-06-15T23:41:15.573Z] ok github.com/docker/docker/libnetwork/datastore 0.047s coverage: 21.9% of statements [2021-06-15T23:41:16.547Z] === RUN TestIPDataMarshalling [2021-06-15T23:41:16.547Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-06-15T23:41:16.547Z] === RUN TestValidateAndIsV6 [2021-06-15T23:41:16.547Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-06-15T23:41:16.547Z] PASS [2021-06-15T23:41:16.547Z] coverage: 68.9% of statements [2021-06-15T23:41:16.547Z] ok github.com/docker/docker/libnetwork/driverapi 0.055s coverage: 68.9% of statements [2021-06-15T23:41:17.009Z] --- PASS: TestRandomAllocateDeallocate (6.86s) [2021-06-15T23:41:17.009Z] === RUN TestAllocateRandomDeallocate [2021-06-15T23:41:17.009Z] === RUN TestDriver [2021-06-15T23:41:17.009Z] --- PASS: TestDriver (0.00s) [2021-06-15T23:41:17.009Z] PASS [2021-06-15T23:41:17.009Z] coverage: 34.8% of statements [2021-06-15T23:41:17.176Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-06-15T23:41:17.470Z] ok github.com/docker/docker/libnetwork/drivers/host 0.050s coverage: 34.8% of statements [2021-06-15T23:41:17.932Z] === RUN TestDriver [2021-06-15T23:41:17.932Z] --- PASS: TestDriver (0.00s) [2021-06-15T23:41:17.932Z] PASS [2021-06-15T23:41:17.932Z] coverage: 34.8% of statements [2021-06-15T23:41:17.932Z] ok github.com/docker/docker/libnetwork/drivers/null 0.103s coverage: 34.8% of statements [2021-06-15T23:41:18.012Z] Removing intermediate container fe4720879b67 [2021-06-15T23:41:18.012Z] ---> 83cc63a2d4ce [2021-06-15T23:41:18.012Z] Step 13/13 : CMD ["sh"] [2021-06-15T23:41:18.012Z] ---> Running in 8ea990080432 [2021-06-15T23:41:18.399Z] === RUN TestNetworkAllocateFree [2021-06-15T23:41:18.399Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-06-15T23:41:18.399Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-06-15T23:41:18.399Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-06-15T23:41:18.399Z] PASS [2021-06-15T23:41:18.399Z] coverage: 63.6% of statements [2021-06-15T23:41:18.399Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.065s coverage: 63.6% of statements [2021-06-15T23:41:18.473Z] Removing intermediate container 8ea990080432 [2021-06-15T23:41:18.473Z] ---> daac6820cae0 [2021-06-15T23:41:18.473Z] Successfully built daac6820cae0 [2021-06-15T23:41:18.473Z] Successfully tagged busybox:latest [2021-06-15T23:41:18.473Z] INFO: Docker images of the daemon under test [2021-06-15T23:41:18.473Z] [2021-06-15T23:41:18.473Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-15T23:41:18.473Z] busybox latest daac6820cae0 Less than a second ago 2.78GB [2021-06-15T23:41:18.473Z] microsoft/windowsservercore latest 39d157a84080 3 months ago 2.74GB [2021-06-15T23:41:18.473Z] mcr.microsoft.com/windows/servercore/insider 10.0.20295.1 39d157a84080 3 months ago 2.74GB [2021-06-15T23:41:18.473Z] [2021-06-15T23:41:18.473Z] INFO: Running integration tests at 06/15/2021 23:41:18... [2021-06-15T23:41:18.473Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-06-15T23:41:18.473Z] INFO: Integration API tests being run from the host: [2021-06-15T23:41:18.473Z] INFO: make.ps1 starting at 06/15/2021 23:41:18 [2021-06-15T23:41:18.862Z] --- PASS: TestAllocateRandomDeallocate (1.56s) [2021-06-15T23:41:18.862Z] === RUN TestAllocateRandomDeallocateSerialize [2021-06-15T23:41:18.862Z] === RUN TestGetEmptyCapabilities [2021-06-15T23:41:18.862Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-06-15T23:41:18.862Z] === RUN TestGetExtraCapabilities [2021-06-15T23:41:18.862Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-06-15T23:41:18.862Z] === RUN TestGetInvalidCapabilities [2021-06-15T23:41:18.862Z] --- PASS: TestGetInvalidCapabilities (0.02s) [2021-06-15T23:41:18.862Z] === RUN TestRemoteDriver [2021-06-15T23:41:18.862Z] --- PASS: TestRemoteDriver (0.01s) [2021-06-15T23:41:18.862Z] === RUN TestDriverError [2021-06-15T23:41:18.862Z] --- PASS: TestDriverError (0.00s) [2021-06-15T23:41:18.862Z] === RUN TestMissingValues [2021-06-15T23:41:18.862Z] --- PASS: TestMissingValues (0.01s) [2021-06-15T23:41:18.862Z] === RUN TestRollback [2021-06-15T23:41:18.862Z] --- PASS: TestRollback (0.00s) [2021-06-15T23:41:18.862Z] PASS [2021-06-15T23:41:18.862Z] coverage: 57.4% of statements [2021-06-15T23:41:18.862Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.104s coverage: 57.4% of statements [2021-06-15T23:41:19.449Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-06-15T23:41:19.834Z] === RUN TestNAT [2021-06-15T23:41:19.834Z] --- SKIP: TestNAT (0.00s) [2021-06-15T23:41:19.834Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-06-15T23:41:19.834Z] === RUN TestTransparent [2021-06-15T23:41:19.834Z] --- SKIP: TestTransparent (0.00s) [2021-06-15T23:41:19.834Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-06-15T23:41:19.834Z] PASS [2021-06-15T23:41:19.834Z] coverage: 0.0% of statements [2021-06-15T23:41:19.834Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.081s coverage: 0.0% of statements [2021-06-15T23:41:20.296Z] === RUN TestNew [2021-06-15T23:41:20.296Z] --- PASS: TestNew (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestAddDriver [2021-06-15T23:41:20.296Z] --- PASS: TestAddDriver (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestAddDuplicateDriver [2021-06-15T23:41:20.296Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestIPAMDefaultAddressSpaces [2021-06-15T23:41:20.296Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestDriver [2021-06-15T23:41:20.296Z] --- PASS: TestDriver (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestIPAM [2021-06-15T23:41:20.296Z] --- PASS: TestIPAM (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestWalkIPAMs [2021-06-15T23:41:20.296Z] --- PASS: TestWalkIPAMs (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestWalkDrivers [2021-06-15T23:41:20.296Z] --- PASS: TestWalkDrivers (0.00s) [2021-06-15T23:41:20.296Z] PASS [2021-06-15T23:41:20.296Z] coverage: 82.4% of statements [2021-06-15T23:41:20.296Z] ok github.com/docker/docker/libnetwork/drvregistry 0.096s coverage: 82.4% of statements [2021-06-15T23:41:20.296Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.49s) [2021-06-15T23:41:20.296Z] === RUN TestRetrieveFromStore [2021-06-15T23:41:20.296Z] === RUN TestBuildDefault [2021-06-15T23:41:20.296Z] --- PASS: TestBuildDefault (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestBuildHostnameDomainname [2021-06-15T23:41:20.296Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestBuildHostname [2021-06-15T23:41:20.296Z] --- PASS: TestBuildHostname (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestBuildHostnameFQDN [2021-06-15T23:41:20.296Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestBuildNoIP [2021-06-15T23:41:20.296Z] --- PASS: TestBuildNoIP (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestUpdate [2021-06-15T23:41:20.296Z] --- PASS: TestUpdate (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-06-15T23:41:20.296Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-06-15T23:41:20.296Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestAddEmpty [2021-06-15T23:41:20.296Z] --- PASS: TestAddEmpty (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestAdd [2021-06-15T23:41:20.296Z] --- PASS: TestAdd (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestDeleteEmpty [2021-06-15T23:41:20.296Z] --- PASS: TestDeleteEmpty (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestDeleteNewline [2021-06-15T23:41:20.296Z] --- PASS: TestDeleteNewline (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestDelete [2021-06-15T23:41:20.296Z] --- PASS: TestDelete (0.00s) [2021-06-15T23:41:20.296Z] === RUN TestConcurrentWrites [2021-06-15T23:41:20.296Z] --- PASS: TestConcurrentWrites (0.18s) [2021-06-15T23:41:20.296Z] PASS [2021-06-15T23:41:20.296Z] coverage: 81.2% of statements [2021-06-15T23:41:20.296Z] ok github.com/docker/docker/libnetwork/etchosts 0.241s coverage: 81.2% of statements [2021-06-15T23:41:20.757Z] --- PASS: TestRetrieveFromStore (0.62s) [2021-06-15T23:41:20.757Z] === RUN TestIsCorrupted [2021-06-15T23:41:20.757Z] --- PASS: TestIsCorrupted (0.11s) [2021-06-15T23:41:20.757Z] === RUN TestSetRollover [2021-06-15T23:41:21.729Z] === RUN TestNew [2021-06-15T23:41:21.729Z] --- PASS: TestNew (0.00s) [2021-06-15T23:41:21.729Z] === RUN TestAllocate [2021-06-15T23:41:21.729Z] --- PASS: TestAllocate (0.00s) [2021-06-15T23:41:21.729Z] === RUN TestUninitialized [2021-06-15T23:41:21.729Z] --- PASS: TestUninitialized (0.00s) [2021-06-15T23:41:21.729Z] === RUN TestAllocateInRange [2021-06-15T23:41:21.729Z] --- PASS: TestAllocateInRange (0.00s) [2021-06-15T23:41:21.729Z] === RUN TestAllocateSerial [2021-06-15T23:41:21.729Z] --- PASS: TestAllocateSerial (0.00s) [2021-06-15T23:41:21.729Z] PASS [2021-06-15T23:41:21.729Z] coverage: 87.5% of statements [2021-06-15T23:41:21.729Z] ok github.com/docker/docker/libnetwork/idm 0.046s coverage: 87.5% of statements [2021-06-15T23:41:21.729Z] === RUN TestDiff [2021-06-15T23:41:21.729Z] --- PASS: TestDiff (0.00s) [2021-06-15T23:41:21.729Z] === RUN TestAddedCallback [2021-06-15T23:41:21.729Z] --- PASS: TestAddedCallback (0.00s) [2021-06-15T23:41:21.729Z] === RUN TestRemovedCallback [2021-06-15T23:41:21.729Z] --- PASS: TestRemovedCallback (0.00s) [2021-06-15T23:41:21.729Z] === RUN TestNoCallback [2021-06-15T23:41:21.729Z] --- PASS: TestNoCallback (0.00s) [2021-06-15T23:41:21.729Z] PASS [2021-06-15T23:41:21.729Z] coverage: 48.1% of statements [2021-06-15T23:41:21.729Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.051s coverage: 48.1% of statements [2021-06-15T23:41:22.702Z] === RUN TestCaller [2021-06-15T23:41:22.702Z] --- PASS: TestCaller (0.00s) [2021-06-15T23:41:22.702Z] PASS [2021-06-15T23:41:22.702Z] coverage: 100.0% of statements [2021-06-15T23:41:22.702Z] ok github.com/docker/docker/libnetwork/internal/caller 0.084s coverage: 100.0% of statements [2021-06-15T23:41:22.702Z] === RUN TestSetSerialInsertDelete [2021-06-15T23:41:22.702Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-06-15T23:41:22.702Z] === RUN TestSetParallelInsertDelete [2021-06-15T23:41:23.163Z] --- PASS: TestSetRollover (2.44s) [2021-06-15T23:41:23.163Z] === RUN TestSetRolloverSerial [2021-06-15T23:41:23.771Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-06-15T23:41:24.135Z] === RUN TestInt2IP2IntConversion [2021-06-15T23:41:24.135Z] === RUN TestPoolRequest [2021-06-15T23:41:24.135Z] --- PASS: TestPoolRequest (0.00s) [2021-06-15T23:41:24.135Z] === RUN TestOtherRequests [2021-06-15T23:41:24.135Z] --- PASS: TestOtherRequests (0.00s) [2021-06-15T23:41:24.135Z] PASS [2021-06-15T23:41:24.135Z] coverage: 57.1% of statements [2021-06-15T23:41:24.135Z] ok github.com/docker/docker/libnetwork/ipams/null 0.046s coverage: 57.1% of statements [2021-06-15T23:41:25.111Z] --- PASS: TestInt2IP2IntConversion (0.90s) [2021-06-15T23:41:25.111Z] === RUN TestGetAddressVersion [2021-06-15T23:41:25.111Z] --- PASS: TestGetAddressVersion (0.00s) [2021-06-15T23:41:25.111Z] === RUN TestKeyString [2021-06-15T23:41:25.111Z] --- PASS: TestKeyString (0.00s) [2021-06-15T23:41:25.111Z] === RUN TestPoolDataMarshal [2021-06-15T23:41:25.111Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-06-15T23:41:25.111Z] === RUN TestSubnetsMarshal [2021-06-15T23:41:25.111Z] --- PASS: TestSubnetsMarshal (0.06s) [2021-06-15T23:41:25.111Z] === RUN TestAddSubnets [2021-06-15T23:41:25.111Z] --- PASS: TestAddSubnets (0.05s) [2021-06-15T23:41:25.111Z] === RUN TestDoublePoolRelease [2021-06-15T23:41:25.111Z] --- PASS: TestDoublePoolRelease (0.02s) [2021-06-15T23:41:25.111Z] === RUN TestAddReleasePoolID [2021-06-15T23:41:25.111Z] --- PASS: TestAddReleasePoolID (0.11s) [2021-06-15T23:41:25.111Z] === RUN TestPredefinedPool [2021-06-15T23:41:25.111Z] --- PASS: TestPredefinedPool (0.06s) [2021-06-15T23:41:25.111Z] === RUN TestRemoveSubnet [2021-06-15T23:41:25.159Z] --- PASS: TestDockerNetworkMacvlan (17.96s) [2021-06-15T23:41:25.159Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2021-06-15T23:41:25.159Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2021-06-15T23:41:25.159Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.95s) [2021-06-15T23:41:25.159Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.16s) [2021-06-15T23:41:25.159Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.01s) [2021-06-15T23:41:25.159Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.53s) [2021-06-15T23:41:25.159Z] PASS [2021-06-15T23:41:25.159Z] [2021-06-15T23:41:25.159Z] DONE 8 tests in 20.004s [2021-06-15T23:41:25.421Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-15T23:41:25.421Z] ++ 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-06-15T23:41:25.421Z] ++ set -e [2021-06-15T23:41:25.421Z] ++ '[' -n 0 ']' [2021-06-15T23:41:25.421Z] ++ set -x [2021-06-15T23:41:25.421Z] ++ 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-06-15T23:41:25.421Z] testing: warning: no tests to run [2021-06-15T23:41:25.421Z] PASS [2021-06-15T23:41:25.421Z] [2021-06-15T23:41:25.421Z] DONE 0 tests in 0.026s [2021-06-15T23:41:25.421Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-15T23:41:25.421Z] ++ 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-06-15T23:41:25.421Z] ++ set -e [2021-06-15T23:41:25.421Z] ++ '[' -n 0 ']' [2021-06-15T23:41:25.421Z] ++ set -x [2021-06-15T23:41:25.421Z] ++ 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-06-15T23:41:25.421Z] INFO: Testing against a local daemon [2021-06-15T23:41:25.421Z] === RUN TestAuthZPluginAllowRequest [2021-06-15T23:41:25.574Z] --- PASS: TestRemoveSubnet (0.16s) [2021-06-15T23:41:25.574Z] === RUN TestGetSameAddress [2021-06-15T23:41:25.574Z] --- PASS: TestGetSameAddress (0.03s) [2021-06-15T23:41:25.574Z] === RUN TestPoolAllocationReuse [2021-06-15T23:41:25.574Z] --- PASS: TestSetRolloverSerial (2.35s) [2021-06-15T23:41:25.574Z] === RUN TestGetFirstAvailableFromCurrent [2021-06-15T23:41:25.574Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-06-15T23:41:25.574Z] PASS [2021-06-15T23:41:25.574Z] coverage: 84.4% of statements [2021-06-15T23:41:25.574Z] ok github.com/docker/docker/libnetwork/bitseq 15.670s coverage: 84.4% of statements [2021-06-15T23:41:26.035Z] === RUN TestGetCapabilities [2021-06-15T23:41:26.035Z] --- PASS: TestGetCapabilities (0.01s) [2021-06-15T23:41:26.035Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-06-15T23:41:26.035Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-06-15T23:41:26.035Z] === RUN TestGetDefaultAddressSpaces [2021-06-15T23:41:26.035Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-06-15T23:41:26.035Z] === RUN TestRemoteDriver [2021-06-15T23:41:26.035Z] --- PASS: TestRemoteDriver (0.01s) [2021-06-15T23:41:26.035Z] PASS [2021-06-15T23:41:26.035Z] coverage: 47.4% of statements [2021-06-15T23:41:26.035Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.070s coverage: 47.4% of statements [2021-06-15T23:41:27.340Z] --- PASS: TestAuthZPluginAllowRequest (1.81s) [2021-06-15T23:41:27.340Z] === RUN TestAuthZPluginTLS [2021-06-15T23:41:27.583Z] === RUN TestWindowsIPAM [2021-06-15T23:41:27.583Z] --- PASS: TestWindowsIPAM (0.00s) [2021-06-15T23:41:27.583Z] PASS [2021-06-15T23:41:27.583Z] coverage: 71.4% of statements [2021-06-15T23:41:27.583Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.046s coverage: 71.4% of statements [2021-06-15T23:41:27.914Z] --- PASS: TestAuthZPluginTLS (0.70s) [2021-06-15T23:41:27.914Z] === RUN TestAuthZPluginDenyRequest [2021-06-15T23:41:28.562Z] --- PASS: TestPoolAllocationReuse (3.16s) [2021-06-15T23:41:28.562Z] === RUN TestGetAddressSubPoolEqualPool [2021-06-15T23:41:28.562Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2021-06-15T23:41:28.562Z] === RUN TestRequestReleaseAddressFromSubPool [2021-06-15T23:41:28.562Z] === RUN TestDefaultNetwork [2021-06-15T23:41:28.859Z] --- PASS: TestAuthZPluginDenyRequest (0.65s) [2021-06-15T23:41:28.859Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/client/mflag/example [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/cmd/dnet [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-06-15T23:41:29.023Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-06-15T23:41:29.023Z] --- PASS: TestDefaultNetwork (0.48s) [2021-06-15T23:41:29.023Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-06-15T23:41:29.432Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.64s) [2021-06-15T23:41:29.432Z] === RUN TestAuthZPluginDenyResponse [2021-06-15T23:41:29.485Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.54s) [2021-06-15T23:41:29.485Z] === RUN TestInitAddressPools [2021-06-15T23:41:29.485Z] --- PASS: TestInitAddressPools (0.00s) [2021-06-15T23:41:29.485Z] PASS [2021-06-15T23:41:29.485Z] coverage: 74.0% of statements [2021-06-15T23:41:29.485Z] ok github.com/docker/docker/libnetwork/ipamutils 1.138s coverage: 74.0% of statements [2021-06-15T23:41:29.946Z] === RUN TestKeyValue [2021-06-15T23:41:29.946Z] --- PASS: TestKeyValue (0.00s) [2021-06-15T23:41:29.946Z] PASS [2021-06-15T23:41:29.946Z] coverage: 60.0% of statements [2021-06-15T23:41:29.946Z] ok github.com/docker/docker/libnetwork/netlabel 0.043s coverage: 60.0% of statements [2021-06-15T23:41:30.005Z] --- PASS: TestAuthZPluginDenyResponse (0.68s) [2021-06-15T23:41:30.005Z] === RUN TestAuthZPluginAllowEventStream [2021-06-15T23:41:30.919Z] === RUN TestGenerate [2021-06-15T23:41:30.919Z] --- PASS: TestGenerate (0.00s) [2021-06-15T23:41:30.919Z] === RUN TestGeneratePtr [2021-06-15T23:41:30.919Z] --- PASS: TestGeneratePtr (0.00s) [2021-06-15T23:41:30.919Z] === RUN TestGenerateMissingField [2021-06-15T23:41:30.919Z] --- PASS: TestGenerateMissingField (0.00s) [2021-06-15T23:41:30.919Z] === RUN TestFieldCannotBeSet [2021-06-15T23:41:30.919Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-06-15T23:41:30.919Z] === RUN TestTypeMismatchError [2021-06-15T23:41:30.919Z] --- PASS: TestTypeMismatchError (0.00s) [2021-06-15T23:41:30.919Z] PASS [2021-06-15T23:41:30.919Z] coverage: 100.0% of statements [2021-06-15T23:41:30.919Z] ok github.com/docker/docker/libnetwork/options 0.071s coverage: 100.0% of statements [2021-06-15T23:41:31.923Z] --- PASS: TestAuthZPluginAllowEventStream (1.79s) [2021-06-15T23:41:31.923Z] === RUN TestAuthZPluginErrorResponse [2021-06-15T23:41:32.463Z] testing: warning: no tests to run [2021-06-15T23:41:32.463Z] PASS [2021-06-15T23:41:32.463Z] coverage: 0.0% of statements [2021-06-15T23:41:32.463Z] ok github.com/docker/docker/libnetwork/osl 0.038s coverage: 0.0% of statements [no tests to run] [2021-06-15T23:41:32.463Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-06-15T23:41:32.463Z] PASS [2021-06-15T23:41:32.463Z] coverage: 100.0% of statements [2021-06-15T23:41:32.497Z] --- PASS: TestAuthZPluginErrorResponse (0.67s) [2021-06-15T23:41:32.497Z] === RUN TestAuthZPluginErrorRequest [2021-06-15T23:41:32.924Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.047s coverage: 100.0% of statements [2021-06-15T23:41:32.924Z] === RUN TestNetworkDBSimple [2021-06-15T23:41:33.069Z] --- PASS: TestAuthZPluginErrorRequest (0.65s) [2021-06-15T23:41:33.070Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-15T23:41:33.386Z] --- PASS: TestRequestReleaseAddressFromSubPool (4.71s) [2021-06-15T23:41:33.386Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-06-15T23:41:33.642Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.67s) [2021-06-15T23:41:33.642Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-15T23:41:33.847Z] === RUN TestRequestNewPort [2021-06-15T23:41:33.847Z] --- PASS: TestRequestNewPort (0.00s) [2021-06-15T23:41:33.847Z] === RUN TestRequestSpecificPort [2021-06-15T23:41:33.847Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-06-15T23:41:33.847Z] === RUN TestReleasePort [2021-06-15T23:41:33.847Z] --- PASS: TestReleasePort (0.00s) [2021-06-15T23:41:33.847Z] === RUN TestReuseReleasedPort [2021-06-15T23:41:33.847Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-06-15T23:41:33.847Z] === RUN TestReleaseUnreadledPort [2021-06-15T23:41:33.847Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-06-15T23:41:33.847Z] === RUN TestUnknowProtocol [2021-06-15T23:41:33.847Z] --- PASS: TestUnknowProtocol (0.00s) [2021-06-15T23:41:33.847Z] === RUN TestAllocateAllPorts [2021-06-15T23:41:33.847Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-06-15T23:41:33.847Z] === RUN TestPortAllocation [2021-06-15T23:41:33.847Z] --- PASS: TestPortAllocation (0.00s) [2021-06-15T23:41:33.847Z] === RUN TestPortAllocationWithCustomRange [2021-06-15T23:41:33.847Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-06-15T23:41:33.847Z] === RUN TestNoDuplicateBPR [2021-06-15T23:41:33.847Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-06-15T23:41:33.847Z] === RUN TestChangePortRange [2021-06-15T23:41:33.847Z] --- PASS: TestChangePortRange (0.00s) [2021-06-15T23:41:33.847Z] portallocator_test.go:345: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-06-15T23:41:33.847Z] portallocator_test.go:345: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-06-15T23:41:33.847Z] portallocator_test.go:345: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-06-15T23:41:33.847Z] portallocator_test.go:345: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-06-15T23:41:33.847Z] portallocator_test.go:345: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-06-15T23:41:33.847Z] portallocator_test.go:345: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-06-15T23:41:33.847Z] PASS [2021-06-15T23:41:33.847Z] coverage: 88.6% of statements [2021-06-15T23:41:33.847Z] ok github.com/docker/docker/libnetwork/portallocator 0.064s coverage: 88.6% of statements [2021-06-15T23:41:33.847Z] 2021/06/15 23:41:33 Closing DB instances... [2021-06-15T23:41:33.847Z] === RUN TestTransportPortConv [2021-06-15T23:41:33.847Z] --- PASS: TestTransportPortConv (0.00s) [2021-06-15T23:41:33.847Z] === RUN TestTransportPortBindingConv [2021-06-15T23:41:33.847Z] --- PASS: TestTransportPortBindingConv (0.00s) [2021-06-15T23:41:33.847Z] === RUN TestErrorConstructors [2021-06-15T23:41:33.847Z] --- PASS: TestErrorConstructors (0.00s) [2021-06-15T23:41:33.847Z] === RUN TestCompareIPMask [2021-06-15T23:41:33.847Z] --- PASS: TestCompareIPMask (0.00s) [2021-06-15T23:41:33.847Z] === RUN TestUtilGetHostPartIP [2021-06-15T23:41:33.847Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-06-15T23:41:33.847Z] === RUN TestUtilGetBroadcastIP [2021-06-15T23:41:33.847Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-06-15T23:41:33.847Z] === RUN TestParseCIDR [2021-06-15T23:41:33.847Z] --- PASS: TestParseCIDR (0.00s) [2021-06-15T23:41:33.847Z] PASS [2021-06-15T23:41:33.847Z] coverage: 47.9% of statements [2021-06-15T23:41:33.847Z] ok github.com/docker/docker/libnetwork/types 0.042s coverage: 47.9% of statements [2021-06-15T23:41:34.820Z] --- PASS: TestNetworkDBSimple (2.02s) [2021-06-15T23:41:34.820Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-06-15T23:41:34.931Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-06-15T23:41:34.931Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-06-15T23:41:35.281Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-06-15T23:41:35.282Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-06-15T23:41:35.282Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-06-15T23:41:35.282Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-06-15T23:41:35.282Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-06-15T23:41:35.282Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-06-15T23:41:35.282Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-06-15T23:41:35.282Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-06-15T23:41:35.282Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-06-15T23:41:35.282Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-06-15T23:41:35.282Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-06-15T23:41:35.282Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-06-15T23:41:35.282Z] PASS [2021-06-15T23:41:35.282Z] coverage: 44.0% of statements [2021-06-15T23:41:35.282Z] ok github.com/docker/docker/oci 0.058s coverage: 44.0% of statements [2021-06-15T23:41:35.743Z] === RUN TestAddressPoolOpt [2021-06-15T23:41:35.743Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/a [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/something [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/_=a [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/env1=value1 [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/_env1=value1 [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/env2=value2=value3 [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/env3=abc!qwe [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/env_4=value_4 [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/PATH [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/=a [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/PATH= [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/PATH=something [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/asd!qwe [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/1asd [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/123 [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/some_space [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/__some_space_before [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/some_space_after__ [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/= [2021-06-15T23:41:35.743Z] === RUN TestValidateEnv/PaTh [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/a (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/something (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/= (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestParseHost [2021-06-15T23:41:35.743Z] --- PASS: TestParseHost (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestParseDockerDaemonHost [2021-06-15T23:41:35.743Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestParseTCP [2021-06-15T23:41:35.743Z] --- PASS: TestParseTCP (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestParseInvalidUnixAddrInvalid [2021-06-15T23:41:35.743Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestValidateExtraHosts [2021-06-15T23:41:35.743Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestIpOptString [2021-06-15T23:41:35.743Z] --- PASS: TestIpOptString (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestNewIpOptInvalidDefaultVal [2021-06-15T23:41:35.743Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestNewIpOptValidDefaultVal [2021-06-15T23:41:35.743Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestIpOptSetInvalidVal [2021-06-15T23:41:35.743Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestValidateIPAddress [2021-06-15T23:41:35.743Z] --- PASS: TestValidateIPAddress (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestMapOpts [2021-06-15T23:41:35.743Z] --- PASS: TestMapOpts (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestListOptsWithoutValidator [2021-06-15T23:41:35.743Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestListOptsWithValidator [2021-06-15T23:41:35.743Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestValidateDNSSearch [2021-06-15T23:41:35.743Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestValidateLabel [2021-06-15T23:41:35.743Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-06-15T23:41:35.743Z] === RUN TestValidateLabel/label_with_general_format [2021-06-15T23:41:35.743Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-06-15T23:41:35.743Z] === RUN TestValidateLabel/label_with_one_more [2021-06-15T23:41:35.743Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-06-15T23:41:35.743Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-06-15T23:41:35.743Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-06-15T23:41:35.743Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-06-15T23:41:35.743Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-06-15T23:41:35.743Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-06-15T23:41:35.743Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-06-15T23:41:35.743Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-06-15T23:41:35.743Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-06-15T23:41:35.743Z] --- PASS: TestValidateLabel (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-06-15T23:41:35.743Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestNamedListOpts [2021-06-15T23:41:35.743Z] --- PASS: TestNamedListOpts (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestNamedMapOpts [2021-06-15T23:41:35.743Z] --- PASS: TestNamedMapOpts (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestParseLink [2021-06-15T23:41:35.743Z] --- PASS: TestParseLink (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestQuotedStringSetWithQuotes [2021-06-15T23:41:35.743Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-06-15T23:41:35.743Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestQuotedStringSetWithNoQuotes [2021-06-15T23:41:35.743Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-06-15T23:41:35.743Z] === RUN TestUlimitOpt [2021-06-15T23:41:35.743Z] --- PASS: TestUlimitOpt (0.00s) [2021-06-15T23:41:35.743Z] PASS [2021-06-15T23:41:35.743Z] coverage: 67.1% of statements [2021-06-15T23:41:35.743Z] ok github.com/docker/docker/opts 0.066s coverage: 67.1% of statements [2021-06-15T23:41:35.743Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.44s) [2021-06-15T23:41:35.743Z] === RUN TestGetAddress [2021-06-15T23:41:36.191Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.33s) [2021-06-15T23:41:36.191Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-15T23:41:36.204Z] 2021/06/15 23:41:35 Closing DB instances... [2021-06-15T23:41:36.666Z] === RUN TestParseVersion [2021-06-15T23:41:36.666Z] --- PASS: TestParseVersion (0.00s) [2021-06-15T23:41:36.666Z] PASS [2021-06-15T23:41:36.666Z] coverage: 52.9% of statements [2021-06-15T23:41:36.666Z] ok github.com/docker/docker/pkg/aaparser 0.085s coverage: 52.9% of statements [2021-06-15T23:41:37.639Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.82s) [2021-06-15T23:41:37.639Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-06-15T23:41:38.613Z] === RUN TestIsArchivePathDir [2021-06-15T23:41:38.613Z] --- PASS: TestIsArchivePathDir (0.06s) [2021-06-15T23:41:38.613Z] === RUN TestIsArchivePathInvalidFile [2021-06-15T23:41:38.613Z] --- PASS: TestIsArchivePathInvalidFile (0.12s) [2021-06-15T23:41:38.613Z] === RUN TestIsArchivePathTar [2021-06-15T23:41:38.613Z] --- PASS: TestIsArchivePathTar (0.16s) [2021-06-15T23:41:38.613Z] === RUN TestDecompressStreamGzip [2021-06-15T23:41:38.742Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.26s) [2021-06-15T23:41:38.742Z] === RUN TestAuthZPluginHeader [2021-06-15T23:41:39.074Z] === RUN TestPeerCertificateMarshalJSON [2021-06-15T23:41:39.074Z] --- PASS: TestDecompressStreamGzip (0.11s) [2021-06-15T23:41:39.074Z] === RUN TestDecompressStreamBzip2 [2021-06-15T23:41:39.074Z] --- PASS: TestDecompressStreamBzip2 (0.09s) [2021-06-15T23:41:39.074Z] === RUN TestDecompressStreamXz [2021-06-15T23:41:39.074Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-06-15T23:41:39.074Z] archive_test.go:134: Xz not present in msys2 [2021-06-15T23:41:39.074Z] === RUN TestCompressStreamXzUnsupported [2021-06-15T23:41:39.074Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-06-15T23:41:39.074Z] === RUN TestCompressStreamBzip2Unsupported [2021-06-15T23:41:39.074Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-06-15T23:41:39.074Z] === RUN TestCompressStreamInvalid [2021-06-15T23:41:39.074Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-06-15T23:41:39.074Z] === RUN TestExtensionInvalid [2021-06-15T23:41:39.074Z] --- PASS: TestExtensionInvalid (0.00s) [2021-06-15T23:41:39.074Z] === RUN TestExtensionUncompressed [2021-06-15T23:41:39.074Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-06-15T23:41:39.074Z] === RUN TestExtensionBzip2 [2021-06-15T23:41:39.074Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-06-15T23:41:39.074Z] === RUN TestExtensionGzip [2021-06-15T23:41:39.074Z] --- PASS: TestExtensionGzip (0.00s) [2021-06-15T23:41:39.074Z] === RUN TestExtensionXz [2021-06-15T23:41:39.074Z] --- PASS: TestExtensionXz (0.00s) [2021-06-15T23:41:39.074Z] === RUN TestCmdStreamLargeStderr [2021-06-15T23:41:39.074Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2021-06-15T23:41:39.074Z] === RUN TestCmdStreamBad [2021-06-15T23:41:39.074Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-06-15T23:41:39.074Z] archive_test.go:239: Failing on Windows CI machines [2021-06-15T23:41:39.074Z] === RUN TestCmdStreamGood [2021-06-15T23:41:39.074Z] 2021/06/15 23:41:38 Closing DB instances... [2021-06-15T23:41:39.074Z] --- PASS: TestCmdStreamGood (0.04s) [2021-06-15T23:41:39.074Z] === RUN TestUntarPathWithInvalidDest [2021-06-15T23:41:39.074Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2021-06-15T23:41:39.074Z] === RUN TestUntarPathWithInvalidSrc [2021-06-15T23:41:39.074Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-06-15T23:41:39.074Z] === RUN TestUntarPath [2021-06-15T23:41:39.074Z] --- PASS: TestUntarPath (0.06s) [2021-06-15T23:41:39.074Z] === RUN TestUntarPathWithDestinationFile [2021-06-15T23:41:39.074Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-06-15T23:41:39.074Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-06-15T23:41:39.097Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-06-15T23:41:39.097Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-06-15T23:41:39.315Z] --- PASS: TestAuthZPluginHeader (0.94s) [2021-06-15T23:41:39.315Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-15T23:41:39.315Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-06-15T23:41:39.315Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-15T23:41:39.315Z] === RUN TestAuthZPluginV2Disable [2021-06-15T23:41:39.315Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-06-15T23:41:39.315Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-15T23:41:39.315Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-15T23:41:39.315Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-06-15T23:41:39.315Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-15T23:41:39.315Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-15T23:41:39.315Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-06-15T23:41:39.315Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-15T23:41:39.315Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-15T23:41:39.536Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-06-15T23:41:39.536Z] === RUN TestCopyWithTarInvalidSrc [2021-06-15T23:41:39.536Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-06-15T23:41:39.536Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-06-15T23:41:39.536Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-06-15T23:41:39.536Z] === RUN TestCopyWithTarSrcFile [2021-06-15T23:41:39.536Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-06-15T23:41:39.536Z] === RUN TestCopyWithTarSrcFolder [2021-06-15T23:41:39.536Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-06-15T23:41:39.536Z] === RUN TestCopyFileWithTarInvalidSrc [2021-06-15T23:41:39.536Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-06-15T23:41:39.536Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-06-15T23:41:39.536Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-06-15T23:41:39.536Z] === RUN TestCopyFileWithTarSrcFolder [2021-06-15T23:41:39.536Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-06-15T23:41:39.536Z] === RUN TestCopyFileWithTarSrcFile [2021-06-15T23:41:39.536Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-06-15T23:41:39.536Z] === RUN TestTarFiles [2021-06-15T23:41:39.536Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-06-15T23:41:39.536Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-06-15T23:41:39.536Z] --- PASS: TestPeerCertificateMarshalJSON (0.58s) [2021-06-15T23:41:39.536Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-06-15T23:41:39.536Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-06-15T23:41:39.536Z] === RUN TestMiddleware [2021-06-15T23:41:39.536Z] --- PASS: TestMiddleware (0.00s) [2021-06-15T23:41:39.536Z] === RUN TestNewResponseModifier [2021-06-15T23:41:39.536Z] --- PASS: TestNewResponseModifier (0.00s) [2021-06-15T23:41:39.536Z] PASS [2021-06-15T23:41:39.536Z] coverage: 26.8% of statements [2021-06-15T23:41:39.536Z] ok github.com/docker/docker/pkg/authorization 0.630s coverage: 26.8% of statements [2021-06-15T23:41:39.659Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-06-15T23:41:40.219Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-06-15T23:41:40.219Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-06-15T23:41:40.509Z] === RUN TestUnbuffered [2021-06-15T23:41:40.509Z] --- PASS: TestUnbuffered (0.00s) [2021-06-15T23:41:40.509Z] === RUN TestRaceUnbuffered [2021-06-15T23:41:40.509Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-06-15T23:41:40.509Z] PASS [2021-06-15T23:41:40.509Z] coverage: 100.0% of statements [2021-06-15T23:41:40.509Z] ok github.com/docker/docker/pkg/broadcaster 0.043s coverage: 100.0% of statements [2021-06-15T23:41:40.509Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.86s) [2021-06-15T23:41:40.509Z] === RUN TestNetworkDBCRUDTableEntry [2021-06-15T23:41:40.782Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-06-15T23:41:40.970Z] === RUN TestMatch [2021-06-15T23:41:40.970Z] === RUN TestMatch/[[]] [2021-06-15T23:41:40.970Z] === RUN TestMatch/[[foo]] [2021-06-15T23:41:40.970Z] === RUN TestMatch/[[bar]_[foo]] [2021-06-15T23:41:40.970Z] === RUN TestMatch/[[foo_bar]] [2021-06-15T23:41:40.970Z] === RUN TestMatch/[[qux]_[foo]] [2021-06-15T23:41:40.970Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-06-15T23:41:40.970Z] === RUN TestMatch/[] [2021-06-15T23:41:40.970Z] === RUN TestMatch/[]#01 [2021-06-15T23:41:40.970Z] === RUN TestMatch/[[qux]] [2021-06-15T23:41:40.970Z] === RUN TestMatch/[[foo_bar_qux]] [2021-06-15T23:41:41.038Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-06-15T23:41:41.432Z] === RUN TestMatch/[[qux]_[baz]] [2021-06-15T23:41:41.432Z] === RUN TestMatch/[[foo_baz]] [2021-06-15T23:41:41.432Z] --- PASS: TestMatch (0.00s) [2021-06-15T23:41:41.432Z] --- PASS: TestMatch/[[]] (0.00s) [2021-06-15T23:41:41.432Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-06-15T23:41:41.432Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-06-15T23:41:41.432Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-06-15T23:41:41.432Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-06-15T23:41:41.432Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-06-15T23:41:41.432Z] --- PASS: TestMatch/[] (0.00s) [2021-06-15T23:41:41.432Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-06-15T23:41:41.432Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-06-15T23:41:41.432Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-06-15T23:41:41.432Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-06-15T23:41:41.432Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-06-15T23:41:41.432Z] PASS [2021-06-15T23:41:41.432Z] coverage: 87.5% of statements [2021-06-15T23:41:41.432Z] ok github.com/docker/docker/pkg/capabilities 0.042s coverage: 87.5% of statements [2021-06-15T23:41:42.976Z] === RUN TestChrootTarUntar [2021-06-15T23:41:42.976Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-06-15T23:41:42.976Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:41:42.976Z] === RUN TestChrootUntarWithHugeExcludesList [2021-06-15T23:41:42.976Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-15T23:41:42.976Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:41:42.976Z] === RUN TestChrootUntarEmptyArchive [2021-06-15T23:41:42.976Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-06-15T23:41:42.976Z] === RUN TestChrootTarUntarWithSymlink [2021-06-15T23:41:42.976Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-06-15T23:41:42.976Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-15T23:41:42.976Z] === RUN TestChrootCopyWithTar [2021-06-15T23:41:42.976Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-06-15T23:41:42.976Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-15T23:41:42.976Z] === RUN TestChrootCopyFileWithTar [2021-06-15T23:41:42.976Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-06-15T23:41:42.976Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:41:42.976Z] === RUN TestChrootUntarPath [2021-06-15T23:41:42.976Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-06-15T23:41:42.976Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-15T23:41:42.976Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-06-15T23:41:42.976Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-15T23:41:42.976Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:41:42.976Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-06-15T23:41:42.976Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-15T23:41:42.976Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:41:42.976Z] === RUN TestChrootApplyDotDotFile [2021-06-15T23:41:42.976Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-06-15T23:41:42.976Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:41:42.976Z] PASS [2021-06-15T23:41:42.976Z] coverage: 15.4% of statements [2021-06-15T23:41:42.976Z] ok github.com/docker/docker/pkg/chrootarchive 0.130s coverage: 15.4% of statements [2021-06-15T23:41:42.976Z] 2021/06/15 23:41:42 Closing DB instances... [2021-06-15T23:41:43.553Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-06-15T23:41:43.553Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-06-15T23:41:43.949Z] === RUN TestSizeEmpty [2021-06-15T23:41:43.949Z] --- PASS: TestSizeEmpty (0.00s) [2021-06-15T23:41:43.949Z] === RUN TestSizeEmptyFile [2021-06-15T23:41:43.949Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-06-15T23:41:43.949Z] === RUN TestSizeNonemptyFile [2021-06-15T23:41:43.949Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-06-15T23:41:43.949Z] === RUN TestSizeNestedDirectoryEmpty [2021-06-15T23:41:43.949Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-06-15T23:41:43.949Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-06-15T23:41:43.949Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-06-15T23:41:43.949Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-06-15T23:41:43.949Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-06-15T23:41:43.949Z] === RUN TestMoveToSubdir [2021-06-15T23:41:43.949Z] --- PASS: TestMoveToSubdir (0.00s) [2021-06-15T23:41:43.949Z] === RUN TestSizeNonExistingDirectory [2021-06-15T23:41:43.949Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-06-15T23:41:43.949Z] PASS [2021-06-15T23:41:43.949Z] coverage: 80.0% of statements [2021-06-15T23:41:43.949Z] ok github.com/docker/docker/pkg/directory 0.056s coverage: 80.0% of statements [2021-06-15T23:41:43.949Z] --- PASS: TestTarFiles (4.52s) [2021-06-15T23:41:43.949Z] === RUN TestTarUntar [2021-06-15T23:41:43.949Z] --- PASS: TestTarUntar (0.02s) [2021-06-15T23:41:43.949Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-06-15T23:41:43.949Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-06-15T23:41:43.949Z] === RUN TestTarWithOptions [2021-06-15T23:41:43.949Z] --- PASS: TestTarWithOptions (0.02s) [2021-06-15T23:41:43.949Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-06-15T23:41:43.949Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-06-15T23:41:43.949Z] === RUN TestUntarUstarGnuConflict [2021-06-15T23:41:43.949Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-06-15T23:41:43.949Z] === RUN TestUntarInvalidFilenames [2021-06-15T23:41:43.949Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames427919342\\dest" [2021-06-15T23:41:43.949Z] --- PASS: TestUntarInvalidFilenames (0.14s) [2021-06-15T23:41:43.949Z] === RUN TestUntarHardlinkToSymlink [2021-06-15T23:41:43.949Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-06-15T23:41:43.949Z] === RUN TestUntarInvalidHardlink [2021-06-15T23:41:43.949Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink237264495\\victim\\hello" -> "../victim/hello" [2021-06-15T23:41:43.949Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink238676226\\victim\\hello" -> "/../victim/hello" [2021-06-15T23:41:43.949Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink753108089\\victim" -> "../victim" [2021-06-15T23:41:43.949Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink115031940\\victim" -> "../victim" [2021-06-15T23:41:43.949Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink659844883\\victim" -> "../victim" [2021-06-15T23:41:43.949Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink014544726\\victim" -> "../victim" [2021-06-15T23:41:43.949Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2021-06-15T23:41:43.949Z] === RUN TestUntarInvalidSymlink [2021-06-15T23:41:43.949Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink343301821\\dest\\dotdot" -> "../victim/hello" [2021-06-15T23:41:43.949Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink963673336\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-15T23:41:43.949Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink131637239\\dest\\loophole-victim" -> "../victim" [2021-06-15T23:41:43.949Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink437577962\\dest\\loophole-victim" -> "../victim" [2021-06-15T23:41:43.949Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink111211329\\dest\\loophole-victim" -> "../victim" [2021-06-15T23:41:43.949Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink334884268\\dest\\loophole-victim" -> "../victim" [2021-06-15T23:41:43.949Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink754086171\\dest\\dir\\loophole" -> "../../victim" [2021-06-15T23:41:43.949Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2021-06-15T23:41:43.949Z] === RUN TestTempArchiveCloseMultipleTimes [2021-06-15T23:41:43.949Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-06-15T23:41:43.949Z] === RUN TestXGlobalNoParent [2021-06-15T23:41:43.949Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-06-15T23:41:43.949Z] === RUN TestReplaceFileTarWrapper [2021-06-15T23:41:44.410Z] --- PASS: TestNetworkDBCRUDTableEntry (3.65s) [2021-06-15T23:41:44.410Z] === RUN TestNetworkDBCRUDTableEntries [2021-06-15T23:41:44.410Z] --- PASS: TestReplaceFileTarWrapper (0.16s) [2021-06-15T23:41:44.410Z] === RUN TestPrefixHeaderReadable [2021-06-15T23:41:44.410Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-06-15T23:41:44.410Z] === RUN TestDisablePigz [2021-06-15T23:41:44.410Z] --- PASS: TestDisablePigz (0.13s) [2021-06-15T23:41:44.410Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-06-15T23:41:44.410Z] === RUN TestPigz [2021-06-15T23:41:44.410Z] --- PASS: TestPigz (0.11s) [2021-06-15T23:41:44.410Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-06-15T23:41:44.410Z] === RUN TestCopyFileWithInvalidDest [2021-06-15T23:41:44.410Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-06-15T23:41:44.410Z] archive_windows_test.go:16: Currently fails [2021-06-15T23:41:44.410Z] === RUN TestCanonicalTarNameForPath [2021-06-15T23:41:44.410Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-06-15T23:41:44.410Z] === RUN TestCanonicalTarName [2021-06-15T23:41:44.410Z] --- PASS: TestCanonicalTarName (0.00s) [2021-06-15T23:41:44.410Z] === RUN TestChmodTarEntry [2021-06-15T23:41:44.410Z] --- PASS: TestChmodTarEntry (0.00s) [2021-06-15T23:41:44.410Z] === RUN TestHardLinkOrder [2021-06-15T23:41:44.480Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-06-15T23:41:44.871Z] --- PASS: TestHardLinkOrder (0.10s) [2021-06-15T23:41:44.871Z] === RUN TestChangeString [2021-06-15T23:41:44.872Z] --- PASS: TestChangeString (0.00s) [2021-06-15T23:41:44.872Z] === RUN TestChangesWithNoChanges [2021-06-15T23:41:44.872Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-06-15T23:41:44.872Z] === RUN TestChangesWithChanges [2021-06-15T23:41:44.872Z] --- PASS: TestChangesWithChanges (0.03s) [2021-06-15T23:41:44.872Z] === RUN TestChangesWithChangesGH13590 [2021-06-15T23:41:44.872Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-06-15T23:41:44.872Z] changes_test.go:196: needs more investigation [2021-06-15T23:41:44.872Z] === RUN TestChangesDirsEmpty [2021-06-15T23:41:44.872Z] --- PASS: TestChangesDirsEmpty (0.11s) [2021-06-15T23:41:44.872Z] === RUN TestChangesDirsMutated [2021-06-15T23:41:44.872Z] --- PASS: TestChangesDirsMutated (0.12s) [2021-06-15T23:41:44.872Z] === RUN TestApplyLayer [2021-06-15T23:41:44.872Z] --- SKIP: TestApplyLayer (0.00s) [2021-06-15T23:41:44.872Z] changes_test.go:433: needs further investigation [2021-06-15T23:41:44.872Z] === RUN TestChangesSizeWithHardlinks [2021-06-15T23:41:44.872Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-06-15T23:41:44.872Z] changes_test.go:469: needs further investigation [2021-06-15T23:41:44.872Z] === RUN TestChangesSizeWithNoChanges [2021-06-15T23:41:44.872Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-06-15T23:41:44.872Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-06-15T23:41:44.872Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-06-15T23:41:44.872Z] === RUN TestChangesSize [2021-06-15T23:41:44.872Z] --- PASS: TestChangesSize (0.00s) [2021-06-15T23:41:44.872Z] === RUN TestApplyLayerInvalidFilenames [2021-06-15T23:41:44.872Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames825068706\\dest" [2021-06-15T23:41:44.872Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-06-15T23:41:44.872Z] === RUN TestApplyLayerInvalidHardlink [2021-06-15T23:41:44.872Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink954329124\\victim\\hello" -> "../victim/hello" [2021-06-15T23:41:44.872Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink368237363\\victim\\hello" -> "/../victim/hello" [2021-06-15T23:41:44.872Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink232772342\\victim" -> "../victim" [2021-06-15T23:41:44.872Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink475766237\\victim" -> "../victim" [2021-06-15T23:41:44.872Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink933674904\\victim" -> "../victim" [2021-06-15T23:41:44.872Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink741862423\\victim" -> "../victim" [2021-06-15T23:41:44.872Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-06-15T23:41:44.872Z] === RUN TestApplyLayerInvalidSymlink [2021-06-15T23:41:44.872Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink890309258\\dest\\dotdot" -> "../victim/hello" [2021-06-15T23:41:44.872Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink594831457\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-15T23:41:44.872Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink998088780\\dest\\loophole-victim" -> "../victim" [2021-06-15T23:41:44.872Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink685233979\\dest\\loophole-victim" -> "../victim" [2021-06-15T23:41:44.872Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink242304862\\dest\\loophole-victim" -> "../victim" [2021-06-15T23:41:44.872Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink523961125\\dest\\loophole-victim" -> "../victim" [2021-06-15T23:41:44.872Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-06-15T23:41:44.872Z] === RUN TestApplyLayerWhiteouts [2021-06-15T23:41:44.872Z] === RUN Test [2021-06-15T23:41:44.872Z] === RUN Test/TestContainsEntry [2021-06-15T23:41:44.872Z] === RUN Test/TestCreateEntries [2021-06-15T23:41:44.872Z] === RUN Test/TestEntriesDiff [2021-06-15T23:41:44.872Z] === RUN Test/TestEntriesEquality [2021-06-15T23:41:44.872Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-06-15T23:41:44.872Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-06-15T23:41:44.872Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-06-15T23:41:44.872Z] === RUN Test/TestGeneratorNotGenerate [2021-06-15T23:41:44.872Z] === RUN Test/TestGeneratorWithPort [2021-06-15T23:41:44.872Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-06-15T23:41:44.872Z] === RUN Test/TestNewEntry [2021-06-15T23:41:44.872Z] === RUN Test/TestParse [2021-06-15T23:41:44.872Z] --- PASS: Test (0.00s) [2021-06-15T23:41:44.872Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-06-15T23:41:44.872Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-06-15T23:41:44.872Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-06-15T23:41:44.872Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-06-15T23:41:44.872Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-06-15T23:41:44.872Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-06-15T23:41:44.872Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-06-15T23:41:44.872Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-06-15T23:41:44.872Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-06-15T23:41:44.872Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-06-15T23:41:44.872Z] --- PASS: Test/TestNewEntry (0.00s) [2021-06-15T23:41:44.872Z] --- PASS: Test/TestParse (0.00s) [2021-06-15T23:41:44.872Z] PASS [2021-06-15T23:41:44.872Z] coverage: 58.3% of statements [2021-06-15T23:41:44.872Z] ok github.com/docker/docker/pkg/discovery 0.049s coverage: 58.3% of statements [2021-06-15T23:41:44.872Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2021-06-15T23:41:44.872Z] === RUN TestGenerateEmptyFile [2021-06-15T23:41:44.872Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-06-15T23:41:44.872Z] === RUN TestGenerateWithContent [2021-06-15T23:41:44.872Z] --- PASS: TestGenerateWithContent (0.00s) [2021-06-15T23:41:44.872Z] PASS [2021-06-15T23:41:44.872Z] coverage: 62.6% of statements [2021-06-15T23:41:44.872Z] ok github.com/docker/docker/pkg/archive 6.700s coverage: 62.6% of statements [2021-06-15T23:41:46.416Z] === RUN Test [2021-06-15T23:41:46.416Z] === RUN Test/TestContent [2021-06-15T23:41:46.416Z] === RUN Test/TestInitialize [2021-06-15T23:41:46.416Z] === RUN Test/TestNew [2021-06-15T23:41:46.416Z] === RUN Test/TestParsingContentsWithComments [2021-06-15T23:41:46.416Z] === RUN Test/TestRegister [2021-06-15T23:41:46.416Z] === RUN Test/TestWatch [2021-06-15T23:41:46.416Z] --- PASS: Test (0.01s) [2021-06-15T23:41:46.416Z] --- PASS: Test/TestContent (0.00s) [2021-06-15T23:41:46.416Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-15T23:41:46.416Z] --- PASS: Test/TestNew (0.00s) [2021-06-15T23:41:46.416Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-06-15T23:41:46.416Z] --- PASS: Test/TestRegister (0.00s) [2021-06-15T23:41:46.416Z] --- PASS: Test/TestWatch (0.01s) [2021-06-15T23:41:46.416Z] PASS [2021-06-15T23:41:46.416Z] coverage: 92.9% of statements [2021-06-15T23:41:46.416Z] ok github.com/docker/docker/pkg/discovery/file 0.065s coverage: 92.9% of statements [2021-06-15T23:41:46.416Z] 2021/06/15 23:41:46 Closing DB instances... [2021-06-15T23:41:46.996Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-06-15T23:41:47.960Z] --- PASS: TestNetworkDBCRUDTableEntries (3.42s) [2021-06-15T23:41:47.960Z] === RUN TestNetworkDBNodeLeave [2021-06-15T23:41:47.960Z] === RUN Test [2021-06-15T23:41:47.960Z] === RUN Test/TestInitialize [2021-06-15T23:41:47.960Z] time="2021-06-15T23:41:47Z" level=info msg="Initializing discovery without TLS" [2021-06-15T23:41:47.960Z] time="2021-06-15T23:41:47Z" level=info msg="Initializing discovery without TLS" [2021-06-15T23:41:47.960Z] time="2021-06-15T23:41:47Z" level=info msg="Initializing discovery without TLS" [2021-06-15T23:41:47.960Z] === RUN Test/TestInitializeWithCerts [2021-06-15T23:41:47.960Z] time="2021-06-15T23:41:47Z" level=info msg="Initializing discovery with TLS" [2021-06-15T23:41:47.960Z] === RUN Test/TestWatch [2021-06-15T23:41:47.960Z] time="2021-06-15T23:41:47Z" level=info msg="Initializing discovery without TLS" [2021-06-15T23:41:48.886Z] === RUN TestDockerSuite/TestBuildEnv [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-15T23:41:49.280Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2021-06-15T23:41:49.280Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-15T23:41:49.280Z] ok github.com/docker/docker/api/server/router/swarm 0.010s coverage: 5.7% of statements [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/types [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-15T23:41:49.280Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2021-06-15T23:41:49.280Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-15T23:41:49.280Z] ok github.com/docker/docker/api/types/time 0.013s coverage: 100.0% of statements [2021-06-15T23:41:49.280Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/builder [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-15T23:41:49.280Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-15T23:41:49.449Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-15T23:41:49.449Z] INFO: Testing against a local daemon [2021-06-15T23:41:49.449Z] === RUN TestBuildWithSession [2021-06-15T23:41:49.449Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-15T23:41:49.449Z] build_session_test.go:25: TODO: BuildKit [2021-06-15T23:41:49.449Z] === RUN TestBuildSquashParent [2021-06-15T23:41:49.449Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-06-15T23:41:49.449Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:41:49.449Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-15T23:41:49.449Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:41:49.449Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:41:49.449Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:41:49.449Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:41:49.449Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:41:49.449Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:41:49.449Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:41:49.449Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:41:49.449Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:41:49.449Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:41:49.449Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:41:49.449Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:41:49.449Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:41:49.449Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:41:49.449Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:41:49.449Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:41:50.217Z] ok github.com/docker/docker/builder/remotecontext 0.077s coverage: 13.7% of statements [2021-06-15T23:41:50.259Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-06-15T23:41:50.476Z] ok github.com/docker/docker/builder/dockerfile 0.186s coverage: 48.7% of statements [2021-06-15T23:41:50.476Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-15T23:41:50.879Z] --- PASS: TestNetworkDBNodeLeave (2.82s) [2021-06-15T23:41:50.879Z] === RUN TestNetworkDBWatch [2021-06-15T23:41:51.341Z] --- PASS: Test (3.15s) [2021-06-15T23:41:51.341Z] --- PASS: Test/TestInitialize (0.13s) [2021-06-15T23:41:51.341Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-06-15T23:41:51.341Z] --- PASS: Test/TestWatch (3.01s) [2021-06-15T23:41:51.341Z] PASS [2021-06-15T23:41:51.341Z] coverage: 84.1% of statements [2021-06-15T23:41:51.341Z] ok github.com/docker/docker/pkg/discovery/kv 3.198s coverage: 84.1% of statements [2021-06-15T23:41:51.411Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2021-06-15T23:41:52.149Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-06-15T23:41:52.313Z] 2021/06/15 23:41:51 Closing DB instances... [2021-06-15T23:41:52.313Z] === RUN Test [2021-06-15T23:41:52.313Z] === RUN Test/TestWatch [2021-06-15T23:41:52.313Z] --- PASS: Test (0.00s) [2021-06-15T23:41:52.313Z] --- PASS: Test/TestWatch (0.00s) [2021-06-15T23:41:52.313Z] PASS [2021-06-15T23:41:52.313Z] coverage: 92.3% of statements [2021-06-15T23:41:52.313Z] ok github.com/docker/docker/pkg/discovery/memory 0.053s coverage: 92.3% of statements [2021-06-15T23:41:52.396Z] ok github.com/docker/docker/builder/remotecontext/git 1.444s coverage: 86.3% of statements [2021-06-15T23:41:52.396Z] ? github.com/docker/docker/cli [no test files] [2021-06-15T23:41:52.396Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-15T23:41:53.076Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-06-15T23:41:53.286Z] === RUN Test [2021-06-15T23:41:53.286Z] === RUN Test/TestInitialize [2021-06-15T23:41:53.286Z] === RUN Test/TestInitializeWithPattern [2021-06-15T23:41:53.286Z] === RUN Test/TestRegister [2021-06-15T23:41:53.286Z] === RUN Test/TestWatch [2021-06-15T23:41:53.286Z] --- PASS: Test (0.00s) [2021-06-15T23:41:53.286Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-15T23:41:53.286Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-06-15T23:41:53.286Z] --- PASS: Test/TestRegister (0.00s) [2021-06-15T23:41:53.286Z] --- PASS: Test/TestWatch (0.00s) [2021-06-15T23:41:53.286Z] PASS [2021-06-15T23:41:53.286Z] coverage: 93.8% of statements [2021-06-15T23:41:53.286Z] ok github.com/docker/docker/pkg/discovery/nodes 0.043s coverage: 93.8% of statements [2021-06-15T23:41:53.748Z] --- PASS: TestNetworkDBWatch (3.03s) [2021-06-15T23:41:53.748Z] === RUN TestNetworkDBBulkSync [2021-06-15T23:41:54.722Z] === RUN TestPollerAddRemove [2021-06-15T23:41:54.722Z] --- PASS: TestPollerAddRemove (0.00s) [2021-06-15T23:41:54.722Z] === RUN TestPollerEvent [2021-06-15T23:41:54.722Z] --- SKIP: TestPollerEvent (0.00s) [2021-06-15T23:41:54.722Z] poller_test.go:41: No chmod on Windows [2021-06-15T23:41:54.722Z] === RUN TestPollerClose [2021-06-15T23:41:54.722Z] --- PASS: TestPollerClose (0.00s) [2021-06-15T23:41:54.722Z] PASS [2021-06-15T23:41:54.722Z] coverage: 45.7% of statements [2021-06-15T23:41:54.722Z] ok github.com/docker/docker/pkg/filenotify 0.044s coverage: 45.7% of statements [2021-06-15T23:41:54.722Z] 2021/06/15 23:41:54 Closing DB instances... [2021-06-15T23:41:55.686Z] ok github.com/docker/docker/client 0.166s coverage: 75.4% of statements [2021-06-15T23:41:56.268Z] === RUN TestCopyFileWithInvalidSrc [2021-06-15T23:41:56.268Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestCopyFileWithInvalidDest [2021-06-15T23:41:56.268Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestCopyFileWithSameSrcAndDest [2021-06-15T23:41:56.268Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-06-15T23:41:56.268Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestCopyFile [2021-06-15T23:41:56.268Z] --- PASS: TestCopyFile (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-06-15T23:41:56.268Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-15T23:41:56.268Z] fileutils_test.go:134: Needs porting to Windows [2021-06-15T23:41:56.268Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-06-15T23:41:56.268Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestReadSymlinkedDirectoryToFile [2021-06-15T23:41:56.268Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-15T23:41:56.268Z] fileutils_test.go:180: Needs porting to Windows [2021-06-15T23:41:56.268Z] === RUN TestWildcardMatches [2021-06-15T23:41:56.268Z] --- PASS: TestWildcardMatches (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestPatternMatches [2021-06-15T23:41:56.268Z] --- PASS: TestPatternMatches (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-06-15T23:41:56.268Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestPatternMatchesFolderExclusions [2021-06-15T23:41:56.268Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-06-15T23:41:56.268Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-06-15T23:41:56.268Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-06-15T23:41:56.268Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-06-15T23:41:56.268Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestSingleExclamationError [2021-06-15T23:41:56.268Z] --- PASS: TestSingleExclamationError (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestMatchesWithNoPatterns [2021-06-15T23:41:56.268Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestMatchesWithMalformedPatterns [2021-06-15T23:41:56.268Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestMatches [2021-06-15T23:41:56.268Z] --- PASS: TestMatches (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestCleanPatterns [2021-06-15T23:41:56.268Z] --- PASS: TestCleanPatterns (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-06-15T23:41:56.268Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestCleanPatternsExceptionFlag [2021-06-15T23:41:56.268Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-06-15T23:41:56.268Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-06-15T23:41:56.268Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestCleanPatternsErrorSingleException [2021-06-15T23:41:56.268Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestCreateIfNotExistsDir [2021-06-15T23:41:56.268Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestCreateIfNotExistsFile [2021-06-15T23:41:56.268Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-06-15T23:41:56.268Z] === RUN TestMatch [2021-06-15T23:41:56.268Z] --- PASS: TestMatch (0.00s) [2021-06-15T23:41:56.268Z] PASS [2021-06-15T23:41:56.268Z] coverage: 87.5% of statements [2021-06-15T23:41:56.268Z] ok github.com/docker/docker/pkg/fileutils 0.071s coverage: 87.5% of statements [2021-06-15T23:41:56.268Z] --- PASS: TestNetworkDBBulkSync (2.81s) [2021-06-15T23:41:56.268Z] === RUN TestNetworkDBCRUDMediumCluster [2021-06-15T23:41:57.242Z] === RUN TestGet [2021-06-15T23:41:57.242Z] --- PASS: TestGet (0.00s) [2021-06-15T23:41:57.242Z] === RUN TestGetShortcutString [2021-06-15T23:41:57.242Z] --- PASS: TestGetShortcutString (0.00s) [2021-06-15T23:41:57.242Z] PASS [2021-06-15T23:41:57.242Z] coverage: 42.9% of statements [2021-06-15T23:41:57.242Z] ok github.com/docker/docker/pkg/homedir 0.042s coverage: 42.9% of statements [2021-06-15T23:41:57.437Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.82s) [2021-06-15T23:41:57.437Z] PASS [2021-06-15T23:41:57.437Z] [2021-06-15T23:41:57.437Z] === Skipped [2021-06-15T23:41:57.437Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-06-15T23:41:57.437Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-15T23:41:57.437Z] [2021-06-15T23:41:57.437Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-06-15T23:41:57.437Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-15T23:41:57.437Z] [2021-06-15T23:41:57.437Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-06-15T23:41:57.437Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-15T23:41:57.437Z] [2021-06-15T23:41:57.437Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-06-15T23:41:57.437Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-15T23:41:57.437Z] [2021-06-15T23:41:57.437Z] [2021-06-15T23:41:57.437Z] DONE 17 tests, 4 skipped in 31.765s [2021-06-15T23:41:57.437Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-15T23:41:57.437Z] ++ 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-06-15T23:41:57.437Z] ++ set -e [2021-06-15T23:41:57.437Z] ++ '[' -n 0 ']' [2021-06-15T23:41:57.437Z] ++ set -x [2021-06-15T23:41:57.437Z] ++ 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-06-15T23:41:57.437Z] INFO: Testing against a local daemon [2021-06-15T23:41:57.437Z] === RUN TestPluginInvalidJSON [2021-06-15T23:41:57.437Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-15T23:41:57.437Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-15T23:41:57.437Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-15T23:41:57.437Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-06-15T23:41:57.437Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-15T23:41:57.437Z] === RUN TestPluginInstall [2021-06-15T23:41:57.437Z] === RUN TestPluginInstall/no_auth [2021-06-15T23:41:58.216Z] === RUN TestCreateIDMapOrder [2021-06-15T23:41:58.216Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-06-15T23:41:58.216Z] PASS [2021-06-15T23:41:58.216Z] coverage: 7.2% of statements [2021-06-15T23:41:58.216Z] ok github.com/docker/docker/pkg/idtools 0.050s coverage: 7.2% of statements [2021-06-15T23:41:59.189Z] 2021/06/15 23:41:59 Closing DB instances... [2021-06-15T23:41:59.355Z] time="2021-06-15T23:41:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:41:59.355Z] time="2021-06-15T23:41:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:52a197eb69ffcf5417ba5f3b388a2d8784185b3cc574e9a52aab9cdf0611291e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:41:59.355Z] time="2021-06-15T23:41:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:41:59.355Z] time="2021-06-15T23:41:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:52a197eb69ffcf5417ba5f3b388a2d8784185b3cc574e9a52aab9cdf0611291e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:41:59.652Z] === RUN TestError [2021-06-15T23:41:59.652Z] --- PASS: TestError (0.00s) [2021-06-15T23:41:59.652Z] === RUN TestProgressString [2021-06-15T23:41:59.652Z] === RUN TestProgressString/no_progress [2021-06-15T23:41:59.652Z] === RUN TestProgressString/progress_1 [2021-06-15T23:41:59.652Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-06-15T23:41:59.652Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-06-15T23:41:59.652Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-06-15T23:41:59.652Z] === RUN TestProgressString/with_units [2021-06-15T23:41:59.652Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-06-15T23:41:59.652Z] === RUN TestProgressString/hide_counts [2021-06-15T23:41:59.652Z] --- PASS: TestProgressString (0.00s) [2021-06-15T23:41:59.652Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-06-15T23:41:59.652Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-06-15T23:41:59.652Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-06-15T23:41:59.652Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-06-15T23:41:59.652Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-06-15T23:41:59.652Z] --- PASS: TestProgressString/with_units (0.00s) [2021-06-15T23:41:59.652Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-06-15T23:41:59.652Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-06-15T23:41:59.652Z] === RUN TestJSONMessageDisplay [2021-06-15T23:41:59.652Z] === RUN TestFixedBufferCap [2021-06-15T23:41:59.652Z] --- PASS: TestFixedBufferCap (0.00s) [2021-06-15T23:41:59.652Z] === RUN TestFixedBufferLen [2021-06-15T23:41:59.652Z] --- PASS: TestFixedBufferLen (0.00s) [2021-06-15T23:41:59.652Z] === RUN TestFixedBufferString [2021-06-15T23:41:59.652Z] --- PASS: TestFixedBufferString (0.00s) [2021-06-15T23:41:59.652Z] === RUN TestFixedBufferWrite [2021-06-15T23:41:59.652Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-06-15T23:41:59.652Z] === RUN TestFixedBufferRead [2021-06-15T23:41:59.652Z] --- PASS: TestFixedBufferRead (0.00s) [2021-06-15T23:41:59.652Z] === RUN TestBytesPipeRead [2021-06-15T23:41:59.652Z] --- PASS: TestBytesPipeRead (0.00s) [2021-06-15T23:41:59.652Z] === RUN TestBytesPipeWrite [2021-06-15T23:41:59.652Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-06-15T23:41:59.652Z] === RUN TestBytesPipeWriteRandomChunks [2021-06-15T23:41:59.929Z] === RUN TestPluginInstall/with_htpasswd [2021-06-15T23:42:00.114Z] --- PASS: TestJSONMessageDisplay (0.13s) [2021-06-15T23:42:00.114Z] === RUN TestJSONMessageDisplayWithJSONError [2021-06-15T23:42:00.114Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-06-15T23:42:00.114Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-06-15T23:42:00.114Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-06-15T23:42:00.114Z] === RUN TestDisplayJSONMessagesStream [2021-06-15T23:42:00.114Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-06-15T23:42:00.114Z] PASS [2021-06-15T23:42:00.114Z] coverage: 91.7% of statements [2021-06-15T23:42:00.114Z] ok github.com/docker/docker/pkg/jsonmessage 0.179s coverage: 91.7% of statements [2021-06-15T23:42:00.114Z] time="2021-06-15T23:41:59Z" level=error msg="node: fd269cb5b803 is unknown to memberlist" [2021-06-15T23:42:00.114Z] time="2021-06-15T23:41:59Z" level=error msg="node: 37ddd1bc99eb is unknown to memberlist" [2021-06-15T23:42:00.114Z] --- PASS: TestBytesPipeWriteRandomChunks (0.43s) [2021-06-15T23:42:00.114Z] === RUN TestAtomicWriteToFile [2021-06-15T23:42:00.114Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-06-15T23:42:00.114Z] === RUN TestAtomicWriteSetCommit [2021-06-15T23:42:00.114Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-06-15T23:42:00.114Z] === RUN TestAtomicWriteSetCancel [2021-06-15T23:42:00.114Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-06-15T23:42:00.502Z] time="2021-06-15T23:42:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:42:00.502Z] time="2021-06-15T23:42:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7424146fb8c87c8623880dfebe009716b52b668c0344a855542cd0e119c92b2f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:42:00.502Z] time="2021-06-15T23:42:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:42:00.502Z] time="2021-06-15T23:42:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7424146fb8c87c8623880dfebe009716b52b668c0344a855542cd0e119c92b2f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:42:00.576Z] === RUN TestReadCloserWrapperClose [2021-06-15T23:42:00.576Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-06-15T23:42:00.576Z] === RUN TestReaderErrWrapperReadOnError [2021-06-15T23:42:00.576Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-06-15T23:42:00.576Z] === RUN TestReaderErrWrapperRead [2021-06-15T23:42:00.576Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-06-15T23:42:00.576Z] === RUN TestHashData [2021-06-15T23:42:00.576Z] --- PASS: TestHashData (0.00s) [2021-06-15T23:42:00.576Z] === RUN TestCancelReadCloser [2021-06-15T23:42:00.576Z] --- PASS: TestCancelReadCloser (0.10s) [2021-06-15T23:42:00.576Z] === RUN TestWriteCloserWrapperClose [2021-06-15T23:42:00.576Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-06-15T23:42:00.576Z] === RUN TestNopWriteCloser [2021-06-15T23:42:00.576Z] --- PASS: TestNopWriteCloser (0.00s) [2021-06-15T23:42:00.576Z] === RUN TestNopWriter [2021-06-15T23:42:00.576Z] --- PASS: TestNopWriter (0.00s) [2021-06-15T23:42:00.576Z] === RUN TestWriteCounter [2021-06-15T23:42:00.576Z] --- PASS: TestWriteCounter (0.00s) [2021-06-15T23:42:00.576Z] PASS [2021-06-15T23:42:00.576Z] coverage: 69.2% of statements [2021-06-15T23:42:00.576Z] ok github.com/docker/docker/pkg/ioutils 0.643s coverage: 69.2% of statements [2021-06-15T23:42:00.576Z] === RUN TestStandardLongPath [2021-06-15T23:42:00.576Z] --- PASS: TestStandardLongPath (0.00s) [2021-06-15T23:42:00.576Z] === RUN TestUNCLongPath [2021-06-15T23:42:00.576Z] --- PASS: TestUNCLongPath (0.00s) [2021-06-15T23:42:00.576Z] PASS [2021-06-15T23:42:00.576Z] coverage: 100.0% of statements [2021-06-15T23:42:00.576Z] ok github.com/docker/docker/pkg/longpath 0.041s coverage: 100.0% of statements [2021-06-15T23:42:01.038Z] time="2021-06-15T23:42:00Z" level=error msg="node: b72e545db0d3 is unknown to memberlist" [2021-06-15T23:42:01.038Z] time="2021-06-15T23:42:00Z" level=error msg="node: 3939a1648873 is unknown to memberlist" [2021-06-15T23:42:01.038Z] time="2021-06-15T23:42:00Z" level=error msg="node: 3939a1648873 is unknown to memberlist" [2021-06-15T23:42:01.038Z] --- PASS: TestNetworkDBCRUDMediumCluster (4.85s) [2021-06-15T23:42:01.038Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-06-15T23:42:01.076Z] === RUN TestPluginInstall/with_insecure [2021-06-15T23:42:01.500Z] === RUN TestNameFormat [2021-06-15T23:42:01.500Z] --- PASS: TestNameFormat (0.00s) [2021-06-15T23:42:01.500Z] === RUN TestNameRetries [2021-06-15T23:42:01.500Z] --- PASS: TestNameRetries (0.00s) [2021-06-15T23:42:01.500Z] PASS [2021-06-15T23:42:01.500Z] coverage: 85.7% of statements [2021-06-15T23:42:01.500Z] ok github.com/docker/docker/pkg/namesgenerator 0.053s coverage: 85.7% of statements [2021-06-15T23:42:01.500Z] --- PASS: TestGetAddress (25.90s) [2021-06-15T23:42:01.500Z] === RUN TestRequestSyntaxCheck [2021-06-15T23:42:01.500Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2021-06-15T23:42:01.500Z] === RUN TestRequest [2021-06-15T23:42:01.807Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:42:01.807Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:42:01.961Z] === RUN TestParseKeyValueOpt [2021-06-15T23:42:01.961Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-06-15T23:42:01.961Z] === RUN TestParseUintList [2021-06-15T23:42:01.961Z] --- PASS: TestParseUintList (0.00s) [2021-06-15T23:42:01.961Z] === RUN TestParseUintListMaximumLimits [2021-06-15T23:42:01.962Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-06-15T23:42:01.962Z] PASS [2021-06-15T23:42:01.962Z] coverage: 97.0% of statements [2021-06-15T23:42:01.962Z] ok github.com/docker/docker/pkg/parsers 0.039s coverage: 97.0% of statements [2021-06-15T23:42:02.424Z] === RUN TestNewAndRemove [2021-06-15T23:42:02.424Z] --- PASS: TestNewAndRemove (0.00s) [2021-06-15T23:42:02.424Z] === RUN TestRemoveInvalidPath [2021-06-15T23:42:02.424Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-06-15T23:42:02.424Z] PASS [2021-06-15T23:42:02.424Z] coverage: 82.6% of statements [2021-06-15T23:42:02.424Z] ok github.com/docker/docker/pkg/pidfile 0.043s coverage: 82.6% of statements [2021-06-15T23:42:02.464Z] time="2021-06-15T23:42:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:42:02.464Z] time="2021-06-15T23:42:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:83af4ffcb1e56441a213b700c7bc947551cda712baaeeada413996ac0056987e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:42:02.464Z] time="2021-06-15T23:42:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:42:02.464Z] time="2021-06-15T23:42:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:83af4ffcb1e56441a213b700c7bc947551cda712baaeeada413996ac0056987e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:42:02.726Z] --- PASS: TestPluginInstall (5.32s) [2021-06-15T23:42:02.726Z] --- PASS: TestPluginInstall/no_auth (2.46s) [2021-06-15T23:42:02.726Z] --- PASS: TestPluginInstall/with_htpasswd (1.15s) [2021-06-15T23:42:02.726Z] --- PASS: TestPluginInstall/with_insecure (1.70s) [2021-06-15T23:42:02.726Z] plugin_test.go:165: [df3a2239c49d5] daemon is not started [2021-06-15T23:42:02.726Z] === RUN TestPluginsWithRuntimes [2021-06-15T23:42:02.885Z] 2021/06/15 23:42:02 Closing DB instances... [2021-06-15T23:42:03.123Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-06-15T23:42:03.859Z] === RUN TestFailedConnection [2021-06-15T23:42:03.859Z] === RUN TestParseEmptyInterface [2021-06-15T23:42:03.859Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-06-15T23:42:03.859Z] === RUN TestParseNonInterfaceType [2021-06-15T23:42:03.859Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-06-15T23:42:03.859Z] === RUN TestParseWithOneFunction [2021-06-15T23:42:03.859Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-06-15T23:42:03.859Z] === RUN TestParseWithMultipleFuncs [2021-06-15T23:42:03.859Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-06-15T23:42:03.859Z] === RUN TestParseWithUnnamedReturn [2021-06-15T23:42:03.859Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-06-15T23:42:03.859Z] === RUN TestEmbeddedInterface [2021-06-15T23:42:03.859Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-06-15T23:42:03.859Z] === RUN TestParsedImports [2021-06-15T23:42:03.859Z] --- PASS: TestParsedImports (0.00s) [2021-06-15T23:42:03.859Z] === RUN TestAliasedImports [2021-06-15T23:42:03.859Z] --- PASS: TestAliasedImports (0.00s) [2021-06-15T23:42:03.859Z] PASS [2021-06-15T23:42:03.859Z] coverage: 56.8% of statements [2021-06-15T23:42:03.859Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.053s coverage: 56.8% of statements [2021-06-15T23:42:04.324Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (3.24s) [2021-06-15T23:42:04.324Z] === RUN TestNetworkDBGarbageCollection [2021-06-15T23:42:04.647Z] === RUN TestPluginsWithRuntimes/No_Args [2021-06-15T23:42:04.785Z] --- PASS: TestFailedConnection (1.08s) [2021-06-15T23:42:04.785Z] === RUN TestFailOnce [2021-06-15T23:42:05.012Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-06-15T23:42:05.248Z] 2021/06/15 23:42:04 http: panic serving 127.0.0.1:49295: Plugin not ready [2021-06-15T23:42:05.248Z] goroutine 34 [running]: [2021-06-15T23:42:05.248Z] net/http.(*conn).serve.func1(0xc00011c000) [2021-06-15T23:42:05.248Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-06-15T23:42:05.248Z] panic(0x84ab40, 0x987da0) [2021-06-15T23:42:05.248Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-06-15T23:42:05.248Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99b9e0, 0xc000142000, 0xc000122000) [2021-06-15T23:42:05.248Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-06-15T23:42:05.248Z] net/http.HandlerFunc.ServeHTTP(0xc000056eb0, 0x99b9e0, 0xc000142000, 0xc000122000) [2021-06-15T23:42:05.248Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-06-15T23:42:05.248Z] net/http.(*ServeMux).ServeHTTP(0xc000050980, 0x99b9e0, 0xc000142000, 0xc000122000) [2021-06-15T23:42:05.248Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-06-15T23:42:05.248Z] net/http.serverHandler.ServeHTTP(0xc0000fa000, 0x99b9e0, 0xc000142000, 0xc000122000) [2021-06-15T23:42:05.248Z] c:/go/src/net/http/server.go:2831 +0xab [2021-06-15T23:42:05.248Z] net/http.(*conn).serve(0xc00011c000, 0x99c5a0, 0xc00010a040) [2021-06-15T23:42:05.248Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-06-15T23:42:05.248Z] created by net/http.(*Server).Serve [2021-06-15T23:42:05.248Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-06-15T23:42:05.248Z] time="2021-06-15T23:42:04Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49294/Test.FailOnce: Post http://127.0.0.1:49294/Test.FailOnce: EOF, retrying in 1s" [2021-06-15T23:42:05.248Z] === RUN TestHTTPTransport [2021-06-15T23:42:05.248Z] --- PASS: TestHTTPTransport (0.00s) [2021-06-15T23:42:05.248Z] PASS [2021-06-15T23:42:05.248Z] coverage: 85.7% of statements [2021-06-15T23:42:05.248Z] ok github.com/docker/docker/pkg/plugins/transport 0.044s coverage: 85.7% of statements [2021-06-15T23:42:05.574Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-06-15T23:42:06.223Z] --- PASS: TestFailOnce (1.16s) [2021-06-15T23:42:06.223Z] === RUN TestEchoInputOutput [2021-06-15T23:42:06.223Z] --- PASS: TestEchoInputOutput (0.00s) [2021-06-15T23:42:06.223Z] === RUN TestBackoff [2021-06-15T23:42:06.223Z] --- PASS: TestBackoff (0.00s) [2021-06-15T23:42:06.223Z] === RUN TestAbortRetry [2021-06-15T23:42:06.223Z] --- PASS: TestAbortRetry (0.00s) [2021-06-15T23:42:06.223Z] === RUN TestClientScheme [2021-06-15T23:42:06.223Z] --- PASS: TestClientScheme (0.00s) [2021-06-15T23:42:06.223Z] === RUN TestNewClientWithTimeout [2021-06-15T23:42:06.223Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-06-15T23:42:06.223Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-15T23:42:06.223Z] === RUN TestBufioReaderPoolPutAndGet [2021-06-15T23:42:06.223Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-06-15T23:42:06.223Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-06-15T23:42:06.223Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-06-15T23:42:06.223Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-06-15T23:42:06.223Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-15T23:42:06.223Z] === RUN TestBufioWriterPoolPutAndGet [2021-06-15T23:42:06.223Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-06-15T23:42:06.223Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-06-15T23:42:06.223Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-06-15T23:42:06.223Z] === RUN TestBufferPoolPutAndGet [2021-06-15T23:42:06.223Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-06-15T23:42:06.223Z] PASS [2021-06-15T23:42:06.223Z] coverage: 88.2% of statements [2021-06-15T23:42:06.223Z] ok github.com/docker/docker/pkg/pools 0.036s coverage: 88.2% of statements [2021-06-15T23:42:06.564Z] === RUN TestPluginsWithRuntimes/With_Args [2021-06-15T23:42:06.684Z] time="2021-06-15T23:42:06Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.Echo: Post http://127.0.0.1:49301/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-06-15T23:42:07.146Z] === RUN TestOutputOnPrematureClose [2021-06-15T23:42:07.146Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-06-15T23:42:07.146Z] === RUN TestCompleteSilently [2021-06-15T23:42:07.146Z] --- PASS: TestCompleteSilently (0.00s) [2021-06-15T23:42:07.146Z] PASS [2021-06-15T23:42:07.146Z] coverage: 75.9% of statements [2021-06-15T23:42:07.146Z] ok github.com/docker/docker/pkg/progress 0.037s coverage: 75.9% of statements [2021-06-15T23:42:07.607Z] === RUN TestSendToOneSub [2021-06-15T23:42:07.607Z] --- PASS: TestSendToOneSub (0.00s) [2021-06-15T23:42:07.607Z] === RUN TestSendToMultipleSubs [2021-06-15T23:42:07.607Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-06-15T23:42:07.607Z] === RUN TestEvictOneSub [2021-06-15T23:42:07.607Z] --- PASS: TestEvictOneSub (0.00s) [2021-06-15T23:42:07.607Z] === RUN TestClosePublisher [2021-06-15T23:42:07.607Z] --- PASS: TestClosePublisher (0.00s) [2021-06-15T23:42:07.607Z] === RUN TestPubSubRace [2021-06-15T23:42:07.951Z] --- PASS: TestPluginsWithRuntimes (5.18s) [2021-06-15T23:42:07.951Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.50s) [2021-06-15T23:42:07.951Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.49s) [2021-06-15T23:42:07.951Z] === RUN TestPluginBackCompatMediaTypes [2021-06-15T23:42:08.068Z] time="2021-06-15T23:42:07Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.Echo: Post http://127.0.0.1:49301/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-06-15T23:42:08.535Z] --- PASS: TestPubSubRace (1.04s) [2021-06-15T23:42:08.535Z] PASS [2021-06-15T23:42:08.535Z] coverage: 75.0% of statements [2021-06-15T23:42:08.535Z] ok github.com/docker/docker/pkg/pubsub 1.087s coverage: 75.0% of statements [2021-06-15T23:42:08.895Z] --- PASS: TestPluginBackCompatMediaTypes (1.11s) [2021-06-15T23:42:08.895Z] PASS [2021-06-15T23:42:08.896Z] [2021-06-15T23:42:08.896Z] DONE 10 tests in 11.801s [2021-06-15T23:42:08.896Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-15T23:42:08.896Z] ++ 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-06-15T23:42:08.896Z] ++ set -e [2021-06-15T23:42:08.896Z] ++ '[' -n 0 ']' [2021-06-15T23:42:08.896Z] ++ set -x [2021-06-15T23:42:08.896Z] ++ 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-06-15T23:42:09.157Z] INFO: Testing against a local daemon [2021-06-15T23:42:09.157Z] === RUN TestExternalGraphDriver [2021-06-15T23:42:09.157Z] === RUN TestExternalGraphDriver/json [2021-06-15T23:42:09.508Z] === RUN TestRegister [2021-06-15T23:42:09.508Z] --- PASS: TestRegister (0.00s) [2021-06-15T23:42:09.508Z] === RUN TestCommand [2021-06-15T23:42:09.508Z] --- PASS: TestCommand (0.03s) [2021-06-15T23:42:09.508Z] === RUN TestNaiveSelf [2021-06-15T23:42:09.508Z] --- PASS: TestNaiveSelf (0.03s) [2021-06-15T23:42:09.508Z] PASS [2021-06-15T23:42:09.508Z] coverage: 82.4% of statements [2021-06-15T23:42:09.508Z] ok github.com/docker/docker/pkg/reexec 0.099s coverage: 82.4% of statements [2021-06-15T23:42:10.485Z] time="2021-06-15T23:42:10Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.Echo: Post http://127.0.0.1:49301/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-06-15T23:42:10.485Z] === RUN TestParseSignal [2021-06-15T23:42:10.485Z] --- PASS: TestParseSignal (0.00s) [2021-06-15T23:42:10.485Z] === RUN TestValidSignalForPlatform [2021-06-15T23:42:10.485Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-06-15T23:42:10.485Z] PASS [2021-06-15T23:42:10.485Z] coverage: 19.7% of statements [2021-06-15T23:42:10.485Z] ok github.com/docker/docker/pkg/signal 0.040s coverage: 19.7% of statements [2021-06-15T23:42:10.948Z] --- PASS: TestRequest (9.44s) [2021-06-15T23:42:10.948Z] === RUN TestOverlappingRequests [2021-06-15T23:42:11.410Z] === RUN TestNewStdWriter [2021-06-15T23:42:11.410Z] --- PASS: TestNewStdWriter (0.00s) [2021-06-15T23:42:11.410Z] === RUN TestWriteWithUninitializedStdWriter [2021-06-15T23:42:11.410Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-06-15T23:42:11.410Z] === RUN TestWriteWithNilBytes [2021-06-15T23:42:11.410Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-06-15T23:42:11.410Z] === RUN TestWrite [2021-06-15T23:42:11.410Z] --- PASS: TestWrite (0.00s) [2021-06-15T23:42:11.410Z] === RUN TestWriteWithWriterError [2021-06-15T23:42:11.410Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-06-15T23:42:11.410Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-06-15T23:42:11.410Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-06-15T23:42:11.410Z] === RUN TestStdCopyWriteAndRead [2021-06-15T23:42:11.410Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-06-15T23:42:11.410Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-06-15T23:42:11.410Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-06-15T23:42:11.410Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-06-15T23:42:11.410Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-06-15T23:42:11.410Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-06-15T23:42:11.410Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-06-15T23:42:11.410Z] === RUN TestStdCopyWithInvalidInputHeader [2021-06-15T23:42:11.410Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-06-15T23:42:11.410Z] === RUN TestStdCopyWithCorruptedPrefix [2021-06-15T23:42:11.410Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-06-15T23:42:11.410Z] === RUN TestStdCopyReturnsWriteErrors [2021-06-15T23:42:11.410Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-06-15T23:42:11.410Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-06-15T23:42:11.410Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-06-15T23:42:11.410Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-06-15T23:42:11.410Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-06-15T23:42:11.410Z] PASS [2021-06-15T23:42:11.410Z] coverage: 100.0% of statements [2021-06-15T23:42:11.410Z] ok github.com/docker/docker/pkg/stdcopy 0.044s coverage: 100.0% of statements [2021-06-15T23:42:11.410Z] --- PASS: TestOverlappingRequests (0.42s) [2021-06-15T23:42:11.410Z] === RUN TestRelease [2021-06-15T23:42:11.708Z] === RUN TestExternalGraphDriver/spec [2021-06-15T23:42:12.384Z] === RUN TestRawProgressFormatterFormatStatus [2021-06-15T23:42:12.384Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-06-15T23:42:12.384Z] === RUN TestRawProgressFormatterFormatProgress [2021-06-15T23:42:12.384Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-06-15T23:42:12.384Z] === RUN TestFormatStatus [2021-06-15T23:42:12.384Z] --- PASS: TestFormatStatus (0.00s) [2021-06-15T23:42:12.384Z] === RUN TestFormatError [2021-06-15T23:42:12.384Z] --- PASS: TestFormatError (0.00s) [2021-06-15T23:42:12.384Z] === RUN TestFormatJSONError [2021-06-15T23:42:12.384Z] --- PASS: TestFormatJSONError (0.00s) [2021-06-15T23:42:12.384Z] === RUN TestJsonProgressFormatterFormatProgress [2021-06-15T23:42:12.384Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-06-15T23:42:12.384Z] === RUN TestJsonProgressFormatterFormatStatus [2021-06-15T23:42:12.384Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-06-15T23:42:12.384Z] === RUN TestNewJSONProgressOutput [2021-06-15T23:42:12.384Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-06-15T23:42:12.384Z] === RUN TestAuxFormatterEmit [2021-06-15T23:42:12.384Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-06-15T23:42:12.384Z] === RUN TestStreamWriterStdout [2021-06-15T23:42:12.384Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-06-15T23:42:12.384Z] === RUN TestStreamWriterStderr [2021-06-15T23:42:12.384Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-06-15T23:42:12.384Z] PASS [2021-06-15T23:42:12.384Z] coverage: 66.2% of statements [2021-06-15T23:42:12.384Z] ok github.com/docker/docker/pkg/streamformatter 0.041s coverage: 66.2% of statements [2021-06-15T23:42:13.357Z] --- PASS: TestRelease (1.69s) [2021-06-15T23:42:13.357Z] === RUN TestAllocateRandomDeallocate [2021-06-15T23:42:13.357Z] === RUN TestGenerateRandomID [2021-06-15T23:42:13.357Z] --- PASS: TestGenerateRandomID (0.00s) [2021-06-15T23:42:13.357Z] === RUN TestShortenId [2021-06-15T23:42:13.357Z] --- PASS: TestShortenId (0.00s) [2021-06-15T23:42:13.357Z] === RUN TestShortenSha256Id [2021-06-15T23:42:13.357Z] --- PASS: TestShortenSha256Id (0.00s) [2021-06-15T23:42:13.357Z] === RUN TestShortenIdEmpty [2021-06-15T23:42:13.357Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-06-15T23:42:13.357Z] === RUN TestShortenIdInvalid [2021-06-15T23:42:13.357Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-06-15T23:42:13.357Z] === RUN TestIsShortIDNonHex [2021-06-15T23:42:13.357Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-06-15T23:42:13.357Z] === RUN TestIsShortIDNotCorrectSize [2021-06-15T23:42:13.357Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-06-15T23:42:13.357Z] PASS [2021-06-15T23:42:13.357Z] coverage: 70.6% of statements [2021-06-15T23:42:13.357Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2021-06-15T23:42:14.261Z] === RUN TestExternalGraphDriver/pull [2021-06-15T23:42:14.331Z] === RUN TestIsCpusetListAvailable [2021-06-15T23:42:14.331Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-06-15T23:42:14.331Z] PASS [2021-06-15T23:42:14.331Z] coverage: 38.2% of statements [2021-06-15T23:42:14.331Z] ok github.com/docker/docker/pkg/sysinfo 0.035s coverage: 38.2% of statements [2021-06-15T23:42:15.303Z] time="2021-06-15T23:42:14Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.Echo: Post http://127.0.0.1:49301/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-06-15T23:42:15.765Z] === RUN TestChtimes [2021-06-15T23:42:15.765Z] --- PASS: TestChtimes (0.00s) [2021-06-15T23:42:15.765Z] === RUN TestChtimesWindows [2021-06-15T23:42:16.226Z] --- PASS: TestChtimesWindows (0.00s) [2021-06-15T23:42:16.226Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-06-15T23:42:16.226Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-06-15T23:42:16.226Z] === RUN TestEnsureRemoveAllNotExist [2021-06-15T23:42:16.226Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-06-15T23:42:16.226Z] === RUN TestEnsureRemoveAllWithDir [2021-06-15T23:42:16.226Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-06-15T23:42:16.226Z] === RUN TestEnsureRemoveAllWithFile [2021-06-15T23:42:16.226Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-06-15T23:42:16.226Z] === RUN TestHasWin32KSupport [2021-06-15T23:42:16.226Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-06-15T23:42:16.226Z] syscall_windows_test.go:8: win32k: true [2021-06-15T23:42:16.226Z] PASS [2021-06-15T23:42:16.226Z] coverage: 12.2% of statements [2021-06-15T23:42:16.226Z] ok github.com/docker/docker/pkg/system 0.048s coverage: 12.2% of statements [2021-06-15T23:42:16.528Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-15T23:42:16.528Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (12.26s) [2021-06-15T23:42:16.528Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.28s) [2021-06-15T23:42:16.528Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (12.85s) [2021-06-15T23:42:16.528Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (17.13s) [2021-06-15T23:42:16.528Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (15.01s) [2021-06-15T23:42:16.528Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (15.31s) [2021-06-15T23:42:16.528Z] === RUN TestBuildMultiStageCopy [2021-06-15T23:42:16.528Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-15T23:42:16.688Z] === RUN TestTailFile [2021-06-15T23:42:16.688Z] --- PASS: TestTailFile (0.00s) [2021-06-15T23:42:16.688Z] === RUN TestTailFileManyLines [2021-06-15T23:42:16.688Z] --- PASS: TestTailFileManyLines (0.00s) [2021-06-15T23:42:16.688Z] === RUN TestTailEmptyFile [2021-06-15T23:42:16.688Z] --- PASS: TestTailEmptyFile (0.00s) [2021-06-15T23:42:16.688Z] === RUN TestTailNegativeN [2021-06-15T23:42:16.688Z] --- PASS: TestTailNegativeN (0.00s) [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader [2021-06-15T23:42:16.688Z] === PAUSE TestNewTailReader [2021-06-15T23:42:16.688Z] === CONT TestNewTailReader [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/single_byte_delimiter [2021-06-15T23:42:16.688Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/2_byte_delimiter [2021-06-15T23:42:16.688Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/4_byte_delimiter [2021-06-15T23:42:16.688Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/8_byte_delimiter [2021-06-15T23:42:16.688Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/12_byte_delimiter [2021-06-15T23:42:16.688Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/no_delimiter [2021-06-15T23:42:16.688Z] === PAUSE TestNewTailReader/no_delimiter [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/truncated_last_line [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-06-15T23:42:16.688Z] === CONT TestNewTailReader/single_byte_delimiter [2021-06-15T23:42:16.688Z] === CONT TestNewTailReader/8_byte_delimiter [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-15T23:42:16.688Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-15T23:42:16.688Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-15T23:42:16.688Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:16.688Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:16.688Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:16.812Z] --- PASS: TestExternalGraphDriver (7.41s) [2021-06-15T23:42:16.812Z] --- PASS: TestExternalGraphDriver/json (2.48s) [2021-06-15T23:42:16.812Z] --- PASS: TestExternalGraphDriver/spec (2.58s) [2021-06-15T23:42:16.812Z] --- PASS: TestExternalGraphDriver/pull (2.21s) [2021-06-15T23:42:16.812Z] === RUN TestGraphdriverPluginV2 [2021-06-15T23:42:16.812Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2021-06-15T23:42:16.812Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-15T23:42:16.812Z] PASS [2021-06-15T23:42:16.812Z] [2021-06-15T23:42:16.812Z] === Skipped [2021-06-15T23:42:16.812Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2021-06-15T23:42:16.812Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-15T23:42:16.812Z] [2021-06-15T23:42:16.812Z] [2021-06-15T23:42:16.812Z] DONE 5 tests, 1 skipped in 7.578s [2021-06-15T23:42:16.812Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-15T23:42:16.812Z] ++ 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-06-15T23:42:16.812Z] ++ set -e [2021-06-15T23:42:16.812Z] ++ '[' -n 0 ']' [2021-06-15T23:42:16.812Z] ++ set -x [2021-06-15T23:42:16.812Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-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-06-15T23:42:16.812Z] INFO: Testing against a local daemon [2021-06-15T23:42:16.812Z] === RUN TestContinueAfterPluginCrash [2021-06-15T23:42:16.812Z] === PAUSE TestContinueAfterPluginCrash [2021-06-15T23:42:16.812Z] === RUN TestReadPluginNoRead [2021-06-15T23:42:16.812Z] === PAUSE TestReadPluginNoRead [2021-06-15T23:42:16.812Z] === RUN TestDaemonStartWithLogOpt [2021-06-15T23:42:16.812Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-15T23:42:16.812Z] === CONT TestContinueAfterPluginCrash [2021-06-15T23:42:16.812Z] === CONT TestDaemonStartWithLogOpt [2021-06-15T23:42:16.812Z] === CONT TestReadPluginNoRead [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-15T23:42:17.150Z] === CONT TestNewTailReader/4_byte_delimiter [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.150Z] === CONT TestNewTailReader/2_byte_delimiter [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.150Z] === CONT TestNewTailReader/no_delimiter [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.150Z] === CONT TestNewTailReader/12_byte_delimiter [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-15T23:42:17.150Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.150Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.150Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.150Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.150Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.151Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.151Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.151Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.152Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.152Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.152Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.153Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-15T23:42:17.153Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.153Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.154Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.154Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-15T23:42:17.155Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-15T23:42:17.617Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.617Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.01s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-15T23:42:17.618Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.01s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-15T23:42:17.619Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-15T23:42:17.620Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-15T23:42:17.620Z] PASS [2021-06-15T23:42:17.620Z] coverage: 88.6% of statements [2021-06-15T23:42:17.620Z] ok github.com/docker/docker/pkg/tailfile 0.155s coverage: 88.6% of statements [2021-06-15T23:42:18.081Z] --- PASS: TestAllocateRandomDeallocate (5.00s) [2021-06-15T23:42:18.081Z] === RUN TestRetrieveFromStore [2021-06-15T23:42:18.543Z] === RUN TestTarSumRemoveNonExistent [2021-06-15T23:42:18.543Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-06-15T23:42:18.543Z] === RUN TestTarSumRemove [2021-06-15T23:42:18.543Z] --- PASS: TestTarSumRemove (0.00s) [2021-06-15T23:42:18.543Z] === RUN TestSortFileInfoSums [2021-06-15T23:42:18.543Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-06-15T23:42:18.543Z] === RUN TestNewTarSumForLabelInvalid [2021-06-15T23:42:18.543Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-06-15T23:42:18.543Z] === RUN TestNewTarSumForLabel [2021-06-15T23:42:18.543Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-06-15T23:42:18.543Z] === RUN TestEmptyTar [2021-06-15T23:42:18.543Z] --- PASS: TestEmptyTar (0.00s) [2021-06-15T23:42:18.543Z] === RUN TestTarSumsReadSize [2021-06-15T23:42:18.543Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-06-15T23:42:18.543Z] === RUN TestTarSums [2021-06-15T23:42:18.543Z] --- PASS: TestTarSums (0.07s) [2021-06-15T23:42:18.543Z] === RUN TestIteration [2021-06-15T23:42:18.543Z] --- PASS: TestIteration (0.00s) [2021-06-15T23:42:18.543Z] === RUN TestVersionLabelForChecksum [2021-06-15T23:42:18.543Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-06-15T23:42:18.543Z] === RUN TestVersion [2021-06-15T23:42:18.543Z] --- PASS: TestVersion (0.00s) [2021-06-15T23:42:18.543Z] === RUN TestGetVersion [2021-06-15T23:42:18.543Z] --- PASS: TestGetVersion (0.00s) [2021-06-15T23:42:18.543Z] === RUN TestGetVersions [2021-06-15T23:42:18.543Z] --- PASS: TestGetVersions (0.00s) [2021-06-15T23:42:18.543Z] PASS [2021-06-15T23:42:18.543Z] coverage: 89.3% of statements [2021-06-15T23:42:18.543Z] ok github.com/docker/docker/pkg/tarsum 0.123s coverage: 89.3% of statements [2021-06-15T23:42:19.517Z] testing: warning: no tests to run [2021-06-15T23:42:19.517Z] PASS [2021-06-15T23:42:19.517Z] coverage: [no statements] [2021-06-15T23:42:19.517Z] ok github.com/docker/docker/pkg/term/windows 0.032s coverage: [no statements] [no tests to run] [2021-06-15T23:42:19.979Z] --- PASS: TestRetrieveFromStore (1.60s) [2021-06-15T23:42:19.979Z] === RUN TestRequestReleaseAddressDuplicate [2021-06-15T23:42:19.979Z] --- PASS: TestRequestReleaseAddressDuplicate (0.04s) [2021-06-15T23:42:19.979Z] === RUN TestParallelPredefinedRequest1 [2021-06-15T23:42:19.979Z] === PAUSE TestParallelPredefinedRequest1 [2021-06-15T23:42:19.979Z] === RUN TestParallelPredefinedRequest2 [2021-06-15T23:42:19.979Z] === PAUSE TestParallelPredefinedRequest2 [2021-06-15T23:42:19.979Z] === RUN TestParallelPredefinedRequest3 [2021-06-15T23:42:19.979Z] === PAUSE TestParallelPredefinedRequest3 [2021-06-15T23:42:19.979Z] === RUN TestParallelPredefinedRequest4 [2021-06-15T23:42:19.979Z] === PAUSE TestParallelPredefinedRequest4 [2021-06-15T23:42:19.979Z] === RUN TestParallelPredefinedRequest5 [2021-06-15T23:42:19.979Z] === PAUSE TestParallelPredefinedRequest5 [2021-06-15T23:42:19.979Z] === RUN TestDebug [2021-06-15T23:42:19.979Z] --- PASS: TestDebug (0.00s) [2021-06-15T23:42:19.979Z] === RUN TestRequestPoolParallel [2021-06-15T23:42:19.979Z] === RUN TestTruncIndex [2021-06-15T23:42:19.979Z] --- PASS: TestTruncIndex (0.10s) [2021-06-15T23:42:19.979Z] PASS [2021-06-15T23:42:19.979Z] coverage: 91.5% of statements [2021-06-15T23:42:19.979Z] ok github.com/docker/docker/pkg/truncindex 0.157s coverage: 91.5% of statements [2021-06-15T23:42:20.441Z] --- PASS: TestRequestPoolParallel (0.60s) [2021-06-15T23:42:20.441Z] === RUN TestFullAllocateRelease [2021-06-15T23:42:20.902Z] === RUN TestIsGIT [2021-06-15T23:42:20.902Z] --- PASS: TestIsGIT (0.00s) [2021-06-15T23:42:20.902Z] === RUN TestIsTransport [2021-06-15T23:42:20.902Z] --- PASS: TestIsTransport (0.00s) [2021-06-15T23:42:20.902Z] PASS [2021-06-15T23:42:20.902Z] coverage: 100.0% of statements [2021-06-15T23:42:20.902Z] ok github.com/docker/docker/pkg/urlutil 0.036s coverage: 100.0% of statements [2021-06-15T23:42:20.902Z] --- PASS: TestFullAllocateRelease (0.61s) [2021-06-15T23:42:20.902Z] === RUN TestOddAllocateRelease [2021-06-15T23:42:21.033Z] === RUN TestReadPluginNoRead/default [2021-06-15T23:42:21.299Z] --- PASS: TestDaemonStartWithLogOpt (4.68s) [2021-06-15T23:42:21.363Z] --- PASS: TestOddAllocateRelease (0.29s) [2021-06-15T23:42:21.363Z] === RUN TestFullAllocateSerialReleaseParallel [2021-06-15T23:42:21.363Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.11s) [2021-06-15T23:42:21.363Z] === RUN TestOddAllocateSerialReleaseParallel [2021-06-15T23:42:21.363Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.07s) [2021-06-15T23:42:21.363Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-06-15T23:42:21.825Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.07s) [2021-06-15T23:42:21.825Z] === CONT TestParallelPredefinedRequest1 [2021-06-15T23:42:21.825Z] === CONT TestParallelPredefinedRequest4 [2021-06-15T23:42:21.825Z] === CONT TestParallelPredefinedRequest3 [2021-06-15T23:42:21.825Z] === CONT TestParallelPredefinedRequest2 [2021-06-15T23:42:21.825Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-06-15T23:42:21.825Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:42:21.825Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-06-15T23:42:21.825Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:42:21.825Z] === CONT TestParallelPredefinedRequest5 [2021-06-15T23:42:21.825Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-06-15T23:42:21.825Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:42:21.825Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-06-15T23:42:21.825Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:42:21.825Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-06-15T23:42:21.825Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:42:21.825Z] PASS [2021-06-15T23:42:21.825Z] coverage: 85.3% of statements [2021-06-15T23:42:21.825Z] ok github.com/docker/docker/libnetwork/ipam 57.715s coverage: 85.3% of statements [2021-06-15T23:42:21.825Z] === RUN TestVersionInfo [2021-06-15T23:42:21.825Z] --- PASS: TestVersionInfo (0.00s) [2021-06-15T23:42:21.825Z] === RUN TestAppendVersions [2021-06-15T23:42:21.825Z] --- PASS: TestAppendVersions (0.00s) [2021-06-15T23:42:21.825Z] PASS [2021-06-15T23:42:21.825Z] coverage: 88.9% of statements [2021-06-15T23:42:21.825Z] ok github.com/docker/docker/pkg/useragent 0.039s coverage: 88.9% of statements [2021-06-15T23:42:22.699Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-15T23:42:24.015Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-06-15T23:42:24.015Z] === RUN TestClientStream [2021-06-15T23:42:24.015Z] --- PASS: TestClientStream (0.00s) [2021-06-15T23:42:24.015Z] === RUN TestClientSendFile [2021-06-15T23:42:24.015Z] --- PASS: TestClientSendFile (0.00s) [2021-06-15T23:42:24.015Z] === RUN TestClientWithRequestTimeout [2021-06-15T23:42:24.015Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-06-15T23:42:24.015Z] === RUN TestFileSpecPlugin [2021-06-15T23:42:24.015Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-06-15T23:42:24.015Z] === RUN TestFileJSONSpecPlugin [2021-06-15T23:42:24.015Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-06-15T23:42:24.015Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-06-15T23:42:24.015Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-06-15T23:42:24.015Z] === RUN TestPluginAddHandler [2021-06-15T23:42:24.015Z] --- PASS: TestPluginAddHandler (0.00s) [2021-06-15T23:42:24.015Z] === RUN TestPluginWaitBadPlugin [2021-06-15T23:42:24.015Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-06-15T23:42:24.015Z] === RUN TestGet [2021-06-15T23:42:24.015Z] time="2021-06-15T23:42:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-06-15T23:42:24.476Z] === RUN TestValidatePrivileges [2021-06-15T23:42:24.477Z] --- PASS: TestValidatePrivileges (0.00s) [2021-06-15T23:42:24.477Z] === RUN TestFilterByCapNeg [2021-06-15T23:42:24.477Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-06-15T23:42:24.477Z] === RUN TestFilterByCapPos [2021-06-15T23:42:24.477Z] --- PASS: TestFilterByCapPos (0.00s) [2021-06-15T23:42:24.477Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-06-15T23:42:24.477Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-06-15T23:42:24.477Z] PASS [2021-06-15T23:42:24.477Z] coverage: 12.0% of statements [2021-06-15T23:42:24.477Z] ok github.com/docker/docker/plugin 0.086s coverage: 12.0% of statements [2021-06-15T23:42:24.623Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-15T23:42:24.938Z] time="2021-06-15T23:42:24Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-06-15T23:42:25.012Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-15T23:42:25.462Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-15T23:42:25.910Z] === RUN TestNewSettable [2021-06-15T23:42:25.910Z] --- PASS: TestNewSettable (0.00s) [2021-06-15T23:42:25.910Z] === RUN TestIsSettable [2021-06-15T23:42:25.910Z] --- PASS: TestIsSettable (0.00s) [2021-06-15T23:42:25.910Z] === RUN TestUpdateSettingsEnv [2021-06-15T23:42:25.911Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-06-15T23:42:25.911Z] PASS [2021-06-15T23:42:25.911Z] coverage: 20.1% of statements [2021-06-15T23:42:25.911Z] ok github.com/docker/docker/plugin/v2 0.048s coverage: 20.1% of statements [2021-06-15T23:42:26.415Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-15T23:42:26.539Z] --- PASS: TestReadPluginNoRead (9.51s) [2021-06-15T23:42:26.539Z] --- PASS: TestReadPluginNoRead/default (1.81s) [2021-06-15T23:42:26.539Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.78s) [2021-06-15T23:42:26.539Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.76s) [2021-06-15T23:42:26.539Z] read_test.go:92: [d046990a1f7e5] daemon is not started [2021-06-15T23:42:26.800Z] --- PASS: TestContinueAfterPluginCrash (10.17s) [2021-06-15T23:42:26.800Z] PASS [2021-06-15T23:42:26.800Z] [2021-06-15T23:42:26.800Z] DONE 6 tests in 10.310s [2021-06-15T23:42:26.800Z] 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-06-15T23:42:26.800Z] ++ 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-06-15T23:42:26.800Z] ++ set -e [2021-06-15T23:42:26.800Z] ++ '[' -n 0 ']' [2021-06-15T23:42:26.800Z] ++ set -x [2021-06-15T23:42:26.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=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-06-15T23:42:26.884Z] time="2021-06-15T23:42:26Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-06-15T23:42:27.062Z] testing: warning: no tests to run [2021-06-15T23:42:27.062Z] PASS [2021-06-15T23:42:27.062Z] [2021-06-15T23:42:27.062Z] DONE 0 tests in 0.045s [2021-06-15T23:42:27.062Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-15T23:42:27.062Z] ++ 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-06-15T23:42:27.062Z] ++ set -e [2021-06-15T23:42:27.062Z] ++ '[' -n 0 ']' [2021-06-15T23:42:27.062Z] ++ set -x [2021-06-15T23:42:27.062Z] ++ 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-06-15T23:42:27.062Z] INFO: Testing against a local daemon [2021-06-15T23:42:27.062Z] === RUN TestPluginWithDevMounts [2021-06-15T23:42:27.062Z] === PAUSE TestPluginWithDevMounts [2021-06-15T23:42:27.062Z] === CONT TestPluginWithDevMounts [2021-06-15T23:42:27.345Z] === RUN TestLoad [2021-06-15T23:42:27.345Z] --- PASS: TestLoad (0.00s) [2021-06-15T23:42:27.345Z] === RUN TestSave [2021-06-15T23:42:27.345Z] --- PASS: TestSave (0.03s) [2021-06-15T23:42:27.345Z] === RUN TestAddDeleteGet [2021-06-15T23:42:27.345Z] --- PASS: TestAddDeleteGet (0.04s) [2021-06-15T23:42:27.345Z] === RUN TestInvalidTags [2021-06-15T23:42:27.345Z] --- PASS: TestInvalidTags (0.01s) [2021-06-15T23:42:27.345Z] PASS [2021-06-15T23:42:27.345Z] coverage: 83.7% of statements [2021-06-15T23:42:27.345Z] ok github.com/docker/docker/reference 0.130s coverage: 83.7% of statements [2021-06-15T23:42:27.925Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-15T23:42:29.436Z] --- PASS: TestBuildMultiStageCopy (13.26s) [2021-06-15T23:42:29.436Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.11s) [2021-06-15T23:42:29.436Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.97s) [2021-06-15T23:42:29.436Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.13s) [2021-06-15T23:42:29.436Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.38s) [2021-06-15T23:42:29.436Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.66s) [2021-06-15T23:42:29.436Z] === RUN TestBuildMultiStageParentConfig [2021-06-15T23:42:29.609Z] --- PASS: TestPluginWithDevMounts (2.09s) [2021-06-15T23:42:29.609Z] PASS [2021-06-15T23:42:29.609Z] [2021-06-15T23:42:29.609Z] DONE 1 tests in 2.235s [2021-06-15T23:42:29.609Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-15T23:42:29.609Z] ++ 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-06-15T23:42:29.609Z] ++ set -e [2021-06-15T23:42:29.609Z] ++ '[' -n 0 ']' [2021-06-15T23:42:29.609Z] ++ set -x [2021-06-15T23:42:29.610Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-06-15T23:42:29.610Z] INFO: Testing against a local daemon [2021-06-15T23:42:29.610Z] === RUN TestSecretInspect [2021-06-15T23:42:30.262Z] === RUN TestResolveAuthConfigIndexServer [2021-06-15T23:42:30.262Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-06-15T23:42:30.262Z] === RUN TestResolveAuthConfigFullURL [2021-06-15T23:42:30.262Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-06-15T23:42:30.262Z] === RUN TestLoadAllowNondistributableArtifacts [2021-06-15T23:42:30.262Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-06-15T23:42:30.262Z] === RUN TestValidateMirror [2021-06-15T23:42:30.262Z] --- PASS: TestValidateMirror (0.00s) [2021-06-15T23:42:30.262Z] === RUN TestLoadInsecureRegistries [2021-06-15T23:42:30.263Z] time="2021-06-15T23:42:29Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-06-15T23:42:30.263Z] time="2021-06-15T23:42:29Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-06-15T23:42:30.263Z] time="2021-06-15T23:42:29Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-06-15T23:42:30.263Z] --- PASS: TestLoadInsecureRegistries (0.12s) [2021-06-15T23:42:30.263Z] === RUN TestNewServiceConfig [2021-06-15T23:42:30.263Z] --- PASS: TestNewServiceConfig (0.00s) [2021-06-15T23:42:30.263Z] === RUN TestValidateIndexName [2021-06-15T23:42:30.263Z] --- PASS: TestValidateIndexName (0.00s) [2021-06-15T23:42:30.263Z] === RUN TestValidateIndexNameWithError [2021-06-15T23:42:30.263Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-06-15T23:42:30.263Z] === RUN TestEndpointParse [2021-06-15T23:42:30.263Z] --- PASS: TestEndpointParse (0.00s) [2021-06-15T23:42:30.263Z] === RUN TestEndpointParseInvalid [2021-06-15T23:42:30.263Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-06-15T23:42:30.263Z] === RUN TestValidateEndpoint [2021-06-15T23:42:30.263Z] --- PASS: TestValidateEndpoint (0.01s) [2021-06-15T23:42:30.263Z] === RUN TestPing [2021-06-15T23:42:30.263Z] --- PASS: TestPing (0.00s) [2021-06-15T23:42:30.263Z] === RUN TestPingRegistryEndpoint [2021-06-15T23:42:30.263Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-06-15T23:42:30.263Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:42:30.263Z] === RUN TestEndpoint [2021-06-15T23:42:30.263Z] --- SKIP: TestEndpoint (0.00s) [2021-06-15T23:42:30.263Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:42:30.263Z] === RUN TestParseRepositoryInfo [2021-06-15T23:42:30.263Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-06-15T23:42:30.263Z] === RUN TestNewIndexInfo [2021-06-15T23:42:30.263Z] --- PASS: TestNewIndexInfo (0.00s) [2021-06-15T23:42:30.263Z] === RUN TestMirrorEndpointLookup [2021-06-15T23:42:30.263Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-06-15T23:42:30.263Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:42:30.263Z] === RUN TestSearchRepositories [2021-06-15T23:42:30.263Z] --- PASS: TestSearchRepositories (0.00s) [2021-06-15T23:42:30.263Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-06-15T23:42:30.263Z] Host: 127.0.0.1:49319 [2021-06-15T23:42:30.263Z] User-Agent: docker test client [2021-06-15T23:42:30.263Z] Authorization: Token fake-token [2021-06-15T23:42:30.263Z] X-Docker-Token: true [2021-06-15T23:42:30.263Z] Accept-Encoding: gzip [2021-06-15T23:42:30.263Z] [2021-06-15T23:42:30.263Z] [2021-06-15T23:42:30.263Z] registry_test.go:730: HTTP/1.1 200 OK [2021-06-15T23:42:30.263Z] Connection: close [2021-06-15T23:42:30.263Z] Content-Length: 144 [2021-06-15T23:42:30.263Z] Cache-Control: no-cache [2021-06-15T23:42:30.263Z] Content-Type: application/json [2021-06-15T23:42:30.263Z] Date: Tue, 15 Jun 2021 23:42:30 GMT [2021-06-15T23:42:30.263Z] Expires: -1 [2021-06-15T23:42:30.263Z] Pragma: no-cache [2021-06-15T23:42:30.263Z] Server: docker-tests/mock [2021-06-15T23:42:30.263Z] X-Docker-Registry-Config: mock [2021-06-15T23:42:30.263Z] X-Docker-Registry-Version: 0.0.0 [2021-06-15T23:42:30.263Z] [2021-06-15T23:42:30.263Z] [2021-06-15T23:42:30.263Z] === RUN TestTrustedLocation [2021-06-15T23:42:30.263Z] --- PASS: TestTrustedLocation (0.00s) [2021-06-15T23:42:30.263Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-06-15T23:42:30.263Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-06-15T23:42:30.263Z] === RUN TestAllowNondistributableArtifacts [2021-06-15T23:42:30.263Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-06-15T23:42:30.263Z] === RUN TestIsSecureIndex [2021-06-15T23:42:30.263Z] --- PASS: TestIsSecureIndex (0.00s) [2021-06-15T23:42:30.263Z] PASS [2021-06-15T23:42:30.263Z] coverage: 51.7% of statements [2021-06-15T23:42:30.263Z] ok github.com/docker/docker/registry 0.302s coverage: 51.7% of statements [2021-06-15T23:42:30.724Z] time="2021-06-15T23:42:30Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-06-15T23:42:31.697Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-06-15T23:42:31.697Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-06-15T23:42:31.697Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-06-15T23:42:31.697Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-06-15T23:42:31.697Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-06-15T23:42:31.697Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-06-15T23:42:31.697Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-06-15T23:42:31.697Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-06-15T23:42:31.697Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-06-15T23:42:31.697Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-06-15T23:42:31.697Z] === RUN TestResumableRequestReaderWithReadError [2021-06-15T23:42:31.697Z] time="2021-06-15T23:42:31Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-06-15T23:42:31.697Z] --- PASS: TestResumableRequestReaderWithReadError (0.11s) [2021-06-15T23:42:31.697Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-06-15T23:42:31.697Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-06-15T23:42:31.697Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-06-15T23:42:31.697Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-06-15T23:42:31.697Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-06-15T23:42:31.697Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-06-15T23:42:31.697Z] === RUN TestResumableRequestReader [2021-06-15T23:42:31.697Z] --- PASS: TestResumableRequestReader (0.00s) [2021-06-15T23:42:31.697Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-06-15T23:42:31.697Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-06-15T23:42:31.697Z] PASS [2021-06-15T23:42:31.697Z] coverage: 100.0% of statements [2021-06-15T23:42:31.697Z] ok github.com/docker/docker/registry/resumable 0.180s coverage: 100.0% of statements [2021-06-15T23:42:32.078Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-06-15T23:42:32.078Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-06-15T23:42:32.157Z] --- PASS: TestSecretInspect (2.93s) [2021-06-15T23:42:32.157Z] === RUN TestSecretList [2021-06-15T23:42:32.158Z] === RUN TestRestartManagerTimeout [2021-06-15T23:42:32.158Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-06-15T23:42:32.158Z] === RUN TestRestartManagerTimeoutReset [2021-06-15T23:42:32.158Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-06-15T23:42:32.158Z] PASS [2021-06-15T23:42:32.158Z] coverage: 50.9% of statements [2021-06-15T23:42:32.158Z] ok github.com/docker/docker/restartmanager 0.036s coverage: 50.9% of statements [2021-06-15T23:42:32.620Z] === RUN TestDecodeContainerConfig [2021-06-15T23:42:32.620Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-06-15T23:42:32.620Z] === RUN TestDecodeContainerConfigIsolation [2021-06-15T23:42:32.620Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-06-15T23:42:32.620Z] === RUN TestValidatePrivileged [2021-06-15T23:42:32.620Z] --- PASS: TestValidatePrivileged (0.00s) [2021-06-15T23:42:32.620Z] PASS [2021-06-15T23:42:32.620Z] coverage: 52.2% of statements [2021-06-15T23:42:32.620Z] ok github.com/docker/docker/runconfig 0.040s coverage: 52.2% of statements [2021-06-15T23:42:33.082Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-06-15T23:42:33.082Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-06-15T23:42:33.082Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-06-15T23:42:33.082Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-06-15T23:42:33.082Z] PASS [2021-06-15T23:42:33.120Z] --- PASS: TestBuildMultiStageParentConfig (2.88s) [2021-06-15T23:42:33.120Z] === RUN TestBuildLabelWithTargets [2021-06-15T23:42:33.120Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-06-15T23:42:33.120Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-15T23:42:33.120Z] === RUN TestBuildWithEmptyLayers [2021-06-15T23:42:33.544Z] coverage: 62.5% of statements [2021-06-15T23:42:33.544Z] ok github.com/docker/docker/testutil 0.046s coverage: 62.5% of statements [2021-06-15T23:42:34.071Z] --- PASS: TestBuildWithEmptyLayers (1.56s) [2021-06-15T23:42:34.071Z] === RUN TestBuildMultiStageOnBuild [2021-06-15T23:42:35.462Z] --- PASS: TestSecretList (2.94s) [2021-06-15T23:42:35.462Z] === RUN TestSecretsCreateAndDelete [2021-06-15T23:42:36.462Z] === RUN TestGetDriver [2021-06-15T23:42:36.462Z] --- PASS: TestGetDriver (0.00s) [2021-06-15T23:42:36.462Z] === RUN TestVolumeRequestError [2021-06-15T23:42:36.462Z] --- PASS: TestVolumeRequestError (0.01s) [2021-06-15T23:42:36.462Z] PASS [2021-06-15T23:42:36.462Z] coverage: 36.1% of statements [2021-06-15T23:42:36.462Z] ok github.com/docker/docker/volume/drivers 0.073s coverage: 36.1% of statements [2021-06-15T23:42:36.462Z] === RUN TestGetAddress [2021-06-15T23:42:36.462Z] --- PASS: TestGetAddress (0.00s) [2021-06-15T23:42:36.462Z] === RUN TestRemove [2021-06-15T23:42:36.462Z] --- SKIP: TestRemove (0.00s) [2021-06-15T23:42:36.462Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-15T23:42:36.462Z] === RUN TestInitializeWithVolumes [2021-06-15T23:42:36.462Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-06-15T23:42:36.462Z] === RUN TestCreate [2021-06-15T23:42:36.462Z] --- PASS: TestCreate (0.01s) [2021-06-15T23:42:36.462Z] === RUN TestValidateName [2021-06-15T23:42:36.462Z] --- PASS: TestValidateName (0.00s) [2021-06-15T23:42:36.462Z] === RUN TestCreateWithOpts [2021-06-15T23:42:36.462Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-06-15T23:42:36.462Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-15T23:42:36.462Z] === RUN TestRelaodNoOpts [2021-06-15T23:42:36.462Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-06-15T23:42:36.462Z] PASS [2021-06-15T23:42:36.462Z] coverage: 41.5% of statements [2021-06-15T23:42:36.462Z] ok github.com/docker/docker/volume/local 0.095s coverage: 41.5% of statements [2021-06-15T23:42:37.434Z] === RUN TestConvertTmpfsOptions [2021-06-15T23:42:37.434Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-06-15T23:42:37.434Z] parser_test.go:49: data="mode=700,size=1m" [2021-06-15T23:42:37.434Z] parser_test.go:49: data="ro" [2021-06-15T23:42:37.434Z] === RUN TestParseMountRaw [2021-06-15T23:42:37.434Z] --- PASS: TestParseMountRaw (0.02s) [2021-06-15T23:42:37.434Z] === RUN TestParseMountRawSplit [2021-06-15T23:42:37.434Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-06-15T23:42:37.434Z] parser_test.go:390: case 0 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 1 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 2 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 3 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 4 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 5 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 6 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 7 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 8 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 0 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 1 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 2 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 3 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 4 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 5 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 6 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 7 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 8 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 9 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 10 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 11 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 12 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 0 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 1 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 2 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 3 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 4 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 5 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 6 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 7 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 8 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 9 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 10 [2021-06-15T23:42:37.434Z] parser_test.go:390: case 11 [2021-06-15T23:42:37.434Z] === RUN TestParseMountSpec [2021-06-15T23:42:37.434Z] --- PASS: TestParseMountSpec (0.00s) [2021-06-15T23:42:37.434Z] parser_test.go:455: case 0 [2021-06-15T23:42:37.434Z] parser_test.go:455: case 1 [2021-06-15T23:42:37.434Z] parser_test.go:455: case 2 [2021-06-15T23:42:37.434Z] parser_test.go:455: case 3 [2021-06-15T23:42:37.434Z] parser_test.go:455: case 4 [2021-06-15T23:42:37.434Z] parser_test.go:455: case 5 [2021-06-15T23:42:37.434Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-06-15T23:42:37.434Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-06-15T23:42:37.434Z] === RUN TestValidateMount [2021-06-15T23:42:37.434Z] --- PASS: TestValidateMount (0.00s) [2021-06-15T23:42:37.434Z] PASS [2021-06-15T23:42:37.434Z] coverage: 66.2% of statements [2021-06-15T23:42:37.434Z] ok github.com/docker/docker/volume/mounts 0.084s coverage: 66.2% of statements [2021-06-15T23:42:38.014Z] --- PASS: TestSecretsCreateAndDelete (2.93s) [2021-06-15T23:42:38.014Z] === RUN TestSecretsUpdate [2021-06-15T23:42:38.407Z] === RUN TestSetGetMeta [2021-06-15T23:42:38.407Z] === PAUSE TestSetGetMeta [2021-06-15T23:42:38.407Z] === RUN TestRestore [2021-06-15T23:42:38.407Z] === PAUSE TestRestore [2021-06-15T23:42:38.407Z] === RUN TestServiceCreate [2021-06-15T23:42:38.407Z] === PAUSE TestServiceCreate [2021-06-15T23:42:38.407Z] === RUN TestServiceList [2021-06-15T23:42:38.407Z] === PAUSE TestServiceList [2021-06-15T23:42:38.407Z] === RUN TestServiceRemove [2021-06-15T23:42:38.407Z] === PAUSE TestServiceRemove [2021-06-15T23:42:38.407Z] === RUN TestServiceGet [2021-06-15T23:42:38.407Z] === PAUSE TestServiceGet [2021-06-15T23:42:38.407Z] === RUN TestServicePrune [2021-06-15T23:42:38.407Z] === PAUSE TestServicePrune [2021-06-15T23:42:38.407Z] === RUN TestCreate [2021-06-15T23:42:38.407Z] === PAUSE TestCreate [2021-06-15T23:42:38.407Z] === RUN TestRemove [2021-06-15T23:42:38.407Z] === PAUSE TestRemove [2021-06-15T23:42:38.407Z] === RUN TestList [2021-06-15T23:42:38.407Z] === PAUSE TestList [2021-06-15T23:42:38.407Z] === RUN TestFindByDriver [2021-06-15T23:42:38.407Z] === PAUSE TestFindByDriver [2021-06-15T23:42:38.407Z] === RUN TestFindByReferenced [2021-06-15T23:42:38.407Z] === PAUSE TestFindByReferenced [2021-06-15T23:42:38.407Z] === RUN TestDerefMultipleOfSameRef [2021-06-15T23:42:38.407Z] === PAUSE TestDerefMultipleOfSameRef [2021-06-15T23:42:38.407Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-15T23:42:38.407Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-15T23:42:38.407Z] === RUN TestDefererencePluginOnCreateError [2021-06-15T23:42:38.407Z] === PAUSE TestDefererencePluginOnCreateError [2021-06-15T23:42:38.407Z] === RUN TestRefDerefRemove [2021-06-15T23:42:38.407Z] === PAUSE TestRefDerefRemove [2021-06-15T23:42:38.407Z] === RUN TestGet [2021-06-15T23:42:38.407Z] === PAUSE TestGet [2021-06-15T23:42:38.407Z] === RUN TestGetWithReference [2021-06-15T23:42:38.407Z] === PAUSE TestGetWithReference [2021-06-15T23:42:38.407Z] === RUN TestFilterFunc [2021-06-15T23:42:38.407Z] === RUN TestFilterFunc/test_nil_list [2021-06-15T23:42:38.407Z] === PAUSE TestFilterFunc/test_nil_list [2021-06-15T23:42:38.407Z] === RUN TestFilterFunc/test_empty_list [2021-06-15T23:42:38.407Z] === PAUSE TestFilterFunc/test_empty_list [2021-06-15T23:42:38.407Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-06-15T23:42:38.407Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-06-15T23:42:38.407Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-15T23:42:38.407Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-15T23:42:38.407Z] === RUN TestFilterFunc/test_filter_some [2021-06-15T23:42:38.407Z] === PAUSE TestFilterFunc/test_filter_some [2021-06-15T23:42:38.407Z] === RUN TestFilterFunc/test_filter_middle [2021-06-15T23:42:38.407Z] === PAUSE TestFilterFunc/test_filter_middle [2021-06-15T23:42:38.407Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-06-15T23:42:38.407Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-06-15T23:42:38.407Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-06-15T23:42:38.407Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-06-15T23:42:38.407Z] === CONT TestFilterFunc/test_nil_list [2021-06-15T23:42:38.407Z] === CONT TestFilterFunc/test_filter_some [2021-06-15T23:42:38.407Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-15T23:42:38.407Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-06-15T23:42:38.407Z] === CONT TestFilterFunc/test_empty_list [2021-06-15T23:42:38.407Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-06-15T23:42:38.407Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-06-15T23:42:38.407Z] === CONT TestFilterFunc/test_filter_middle [2021-06-15T23:42:38.407Z] --- PASS: TestFilterFunc (0.00s) [2021-06-15T23:42:38.407Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-06-15T23:42:38.407Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-06-15T23:42:38.407Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-06-15T23:42:38.407Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-06-15T23:42:38.407Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-06-15T23:42:38.407Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-06-15T23:42:38.407Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-06-15T23:42:38.407Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-06-15T23:42:38.407Z] === CONT TestSetGetMeta [2021-06-15T23:42:38.407Z] === CONT TestFindByDriver [2021-06-15T23:42:38.407Z] === CONT TestServiceGet [2021-06-15T23:42:38.407Z] === CONT TestServiceRemove [2021-06-15T23:42:38.407Z] --- PASS: TestSetGetMeta (0.02s) [2021-06-15T23:42:38.407Z] === CONT TestGetWithReference [2021-06-15T23:42:38.407Z] --- PASS: TestFindByDriver (0.03s) [2021-06-15T23:42:38.407Z] === CONT TestGet [2021-06-15T23:42:38.407Z] --- PASS: TestGetWithReference (0.03s) [2021-06-15T23:42:38.407Z] === CONT TestRefDerefRemove [2021-06-15T23:42:38.407Z] --- PASS: TestGet (0.02s) [2021-06-15T23:42:38.407Z] === CONT TestDefererencePluginOnCreateError [2021-06-15T23:42:38.407Z] --- PASS: TestRefDerefRemove (0.02s) [2021-06-15T23:42:38.407Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-15T23:42:38.871Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-06-15T23:42:38.871Z] === CONT TestDerefMultipleOfSameRef [2021-06-15T23:42:38.871Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-06-15T23:42:38.871Z] === CONT TestFindByReferenced [2021-06-15T23:42:38.871Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-06-15T23:42:38.871Z] === CONT TestServiceCreate [2021-06-15T23:42:38.871Z] --- PASS: TestFindByReferenced (0.02s) [2021-06-15T23:42:38.871Z] === CONT TestServiceList [2021-06-15T23:42:38.871Z] --- PASS: TestGet (15.00s) [2021-06-15T23:42:38.871Z] === RUN TestPluginWithNoManifest [2021-06-15T23:42:38.871Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-06-15T23:42:38.871Z] === RUN TestGetAll [2021-06-15T23:42:38.871Z] --- PASS: TestGetAll (0.00s) [2021-06-15T23:42:38.871Z] PASS [2021-06-15T23:42:38.871Z] coverage: 73.4% of statements [2021-06-15T23:42:38.871Z] --- PASS: TestServiceGet (0.15s) [2021-06-15T23:42:38.871Z] === CONT TestRestore [2021-06-15T23:42:38.871Z] --- PASS: TestServiceRemove (0.16s) [2021-06-15T23:42:38.871Z] === CONT TestRemove [2021-06-15T23:42:38.871Z] ok github.com/docker/docker/pkg/plugins 34.978s coverage: 73.4% of statements [2021-06-15T23:42:38.871Z] --- PASS: TestServiceList (0.06s) [2021-06-15T23:42:38.871Z] === CONT TestList [2021-06-15T23:42:38.871Z] --- PASS: TestServiceCreate (0.07s) [2021-06-15T23:42:38.871Z] === CONT TestCreate [2021-06-15T23:42:38.871Z] --- PASS: TestRestore (0.03s) [2021-06-15T23:42:38.871Z] === CONT TestServicePrune [2021-06-15T23:42:38.871Z] --- PASS: TestRemove (0.03s) [2021-06-15T23:42:38.871Z] --- PASS: TestCreate (0.02s) [2021-06-15T23:42:38.871Z] --- PASS: TestList (0.03s) [2021-06-15T23:42:38.871Z] time="2021-06-15T23:42:38Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-15T23:42:38.871Z] time="2021-06-15T23:42:38Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-15T23:42:38.871Z] time="2021-06-15T23:42:38Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-15T23:42:38.871Z] time="2021-06-15T23:42:38Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-06-15T23:42:38.871Z] time="2021-06-15T23:42:38Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-15T23:42:38.871Z] --- PASS: TestServicePrune (0.05s) [2021-06-15T23:42:38.871Z] PASS [2021-06-15T23:42:38.871Z] coverage: 69.6% of statements [2021-06-15T23:42:38.871Z] ok github.com/docker/docker/volume/service 0.283s coverage: 69.6% of statements [2021-06-15T23:42:40.172Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-06-15T23:42:41.102Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-06-15T23:42:41.318Z] --- PASS: TestSecretsUpdate (2.96s) [2021-06-15T23:42:41.318Z] === RUN TestTemplatedSecret [2021-06-15T23:42:41.664Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-06-15T23:42:42.227Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-06-15T23:42:42.360Z] ok github.com/docker/docker/cmd/dockerd 0.071s coverage: 29.1% of statements [2021-06-15T23:42:42.360Z] ok github.com/docker/docker/container 0.120s coverage: 34.6% of statements [2021-06-15T23:42:42.360Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-15T23:42:42.360Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-15T23:42:42.360Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-15T23:42:42.360Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-15T23:42:44.121Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-06-15T23:42:44.121Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-06-15T23:42:44.376Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-06-15T23:42:44.626Z] --- PASS: TestTemplatedSecret (3.62s) [2021-06-15T23:42:44.626Z] === RUN TestSecretCreateResolve [2021-06-15T23:42:47.932Z] --- PASS: TestSecretCreateResolve (2.91s) [2021-06-15T23:42:47.932Z] PASS [2021-06-15T23:42:47.932Z] [2021-06-15T23:42:47.932Z] DONE 6 tests in 18.412s [2021-06-15T23:42:47.932Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-06-15T23:42:47.932Z] ++ 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-06-15T23:42:47.932Z] ++ set -e [2021-06-15T23:42:47.932Z] ++ '[' -n 0 ']' [2021-06-15T23:42:47.932Z] ++ set -x [2021-06-15T23:42:47.932Z] ++ 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-06-15T23:42:47.932Z] INFO: Testing against a local daemon [2021-06-15T23:42:47.932Z] === RUN TestServiceCreateInit [2021-06-15T23:42:47.932Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-15T23:42:48.931Z] ok github.com/docker/docker/daemon/cluster 0.067s coverage: 0.5% of statements [2021-06-15T23:42:49.866Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2021-06-15T23:42:51.769Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2021-06-15T23:42:53.225Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-15T23:42:55.040Z] --- PASS: TestBuildMultiStageOnBuild (18.39s) [2021-06-15T23:42:55.040Z] === RUN TestBuildUncleanTarFilenames [2021-06-15T23:42:55.040Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-06-15T23:42:55.040Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-15T23:42:55.040Z] === RUN TestBuildMultiStageLayerLeak [2021-06-15T23:42:56.544Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-06-15T23:42:56.593Z] 2021/06/15 23:42:56 Closing DB instances... [2021-06-15T23:42:57.566Z] time="2021-06-15T23:42:57Z" level=error msg="node: bbf49c0d2e9d is unknown to memberlist" [2021-06-15T23:42:58.027Z] --- PASS: TestNetworkDBGarbageCollection (53.62s) [2021-06-15T23:42:58.027Z] === RUN TestFindNode [2021-06-15T23:42:58.027Z] 2021/06/15 23:42:57 Closing DB instances... [2021-06-15T23:42:58.027Z] --- PASS: TestFindNode (0.01s) [2021-06-15T23:42:58.027Z] === RUN TestChangeNodeState [2021-06-15T23:42:58.027Z] 2021/06/15 23:42:57 Closing DB instances... [2021-06-15T23:42:58.027Z] --- PASS: TestChangeNodeState (0.01s) [2021-06-15T23:42:58.027Z] === RUN TestNodeReincarnation [2021-06-15T23:42:58.027Z] 2021/06/15 23:42:57 Closing DB instances... [2021-06-15T23:42:58.521Z] --- PASS: TestServiceCreateInit (9.94s) [2021-06-15T23:42:58.521Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.25s) [2021-06-15T23:42:58.521Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.66s) [2021-06-15T23:42:58.521Z] === RUN TestCreateServiceMultipleTimes [2021-06-15T23:42:59.059Z] === RUN TestDockerSuite/TestBuildExpose [2021-06-15T23:42:59.621Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-06-15T23:43:00.548Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-06-15T23:43:01.109Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-06-15T23:43:01.365Z] === RUN TestDockerSuite/TestBuildFails [2021-06-15T23:43:01.744Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 14.1% of statements [2021-06-15T23:43:01.744Z] ok github.com/docker/docker/daemon 12.148s coverage: 17.4% of statements [2021-06-15T23:43:01.744Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-15T23:43:01.744Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-15T23:43:01.744Z] ok github.com/docker/docker/daemon/config 0.047s coverage: 81.8% of statements [2021-06-15T23:43:02.679Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2021-06-15T23:43:02.730Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-06-15T23:43:02.730Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-06-15T23:43:02.937Z] ok github.com/docker/docker/daemon/events 0.067s coverage: 50.0% of statements [2021-06-15T23:43:02.937Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-15T23:43:02.937Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-15T23:43:03.842Z] time="2021-06-15T23:43:02Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-06-15T23:43:03.842Z] --- PASS: TestNodeReincarnation (5.01s) [2021-06-15T23:43:03.842Z] === RUN TestParallelCreate [2021-06-15T23:43:03.842Z] 2021/06/15 23:43:02 Closing DB instances... [2021-06-15T23:43:03.842Z] --- PASS: TestParallelCreate (0.01s) [2021-06-15T23:43:03.843Z] === RUN TestParallelDelete [2021-06-15T23:43:03.843Z] 2021/06/15 23:43:02 Closing DB instances... [2021-06-15T23:43:03.843Z] --- PASS: TestParallelDelete (0.01s) [2021-06-15T23:43:03.843Z] === RUN TestNetworkDBIslands [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:02Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:1034c4a8e8fc with config:&{NodeID:1034c4a8e8fc Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:02Z" level=info msg="Node 1034c4a8e8fc/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:02Z" level=info msg="Node 1034c4a8e8fc/172.18.235.160, added to nodes list" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:02Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:94d68cb0b798 with config:&{NodeID:94d68cb0b798 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:02Z" level=info msg="Node 94d68cb0b798/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:02Z" level=info msg="Node 94d68cb0b798/172.18.235.160, added to nodes list" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:02Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:02Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:02Z" level=debug msg="memberlist: Stream connection from=[::1]:49353" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:02Z" level=info msg="Node 94d68cb0b798/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:02Z" level=info msg="Node 94d68cb0b798/172.18.235.160, added to nodes list" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:02Z" level=info msg="Node 1034c4a8e8fc/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:02Z" level=info msg="Node 1034c4a8e8fc/172.18.235.160, added to nodes list" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:02Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:03Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:8a79edd44bf1 with config:&{NodeID:8a79edd44bf1 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:03Z" level=info msg="Node 8a79edd44bf1/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:03Z" level=info msg="Node 8a79edd44bf1/172.18.235.160, added to nodes list" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:03Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:03Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:03Z" level=debug msg="memberlist: Stream connection from=[::1]:49355" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:03Z" level=info msg="Node 8a79edd44bf1/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:03Z" level=info msg="Node 8a79edd44bf1/172.18.235.160, added to nodes list" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:03Z" level=info msg="Node 1034c4a8e8fc/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:03Z" level=info msg="Node 1034c4a8e8fc/172.18.235.160, added to nodes list" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:03Z" level=info msg="Node 94d68cb0b798/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:03Z" level=info msg="Node 94d68cb0b798/172.18.235.160, added to nodes list" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-06-15T23:43:03.843Z] time="2021-06-15T23:43:03Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49356" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:03Z" level=info msg="Node 8a79edd44bf1/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:03Z" level=info msg="Node 8a79edd44bf1/172.18.235.160, added to nodes list" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:04Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:19a9dcd7a13a with config:&{NodeID:19a9dcd7a13a Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:04Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:04Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, added to nodes list" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:04Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:04Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:04Z" level=debug msg="memberlist: Stream connection from=[::1]:49357" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:04Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:04Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, added to nodes list" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:04Z" level=info msg="Node 94d68cb0b798/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:04Z" level=info msg="Node 94d68cb0b798/172.18.235.160, added to nodes list" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:04Z" level=info msg="Node 8a79edd44bf1/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:04Z" level=info msg="Node 8a79edd44bf1/172.18.235.160, added to nodes list" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:04Z" level=info msg="Node 1034c4a8e8fc/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:04Z" level=info msg="Node 1034c4a8e8fc/172.18.235.160, added to nodes list" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-06-15T23:43:04.304Z] time="2021-06-15T23:43:04Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49358" [2021-06-15T23:43:04.313Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, added to nodes list" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, added to nodes list" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:fbf397f83730 with config:&{NodeID:fbf397f83730 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node fbf397f83730/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node fbf397f83730/172.18.235.160, added to nodes list" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=debug msg="memberlist: Stream connection from=[::1]:49359" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node fbf397f83730/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node fbf397f83730/172.18.235.160, added to nodes list" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node 1034c4a8e8fc/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node 1034c4a8e8fc/172.18.235.160, added to nodes list" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, added to nodes list" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node 94d68cb0b798/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node 94d68cb0b798/172.18.235.160, added to nodes list" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node 8a79edd44bf1/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node 8a79edd44bf1/172.18.235.160, added to nodes list" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49360" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node fbf397f83730/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node fbf397f83730/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node fbf397f83730/172.18.235.160, added to nodes list" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node fbf397f83730/172.18.235.160, added to nodes list" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node fbf397f83730/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:04.769Z] time="2021-06-15T23:43:04Z" level=info msg="Node fbf397f83730/172.18.235.160, added to nodes list" [2021-06-15T23:43:05.231Z] time="2021-06-15T23:43:04Z" level=info msg="The new bootstrap node list is:[172.18.235.160:10033 172.18.235.160:10034 172.18.235.160:10035]" [2021-06-15T23:43:05.231Z] time="2021-06-15T23:43:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.235.160:10033" [2021-06-15T23:43:05.231Z] time="2021-06-15T23:43:04Z" level=debug msg="memberlist: Stream connection from=172.18.235.160:49361" [2021-06-15T23:43:05.231Z] time="2021-06-15T23:43:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.235.160:10034" [2021-06-15T23:43:05.231Z] time="2021-06-15T23:43:04Z" level=debug msg="memberlist: Stream connection from=172.18.235.160:49362" [2021-06-15T23:43:05.231Z] time="2021-06-15T23:43:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.235.160:10035" [2021-06-15T23:43:05.231Z] time="2021-06-15T23:43:04Z" level=debug msg="memberlist: Stream connection from=172.18.235.160:49363" [2021-06-15T23:43:05.231Z] time="2021-06-15T23:43:05Z" level=info msg="The new bootstrap node list is:[172.18.235.160:10033 172.18.235.160:10034 172.18.235.160:10035]" [2021-06-15T23:43:05.231Z] time="2021-06-15T23:43:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.235.160:10033" [2021-06-15T23:43:05.231Z] time="2021-06-15T23:43:05Z" level=debug msg="memberlist: Stream connection from=172.18.235.160:49364" [2021-06-15T23:43:05.231Z] time="2021-06-15T23:43:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.235.160:10034" [2021-06-15T23:43:05.231Z] time="2021-06-15T23:43:05Z" level=debug msg="memberlist: Stream connection from=172.18.235.160:49365" [2021-06-15T23:43:05.231Z] time="2021-06-15T23:43:05Z" level=debug msg="memberlist: Stream connection from=172.18.235.160:49366" [2021-06-15T23:43:05.231Z] time="2021-06-15T23:43:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.235.160:10035" [2021-06-15T23:43:05.271Z] --- PASS: TestBuildMultiStageLayerLeak (12.04s) [2021-06-15T23:43:05.271Z] === RUN TestBuildWithHugeFile [2021-06-15T23:43:05.692Z] time="2021-06-15T23:43:05Z" level=info msg="node 0 leaving" [2021-06-15T23:43:05.692Z] time="2021-06-15T23:43:05Z" level=info msg="Node 1034c4a8e8fc change state NodeActive --> NodeLeft" [2021-06-15T23:43:05.692Z] time="2021-06-15T23:43:05Z" level=info msg="node3(8a79edd44bf1): Node leave event for 1034c4a8e8fc/172.18.235.160" [2021-06-15T23:43:05.692Z] time="2021-06-15T23:43:05Z" level=info msg="Node 1034c4a8e8fc change state NodeActive --> NodeLeft" [2021-06-15T23:43:05.692Z] time="2021-06-15T23:43:05Z" level=info msg="node5(fbf397f83730): Node leave event for 1034c4a8e8fc/172.18.235.160" [2021-06-15T23:43:05.692Z] time="2021-06-15T23:43:05Z" level=info msg="Node 1034c4a8e8fc change state NodeActive --> NodeLeft" [2021-06-15T23:43:05.692Z] time="2021-06-15T23:43:05Z" level=info msg="node4(19a9dcd7a13a): Node leave event for 1034c4a8e8fc/172.18.235.160" [2021-06-15T23:43:05.692Z] time="2021-06-15T23:43:05Z" level=info msg="Node 1034c4a8e8fc change state NodeActive --> NodeLeft" [2021-06-15T23:43:05.692Z] time="2021-06-15T23:43:05Z" level=info msg="node1(1034c4a8e8fc): Node leave event for 1034c4a8e8fc/172.18.235.160" [2021-06-15T23:43:05.692Z] time="2021-06-15T23:43:05Z" level=info msg="Node 1034c4a8e8fc change state NodeActive --> NodeLeft" [2021-06-15T23:43:05.692Z] time="2021-06-15T23:43:05Z" level=info msg="node2(94d68cb0b798): Node leave event for 1034c4a8e8fc/172.18.235.160" [2021-06-15T23:43:06.001Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-06-15T23:43:06.001Z] --- PASS: TestImportExtremelyLargeImageWorks (189.06s) [2021-06-15T23:43:06.001Z] PASS [2021-06-15T23:43:06.001Z] [2021-06-15T23:43:06.001Z] DONE 12 tests in 193.839s [2021-06-15T23:43:06.001Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-15T23:43:06.001Z] ++ 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-06-15T23:43:06.001Z] ++ set -e [2021-06-15T23:43:06.001Z] ++ '[' -n 0 ']' [2021-06-15T23:43:06.001Z] ++ set -x [2021-06-15T23:43:06.001Z] ++ 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-06-15T23:43:06.001Z] INFO: Testing against a local daemon [2021-06-15T23:43:06.001Z] === RUN TestNetworkCreateDelete [2021-06-15T23:43:06.001Z] --- PASS: TestNetworkCreateDelete (0.18s) [2021-06-15T23:43:06.001Z] === RUN TestDockerNetworkDeletePreferID [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:05Z" level=info msg="Node 1034c4a8e8fc/172.18.235.160, left gossip cluster" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:05Z" level=info msg="Node 1034c4a8e8fc/172.18.235.160, left gossip cluster" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:05Z" level=info msg="Node 1034c4a8e8fc/172.18.235.160, left gossip cluster" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:05Z" level=info msg="Node 1034c4a8e8fc/172.18.235.160, left gossip cluster" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:05Z" level=info msg="Node 1034c4a8e8fc/172.18.235.160, left gossip cluster" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:05Z" level=info msg="node 1 leaving" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:05Z" level=info msg="Node 94d68cb0b798 change state NodeActive --> NodeLeft" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:05Z" level=info msg="node3(8a79edd44bf1): Node leave event for 94d68cb0b798/172.18.235.160" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:05Z" level=info msg="Node 94d68cb0b798 change state NodeActive --> NodeLeft" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:05Z" level=info msg="node5(fbf397f83730): Node leave event for 94d68cb0b798/172.18.235.160" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:05Z" level=info msg="Node 94d68cb0b798/172.18.235.160, left gossip cluster" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:05Z" level=info msg="Node 94d68cb0b798 change state NodeActive --> NodeFailed" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:05Z" level=info msg="Node 94d68cb0b798/172.18.235.160, added to failed nodes list" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:05Z" level=error msg="node: 94d68cb0b798 is unknown to memberlist" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:05Z" level=info msg="Node 94d68cb0b798 change state NodeActive --> NodeLeft" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:05Z" level=info msg="node4(19a9dcd7a13a): Node leave event for 94d68cb0b798/172.18.235.160" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:06Z" level=info msg="Node 94d68cb0b798/172.18.235.160, left gossip cluster" [2021-06-15T23:43:06.153Z] time="2021-06-15T23:43:06Z" level=info msg="Node 94d68cb0b798/172.18.235.160, left gossip cluster" [2021-06-15T23:43:06.216Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.403s coverage: 73.3% of statements [2021-06-15T23:43:06.257Z] --- PASS: TestDockerNetworkDeletePreferID (0.46s) [2021-06-15T23:43:06.257Z] === RUN TestDaemonDNSFallback [2021-06-15T23:43:06.616Z] time="2021-06-15T23:43:06Z" level=info msg="Node 94d68cb0b798/172.18.235.160, left gossip cluster" [2021-06-15T23:43:06.616Z] time="2021-06-15T23:43:06Z" level=info msg="node 2 leaving" [2021-06-15T23:43:06.616Z] time="2021-06-15T23:43:06Z" level=info msg="Node 8a79edd44bf1 change state NodeActive --> NodeLeft" [2021-06-15T23:43:06.616Z] time="2021-06-15T23:43:06Z" level=info msg="node4(19a9dcd7a13a): Node leave event for 8a79edd44bf1/172.18.235.160" [2021-06-15T23:43:06.616Z] time="2021-06-15T23:43:06Z" level=info msg="Node 8a79edd44bf1 change state NodeActive --> NodeLeft" [2021-06-15T23:43:06.616Z] time="2021-06-15T23:43:06Z" level=info msg="node5(fbf397f83730): Node leave event for 8a79edd44bf1/172.18.235.160" [2021-06-15T23:43:06.616Z] time="2021-06-15T23:43:06Z" level=info msg="Node 8a79edd44bf1 change state NodeActive --> NodeLeft" [2021-06-15T23:43:06.616Z] time="2021-06-15T23:43:06Z" level=info msg="node3(8a79edd44bf1): Node leave event for 8a79edd44bf1/172.18.235.160" [2021-06-15T23:43:06.616Z] time="2021-06-15T23:43:06Z" level=debug msg="memberlist: Failed ping: 8a79edd44bf1 (timeout reached)" [2021-06-15T23:43:06.616Z] time="2021-06-15T23:43:06Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.18.235.160:10037: use of closed network connection" [2021-06-15T23:43:06.616Z] time="2021-06-15T23:43:06Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.18.235.160:10034: use of closed network connection" [2021-06-15T23:43:06.616Z] time="2021-06-15T23:43:06Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.18.235.160:10036: use of closed network connection" [2021-06-15T23:43:06.616Z] time="2021-06-15T23:43:06Z" level=debug msg="memberlist: Stream connection from=172.18.235.160:49367" [2021-06-15T23:43:06.616Z] time="2021-06-15T23:43:06Z" level=info msg="Node 8a79edd44bf1/172.18.235.160, left gossip cluster" [2021-06-15T23:43:06.616Z] time="2021-06-15T23:43:06Z" level=info msg="Node 8a79edd44bf1/172.18.235.160, left gossip cluster" [2021-06-15T23:43:06.616Z] time="2021-06-15T23:43:06Z" level=info msg="Node 8a79edd44bf1/172.18.235.160, left gossip cluster" [2021-06-15T23:43:06.784Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.1% of statements [2021-06-15T23:43:07.078Z] time="2021-06-15T23:43:06Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10035->172.18.235.160:10036: use of closed network connection" [2021-06-15T23:43:07.078Z] time="2021-06-15T23:43:06Z" level=info msg="node 0 coming back" [2021-06-15T23:43:07.078Z] time="2021-06-15T23:43:06Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:af6c48c0e5bd with config:&{NodeID:af6c48c0e5bd Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-15T23:43:07.078Z] time="2021-06-15T23:43:06Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:07.078Z] time="2021-06-15T23:43:06Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, added to nodes list" [2021-06-15T23:43:07.078Z] time="2021-06-15T23:43:06Z" level=info msg="node 1 coming back" [2021-06-15T23:43:07.078Z] time="2021-06-15T23:43:06Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:67f6c8691f5a with config:&{NodeID:67f6c8691f5a Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-15T23:43:07.078Z] time="2021-06-15T23:43:06Z" level=info msg="Node 67f6c8691f5a/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:07.078Z] time="2021-06-15T23:43:06Z" level=info msg="Node 67f6c8691f5a/172.18.235.160, added to nodes list" [2021-06-15T23:43:07.078Z] time="2021-06-15T23:43:06Z" level=info msg="node 2 coming back" [2021-06-15T23:43:07.078Z] time="2021-06-15T23:43:06Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:1f656d7d80f6 with config:&{NodeID:1f656d7d80f6 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-15T23:43:07.078Z] time="2021-06-15T23:43:06Z" level=info msg="Node 1f656d7d80f6/172.18.235.160, joined gossip cluster" [2021-06-15T23:43:07.078Z] time="2021-06-15T23:43:06Z" level=info msg="Node 1f656d7d80f6/172.18.235.160, added to nodes list" [2021-06-15T23:43:07.078Z] time="2021-06-15T23:43:06Z" level=warning msg="memberlist: Was able to connect to 8a79edd44bf1 but other probes failed, network may be misconfigured" [2021-06-15T23:43:07.718Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.531s coverage: 56.2% of statements [2021-06-15T23:43:08.147Z] === RUN TestDockerSuite/TestBuildForceRm [2021-06-15T23:43:10.041Z] === RUN TestDockerSuite/TestBuildFromGit [2021-06-15T23:43:10.260Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.013s coverage: 1.9% of statements [2021-06-15T23:43:10.968Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-06-15T23:43:11.223Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-06-15T23:43:12.150Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-06-15T23:43:12.171Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.349s coverage: 49.4% of statements [2021-06-15T23:43:12.171Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.756s coverage: 46.2% of statements [2021-06-15T23:43:12.171Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-15T23:43:13.515Z] --- PASS: TestDaemonDNSFallback (7.10s) [2021-06-15T23:43:13.515Z] === RUN TestInspectNetwork [2021-06-15T23:43:14.069Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 57.5% of statements [2021-06-15T23:43:14.104Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-06-15T23:43:14.636Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.723s coverage: 57.7% of statements [2021-06-15T23:43:14.636Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-06-15T23:43:14.636Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-15T23:43:15.032Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-06-15T23:43:15.593Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-06-15T23:43:16.011Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2021-06-15T23:43:16.653Z] --- PASS: TestCreateServiceMultipleTimes (17.41s) [2021-06-15T23:43:16.653Z] === RUN TestCreateServiceConflict [2021-06-15T23:43:16.946Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2021-06-15T23:43:18.042Z] --- PASS: TestCreateServiceConflict (2.91s) [2021-06-15T23:43:18.042Z] === RUN TestCreateServiceMaxReplicas [2021-06-15T23:43:18.111Z] === RUN TestInspectNetwork/full_network_id [2021-06-15T23:43:18.112Z] === RUN TestInspectNetwork/partial_network_id [2021-06-15T23:43:18.112Z] === RUN TestInspectNetwork/network_name [2021-06-15T23:43:18.112Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-06-15T23:43:18.322Z] ok github.com/docker/docker/daemon/images 0.016s coverage: 6.7% of statements [2021-06-15T23:43:18.322Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-15T23:43:18.322Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-15T23:43:18.367Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-06-15T23:43:18.581Z] ok github.com/docker/docker/daemon/logger 0.237s coverage: 43.5% of statements [2021-06-15T23:43:20.255Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-06-15T23:43:20.483Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2021-06-15T23:43:20.483Z] ok github.com/docker/docker/daemon/logger/awslogs 0.158s coverage: 77.8% of statements [2021-06-15T23:43:20.483Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-15T23:43:20.483Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-15T23:43:21.351Z] --- PASS: TestCreateServiceMaxReplicas (3.05s) [2021-06-15T23:43:21.351Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-15T23:43:21.419Z] ok github.com/docker/docker/daemon/logger/journald 0.011s coverage: 23.9% of statements [2021-06-15T23:43:21.619Z] === RUN TestDockerSuite/TestBuildHistory [2021-06-15T23:43:21.678Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.006s coverage: 69.9% of statements [2021-06-15T23:43:21.937Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.013s coverage: 87.2% of statements [2021-06-15T23:43:22.545Z] --- PASS: TestInspectNetwork (8.99s) [2021-06-15T23:43:22.545Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-06-15T23:43:22.545Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-06-15T23:43:22.545Z] --- PASS: TestInspectNetwork/network_name (0.02s) [2021-06-15T23:43:22.545Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-06-15T23:43:22.545Z] === RUN TestRunContainerWithBridgeNone [2021-06-15T23:43:23.310Z] ok github.com/docker/docker/daemon/logger/local 0.015s coverage: 75.2% of statements [2021-06-15T23:43:23.310Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-15T23:43:23.568Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.050s coverage: 58.6% of statements [2021-06-15T23:43:24.501Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.011s coverage: 31.5% of statements [2021-06-15T23:43:25.810Z] === RUN TestDockerSuite/TestBuildIidFile [2021-06-15T23:43:25.810Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-06-15T23:43:26.406Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-06-15T23:43:26.406Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-06-15T23:43:26.738Z] --- PASS: TestRunContainerWithBridgeNone (4.19s) [2021-06-15T23:43:26.738Z] === RUN TestNetworkInvalidJSON [2021-06-15T23:43:26.738Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-15T23:43:26.738Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-15T23:43:26.738Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-15T23:43:26.738Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-15T23:43:26.738Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-15T23:43:26.738Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-15T23:43:26.738Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-15T23:43:26.738Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-15T23:43:26.738Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-15T23:43:26.738Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-06-15T23:43:26.738Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-15T23:43:26.738Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-15T23:43:26.738Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-15T23:43:26.738Z] === RUN TestNetworkList [2021-06-15T23:43:26.738Z] === RUN TestNetworkList//networks [2021-06-15T23:43:26.738Z] === PAUSE TestNetworkList//networks [2021-06-15T23:43:26.738Z] === RUN TestNetworkList//networks/ [2021-06-15T23:43:26.738Z] === PAUSE TestNetworkList//networks/ [2021-06-15T23:43:26.738Z] === CONT TestNetworkList//networks [2021-06-15T23:43:26.738Z] === CONT TestNetworkList//networks/ [2021-06-15T23:43:26.738Z] --- PASS: TestNetworkList (0.02s) [2021-06-15T23:43:26.738Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-15T23:43:26.738Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-15T23:43:26.738Z] === RUN TestHostIPv4BridgeLabel [2021-06-15T23:43:26.738Z] === RUN TestDockerSuite/TestBuildInheritance [2021-06-15T23:43:26.985Z] ok github.com/docker/docker/daemon/logger/splunk 1.618s coverage: 82.5% of statements [2021-06-15T23:43:26.985Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-15T23:43:27.252Z] ok github.com/docker/docker/daemon/network 0.024s coverage: 63.8% of statements [2021-06-15T23:43:27.252Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-15T23:43:27.301Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2021-06-15T23:43:27.301Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-15T23:43:27.301Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-06-15T23:43:27.862Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-06-15T23:43:27.862Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-06-15T23:43:28.424Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2021-06-15T23:43:28.424Z] === RUN TestDaemonDefaultNetworkPools [2021-06-15T23:43:28.680Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-06-15T23:43:29.243Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s) [2021-06-15T23:43:29.243Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-15T23:43:29.243Z] === RUN TestDockerSuite/TestBuildLabel [2021-06-15T23:43:29.805Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-06-15T23:43:29.805Z] ok github.com/docker/docker/distribution/metadata 0.039s coverage: 48.2% of statements [2021-06-15T23:43:30.061Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-06-15T23:43:30.317Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2021-06-15T23:43:30.317Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-15T23:43:30.371Z] ok github.com/docker/docker/distribution 0.180s coverage: 25.4% of statements [2021-06-15T23:43:30.371Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-15T23:43:30.880Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-06-15T23:43:31.305Z] ok github.com/docker/docker/errdefs 0.005s coverage: 53.1% of statements [2021-06-15T23:43:31.443Z] === RUN TestDockerSuite/TestBuildLabels [2021-06-15T23:43:32.006Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.62s) [2021-06-15T23:43:32.006Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-15T23:43:32.006Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-06-15T23:43:32.241Z] ok github.com/docker/docker/image 0.017s coverage: 86.6% of statements [2021-06-15T23:43:32.567Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2021-06-15T23:43:32.567Z] === RUN TestServiceWithPredefinedNetwork [2021-06-15T23:43:32.807Z] ok github.com/docker/docker/distribution/xfer 1.872s coverage: 85.1% of statements [2021-06-15T23:43:32.807Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-15T23:43:33.065Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2021-06-15T23:43:33.144Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-06-15T23:43:34.439Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2021-06-15T23:43:34.439Z] ok github.com/docker/docker/image/tarexport 0.014s coverage: 0.7% of statements [2021-06-15T23:43:34.439Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-15T23:43:35.005Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2021-06-15T23:43:36.265Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.98s) [2021-06-15T23:43:36.265Z] === RUN TestCreateServiceSecretFileMode [2021-06-15T23:43:36.414Z] --- PASS: TestServiceWithPredefinedNetwork (3.35s) [2021-06-15T23:43:36.414Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-15T23:43:36.414Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-15T23:43:36.414Z] service_test.go:242: FLAKY_TEST [2021-06-15T23:43:36.414Z] === RUN TestServiceWithDataPathPortInit [2021-06-15T23:43:36.414Z] === RUN TestDockerSuite/TestBuildLastModified [2021-06-15T23:43:37.076Z] time="2021-06-15T23:43:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.235.160:10036" [2021-06-15T23:43:37.076Z] time="2021-06-15T23:43:35Z" level=debug msg="memberlist: Stream connection from=172.18.235.160:49368" [2021-06-15T23:43:38.187Z] --- PASS: TestCreateServiceSecretFileMode (3.20s) [2021-06-15T23:43:38.187Z] === RUN TestCreateServiceConfigFileMode [2021-06-15T23:43:41.495Z] --- PASS: TestCreateServiceConfigFileMode (3.22s) [2021-06-15T23:43:41.495Z] === RUN TestCreateServiceSysctls [2021-06-15T23:43:41.655Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-06-15T23:43:44.921Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-06-15T23:43:44.921Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-06-15T23:43:44.921Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-06-15T23:43:44.974Z] ok github.com/docker/docker/layer 7.370s coverage: 68.8% of statements [2021-06-15T23:43:44.974Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-15T23:43:44.974Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-15T23:43:44.974Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-15T23:43:44.974Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-15T23:43:45.178Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-06-15T23:43:45.178Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-06-15T23:43:45.716Z] --- PASS: TestCreateServiceSysctls (4.25s) [2021-06-15T23:43:45.716Z] === RUN TestCreateServiceCapabilities [2021-06-15T23:43:45.741Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-06-15T23:43:47.503Z] ok github.com/docker/docker/libnetwork/api 1.334s coverage: 90.1% of statements [2021-06-15T23:43:47.630Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-06-15T23:43:48.068Z] ok github.com/docker/docker/libnetwork/bitseq 0.128s coverage: 84.4% of statements [2021-06-15T23:43:48.998Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-06-15T23:43:49.003Z] ok github.com/docker/docker/libnetwork/client 0.019s coverage: 75.2% of statements [2021-06-15T23:43:49.026Z] --- PASS: TestCreateServiceCapabilities (3.25s) [2021-06-15T23:43:49.026Z] === RUN TestInspect [2021-06-15T23:43:49.487Z] time="2021-06-15T23:43:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.235.160:10037" [2021-06-15T23:43:49.487Z] time="2021-06-15T23:43:48Z" level=debug msg="memberlist: Stream connection from=172.18.235.160:49369" [2021-06-15T23:43:49.568Z] ok github.com/docker/docker/libnetwork/client/mflag 0.003s coverage: 62.7% of statements [2021-06-15T23:43:51.467Z] ok github.com/docker/docker/libnetwork/cmd/proxy 0.094s coverage: 67.6% of statements [2021-06-15T23:43:52.035Z] ok github.com/docker/docker/libnetwork/config 0.051s coverage: 24.0% of statements [2021-06-15T23:43:52.266Z] --- PASS: TestServiceWithDataPathPortInit (16.04s) [2021-06-15T23:43:52.266Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-15T23:43:52.521Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-06-15T23:43:52.603Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2021-06-15T23:43:53.083Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-06-15T23:43:53.170Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2021-06-15T23:43:53.242Z] --- PASS: TestInspect (3.63s) [2021-06-15T23:43:53.242Z] === RUN TestCreateJob [2021-06-15T23:43:53.646Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-06-15T23:43:53.902Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-06-15T23:43:56.452Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.395s coverage: 59.8% of statements [2021-06-15T23:43:56.711Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2021-06-15T23:43:57.452Z] --- PASS: TestCreateJob (4.22s) [2021-06-15T23:43:57.452Z] === RUN TestReplicatedJob [2021-06-15T23:43:57.654Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.017s coverage: 4.0% of statements [2021-06-15T23:43:58.588Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.019s coverage: 4.5% of statements [2021-06-15T23:43:58.846Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2021-06-15T23:44:00.436Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.60s) [2021-06-15T23:44:00.436Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:91kqzkrojtfxr54zw12fm6ekx Created:2021-06-15 23:43:53.015563654 +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[3b549a74fe938665b9fab3296c7fee03b4725a0ea9a05fe66edb5024e50efd21:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yxtvm3e71br1jv0yruqcrzt6a EndpointID:1b8e7bcb7f47ea2a38e5f1c22a8ea465c26ede39635f28658a288f07ed8adbe7 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:95e46459f5ac04dcb921323a21107c9f1efb02d7c9f2f7d8414f8b0ee63d1986 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:4c8e68930b9e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yxtvm3e71br1jv0yruqcrzt6a EndpointID:1b8e7bcb7f47ea2a38e5f1c22a8ea465c26ede39635f28658a288f07ed8adbe7 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-06-15T23:44:00.436Z] PASS [2021-06-15T23:44:00.436Z] [2021-06-15T23:44:00.436Z] === Skipped [2021-06-15T23:44:00.436Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-15T23:44:00.436Z] service_test.go:242: FLAKY_TEST [2021-06-15T23:44:00.436Z] [2021-06-15T23:44:00.436Z] [2021-06-15T23:44:00.436Z] DONE 26 tests, 1 skipped in 54.985s [2021-06-15T23:44:00.436Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-15T23:44:00.436Z] ++ 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-06-15T23:44:00.436Z] ++ set -e [2021-06-15T23:44:00.436Z] ++ '[' -n 0 ']' [2021-06-15T23:44:00.436Z] ++ set -x [2021-06-15T23:44:00.437Z] ++ 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-06-15T23:44:00.694Z] INFO: Testing against a local daemon [2021-06-15T23:44:00.694Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-15T23:44:00.694Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-06-15T23:44:00.694Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-15T23:44:00.694Z] === RUN TestDockerNetworkIpvlan [2021-06-15T23:44:00.694Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-15T23:44:00.694Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-15T23:44:00.694Z] PASS [2021-06-15T23:44:00.694Z] [2021-06-15T23:44:00.694Z] === Skipped [2021-06-15T23:44:00.694Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-06-15T23:44:00.694Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-15T23:44:00.694Z] [2021-06-15T23:44:00.694Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-15T23:44:00.694Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-15T23:44:00.694Z] [2021-06-15T23:44:00.694Z] [2021-06-15T23:44:00.694Z] DONE 2 tests, 2 skipped in 0.122s [2021-06-15T23:44:00.694Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-15T23:44:00.694Z] ++ 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-06-15T23:44:00.694Z] ++ set -e [2021-06-15T23:44:00.694Z] ++ '[' -n 0 ']' [2021-06-15T23:44:00.694Z] ++ set -x [2021-06-15T23:44:00.694Z] ++ 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-06-15T23:44:00.694Z] INFO: Testing against a local daemon [2021-06-15T23:44:00.694Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-15T23:44:02.588Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.45s) [2021-06-15T23:44:02.588Z] === RUN TestDockerNetworkMacvlan [2021-06-15T23:44:03.149Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-06-15T23:44:04.045Z] --- PASS: TestReplicatedJob (7.19s) [2021-06-15T23:44:04.045Z] === RUN TestUpdateReplicatedJob [2021-06-15T23:44:04.078Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-06-15T23:44:04.336Z] time="2021-06-15T23:44:04Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.18.235.160:10033 172.18.235.160:10034 172.18.235.160:10035]" [2021-06-15T23:44:04.800Z] time="2021-06-15T23:44:04Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.18.235.160:10033 172.18.235.160:10034 172.18.235.160:10035]" [2021-06-15T23:44:05.006Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.235.160:10036" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=debug msg="memberlist: Stream connection from=172.18.235.160:49370" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.235.160:10033" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=debug msg="memberlist: Stream connection from=172.18.235.160:49371" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node fbf397f83730/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node fbf397f83730/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, is the new incarnation of the shutdown node 1034c4a8e8fc/172.18.235.160" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.235.160:10034" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=debug msg="memberlist: Stream connection from=172.18.235.160:49372" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node fbf397f83730/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 67f6c8691f5a/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 67f6c8691f5a/172.18.235.160, is the new incarnation of the shutdown node 94d68cb0b798/172.18.235.160" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 67f6c8691f5a/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node fbf397f83730/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.235.160:10035" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=debug msg="memberlist: Stream connection from=172.18.235.160:49373" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 67f6c8691f5a/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 67f6c8691f5a/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node fbf397f83730/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node fbf397f83730/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 1f656d7d80f6/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 1f656d7d80f6/172.18.235.160, is the new incarnation of the shutdown node 8a79edd44bf1/172.18.235.160" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 1f656d7d80f6/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 67f6c8691f5a/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 67f6c8691f5a/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, is the new incarnation of the shutdown node 1034c4a8e8fc/172.18.235.160" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 67f6c8691f5a/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 67f6c8691f5a/172.18.235.160, is the new incarnation of the shutdown node 94d68cb0b798/172.18.235.160" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 67f6c8691f5a/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 1f656d7d80f6/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 1f656d7d80f6/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 1f656d7d80f6/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 1f656d7d80f6/172.18.235.160, is the new incarnation of the shutdown node 8a79edd44bf1/172.18.235.160" [2021-06-15T23:44:05.262Z] time="2021-06-15T23:44:05Z" level=info msg="Node 1f656d7d80f6/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.569Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-06-15T23:44:05.723Z] time="2021-06-15T23:44:05Z" level=info msg="Node 1f656d7d80f6/172.18.235.160, joined gossip cluster" [2021-06-15T23:44:05.724Z] time="2021-06-15T23:44:05Z" level=info msg="Node 1f656d7d80f6/172.18.235.160, added to nodes list" [2021-06-15T23:44:05.724Z] time="2021-06-15T23:44:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.235.160:10033" [2021-06-15T23:44:05.724Z] time="2021-06-15T23:44:05Z" level=debug msg="memberlist: Stream connection from=172.18.235.160:49374" [2021-06-15T23:44:05.724Z] time="2021-06-15T23:44:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.235.160:10034" [2021-06-15T23:44:05.724Z] time="2021-06-15T23:44:05Z" level=debug msg="memberlist: Stream connection from=172.18.235.160:49375" [2021-06-15T23:44:05.724Z] time="2021-06-15T23:44:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.235.160:10035" [2021-06-15T23:44:05.724Z] time="2021-06-15T23:44:05Z" level=debug msg="memberlist: Stream connection from=172.18.235.160:49376" [2021-06-15T23:44:07.268Z] 2021/06/15 23:44:06 Closing DB instances... [2021-06-15T23:44:07.268Z] time="2021-06-15T23:44:06Z" level=info msg="Node af6c48c0e5bd change state NodeActive --> NodeLeft" [2021-06-15T23:44:07.268Z] time="2021-06-15T23:44:06Z" level=info msg="node2(67f6c8691f5a): Node leave event for af6c48c0e5bd/172.18.235.160" [2021-06-15T23:44:07.268Z] time="2021-06-15T23:44:06Z" level=info msg="Node af6c48c0e5bd change state NodeActive --> NodeLeft" [2021-06-15T23:44:07.268Z] time="2021-06-15T23:44:06Z" level=info msg="node4(19a9dcd7a13a): Node leave event for af6c48c0e5bd/172.18.235.160" [2021-06-15T23:44:07.268Z] time="2021-06-15T23:44:06Z" level=info msg="Node af6c48c0e5bd change state NodeActive --> NodeLeft" [2021-06-15T23:44:07.268Z] time="2021-06-15T23:44:06Z" level=info msg="node3(1f656d7d80f6): Node leave event for af6c48c0e5bd/172.18.235.160" [2021-06-15T23:44:07.268Z] time="2021-06-15T23:44:06Z" level=info msg="Node af6c48c0e5bd change state NodeActive --> NodeLeft" [2021-06-15T23:44:07.268Z] time="2021-06-15T23:44:06Z" level=info msg="node1(af6c48c0e5bd): Node leave event for af6c48c0e5bd/172.18.235.160" [2021-06-15T23:44:07.268Z] time="2021-06-15T23:44:06Z" level=info msg="Node af6c48c0e5bd change state NodeActive --> NodeLeft" [2021-06-15T23:44:07.268Z] time="2021-06-15T23:44:06Z" level=info msg="node5(fbf397f83730): Node leave event for af6c48c0e5bd/172.18.235.160" [2021-06-15T23:44:07.268Z] time="2021-06-15T23:44:07Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, left gossip cluster" [2021-06-15T23:44:07.268Z] time="2021-06-15T23:44:07Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, left gossip cluster" [2021-06-15T23:44:07.268Z] time="2021-06-15T23:44:07Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, left gossip cluster" [2021-06-15T23:44:07.268Z] time="2021-06-15T23:44:07Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, left gossip cluster" [2021-06-15T23:44:07.730Z] time="2021-06-15T23:44:07Z" level=info msg="Node af6c48c0e5bd/172.18.235.160, left gossip cluster" [2021-06-15T23:44:07.730Z] time="2021-06-15T23:44:07Z" level=info msg="Node 67f6c8691f5a change state NodeActive --> NodeLeft" [2021-06-15T23:44:07.730Z] time="2021-06-15T23:44:07Z" level=info msg="node3(1f656d7d80f6): Node leave event for 67f6c8691f5a/172.18.235.160" [2021-06-15T23:44:07.730Z] time="2021-06-15T23:44:07Z" level=info msg="Node 67f6c8691f5a change state NodeActive --> NodeLeft" [2021-06-15T23:44:07.730Z] time="2021-06-15T23:44:07Z" level=info msg="node4(19a9dcd7a13a): Node leave event for 67f6c8691f5a/172.18.235.160" [2021-06-15T23:44:07.730Z] time="2021-06-15T23:44:07Z" level=info msg="Node 67f6c8691f5a change state NodeActive --> NodeLeft" [2021-06-15T23:44:07.730Z] time="2021-06-15T23:44:07Z" level=info msg="node5(fbf397f83730): Node leave event for 67f6c8691f5a/172.18.235.160" [2021-06-15T23:44:07.730Z] time="2021-06-15T23:44:07Z" level=info msg="Node 67f6c8691f5a change state NodeActive --> NodeLeft" [2021-06-15T23:44:07.730Z] time="2021-06-15T23:44:07Z" level=info msg="node2(67f6c8691f5a): Node leave event for 67f6c8691f5a/172.18.235.160" [2021-06-15T23:44:07.730Z] time="2021-06-15T23:44:07Z" level=info msg="Node 67f6c8691f5a/172.18.235.160, left gossip cluster" [2021-06-15T23:44:07.730Z] time="2021-06-15T23:44:07Z" level=info msg="Node 67f6c8691f5a/172.18.235.160, left gossip cluster" [2021-06-15T23:44:07.730Z] time="2021-06-15T23:44:07Z" level=info msg="Node 67f6c8691f5a/172.18.235.160, left gossip cluster" [2021-06-15T23:44:08.191Z] time="2021-06-15T23:44:07Z" level=info msg="Node 67f6c8691f5a/172.18.235.160, left gossip cluster" [2021-06-15T23:44:08.191Z] time="2021-06-15T23:44:07Z" level=info msg="Node 1f656d7d80f6/172.18.235.160, left gossip cluster" [2021-06-15T23:44:08.191Z] time="2021-06-15T23:44:07Z" level=info msg="Node 1f656d7d80f6 change state NodeActive --> NodeFailed" [2021-06-15T23:44:08.191Z] time="2021-06-15T23:44:07Z" level=info msg="Node 1f656d7d80f6/172.18.235.160, added to failed nodes list" [2021-06-15T23:44:08.191Z] time="2021-06-15T23:44:07Z" level=info msg="Node 1f656d7d80f6 change state NodeActive --> NodeLeft" [2021-06-15T23:44:08.191Z] time="2021-06-15T23:44:07Z" level=info msg="node4(19a9dcd7a13a): Node leave event for 1f656d7d80f6/172.18.235.160" [2021-06-15T23:44:08.191Z] time="2021-06-15T23:44:07Z" level=error msg="node: 1f656d7d80f6 is unknown to memberlist" [2021-06-15T23:44:08.191Z] time="2021-06-15T23:44:07Z" level=info msg="Node 1f656d7d80f6 change state NodeActive --> NodeLeft" [2021-06-15T23:44:08.191Z] time="2021-06-15T23:44:07Z" level=info msg="node5(fbf397f83730): Node leave event for 1f656d7d80f6/172.18.235.160" [2021-06-15T23:44:08.191Z] time="2021-06-15T23:44:07Z" level=info msg="Node 1f656d7d80f6/172.18.235.160, left gossip cluster" [2021-06-15T23:44:08.191Z] time="2021-06-15T23:44:08Z" level=info msg="Node 1f656d7d80f6/172.18.235.160, left gossip cluster" [2021-06-15T23:44:08.191Z] time="2021-06-15T23:44:08Z" level=warning msg="memberlist: Failed to send gossip to 172.18.235.160:10037: write udp [::]:10035->172.18.235.160:10037: use of closed network connection" [2021-06-15T23:44:08.653Z] time="2021-06-15T23:44:08Z" level=debug msg="memberlist: Failed ping: 1f656d7d80f6 (timeout reached)" [2021-06-15T23:44:08.653Z] time="2021-06-15T23:44:08Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.18.235.160:10037: use of closed network connection" [2021-06-15T23:44:08.653Z] time="2021-06-15T23:44:08Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.18.235.160:10036: use of closed network connection" [2021-06-15T23:44:08.653Z] time="2021-06-15T23:44:08Z" level=info msg="Node 19a9dcd7a13a change state NodeActive --> NodeLeft" [2021-06-15T23:44:08.653Z] time="2021-06-15T23:44:08Z" level=info msg="node5(fbf397f83730): Node leave event for 19a9dcd7a13a/172.18.235.160" [2021-06-15T23:44:08.653Z] time="2021-06-15T23:44:08Z" level=info msg="Node 19a9dcd7a13a change state NodeActive --> NodeLeft" [2021-06-15T23:44:08.653Z] time="2021-06-15T23:44:08Z" level=info msg="node4(19a9dcd7a13a): Node leave event for 19a9dcd7a13a/172.18.235.160" [2021-06-15T23:44:08.653Z] time="2021-06-15T23:44:08Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, left gossip cluster" [2021-06-15T23:44:08.653Z] time="2021-06-15T23:44:08Z" level=info msg="Node 19a9dcd7a13a/172.18.235.160, left gossip cluster" [2021-06-15T23:44:08.809Z] ok github.com/docker/docker/libnetwork/drivers/overlay 6.951s coverage: 7.2% of statements [2021-06-15T23:44:08.809Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2021-06-15T23:44:08.809Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2021-06-15T23:44:08.837Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-06-15T23:44:09.115Z] time="2021-06-15T23:44:08Z" level=info msg="Node fbf397f83730/172.18.235.160, left gossip cluster" [2021-06-15T23:44:09.115Z] time="2021-06-15T23:44:08Z" level=info msg="Node fbf397f83730 change state NodeActive --> NodeFailed" [2021-06-15T23:44:09.115Z] time="2021-06-15T23:44:08Z" level=info msg="Node fbf397f83730/172.18.235.160, added to failed nodes list" [2021-06-15T23:44:09.115Z] --- PASS: TestNetworkDBIslands (65.83s) [2021-06-15T23:44:09.115Z] networkdb_test.go:834: Re-joining: 3 [2021-06-15T23:44:09.115Z] networkdb_test.go:834: Re-joining: 4 [2021-06-15T23:44:09.115Z] networkdb_test.go:866: node4: OK [2021-06-15T23:44:09.115Z] networkdb_test.go:866: node5: OK [2021-06-15T23:44:09.115Z] PASS [2021-06-15T23:44:09.115Z] coverage: 60.6% of statements [2021-06-15T23:44:09.115Z] ok github.com/docker/docker/libnetwork/networkdb 156.173s coverage: 60.6% of statements [2021-06-15T23:44:09.115Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-06-15T23:44:09.115Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-06-15T23:44:09.115Z] ? github.com/docker/docker/libnetwork/portmapper [no test files] [2021-06-15T23:44:09.115Z] ? github.com/docker/docker/libnetwork/resolvconf [no test files] [2021-06-15T23:44:09.115Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/quota [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/rootless [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/volume [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-15T23:44:09.116Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-15T23:44:09.340Z] --- PASS: TestUpdateReplicatedJob (4.39s) [2021-06-15T23:44:09.340Z] === RUN TestServiceListWithStatuses [2021-06-15T23:44:09.340Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-15T23:44:09.340Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-15T23:44:09.340Z] === RUN TestDockerNetworkConnectAlias [2021-06-15T23:44:09.742Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2021-06-15T23:44:10.000Z] ok github.com/docker/docker/libnetwork/etchosts 0.012s coverage: 81.2% of statements [2021-06-15T23:44:10.567Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.003s coverage: 48.1% of statements [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === Skipped [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-06-15T23:44:10.670Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-06-15T23:44:10.670Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-06-15T23:44:10.670Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-06-15T23:44:10.670Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-06-15T23:44:10.670Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-06-15T23:44:10.670Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-06-15T23:44:10.670Z] daemon_test.go:147: root required [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-15T23:44:10.670Z] reload_test.go:520: root required [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-06-15T23:44:10.670Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-15T23:44:10.670Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-06-15T23:44:10.670Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-06-15T23:44:10.670Z] download_test.go:268: Needs fixing on Windows [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-06-15T23:44:10.670Z] layer_test.go:304: Failing on Windows [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-06-15T23:44:10.670Z] layer_test.go:353: Failing on Windows [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-06-15T23:44:10.670Z] layer_test.go:468: Failing on Windows [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-06-15T23:44:10.670Z] layer_test.go:697: Failing on Windows [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-06-15T23:44:10.670Z] migration_test.go:46: Failing on Windows [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-06-15T23:44:10.670Z] migration_test.go:182: Failing on Windows [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-06-15T23:44:10.670Z] mount_test.go:17: Failing on Windows [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-06-15T23:44:10.670Z] mount_test.go:76: Failing on Windows [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-06-15T23:44:10.670Z] mount_test.go:125: Failing on Windows [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-06-15T23:44:10.670Z] mount_test.go:212: Failing on Windows [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-06-15T23:44:10.670Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-06-15T23:44:10.670Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-06-15T23:44:10.670Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-06-15T23:44:10.670Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-06-15T23:44:10.670Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-06-15T23:44:10.670Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-06-15T23:44:10.670Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:44:10.670Z] [2021-06-15T23:44:10.670Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-06-15T23:44:10.670Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-06-15T23:44:10.671Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-06-15T23:44:10.671Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestTCP6Proxy (0.00s) [2021-06-15T23:44:10.671Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestTCPDualStackProxy (0.00s) [2021-06-15T23:44:10.671Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestUDP6Proxy (0.00s) [2021-06-15T23:44:10.671Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestSCTP4Proxy (0.00s) [2021-06-15T23:44:10.671Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestSCTP6Proxy (0.00s) [2021-06-15T23:44:10.671Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-06-15T23:44:10.671Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-06-15T23:44:10.671Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-06-15T23:44:10.671Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-06-15T23:44:10.671Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-06-15T23:44:10.671Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-06-15T23:44:10.671Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-06-15T23:44:10.671Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-06-15T23:44:10.671Z] archive_test.go:134: Xz not present in msys2 [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-06-15T23:44:10.671Z] archive_test.go:239: Failing on Windows CI machines [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-06-15T23:44:10.671Z] archive_windows_test.go:16: Currently fails [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-06-15T23:44:10.671Z] changes_test.go:196: needs more investigation [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-06-15T23:44:10.671Z] changes_test.go:433: needs further investigation [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-06-15T23:44:10.671Z] changes_test.go:469: needs further investigation [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-06-15T23:44:10.671Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-15T23:44:10.671Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-06-15T23:44:10.671Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-06-15T23:44:10.671Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-06-15T23:44:10.671Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-06-15T23:44:10.671Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-15T23:44:10.671Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-15T23:44:10.671Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-06-15T23:44:10.671Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-06-15T23:44:10.671Z] poller_test.go:41: No chmod on Windows [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-15T23:44:10.671Z] fileutils_test.go:134: Needs porting to Windows [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-15T23:44:10.671Z] fileutils_test.go:180: Needs porting to Windows [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-06-15T23:44:10.671Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-06-15T23:44:10.671Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-06-15T23:44:10.671Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-06-15T23:44:10.671Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-06-15T23:44:10.671Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] [2021-06-15T23:44:10.671Z] DONE 2054 tests, 67 skipped in 334.695s [2021-06-15T23:44:10.671Z] INFO: make.ps1 ended at 06/15/2021 23:44:10 [2021-06-15T23:44:10.728Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-06-15T23:44:11.133Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2021-06-15T23:44:11.391Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2021-06-15T23:44:12.096Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-06-15T23:44:12.096Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-06-15T23:44:12.216Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-06-15T23:44:12.216Z] INFO: Unit tests ended at 06/15/2021 23:44:11. Duration:00:05:51.9928492 [2021-06-15T23:44:12.216Z] INFO: Building busybox [2021-06-15T23:44:12.216Z] Sending build context to Docker daemon 5.12kB [2021-06-15T23:44:12.216Z] [2021-06-15T23:44:12.216Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-06-15T23:44:12.216Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-06-15T23:44:12.216Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-06-15T23:44:12.216Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-06-15T23:44:12.216Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-06-15T23:44:12.216Z] ---> 5b60ac4e9e92 [2021-06-15T23:44:12.216Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-06-15T23:44:12.216Z] ---> Running in 3b9f1415f21f [2021-06-15T23:44:14.614Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-06-15T23:44:14.614Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-06-15T23:44:14.633Z] --- PASS: TestDockerNetworkConnectAlias (5.95s) [2021-06-15T23:44:14.633Z] === RUN TestDockerNetworkReConnect [2021-06-15T23:44:16.929Z] Removing intermediate container 3b9f1415f21f [2021-06-15T23:44:16.929Z] ---> 0c27e6c6d66f [2021-06-15T23:44:16.929Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-06-15T23:44:16.929Z] ---> Running in 547d67f6d5f9 [2021-06-15T23:44:16.929Z] Removing intermediate container 547d67f6d5f9 [2021-06-15T23:44:16.929Z] ---> a9c9f20f371e [2021-06-15T23:44:16.929Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-06-15T23:44:16.929Z] ---> Running in 6eb257b45ad9 [2021-06-15T23:44:16.929Z] Removing intermediate container 6eb257b45ad9 [2021-06-15T23:44:16.929Z] ---> 145186439ba3 [2021-06-15T23:44:16.929Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-06-15T23:44:18.475Z] [2021-06-15T23:44:18.475Z] ---> 2f1bff9a31d4 [2021-06-15T23:44:18.475Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-06-15T23:44:18.783Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-06-15T23:44:18.936Z] ---> Running in 453cdefeb17d [2021-06-15T23:44:19.500Z] ok github.com/docker/docker/libnetwork 38.553s coverage: 40.7% of statements [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/client/mflag/example [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/cmd/dnet [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-06-15T23:44:19.500Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-06-15T23:44:19.931Z] --- PASS: TestDockerNetworkReConnect (4.62s) [2021-06-15T23:44:19.931Z] === RUN TestServicePlugin [2021-06-15T23:44:19.931Z] --- SKIP: TestServicePlugin (0.00s) [2021-06-15T23:44:19.931Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-15T23:44:19.931Z] === RUN TestServiceUpdateLabel [2021-06-15T23:44:20.670Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-06-15T23:44:21.598Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-06-15T23:44:22.028Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2021-06-15T23:44:22.159Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-06-15T23:44:22.287Z] ok github.com/docker/docker/libnetwork/ipams/null 0.008s coverage: 57.1% of statements [2021-06-15T23:44:22.479Z] --- PASS: TestServiceUpdateLabel (3.00s) [2021-06-15T23:44:22.479Z] === RUN TestServiceUpdateSecrets [2021-06-15T23:44:23.664Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 47.4% of statements [2021-06-15T23:44:24.599Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 71.4% of statements [2021-06-15T23:44:24.674Z] --- PASS: TestDockerNetworkMacvlan (21.98s) [2021-06-15T23:44:24.674Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2021-06-15T23:44:24.674Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2021-06-15T23:44:24.674Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.37s) [2021-06-15T23:44:24.674Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.75s) [2021-06-15T23:44:24.674Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.33s) [2021-06-15T23:44:24.674Z] --- PASS: TestDockerNetworkMacvlan/Addressing (3.38s) [2021-06-15T23:44:24.674Z] PASS [2021-06-15T23:44:24.674Z] [2021-06-15T23:44:24.674Z] DONE 8 tests in 23.553s [2021-06-15T23:44:24.674Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-15T23:44:24.674Z] ++ 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-06-15T23:44:24.674Z] ++ set -e [2021-06-15T23:44:24.674Z] ++ '[' -n 0 ']' [2021-06-15T23:44:24.674Z] ++ set -x [2021-06-15T23:44:24.674Z] ++ 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-06-15T23:44:24.674Z] testing: warning: no tests to run [2021-06-15T23:44:24.674Z] PASS [2021-06-15T23:44:24.674Z] [2021-06-15T23:44:24.674Z] DONE 0 tests in 0.029s [2021-06-15T23:44:24.674Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-15T23:44:24.674Z] ++ 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-06-15T23:44:24.674Z] ++ set -e [2021-06-15T23:44:24.674Z] ++ '[' -n 0 ']' [2021-06-15T23:44:24.674Z] ++ set -x [2021-06-15T23:44:24.674Z] ++ 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-06-15T23:44:24.674Z] INFO: Testing against a local daemon [2021-06-15T23:44:24.674Z] === RUN TestAuthZPluginAllowRequest [2021-06-15T23:44:24.674Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-06-15T23:44:25.618Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-06-15T23:44:25.874Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-06-15T23:44:26.504Z] ok github.com/docker/docker/libnetwork/ipamutils 0.959s coverage: 74.0% of statements [2021-06-15T23:44:26.806Z] --- PASS: TestAuthZPluginAllowRequest (2.17s) [2021-06-15T23:44:26.806Z] === RUN TestAuthZPluginTLS [2021-06-15T23:44:27.369Z] --- PASS: TestAuthZPluginTLS (0.68s) [2021-06-15T23:44:27.369Z] === RUN TestAuthZPluginDenyRequest [2021-06-15T23:44:27.439Z] ok github.com/docker/docker/libnetwork/iptables 0.307s coverage: 45.1% of statements [2021-06-15T23:44:27.931Z] --- PASS: TestAuthZPluginDenyRequest (0.64s) [2021-06-15T23:44:27.931Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-15T23:44:28.005Z] ok github.com/docker/docker/libnetwork/netlabel 0.010s coverage: 60.0% of statements [2021-06-15T23:44:28.493Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.58s) [2021-06-15T23:44:28.493Z] === RUN TestAuthZPluginDenyResponse [2021-06-15T23:44:28.940Z] ok github.com/docker/docker/libnetwork/netutils 0.053s coverage: 43.8% of statements [2021-06-15T23:44:29.055Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2021-06-15T23:44:29.055Z] === RUN TestAuthZPluginAllowEventStream [2021-06-15T23:44:29.356Z] Removing intermediate container 453cdefeb17d [2021-06-15T23:44:29.356Z] ---> 8b80df3582a5 [2021-06-15T23:44:29.356Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-06-15T23:44:29.356Z] ---> Running in 84567c49c707 [2021-06-15T23:44:29.356Z] [2021-06-15T23:44:29.356Z] SUCCESS: Specified value was saved. [2021-06-15T23:44:29.616Z] === RUN TestDockerSuite/TestBuildNetNone [2021-06-15T23:44:30.544Z] === RUN TestDockerSuite/TestBuildNoContext [2021-06-15T23:44:31.107Z] --- PASS: TestAuthZPluginAllowEventStream (1.88s) [2021-06-15T23:44:31.107Z] === RUN TestAuthZPluginErrorResponse [2021-06-15T23:44:31.543Z] Removing intermediate container 84567c49c707 [2021-06-15T23:44:31.543Z] ---> 4f6b6501103b [2021-06-15T23:44:31.543Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-06-15T23:44:31.543Z] ---> Running in 16310bcdb281 [2021-06-15T23:44:31.668Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-06-15T23:44:31.668Z] === RUN TestAuthZPluginErrorRequest [2021-06-15T23:44:31.668Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-06-15T23:44:31.925Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-06-15T23:44:31.925Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-15T23:44:32.852Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2021-06-15T23:44:32.852Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-15T23:44:32.852Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-06-15T23:44:34.216Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-06-15T23:44:34.779Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-06-15T23:44:34.779Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-06-15T23:44:34.779Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.23s) [2021-06-15T23:44:34.779Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-15T23:44:35.035Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-06-15T23:44:35.291Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-06-15T23:44:36.219Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-06-15T23:44:36.277Z] Cannot create a file when that file already exists. [2021-06-15T23:44:37.147Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.23s) [2021-06-15T23:44:37.147Z] === RUN TestAuthZPluginHeader [2021-06-15T23:44:37.399Z] --- PASS: TestServiceUpdateSecrets (14.90s) [2021-06-15T23:44:37.399Z] === RUN TestServiceUpdateConfigs [2021-06-15T23:44:38.074Z] --- PASS: TestAuthZPluginHeader (0.90s) [2021-06-15T23:44:38.074Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-15T23:44:38.637Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-06-15T23:44:39.199Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-06-15T23:44:39.199Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-06-15T23:44:40.033Z] Removing intermediate container 16310bcdb281 [2021-06-15T23:44:40.033Z] ---> 3d559b1bdab6 [2021-06-15T23:44:40.033Z] Step 13/13 : CMD ["sh"] [2021-06-15T23:44:40.033Z] ---> Running in b97711d394a6 [2021-06-15T23:44:40.494Z] Removing intermediate container b97711d394a6 [2021-06-15T23:44:40.494Z] ---> 5450f66847ca [2021-06-15T23:44:40.495Z] Successfully built 5450f66847ca [2021-06-15T23:44:40.495Z] Successfully tagged busybox:latest [2021-06-15T23:44:40.495Z] INFO: Docker images of the daemon under test [2021-06-15T23:44:40.495Z] [2021-06-15T23:44:40.495Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-15T23:44:40.495Z] busybox latest 5450f66847ca Less than a second ago 5.64GB [2021-06-15T23:44:40.495Z] mcr.microsoft.com/windows/servercore ltsc2019 5b60ac4e9e92 9 days ago 5.62GB [2021-06-15T23:44:40.495Z] microsoft/windowsservercore latest 5b60ac4e9e92 9 days ago 5.62GB [2021-06-15T23:44:40.495Z] [2021-06-15T23:44:40.495Z] INFO: Running integration tests at 06/15/2021 23:44:40... [2021-06-15T23:44:40.495Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-06-15T23:44:40.495Z] INFO: Integration API tests being run from the host: [2021-06-15T23:44:40.495Z] INFO: make.ps1 starting at 06/15/2021 23:44:40 [2021-06-15T23:44:41.469Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-06-15T23:44:42.466Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-06-15T23:44:43.028Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.95s) [2021-06-15T23:44:43.028Z] === RUN TestAuthZPluginV2Disable [2021-06-15T23:44:43.850Z] ok github.com/docker/docker/libnetwork/ipam 22.289s coverage: 85.3% of statements [2021-06-15T23:44:43.850Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-06-15T23:44:43.850Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-06-15T23:44:43.850Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-06-15T23:44:43.850Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2021-06-15T23:44:44.426Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-06-15T23:44:46.942Z] --- PASS: TestAuthZPluginV2Disable (4.05s) [2021-06-15T23:44:46.942Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-15T23:44:47.504Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-06-15T23:44:48.065Z] ok github.com/docker/docker/libnetwork/osl 4.283s coverage: 39.7% of statements [2021-06-15T23:44:48.065Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2021-06-15T23:44:48.323Z] ok github.com/docker/docker/libnetwork/portallocator 0.008s coverage: 86.1% of statements [2021-06-15T23:44:48.870Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-06-15T23:44:49.258Z] ok github.com/docker/docker/libnetwork/portmapper 0.246s coverage: 49.5% of statements [2021-06-15T23:44:49.516Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.5% of statements [2021-06-15T23:44:50.083Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 47.9% of statements [2021-06-15T23:44:50.234Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.09s) [2021-06-15T23:44:50.234Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-15T23:44:50.234Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-06-15T23:44:50.797Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-06-15T23:44:51.017Z] ok github.com/docker/docker/oci 0.007s coverage: 45.2% of statements [2021-06-15T23:44:51.584Z] ok github.com/docker/docker/opts 0.019s coverage: 67.1% of statements [2021-06-15T23:44:51.584Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-06-15T23:44:52.313Z] --- PASS: TestServiceUpdateConfigs (15.40s) [2021-06-15T23:44:52.313Z] === RUN TestServiceUpdateNetwork [2021-06-15T23:44:53.483Z] ok github.com/docker/docker/pkg/archive 0.285s coverage: 81.8% of statements [2021-06-15T23:44:54.417Z] ok github.com/docker/docker/pkg/authorization 0.419s coverage: 68.3% of statements [2021-06-15T23:44:54.675Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-06-15T23:44:54.933Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-06-15T23:44:54.964Z] === RUN TestDockerSuite/TestBuildPATH [2021-06-15T23:44:58.214Z] ok github.com/docker/docker/pkg/chrootarchive 2.485s coverage: 43.2% of statements [2021-06-15T23:44:58.233Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-06-15T23:44:58.471Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements [2021-06-15T23:44:58.729Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2021-06-15T23:44:59.159Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-06-15T23:44:59.297Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2021-06-15T23:45:00.525Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-06-15T23:45:01.521Z] --- PASS: TestBuildWithHugeFile (117.08s) [2021-06-15T23:45:01.521Z] === RUN TestBuildWCOWSandboxSize [2021-06-15T23:45:02.415Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.17s) [2021-06-15T23:45:02.415Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-15T23:45:03.484Z] ok github.com/docker/docker/pkg/discovery/kv 3.035s coverage: 84.1% of statements [2021-06-15T23:45:03.484Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 87.2% of statements [2021-06-15T23:45:03.745Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2021-06-15T23:45:04.003Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2021-06-15T23:45:04.936Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-06-15T23:45:05.194Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 88.5% of statements [2021-06-15T23:45:05.760Z] ok github.com/docker/docker/pkg/fsutils 0.133s coverage: 85.1% of statements [2021-06-15T23:45:06.018Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-06-15T23:45:06.585Z] ok github.com/docker/docker/pkg/idtools 0.248s coverage: 69.5% of statements [2021-06-15T23:45:06.670Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-15T23:45:06.670Z] INFO: Testing against a local daemon [2021-06-15T23:45:06.670Z] === RUN TestBuildWithSession [2021-06-15T23:45:06.670Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-15T23:45:06.670Z] build_session_test.go:25: TODO: BuildKit [2021-06-15T23:45:06.670Z] === RUN TestBuildSquashParent [2021-06-15T23:45:06.670Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-06-15T23:45:06.670Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:45:06.670Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-15T23:45:06.670Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:45:06.670Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:45:06.670Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:45:06.671Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:45:06.671Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:45:06.671Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:45:06.671Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:45:06.671Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:45:06.671Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:45:06.671Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:45:06.671Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:45:06.671Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:45:06.671Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-15T23:45:06.671Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-15T23:45:06.671Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-15T23:45:06.671Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-15T23:45:07.316Z] --- PASS: TestServiceUpdateNetwork (14.09s) [2021-06-15T23:45:07.316Z] === RUN TestServiceUpdatePidsLimit [2021-06-15T23:45:07.519Z] ok github.com/docker/docker/pkg/ioutils 0.389s coverage: 69.3% of statements [2021-06-15T23:45:07.890Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-06-15T23:45:08.085Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2021-06-15T23:45:08.085Z] ok github.com/docker/docker/pkg/longpath 0.001s coverage: 100.0% of statements [2021-06-15T23:45:08.343Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2021-06-15T23:45:08.601Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2021-06-15T23:45:08.860Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-06-15T23:45:09.280Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-06-15T23:45:09.426Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2021-06-15T23:45:09.426Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-06-15T23:45:10.504Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-06-15T23:45:13.043Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-06-15T23:45:15.277Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-15T23:45:15.277Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-15T23:45:17.428Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-06-15T23:45:18.325Z] === RUN TestDockerSuite/TestBuildRm [2021-06-15T23:45:18.886Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2021-06-15T23:45:18.886Z] PASS [2021-06-15T23:45:18.886Z] [2021-06-15T23:45:18.886Z] DONE 17 tests in 54.545s [2021-06-15T23:45:18.886Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-15T23:45:18.886Z] ++ 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-06-15T23:45:18.886Z] ++ set -e [2021-06-15T23:45:18.886Z] ++ '[' -n 0 ']' [2021-06-15T23:45:18.886Z] ++ set -x [2021-06-15T23:45:18.886Z] ++ 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-06-15T23:45:18.886Z] INFO: Testing against a local daemon [2021-06-15T23:45:18.886Z] === RUN TestPluginInvalidJSON [2021-06-15T23:45:18.886Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-15T23:45:18.886Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-15T23:45:18.886Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-15T23:45:18.886Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-06-15T23:45:18.886Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-15T23:45:18.886Z] === RUN TestPluginInstall [2021-06-15T23:45:19.142Z] === RUN TestPluginInstall/no_auth [2021-06-15T23:45:21.030Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-06-15T23:45:21.286Z] time="2021-06-15T23:45:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:45:21.286Z] time="2021-06-15T23:45:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0e5bc4351ea1929f9bf3a67c7c17d8a2061822cbcb86d3e58c0ae2535939cfe8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:45:21.286Z] time="2021-06-15T23:45:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:45:21.286Z] time="2021-06-15T23:45:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0e5bc4351ea1929f9bf3a67c7c17d8a2061822cbcb86d3e58c0ae2535939cfe8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:45:21.847Z] === RUN TestPluginInstall/with_htpasswd [2021-06-15T23:45:22.103Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-06-15T23:45:22.361Z] time="2021-06-15T23:45:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:45:22.361Z] time="2021-06-15T23:45:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3af9175ec59997ead6eb23b122b9d919b4ef25b7ad8577910d0d344334bebfe1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:45:22.361Z] time="2021-06-15T23:45:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:45:22.361Z] time="2021-06-15T23:45:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3af9175ec59997ead6eb23b122b9d919b4ef25b7ad8577910d0d344334bebfe1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:45:22.379Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-15T23:45:22.379Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.88s) [2021-06-15T23:45:22.379Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.19s) [2021-06-15T23:45:22.379Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (11.44s) [2021-06-15T23:45:22.379Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.35s) [2021-06-15T23:45:22.379Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (6.75s) [2021-06-15T23:45:22.379Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.10s) [2021-06-15T23:45:22.379Z] === RUN TestBuildMultiStageCopy [2021-06-15T23:45:22.379Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-15T23:45:22.923Z] === RUN TestPluginInstall/with_insecure [2021-06-15T23:45:23.484Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-06-15T23:45:23.740Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-06-15T23:45:23.997Z] time="2021-06-15T23:45:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:45:23.997Z] time="2021-06-15T23:45:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:601acb7c70017017cf5f9bbb387502ba2a0f25961c4351c2c6ae68a5026b77cb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:45:23.997Z] time="2021-06-15T23:45:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-15T23:45:23.997Z] time="2021-06-15T23:45:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:601acb7c70017017cf5f9bbb387502ba2a0f25961c4351c2c6ae68a5026b77cb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-15T23:45:24.023Z] --- PASS: TestServiceUpdatePidsLimit (17.74s) [2021-06-15T23:45:24.023Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s) [2021-06-15T23:45:24.023Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.22s) [2021-06-15T23:45:24.023Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.22s) [2021-06-15T23:45:24.023Z] PASS [2021-06-15T23:45:24.023Z] [2021-06-15T23:45:24.023Z] === Skipped [2021-06-15T23:45:24.023Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-15T23:45:24.023Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-15T23:45:24.023Z] [2021-06-15T23:45:24.023Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-06-15T23:45:24.023Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-15T23:45:24.023Z] [2021-06-15T23:45:24.023Z] [2021-06-15T23:45:24.023Z] DONE 27 tests, 2 skipped in 156.493s [2021-06-15T23:45:24.254Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-06-15T23:45:24.285Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-06-15T23:45:24.285Z] ++ 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-06-15T23:45:24.285Z] ++ set -e [2021-06-15T23:45:24.285Z] ++ '[' -n 0 ']' [2021-06-15T23:45:24.285Z] ++ set -x [2021-06-15T23:45:24.285Z] ++ 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-06-15T23:45:24.285Z] INFO: Testing against a local daemon [2021-06-15T23:45:24.285Z] === RUN TestSessionCreate [2021-06-15T23:45:24.285Z] --- PASS: TestSessionCreate (0.06s) [2021-06-15T23:45:24.285Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-15T23:45:24.285Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-06-15T23:45:24.285Z] PASS [2021-06-15T23:45:24.285Z] [2021-06-15T23:45:24.285Z] DONE 2 tests in 0.244s [2021-06-15T23:45:24.510Z] --- PASS: TestPluginInstall (5.48s) [2021-06-15T23:45:24.510Z] --- PASS: TestPluginInstall/no_auth (2.81s) [2021-06-15T23:45:24.510Z] --- PASS: TestPluginInstall/with_htpasswd (1.05s) [2021-06-15T23:45:24.510Z] --- PASS: TestPluginInstall/with_insecure (1.62s) [2021-06-15T23:45:24.510Z] plugin_test.go:165: [d65a14087daa1] daemon is not started [2021-06-15T23:45:24.510Z] === RUN TestPluginsWithRuntimes [2021-06-15T23:45:24.510Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-06-15T23:45:24.546Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-06-15T23:45:24.546Z] ++ 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-06-15T23:45:24.546Z] ++ set -e [2021-06-15T23:45:24.546Z] ++ '[' -n 0 ']' [2021-06-15T23:45:24.546Z] ++ set -x [2021-06-15T23:45:24.546Z] ++ 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-06-15T23:45:24.546Z] INFO: Testing against a local daemon [2021-06-15T23:45:24.546Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-15T23:45:24.546Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-15T23:45:24.546Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-15T23:45:24.546Z] === RUN TestEventsExecDie [2021-06-15T23:45:25.933Z] --- PASS: TestEventsExecDie (1.13s) [2021-06-15T23:45:25.933Z] === RUN TestEventsBackwardsCompatible [2021-06-15T23:45:25.933Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-06-15T23:45:25.933Z] === RUN TestEventsVolumeCreate [2021-06-15T23:45:25.933Z] --- PASS: TestEventsVolumeCreate (0.07s) [2021-06-15T23:45:25.933Z] === RUN TestInfoBinaryCommits [2021-06-15T23:45:25.933Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-06-15T23:45:25.933Z] === RUN TestInfoAPIVersioned [2021-06-15T23:45:25.933Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-06-15T23:45:25.933Z] === RUN TestInfoDiscoveryBackend [2021-06-15T23:45:26.406Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-06-15T23:45:26.506Z] --- PASS: TestInfoDiscoveryBackend (0.62s) [2021-06-15T23:45:26.506Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-15T23:45:26.663Z] === RUN TestPluginsWithRuntimes/No_Args [2021-06-15T23:45:27.449Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-06-15T23:45:27.449Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-15T23:45:28.029Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-06-15T23:45:28.029Z] === RUN TestPluginsWithRuntimes/With_Args [2021-06-15T23:45:28.393Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2021-06-15T23:45:28.393Z] === RUN TestInfoAPI [2021-06-15T23:45:28.393Z] --- PASS: TestInfoAPI (0.05s) [2021-06-15T23:45:28.393Z] === RUN TestInfoAPIWarnings [2021-06-15T23:45:29.394Z] --- PASS: TestPluginsWithRuntimes (4.74s) [2021-06-15T23:45:29.394Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.26s) [2021-06-15T23:45:29.394Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.23s) [2021-06-15T23:45:29.394Z] === RUN TestPluginBackCompatMediaTypes [2021-06-15T23:45:29.394Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-06-15T23:45:29.474Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-15T23:45:29.474Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-15T23:45:30.447Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-15T23:45:30.759Z] --- PASS: TestPluginBackCompatMediaTypes (1.64s) [2021-06-15T23:45:30.759Z] PASS [2021-06-15T23:45:30.759Z] [2021-06-15T23:45:30.759Z] DONE 10 tests in 12.035s [2021-06-15T23:45:30.759Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-15T23:45:30.759Z] ++ 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-06-15T23:45:31.017Z] ++ set -e [2021-06-15T23:45:31.017Z] ++ '[' -n 0 ']' [2021-06-15T23:45:31.017Z] ++ set -x [2021-06-15T23:45:31.017Z] ++ 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-06-15T23:45:31.017Z] INFO: Testing against a local daemon [2021-06-15T23:45:31.017Z] === RUN TestExternalGraphDriver [2021-06-15T23:45:31.273Z] === RUN TestExternalGraphDriver/json [2021-06-15T23:45:31.419Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-15T23:45:32.391Z] --- PASS: TestBuildMultiStageCopy (11.05s) [2021-06-15T23:45:32.391Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.45s) [2021-06-15T23:45:32.391Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.67s) [2021-06-15T23:45:32.391Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.81s) [2021-06-15T23:45:32.391Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.97s) [2021-06-15T23:45:32.391Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.15s) [2021-06-15T23:45:32.391Z] === RUN TestBuildMultiStageParentConfig [2021-06-15T23:45:33.789Z] === RUN TestExternalGraphDriver/spec [2021-06-15T23:45:34.578Z] --- PASS: TestBuildMultiStageParentConfig (2.20s) [2021-06-15T23:45:34.578Z] === RUN TestBuildLabelWithTargets [2021-06-15T23:45:34.578Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-06-15T23:45:34.578Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-15T23:45:34.578Z] === RUN TestBuildWithEmptyLayers [2021-06-15T23:45:35.182Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-06-15T23:45:35.438Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-06-15T23:45:36.000Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-06-15T23:45:36.000Z] === RUN TestDockerSuite/TestBuildSpaces [2021-06-15T23:45:36.122Z] --- PASS: TestBuildWithEmptyLayers (1.33s) [2021-06-15T23:45:36.122Z] === RUN TestBuildMultiStageOnBuild [2021-06-15T23:45:36.562Z] === RUN TestExternalGraphDriver/pull [2021-06-15T23:45:36.817Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-06-15T23:45:38.183Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-06-15T23:45:38.439Z] === RUN TestDockerSuite/TestBuildStderr [2021-06-15T23:45:39.002Z] --- PASS: TestExternalGraphDriver (8.08s) [2021-06-15T23:45:39.002Z] --- PASS: TestExternalGraphDriver/json (2.65s) [2021-06-15T23:45:39.002Z] --- PASS: TestExternalGraphDriver/spec (2.67s) [2021-06-15T23:45:39.002Z] --- PASS: TestExternalGraphDriver/pull (2.64s) [2021-06-15T23:45:39.002Z] === RUN TestGraphdriverPluginV2 [2021-06-15T23:45:40.366Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-06-15T23:45:43.634Z] --- PASS: TestGraphdriverPluginV2 (4.32s) [2021-06-15T23:45:43.634Z] PASS [2021-06-15T23:45:43.634Z] [2021-06-15T23:45:43.634Z] DONE 5 tests in 12.536s [2021-06-15T23:45:43.634Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-15T23:45:43.634Z] ++ 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-06-15T23:45:43.634Z] ++ set -e [2021-06-15T23:45:43.634Z] ++ '[' -n 0 ']' [2021-06-15T23:45:43.634Z] ++ set -x [2021-06-15T23:45:43.634Z] ++ 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-06-15T23:45:43.634Z] INFO: Testing against a local daemon [2021-06-15T23:45:43.634Z] === RUN TestContinueAfterPluginCrash [2021-06-15T23:45:43.634Z] === PAUSE TestContinueAfterPluginCrash [2021-06-15T23:45:43.634Z] === RUN TestReadPluginNoRead [2021-06-15T23:45:43.634Z] === PAUSE TestReadPluginNoRead [2021-06-15T23:45:43.634Z] === RUN TestDaemonStartWithLogOpt [2021-06-15T23:45:43.634Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-15T23:45:43.634Z] === CONT TestContinueAfterPluginCrash [2021-06-15T23:45:43.634Z] === CONT TestDaemonStartWithLogOpt [2021-06-15T23:45:45.524Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-06-15T23:45:45.780Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-06-15T23:45:46.467Z] --- PASS: TestBuildMultiStageOnBuild (10.33s) [2021-06-15T23:45:46.467Z] === RUN TestBuildUncleanTarFilenames [2021-06-15T23:45:46.467Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2021-06-15T23:45:46.467Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-15T23:45:46.467Z] === RUN TestBuildMultiStageLayerLeak [2021-06-15T23:45:46.514Z] --- PASS: TestInfoAPIWarnings (16.64s) [2021-06-15T23:45:46.514Z] === RUN TestInfoDebug [2021-06-15T23:45:46.514Z] --- PASS: TestInfoDebug (0.63s) [2021-06-15T23:45:46.514Z] === RUN TestInfoInsecureRegistries [2021-06-15T23:45:46.514Z] --- PASS: TestInfoInsecureRegistries (0.63s) [2021-06-15T23:45:46.514Z] === RUN TestInfoRegistryMirrors [2021-06-15T23:45:46.776Z] --- PASS: TestInfoRegistryMirrors (0.63s) [2021-06-15T23:45:46.776Z] === RUN TestLoginFailsWithBadCredentials [2021-06-15T23:45:47.038Z] --- PASS: TestLoginFailsWithBadCredentials (0.26s) [2021-06-15T23:45:47.038Z] === RUN TestPingCacheHeaders [2021-06-15T23:45:47.038Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-06-15T23:45:47.038Z] === RUN TestPingGet [2021-06-15T23:45:47.038Z] --- PASS: TestPingGet (0.03s) [2021-06-15T23:45:47.038Z] === RUN TestPingHead [2021-06-15T23:45:47.038Z] --- PASS: TestPingHead (0.05s) [2021-06-15T23:45:47.038Z] === RUN TestVersion [2021-06-15T23:45:47.038Z] --- PASS: TestVersion (0.05s) [2021-06-15T23:45:47.038Z] PASS [2021-06-15T23:45:47.300Z] [2021-06-15T23:45:47.300Z] === Skipped [2021-06-15T23:45:47.300Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-15T23:45:47.300Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-15T23:45:47.300Z] [2021-06-15T23:45:47.300Z] [2021-06-15T23:45:47.300Z] DONE 19 tests, 1 skipped in 22.737s [2021-06-15T23:45:47.300Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-15T23:45:47.300Z] ++ 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-06-15T23:45:47.300Z] ++ set -e [2021-06-15T23:45:47.300Z] ++ '[' -n 0 ']' [2021-06-15T23:45:47.300Z] ++ set -x [2021-06-15T23:45:47.300Z] ++ 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-06-15T23:45:47.300Z] INFO: Testing against a local daemon [2021-06-15T23:45:47.300Z] === RUN TestVolumesCreateAndList [2021-06-15T23:45:47.300Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-06-15T23:45:47.300Z] === RUN TestVolumesRemove [2021-06-15T23:45:47.561Z] --- PASS: TestVolumesRemove (0.08s) [2021-06-15T23:45:47.561Z] === RUN TestVolumesInspect [2021-06-15T23:45:47.561Z] --- PASS: TestVolumesInspect (0.03s) [2021-06-15T23:45:47.561Z] === RUN TestVolumesInvalidJSON [2021-06-15T23:45:47.561Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-15T23:45:47.561Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-15T23:45:47.561Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-15T23:45:47.561Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-06-15T23:45:47.561Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-15T23:45:47.561Z] PASS [2021-06-15T23:45:47.561Z] [2021-06-15T23:45:47.561Z] DONE 5 tests in 0.317s [2021-06-15T23:45:47.561Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-15T23:45:47.670Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-06-15T23:45:48.118Z] ok github.com/docker/docker/pkg/plugins 33.615s coverage: 76.6% of statements [2021-06-15T23:45:48.118Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.006s coverage: 56.8% of statements [2021-06-15T23:45:48.118Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-06-15T23:45:48.118Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-06-15T23:45:48.118Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-06-15T23:45:48.118Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 75.0% of statements [2021-06-15T23:45:48.118Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-06-15T23:45:48.133Z] ++++ cat bundles/test-integration/docker.pid [2021-06-15T23:45:48.133Z] +++ kill 14280 [2021-06-15T23:45:49.519Z] +++ /etc/init.d/apparmor stop [2021-06-15T23:45:49.519Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-15T23:45:49.519Z] [2021-06-15T23:45:49.519Z] Unloading profiles will leave already running processes permanently [2021-06-15T23:45:49.519Z] unconfined, which can lead to unexpected situations. [2021-06-15T23:45:49.519Z] [2021-06-15T23:45:49.519Z] To set a process to complain mode, use the command line tool [2021-06-15T23:45:49.519Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-15T23:45:49.519Z] +++ true [2021-06-15T23:45:49.519Z] exiting test-integration [2021-06-15T23:45:49.519Z] ++ exit 0 [2021-06-15T23:45:49.519Z] [2021-06-15T23:45:50.187Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-06-15T23:45:50.187Z] --- PASS: TestDaemonStartWithLogOpt (6.61s) [2021-06-15T23:45:50.187Z] === CONT TestReadPluginNoRead [2021-06-15T23:45:50.443Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-06-15T23:45:51.396Z] ok github.com/docker/docker/pkg/signal 3.364s coverage: 62.3% of statements [2021-06-15T23:45:51.396Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-06-15T23:45:51.396Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-06-15T23:45:51.654Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-06-15T23:45:51.809Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-06-15T23:45:52.589Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 52.9% of statements Post stage [Pipeline] junit [2021-06-15T23:45:52.846Z] Recording test results [2021-06-15T23:45:53.151Z] [Checks API] No suitable checks publisher found. [Pipeline] } [2021-06-15T23:45:53.163Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 39.6% of statements [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-15T23:45:53.421Z] ok github.com/docker/docker/pkg/tailfile 0.080s coverage: 88.6% of statements [2021-06-15T23:45:53.494Z] + echo Ensuring container killed. [2021-06-15T23:45:53.494Z] Ensuring container killed. [2021-06-15T23:45:53.494Z] + docker rm -vf docker-pr17 [2021-06-15T23:45:53.494Z] Error: No such container: docker-pr17 [Pipeline] sh [2021-06-15T23:45:53.698Z] === RUN TestDockerSuite/TestBuildUser [2021-06-15T23:45:53.698Z] === RUN TestReadPluginNoRead/default [2021-06-15T23:45:53.785Z] + echo Chowning /workspace to jenkins user [2021-06-15T23:45:53.785Z] Chowning /workspace to jenkins user [2021-06-15T23:45:53.785Z] + id -u [2021-06-15T23:45:53.785Z] + id -g [2021-06-15T23:45:53.785Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42473:/workspace busybox chown -R 1000:1000 /workspace [2021-06-15T23:45:53.785Z] Unable to find image 'busybox:latest' locally [2021-06-15T23:45:53.986Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2021-06-15T23:45:54.046Z] latest: Pulling from library/busybox [2021-06-15T23:45:54.047Z] 38cc3b49dbab: Pulling fs layer [2021-06-15T23:45:54.047Z] 38cc3b49dbab: Verifying Checksum [2021-06-15T23:45:54.047Z] 38cc3b49dbab: Download complete [2021-06-15T23:45:54.244Z] testing: warning: no tests to run [2021-06-15T23:45:54.244Z] coverage: [no statements] [2021-06-15T23:45:54.244Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2021-06-15T23:45:54.308Z] 38cc3b49dbab: Pull complete [2021-06-15T23:45:54.308Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d [2021-06-15T23:45:54.308Z] Status: Downloaded newer image for busybox:latest [2021-06-15T23:45:54.502Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-06-15T23:45:54.760Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-06-15T23:45:55.018Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-06-15T23:45:55.589Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-15T23:45:55.852Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-06-15T23:45:56.108Z] --- PASS: TestContinueAfterPluginCrash (12.52s) [2021-06-15T23:45:56.917Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2021-06-15T23:45:57.981Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-06-15T23:45:58.002Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-15T23:45:58.548Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 85.4% of statements [2021-06-15T23:45:59.899Z] --- PASS: TestReadPluginNoRead (9.35s) [2021-06-15T23:45:59.899Z] --- PASS: TestReadPluginNoRead/default (2.05s) [2021-06-15T23:45:59.899Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.05s) [2021-06-15T23:45:59.899Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.84s) [2021-06-15T23:45:59.899Z] read_test.go:92: [d2135747bec82] daemon is not started [2021-06-15T23:45:59.899Z] PASS [2021-06-15T23:45:59.899Z] [2021-06-15T23:45:59.899Z] DONE 6 tests in 16.115s [2021-06-15T23:45:59.899Z] 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-06-15T23:45:59.899Z] ++ 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-06-15T23:45:59.899Z] ++ set -e [2021-06-15T23:45:59.899Z] ++ '[' -n 0 ']' [2021-06-15T23:45:59.899Z] ++ set -x [2021-06-15T23:45:59.899Z] ++ 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-06-15T23:45:59.899Z] testing: warning: no tests to run [2021-06-15T23:45:59.899Z] PASS [2021-06-15T23:45:59.899Z] [2021-06-15T23:45:59.899Z] DONE 0 tests in 0.048s [2021-06-15T23:45:59.899Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-15T23:45:59.899Z] ++ 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-06-15T23:45:59.899Z] ++ set -e [2021-06-15T23:45:59.899Z] ++ '[' -n 0 ']' [2021-06-15T23:45:59.899Z] ++ set -x [2021-06-15T23:45:59.899Z] ++ 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-06-15T23:45:59.899Z] INFO: Testing against a local daemon [2021-06-15T23:45:59.899Z] === RUN TestPluginWithDevMounts [2021-06-15T23:45:59.899Z] === PAUSE TestPluginWithDevMounts [2021-06-15T23:45:59.899Z] === CONT TestPluginWithDevMounts [2021-06-15T23:45:59.899Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-06-15T23:45:59.924Z] ok github.com/docker/docker/quota 0.241s coverage: 71.4% of statements [2021-06-15T23:46:00.183Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-15T23:46:01.211Z] + bundleName=arm64-integration [2021-06-15T23:46:01.211Z] + echo Creating arm64-integration-bundles.tar.gz [2021-06-15T23:46:01.211Z] Creating arm64-integration-bundles.tar.gz [2021-06-15T23:46:01.211Z] + find bundles -path+ */root/*overlay2 -prune -o -type fxargs ( tar -name -czf *-report.json arm64-integration-bundles.tar.gz -o [2021-06-15T23:46:01.211Z] -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-06-15T23:46:01.557Z] ok github.com/docker/docker/registry 0.062s coverage: 58.8% of statements [2021-06-15T23:46:01.789Z] --- PASS: TestPluginWithDevMounts (2.00s) [2021-06-15T23:46:01.789Z] PASS [2021-06-15T23:46:01.789Z] [2021-06-15T23:46:01.789Z] DONE 1 tests in 2.141s [2021-06-15T23:46:01.789Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-15T23:46:01.789Z] ++ 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-06-15T23:46:01.789Z] ++ set -e [2021-06-15T23:46:01.789Z] ++ '[' -n 0 ']' [2021-06-15T23:46:01.789Z] ++ set -x [2021-06-15T23:46:01.789Z] ++ 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 [Pipeline] archiveArtifacts [2021-06-15T23:46:01.797Z] Archiving artifacts [2021-06-15T23:46:02.049Z] INFO: Testing against a local daemon [2021-06-15T23:46:02.049Z] === RUN TestSecretInspect [2021-06-15T23:46:02.123Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2021-06-15T23:46:02.382Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-06-15T23:46:03.317Z] ok github.com/docker/docker/runconfig 0.007s coverage: 66.1% of statements [2021-06-15T23:46:03.576Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-06-15T23:46:04.155Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42473/17/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-15T23:46:04.477Z] + make clean [2021-06-15T23:46:04.564Z] --- PASS: TestSecretInspect (2.70s) [2021-06-15T23:46:04.564Z] === RUN TestSecretList [2021-06-15T23:46:05.051Z] docker volume rm -f docker-dev-cache [2021-06-15T23:46:05.051Z] docker-dev-cache [Pipeline] deleteDir [2021-06-15T23:46:06.108Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements [2021-06-15T23:46:07.484Z] ok github.com/docker/docker/volume/local 0.071s coverage: 76.4% of statements [2021-06-15T23:46:07.596Z] --- PASS: TestBuildMultiStageLayerLeak (18.32s) [2021-06-15T23:46:07.596Z] === RUN TestBuildWithHugeFile [2021-06-15T23:46:07.743Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2021-06-15T23:46:07.836Z] --- PASS: TestSecretList (2.74s) [2021-06-15T23:46:07.836Z] === RUN TestSecretsCreateAndDelete [2021-06-15T23:46:09.127Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2021-06-15T23:46:10.353Z] --- PASS: TestSecretsCreateAndDelete (2.70s) [2021-06-15T23:46:10.353Z] === RUN TestSecretsUpdate [2021-06-15T23:46:12.869Z] --- PASS: TestSecretsUpdate (2.67s) [2021-06-15T23:46:12.869Z] === RUN TestTemplatedSecret [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-15T23:46:17.036Z] --- PASS: TestTemplatedSecret (4.37s) [2021-06-15T23:46:17.036Z] === RUN TestSecretCreateResolve [2021-06-15T23:46:17.962Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-06-15T23:46:18.890Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-06-15T23:46:19.451Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-06-15T23:46:19.707Z] --- PASS: TestSecretCreateResolve (2.71s) [2021-06-15T23:46:19.707Z] PASS [2021-06-15T23:46:19.707Z] [2021-06-15T23:46:19.707Z] DONE 6 tests in 17.994s [2021-06-15T23:46:19.966Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-15T23:46:19.966Z] ++ 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-06-15T23:46:19.966Z] ++ set -e [2021-06-15T23:46:19.966Z] ++ '[' -n 0 ']' [2021-06-15T23:46:19.966Z] ++ set -x [2021-06-15T23:46:19.966Z] ++ 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-06-15T23:46:19.966Z] INFO: Testing against a local daemon [2021-06-15T23:46:19.966Z] === RUN TestServiceCreateInit [2021-06-15T23:46:19.966Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-15T23:46:20.531Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-06-15T23:46:21.459Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-06-15T23:46:21.715Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-06-15T23:46:24.230Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-06-15T23:46:24.230Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-06-15T23:46:24.230Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-06-15T23:46:24.230Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-06-15T23:46:24.230Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-06-15T23:46:26.746Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-06-15T23:46:26.746Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-06-15T23:46:26.746Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-15T23:46:27.674Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-06-15T23:46:27.930Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-06-15T23:46:28.492Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-06-15T23:46:29.862Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-06-15T23:46:30.118Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-06-15T23:46:33.388Z] --- PASS: TestServiceCreateInit (12.88s) [2021-06-15T23:46:33.388Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (6.54s) [2021-06-15T23:46:33.388Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (6.32s) [2021-06-15T23:46:33.388Z] === RUN TestCreateServiceMultipleTimes [2021-06-15T23:46:34.316Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-06-15T23:46:37.583Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-06-15T23:46:38.513Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-06-15T23:46:38.769Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-06-15T23:46:39.331Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-06-15T23:46:39.331Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-06-15T23:46:40.697Z] === RUN TestDockerSuite/TestBuildXZHost [2021-06-15T23:46:43.971Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-06-15T23:46:43.971Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-06-15T23:46:43.971Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-06-15T23:46:44.226Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-06-15T23:46:45.152Z] === RUN TestDockerSuite/TestCommitChange [2021-06-15T23:46:46.515Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-06-15T23:46:47.443Z] === RUN TestDockerSuite/TestCommitHardlink [2021-06-15T23:46:48.807Z] === RUN TestDockerSuite/TestCommitNewFile [2021-06-15T23:46:50.695Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-06-15T23:46:50.695Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-06-15T23:46:51.256Z] === RUN TestDockerSuite/TestCommitTTY [2021-06-15T23:46:53.147Z] --- PASS: TestCreateServiceMultipleTimes (20.25s) [2021-06-15T23:46:53.147Z] === RUN TestCreateServiceConflict [2021-06-15T23:46:53.403Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-06-15T23:46:54.770Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-06-15T23:46:55.697Z] --- PASS: TestCreateServiceConflict (2.55s) [2021-06-15T23:46:55.697Z] === RUN TestCreateServiceMaxReplicas [2021-06-15T23:46:57.062Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-06-15T23:46:58.428Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-06-15T23:46:58.428Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-06-15T23:46:58.428Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-06-15T23:46:58.428Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-06-15T23:46:58.428Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-06-15T23:46:58.428Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-06-15T23:46:58.684Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-06-15T23:46:59.611Z] --- PASS: TestCreateServiceMaxReplicas (3.81s) [2021-06-15T23:46:59.611Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-15T23:47:00.538Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-06-15T23:47:03.054Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-06-15T23:47:03.054Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-06-15T23:47:04.002Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-06-15T23:47:04.565Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-06-15T23:47:05.495Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-06-15T23:47:06.057Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-06-15T23:47:07.421Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-06-15T23:47:07.421Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-06-15T23:47:07.421Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-06-15T23:47:07.983Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-06-15T23:47:07.983Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-06-15T23:47:07.983Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-06-15T23:47:07.983Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-06-15T23:47:08.239Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-06-15T23:47:08.800Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-06-15T23:47:09.727Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-06-15T23:47:10.289Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-06-15T23:47:10.289Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-06-15T23:47:12.177Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-06-15T23:47:12.739Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-06-15T23:47:12.739Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-06-15T23:47:13.666Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-06-15T23:47:13.922Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.39s) [2021-06-15T23:47:13.922Z] === RUN TestCreateServiceSecretFileMode [2021-06-15T23:47:14.487Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-06-15T23:47:15.416Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-06-15T23:47:16.783Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-06-15T23:47:16.783Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-06-15T23:47:16.876Z] ok github.com/docker/docker/libnetwork/networkdb 156.267s coverage: 60.2% of statements [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/rootless [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/volume [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-15T23:47:16.876Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === Skipped [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-06-15T23:47:16.876Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:47:16.876Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-06-15T23:47:16.876Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:47:16.876Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-06-15T23:47:16.876Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:47:16.876Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-06-15T23:47:16.876Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:47:16.876Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-06-15T23:47:16.876Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:47:16.876Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-06-15T23:47:16.876Z] graphtest_unix.go:73: No driver to put! [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-06-15T23:47:16.876Z] time="2021-06-15T23:43:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-15T23:47:16.876Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-15T23:47:16.876Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-06-15T23:47:16.876Z] time="2021-06-15T23:43:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-15T23:47:16.876Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-15T23:47:16.876Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-06-15T23:47:16.876Z] time="2021-06-15T23:43:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-15T23:47:16.876Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-15T23:47:16.876Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-06-15T23:47:16.876Z] time="2021-06-15T23:43:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-15T23:47:16.876Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-15T23:47:16.876Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-06-15T23:47:16.876Z] time="2021-06-15T23:43:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-15T23:47:16.876Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-15T23:47:16.876Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-06-15T23:47:16.876Z] graphtest_unix.go:73: No driver to put! [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-06-15T23:47:16.876Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-06-15T23:47:16.876Z] overlay_test.go:49: Fails to compute changes intermittently [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-06-15T23:47:16.876Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-06-15T23:47:16.876Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-06-15T23:47:16.876Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:47:16.876Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-06-15T23:47:16.876Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:47:16.876Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-06-15T23:47:16.876Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:47:16.876Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-06-15T23:47:16.876Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:47:16.876Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-06-15T23:47:16.876Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-15T23:47:16.876Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-06-15T23:47:16.876Z] graphtest_unix.go:73: No driver to put! [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: libnetwork TestParallel1 (0.00s) [2021-06-15T23:47:16.876Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: libnetwork TestParallel3 (0.00s) [2021-06-15T23:47:16.876Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: libnetwork TestParallel2 (0.00s) [2021-06-15T23:47:16.876Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: libnetwork/cmd/proxy TestTCP6Proxy (0.00s) [2021-06-15T23:47:16.876Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: libnetwork/cmd/proxy TestTCPDualStackProxy (0.00s) [2021-06-15T23:47:16.876Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: libnetwork/cmd/proxy TestUDP6Proxy (0.00s) [2021-06-15T23:47:16.876Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: libnetwork/cmd/proxy TestSCTP6Proxy (0.00s) [2021-06-15T23:47:16.876Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-06-15T23:47:16.876Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-06-15T23:47:16.876Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.876Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-06-15T23:47:16.876Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:47:16.876Z] [2021-06-15T23:47:16.877Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-06-15T23:47:16.877Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:47:16.877Z] [2021-06-15T23:47:16.877Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-06-15T23:47:16.877Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-15T23:47:16.877Z] [2021-06-15T23:47:16.877Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-06-15T23:47:16.877Z] firewalld_test.go:13: firewalld is not running [2021-06-15T23:47:16.877Z] [2021-06-15T23:47:16.877Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-06-15T23:47:16.877Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-06-15T23:47:16.877Z] [2021-06-15T23:47:16.877Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-06-15T23:47:16.877Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-06-15T23:47:16.877Z] [2021-06-15T23:47:16.877Z] [2021-06-15T23:47:16.877Z] DONE 2654 tests, 37 skipped in 416.616s Post stage [Pipeline] junit [2021-06-15T23:47:16.888Z] Recording test results [2021-06-15T23:47:17.153Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-06-15T23:47:17.344Z] --- PASS: TestCreateServiceSecretFileMode (3.27s) [2021-06-15T23:47:17.344Z] === RUN TestCreateServiceConfigFileMode [2021-06-15T23:47:17.485Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42473/.git:/go/src/github.com/docker/docker/.git --name docker-pr17 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3eb125769899193cc8f255edf91fde4194625cb2 hack/validate/vendor [2021-06-15T23:47:17.600Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-06-15T23:47:18.418Z] update vendored copy of archive/tar [2021-06-15T23:47:18.418Z] downloading: https://golang.org/dl/go1.13.15.src.tar.gz [2021-06-15T23:47:18.528Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-06-15T23:47:19.354Z] patching file stat_unix.go [2021-06-15T23:47:19.354Z] 2021/06/15 23:47:19 Collecting initial packages [2021-06-15T23:47:19.611Z] 2021/06/15 23:47:19 Download dependencies [2021-06-15T23:47:19.893Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-06-15T23:47:19.893Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-06-15T23:47:20.150Z] --- PASS: TestCreateServiceConfigFileMode (2.97s) [2021-06-15T23:47:20.150Z] === RUN TestCreateServiceSysctls [2021-06-15T23:47:20.711Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-06-15T23:47:22.630Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-06-15T23:47:24.519Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-06-15T23:47:24.519Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-06-15T23:47:24.519Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-06-15T23:47:24.519Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-06-15T23:47:24.519Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-06-15T23:47:24.870Z] 2021/06/15 23:47:24 Starting whole vndr cycle because no package specified [2021-06-15T23:47:24.870Z] 2021/06/15 23:47:24 Ignoring paths matching "^archive/tar" [2021-06-15T23:47:25.080Z] --- PASS: TestCreateServiceSysctls (4.88s) [2021-06-15T23:47:25.080Z] === RUN TestCreateServiceCapabilities [2021-06-15T23:47:25.128Z] 2021/06/15 23:47:25 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2021-06-15T23:47:25.128Z] 2021/06/15 23:47:25 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2021-06-15T23:47:25.128Z] 2021/06/15 23:47:25 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2021-06-15T23:47:25.128Z] 2021/06/15 23:47:25 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2021-06-15T23:47:25.128Z] 2021/06/15 23:47:25 Clone github.com/tonistiigi/fsutil, revision d72af97c0eaf93c1d20360e3cb9c63c223675b83, attempt 1/20 [2021-06-15T23:47:25.128Z] 2021/06/15 23:47:25 Clone github.com/Microsoft/hcsshim, revision e811ee705ec77df2ae28857ade553043fb564d91, attempt 1/20 [2021-06-15T23:47:25.128Z] 2021/06/15 23:47:25 Clone github.com/bits-and-blooms/bitset, revision 59de210119f50cedaa42d175dc88b6335fcf63f6, attempt 1/20 [2021-06-15T23:47:25.128Z] 2021/06/15 23:47:25 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2021-06-15T23:47:25.128Z] 2021/06/15 23:47:25 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2021-06-15T23:47:25.128Z] 2021/06/15 23:47:25 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2021-06-15T23:47:25.128Z] 2021/06/15 23:47:25 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2021-06-15T23:47:25.128Z] 2021/06/15 23:47:25 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2021-06-15T23:47:25.128Z] 2021/06/15 23:47:25 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2021-06-15T23:47:25.128Z] 2021/06/15 23:47:25 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2021-06-15T23:47:25.128Z] 2021/06/15 23:47:25 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2021-06-15T23:47:25.128Z] 2021/06/15 23:47:25 Clone github.com/Microsoft/go-winio, revision 5c2e05d71961716a6c392a06ada435aaf5d5302c, attempt 1/20 [2021-06-15T23:47:25.335Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Finished clone github.com/tonistiigi/units [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Clone github.com/docker/libnetwork, revision 64b7a4574d1426139437d20e81c0b6d391130ec8, attempt 1/20 [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Finished clone github.com/Azure/go-ansiterm [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Finished clone github.com/opentracing-contrib/go-stdlib [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Finished clone github.com/gofrs/flock [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Finished clone github.com/mitchellh/hashstructure [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Finished clone github.com/docker/libtrust [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Finished clone github.com/google/shlex [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Finished clone github.com/google/uuid [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Finished clone github.com/bits-and-blooms/bitset [2021-06-15T23:47:26.503Z] 2021/06/15 23:47:26 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2021-06-15T23:47:26.761Z] 2021/06/15 23:47:26 Finished clone github.com/opentracing/opentracing-go [2021-06-15T23:47:26.761Z] 2021/06/15 23:47:26 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2021-06-15T23:47:26.761Z] 2021/06/15 23:47:26 Finished clone github.com/Microsoft/go-winio [2021-06-15T23:47:26.761Z] 2021/06/15 23:47:26 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2021-06-15T23:47:27.707Z] 2021/06/15 23:47:27 Finished clone github.com/sean-/seed [2021-06-15T23:47:27.707Z] 2021/06/15 23:47:27 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2021-06-15T23:47:27.851Z] --- PASS: TestCreateServiceCapabilities (2.93s) [2021-06-15T23:47:27.851Z] === RUN TestInspect [2021-06-15T23:47:27.966Z] 2021/06/15 23:47:27 Finished clone github.com/docker/go-events [2021-06-15T23:47:27.966Z] 2021/06/15 23:47:27 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2021-06-15T23:47:27.966Z] 2021/06/15 23:47:27 Finished clone github.com/armon/go-radix [2021-06-15T23:47:27.966Z] 2021/06/15 23:47:27 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2021-06-15T23:47:27.966Z] 2021/06/15 23:47:27 Finished clone github.com/hashicorp/go-multierror [2021-06-15T23:47:27.966Z] 2021/06/15 23:47:27 Clone github.com/urfave/cli, revision a65b733b303f0055f8d324d805f393cd3e7a7904, attempt 1/20 [2021-06-15T23:47:27.966Z] 2021/06/15 23:47:27 Finished clone github.com/armon/go-metrics [2021-06-15T23:47:27.966Z] 2021/06/15 23:47:27 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2021-06-15T23:47:27.966Z] 2021/06/15 23:47:27 Finished clone github.com/hashicorp/errwrap [2021-06-15T23:47:27.966Z] 2021/06/15 23:47:27 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2021-06-15T23:47:28.224Z] 2021/06/15 23:47:28 Finished clone github.com/docker/libkv [2021-06-15T23:47:28.224Z] 2021/06/15 23:47:28 Clone github.com/coreos/etcd, revision 2c834459e1aab78a5d5219c7dfe42335fc4b617a, attempt 1/20 [2021-06-15T23:47:29.159Z] 2021/06/15 23:47:28 Finished clone github.com/tonistiigi/fsutil [2021-06-15T23:47:29.159Z] 2021/06/15 23:47:28 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2021-06-15T23:47:29.159Z] 2021/06/15 23:47:28 Finished clone github.com/hashicorp/memberlist [2021-06-15T23:47:29.159Z] 2021/06/15 23:47:28 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2021-06-15T23:47:29.159Z] 2021/06/15 23:47:28 Finished clone github.com/hashicorp/go-sockaddr [2021-06-15T23:47:29.159Z] 2021/06/15 23:47:28 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2021-06-15T23:47:29.159Z] 2021/06/15 23:47:28 Finished clone github.com/vishvananda/netns [2021-06-15T23:47:29.159Z] 2021/06/15 23:47:28 Clone github.com/ishidawataru/sctp, revision f2269e66cdee387bd321445d5d300893449805be, attempt 1/20 [2021-06-15T23:47:29.418Z] 2021/06/15 23:47:29 Finished clone github.com/deckarep/golang-set [2021-06-15T23:47:29.418Z] 2021/06/15 23:47:29 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2021-06-15T23:47:29.678Z] 2021/06/15 23:47:29 Finished clone github.com/samuel/go-zookeeper [2021-06-15T23:47:29.678Z] 2021/06/15 23:47:29 Clone github.com/json-iterator/go, revision a1ca0830781e007c66b225121d2cdb3a649421f6, attempt 1/20 [2021-06-15T23:47:30.196Z] 2021/06/15 23:47:29 Finished clone github.com/moby/ipvs [2021-06-15T23:47:30.196Z] 2021/06/15 23:47:29 Clone github.com/modern-go/concurrent, revision bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94, attempt 1/20 [2021-06-15T23:47:30.196Z] 2021/06/15 23:47:30 Finished clone github.com/coreos/go-semver [2021-06-15T23:47:30.196Z] 2021/06/15 23:47:30 Clone github.com/modern-go/reflect2, revision 94122c33edd36123c84d5368cfb2b69df93a0ec8, attempt 1/20 [2021-06-15T23:47:30.367Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-06-15T23:47:30.455Z] 2021/06/15 23:47:30 Finished clone github.com/ishidawataru/sctp [2021-06-15T23:47:30.455Z] 2021/06/15 23:47:30 Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20 [2021-06-15T23:47:31.022Z] 2021/06/15 23:47:30 Finished clone github.com/vishvananda/netlink [2021-06-15T23:47:31.022Z] 2021/06/15 23:47:30 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2021-06-15T23:47:31.296Z] === RUN TestDockerSuite/TestContainerAPITop [2021-06-15T23:47:31.552Z] --- PASS: TestInspect (3.68s) [2021-06-15T23:47:31.552Z] === RUN TestCreateJob [2021-06-15T23:47:31.589Z] 2021/06/15 23:47:31 Finished clone github.com/modern-go/concurrent [2021-06-15T23:47:31.589Z] 2021/06/15 23:47:31 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2021-06-15T23:47:31.848Z] 2021/06/15 23:47:31 Finished clone github.com/modern-go/reflect2 [2021-06-15T23:47:31.848Z] 2021/06/15 23:47:31 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2021-06-15T23:47:32.114Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-06-15T23:47:32.114Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-06-15T23:47:32.369Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-06-15T23:47:32.416Z] 2021/06/15 23:47:32 Finished clone github.com/json-iterator/go [2021-06-15T23:47:32.416Z] 2021/06/15 23:47:32 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2021-06-15T23:47:32.416Z] 2021/06/15 23:47:32 Finished clone github.com/hashicorp/go-msgpack [2021-06-15T23:47:32.416Z] 2021/06/15 23:47:32 Clone github.com/opencontainers/runc, revision b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7, attempt 1/20 [2021-06-15T23:47:32.416Z] 2021/06/15 23:47:32 Finished clone go.etcd.io/bbolt [2021-06-15T23:47:32.416Z] 2021/06/15 23:47:32 Clone github.com/opencontainers/runtime-spec, revision 1c3f411f041711bbeecf35ff7e93461ea6789220, attempt 1/20 [2021-06-15T23:47:32.983Z] 2021/06/15 23:47:32 Finished clone github.com/opencontainers/go-digest [2021-06-15T23:47:32.983Z] 2021/06/15 23:47:32 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2021-06-15T23:47:32.983Z] 2021/06/15 23:47:32 Finished clone github.com/mistifyio/go-zfs [2021-06-15T23:47:32.983Z] 2021/06/15 23:47:32 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2021-06-15T23:47:33.919Z] 2021/06/15 23:47:33 Finished clone github.com/urfave/cli [2021-06-15T23:47:33.919Z] 2021/06/15 23:47:33 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2021-06-15T23:47:34.177Z] 2021/06/15 23:47:33 Finished clone github.com/golang/gddo [2021-06-15T23:47:34.177Z] 2021/06/15 23:47:33 Clone github.com/coreos/go-systemd/v22, revision 256724e3db397c5ca4287b8f0c78e9e8492fdb01, attempt 1/20 [2021-06-15T23:47:34.436Z] 2021/06/15 23:47:34 Finished clone github.com/cyphar/filepath-securejoin [2021-06-15T23:47:34.436Z] 2021/06/15 23:47:34 Clone github.com/godbus/dbus/v5, revision c88335c0b1d28a30e7fc76d526a06154b85e5d97, attempt 1/20 [2021-06-15T23:47:35.003Z] 2021/06/15 23:47:34 Finished clone github.com/hashicorp/serf [2021-06-15T23:47:35.003Z] 2021/06/15 23:47:34 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2021-06-15T23:47:35.262Z] 2021/06/15 23:47:35 Finished clone github.com/vbatts/tar-split [2021-06-15T23:47:35.262Z] 2021/06/15 23:47:35 Clone github.com/fluent/fluent-logger-golang, revision b9b7fb02ccfee8ba4e69aa87386820c2bf24fd11, attempt 1/20 [2021-06-15T23:47:35.520Z] 2021/06/15 23:47:35 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2021-06-15T23:47:35.520Z] 2021/06/15 23:47:35 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2021-06-15T23:47:35.520Z] 2021/06/15 23:47:35 Finished clone github.com/opencontainers/runtime-spec [2021-06-15T23:47:35.520Z] 2021/06/15 23:47:35 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2021-06-15T23:47:35.632Z] --- PASS: TestCreateJob (3.60s) [2021-06-15T23:47:35.632Z] === RUN TestReplicatedJob [2021-06-15T23:47:35.632Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-06-15T23:47:36.087Z] 2021/06/15 23:47:35 Finished clone github.com/coreos/go-systemd [2021-06-15T23:47:36.087Z] 2021/06/15 23:47:35 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2021-06-15T23:47:36.087Z] 2021/06/15 23:47:35 Finished clone github.com/coreos/go-systemd/v22 [2021-06-15T23:47:36.087Z] 2021/06/15 23:47:35 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2021-06-15T23:47:36.194Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-06-15T23:47:36.346Z] 2021/06/15 23:47:36 Finished clone github.com/opencontainers/image-spec [2021-06-15T23:47:36.346Z] 2021/06/15 23:47:36 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2021-06-15T23:47:36.346Z] 2021/06/15 23:47:36 Finished clone github.com/godbus/dbus/v5 [2021-06-15T23:47:36.346Z] 2021/06/15 23:47:36 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2021-06-15T23:47:36.346Z] 2021/06/15 23:47:36 Finished clone github.com/Graylog2/go-gelf [2021-06-15T23:47:36.346Z] 2021/06/15 23:47:36 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2021-06-15T23:47:36.605Z] 2021/06/15 23:47:36 Finished clone github.com/philhofer/fwd [2021-06-15T23:47:36.605Z] 2021/06/15 23:47:36 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2021-06-15T23:47:36.864Z] 2021/06/15 23:47:36 Finished clone github.com/fluent/fluent-logger-golang [2021-06-15T23:47:36.864Z] 2021/06/15 23:47:36 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2021-06-15T23:47:37.431Z] 2021/06/15 23:47:37 Finished clone github.com/bsphere/le_go [2021-06-15T23:47:37.431Z] 2021/06/15 23:47:37 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2021-06-15T23:47:37.690Z] 2021/06/15 23:47:37 Finished clone github.com/fsnotify/fsnotify [2021-06-15T23:47:37.690Z] 2021/06/15 23:47:37 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2021-06-15T23:47:37.949Z] 2021/06/15 23:47:37 Finished clone github.com/golang/groupcache [2021-06-15T23:47:37.949Z] 2021/06/15 23:47:37 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2021-06-15T23:47:38.084Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-06-15T23:47:38.208Z] 2021/06/15 23:47:38 Finished clone github.com/jmespath/go-jmespath [2021-06-15T23:47:38.208Z] 2021/06/15 23:47:38 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2021-06-15T23:47:38.467Z] 2021/06/15 23:47:38 Finished clone golang.org/x/oauth2 [2021-06-15T23:47:38.467Z] 2021/06/15 23:47:38 Clone github.com/containerd/containerd, revision 36cc874494a56a253cd181a1a685b44b58a2e34a, attempt 1/20 [2021-06-15T23:47:39.405Z] 2021/06/15 23:47:39 Finished clone github.com/tinylib/msgp [2021-06-15T23:47:39.405Z] 2021/06/15 23:47:39 Clone github.com/containerd/fifo, revision 650e8a8a179d040123db61f016cb133143e7a581, attempt 1/20 [2021-06-15T23:47:39.405Z] 2021/06/15 23:47:39 Finished clone github.com/googleapis/gax-go [2021-06-15T23:47:39.405Z] 2021/06/15 23:47:39 Clone github.com/containerd/continuity, revision bce1c3f9669b6f3e7f6656ee715b0b4d75fa64a6, attempt 1/20 [2021-06-15T23:47:40.781Z] 2021/06/15 23:47:40 Finished clone github.com/containerd/fifo [2021-06-15T23:47:40.781Z] 2021/06/15 23:47:40 Clone github.com/containerd/cgroups, revision b9de8a2212026c07cec67baf3323f1fc0121e048, attempt 1/20 [2021-06-15T23:47:41.040Z] 2021/06/15 23:47:40 Finished clone go.opencensus.io [2021-06-15T23:47:41.040Z] 2021/06/15 23:47:40 Clone github.com/containerd/console, revision 2f1e3d2b6afd18e8b2077816c711205a0b4d8769, attempt 1/20 [2021-06-15T23:47:43.573Z] 2021/06/15 23:47:42 Finished clone github.com/containerd/cgroups [2021-06-15T23:47:43.573Z] 2021/06/15 23:47:42 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2021-06-15T23:47:44.515Z] 2021/06/15 23:47:44 Finished clone github.com/containerd/console [2021-06-15T23:47:44.515Z] 2021/06/15 23:47:44 Clone github.com/containerd/typeurl, revision 5e43fb8b75ed2f2305fc04e6918c8d10636771bc, attempt 1/20 [2021-06-15T23:47:44.626Z] --- PASS: TestReplicatedJob (8.40s) [2021-06-15T23:47:44.626Z] === RUN TestUpdateReplicatedJob [2021-06-15T23:47:44.773Z] 2021/06/15 23:47:44 Finished clone github.com/docker/libnetwork [2021-06-15T23:47:44.773Z] 2021/06/15 23:47:44 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2021-06-15T23:47:44.773Z] 2021/06/15 23:47:44 Finished clone github.com/containerd/go-runc [2021-06-15T23:47:44.773Z] 2021/06/15 23:47:44 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2021-06-15T23:47:45.031Z] 2021/06/15 23:47:44 Finished clone github.com/miekg/dns [2021-06-15T23:47:45.031Z] 2021/06/15 23:47:44 Clone github.com/cilium/ebpf, revision ef54c303d1fff1e80a9bf20f00a378fde5419d61, attempt 1/20 [2021-06-15T23:47:45.190Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-06-15T23:47:45.289Z] 2021/06/15 23:47:45 Finished clone github.com/containerd/continuity [2021-06-15T23:47:45.289Z] 2021/06/15 23:47:45 Clone github.com/klauspost/compress, revision a3b7545c88eea469c2246bee0e6c130525d56190, attempt 1/20 [2021-06-15T23:47:45.855Z] 2021/06/15 23:47:45 Finished clone github.com/containerd/typeurl [2021-06-15T23:47:45.855Z] 2021/06/15 23:47:45 Clone github.com/pelletier/go-toml, revision 65ca8064882c8c308e5c804c5d5443d409e0738c, attempt 1/20 [2021-06-15T23:47:46.422Z] 2021/06/15 23:47:46 Finished clone github.com/containerd/ttrpc [2021-06-15T23:47:46.422Z] 2021/06/15 23:47:46 Clone github.com/docker/swarmkit, revision ccf0585f543eae7d74104ddd8f339a960322d214, attempt 1/20 [2021-06-15T23:47:46.554Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-06-15T23:47:46.989Z] 2021/06/15 23:47:46 Finished clone github.com/gogo/googleapis [2021-06-15T23:47:46.989Z] 2021/06/15 23:47:46 Clone github.com/gogo/protobuf, revision b03c65ea87cdc3521ede29f62fe3ce239267c1bc, attempt 1/20 [2021-06-15T23:47:49.072Z] --- PASS: TestUpdateReplicatedJob (5.08s) [2021-06-15T23:47:49.072Z] === RUN TestServiceListWithStatuses [2021-06-15T23:47:49.072Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-15T23:47:49.072Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-15T23:47:49.072Z] === RUN TestDockerNetworkConnectAlias [2021-06-15T23:47:49.072Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-06-15T23:47:49.608Z] 2021/06/15 23:47:49 Finished clone github.com/pelletier/go-toml [2021-06-15T23:47:49.608Z] 2021/06/15 23:47:49 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2021-06-15T23:47:49.867Z] 2021/06/15 23:47:49 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2021-06-15T23:47:49.867Z] 2021/06/15 23:47:49 Finished clone github.com/opencontainers/runc [2021-06-15T23:47:50.440Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-06-15T23:47:51.241Z] 2021/06/15 23:47:50 Finished clone github.com/cilium/ebpf [2021-06-15T23:47:51.241Z] 2021/06/15 23:47:50 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2021-06-15T23:47:51.808Z] 2021/06/15 23:47:51 Finished clone github.com/docker/distribution [2021-06-15T23:47:51.808Z] 2021/06/15 23:47:51 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2021-06-15T23:47:52.067Z] 2021/06/15 23:47:51 Finished clone google.golang.org/grpc [2021-06-15T23:47:52.067Z] 2021/06/15 23:47:51 Clone golang.org/x/crypto, revision 0c34fe9e7dc2486962ef9867e3edb3503537209f, attempt 1/20 [2021-06-15T23:47:52.325Z] 2021/06/15 23:47:52 Finished clone github.com/fernet/fernet-go [2021-06-15T23:47:52.326Z] 2021/06/15 23:47:52 Clone golang.org/x/time, revision 3af7569d3a1e776fc2a3c1cec133b43105ea9c2e, attempt 1/20 [2021-06-15T23:47:52.331Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-06-15T23:47:53.697Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-06-15T23:47:54.229Z] 2021/06/15 23:47:53 Finished clone golang.org/x/time [2021-06-15T23:47:54.229Z] 2021/06/15 23:47:53 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2021-06-15T23:47:54.624Z] --- PASS: TestDockerNetworkConnectAlias (5.74s) [2021-06-15T23:47:54.624Z] === RUN TestDockerNetworkReConnect [2021-06-15T23:47:55.550Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-06-15T23:47:55.602Z] 2021/06/15 23:47:55 Finished clone github.com/hashicorp/go-memdb [2021-06-15T23:47:55.602Z] 2021/06/15 23:47:55 Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2021-06-15T23:47:55.805Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-06-15T23:47:56.535Z] 2021/06/15 23:47:56 Finished clone github.com/hashicorp/go-immutable-radix [2021-06-15T23:47:56.535Z] 2021/06/15 23:47:56 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2021-06-15T23:47:57.470Z] 2021/06/15 23:47:57 Finished clone github.com/Microsoft/hcsshim [2021-06-15T23:47:57.470Z] 2021/06/15 23:47:57 Clone github.com/coreos/pkg, revision 97fdf19511ea361ae1c100dd393cc47f8dcfa1e1, attempt 1/20 [2021-06-15T23:47:57.694Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-06-15T23:47:58.407Z] 2021/06/15 23:47:58 Finished clone github.com/hashicorp/golang-lru [2021-06-15T23:47:58.407Z] 2021/06/15 23:47:58 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2021-06-15T23:47:58.407Z] 2021/06/15 23:47:58 Finished clone github.com/golang/protobuf [2021-06-15T23:47:58.407Z] 2021/06/15 23:47:58 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2021-06-15T23:47:58.974Z] 2021/06/15 23:47:58 Finished clone golang.org/x/crypto [2021-06-15T23:47:58.974Z] 2021/06/15 23:47:58 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2021-06-15T23:47:59.542Z] 2021/06/15 23:47:59 Finished clone github.com/coreos/pkg [2021-06-15T23:47:59.542Z] 2021/06/15 23:47:59 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2021-06-15T23:47:59.582Z] --- PASS: TestDockerNetworkReConnect (5.05s) [2021-06-15T23:47:59.582Z] === RUN TestServicePlugin [2021-06-15T23:47:59.839Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b8b0c0_} [2021-06-15T23:48:00.476Z] 2021/06/15 23:48:00 Finished clone github.com/beorn7/perks [2021-06-15T23:48:00.476Z] 2021/06/15 23:48:00 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2021-06-15T23:48:01.044Z] 2021/06/15 23:48:00 Finished clone github.com/prometheus/client_model [2021-06-15T23:48:01.044Z] 2021/06/15 23:48:00 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2021-06-15T23:48:01.733Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1719820699_/foo_false____} [2021-06-15T23:48:01.980Z] 2021/06/15 23:48:01 Finished clone github.com/klauspost/compress [2021-06-15T23:48:01.980Z] 2021/06/15 23:48:01 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2021-06-15T23:48:02.240Z] 2021/06/15 23:48:02 Finished clone github.com/prometheus/client_golang [2021-06-15T23:48:02.240Z] 2021/06/15 23:48:02 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2021-06-15T23:48:02.807Z] 2021/06/15 23:48:02 Finished clone code.cloudfoundry.org/clock [2021-06-15T23:48:02.807Z] 2021/06/15 23:48:02 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2021-06-15T23:48:03.374Z] 2021/06/15 23:48:03 Finished clone github.com/matttproud/golang_protobuf_extensions [2021-06-15T23:48:03.374Z] 2021/06/15 23:48:03 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2021-06-15T23:48:03.622Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1719820699_/foo_true____} [2021-06-15T23:48:03.631Z] 2021/06/15 23:48:03 Finished clone github.com/prometheus/common [2021-06-15T23:48:03.631Z] 2021/06/15 23:48:03 Clone github.com/spf13/cobra, revision 8380ddd3132bdf8fd77731725b550c181dda0aa8, attempt 1/20 [2021-06-15T23:48:03.889Z] 2021/06/15 23:48:03 Finished clone github.com/pkg/errors [2021-06-15T23:48:03.889Z] 2021/06/15 23:48:03 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2021-06-15T23:48:04.147Z] 2021/06/15 23:48:03 Finished clone github.com/prometheus/procfs [2021-06-15T23:48:04.147Z] 2021/06/15 23:48:03 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2021-06-15T23:48:04.714Z] 2021/06/15 23:48:04 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2021-06-15T23:48:04.714Z] 2021/06/15 23:48:04 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2021-06-15T23:48:04.973Z] 2021/06/15 23:48:04 Finished clone github.com/cespare/xxhash/v2 [2021-06-15T23:48:04.973Z] 2021/06/15 23:48:04 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2021-06-15T23:48:05.540Z] 2021/06/15 23:48:05 Finished clone github.com/inconshreveable/mousetrap [2021-06-15T23:48:05.540Z] 2021/06/15 23:48:05 Clone github.com/opencontainers/selinux, revision 76bc82e11d854d3e40c08889d13c98abcea72ea2, attempt 1/20 [2021-06-15T23:48:06.107Z] 2021/06/15 23:48:05 Finished clone github.com/spf13/pflag [2021-06-15T23:48:06.107Z] 2021/06/15 23:48:05 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2021-06-15T23:48:06.137Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3500310590_/foo_false____} [2021-06-15T23:48:06.365Z] 2021/06/15 23:48:06 Finished clone github.com/morikuni/aec [2021-06-15T23:48:06.365Z] 2021/06/15 23:48:06 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2021-06-15T23:48:06.365Z] 2021/06/15 23:48:06 Finished clone github.com/google/certificate-transparency-go [2021-06-15T23:48:06.365Z] 2021/06/15 23:48:06 Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20 [2021-06-15T23:48:06.624Z] 2021/06/15 23:48:06 Finished clone github.com/docker/go-metrics [2021-06-15T23:48:06.624Z] 2021/06/15 23:48:06 Clone github.com/moby/sys, revision b0f1fd7235275d01bd35cc4421e884e522395f45, attempt 1/20 [2021-06-15T23:48:06.698Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3500310590_/foo_true____} [2021-06-15T23:48:07.190Z] 2021/06/15 23:48:07 Finished clone github.com/spf13/cobra [2021-06-15T23:48:07.190Z] 2021/06/15 23:48:07 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2021-06-15T23:48:08.126Z] 2021/06/15 23:48:07 Finished clone github.com/moby/locker [2021-06-15T23:48:08.126Z] 2021/06/15 23:48:07 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2021-06-15T23:48:08.126Z] 2021/06/15 23:48:07 Finished clone github.com/gorilla/mux [2021-06-15T23:48:08.126Z] 2021/06/15 23:48:07 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2021-06-15T23:48:08.126Z] 2021/06/15 23:48:08 Finished clone github.com/moby/term [2021-06-15T23:48:08.126Z] 2021/06/15 23:48:08 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2021-06-15T23:48:08.585Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3500310590_/foo_true__0xc000b8b120__} [2021-06-15T23:48:08.710Z] 2021/06/15 23:48:08 Finished clone github.com/moby/sys [2021-06-15T23:48:08.710Z] 2021/06/15 23:48:08 Clone golang.org/x/net, revision e18ecbb051101a46fc263334b127c89bc7bff7ea, attempt 1/20 [2021-06-15T23:48:08.987Z] 2021/06/15 23:48:08 Finished clone github.com/creack/pty [2021-06-15T23:48:08.987Z] 2021/06/15 23:48:08 Clone golang.org/x/sys, revision d19ff857e887eacb631721f188c7d365c2331456, attempt 1/20 [2021-06-15T23:48:09.558Z] 2021/06/15 23:48:09 Finished clone github.com/opencontainers/selinux [2021-06-15T23:48:09.558Z] 2021/06/15 23:48:09 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2021-06-15T23:48:10.126Z] 2021/06/15 23:48:09 Finished clone github.com/tchap/go-patricia [2021-06-15T23:48:10.126Z] 2021/06/15 23:48:09 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2021-06-15T23:48:10.477Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b8b140_} [2021-06-15T23:48:11.062Z] 2021/06/15 23:48:10 Finished clone github.com/sirupsen/logrus [2021-06-15T23:48:11.062Z] 2021/06/15 23:48:10 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2021-06-15T23:48:11.062Z] 2021/06/15 23:48:10 Finished clone github.com/google/go-cmp [2021-06-15T23:48:11.062Z] 2021/06/15 23:48:10 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2021-06-15T23:48:11.630Z] 2021/06/15 23:48:11 Finished clone github.com/docker/go-units [2021-06-15T23:48:11.630Z] 2021/06/15 23:48:11 Clone golang.org/x/sync, revision 036812b2e83c0ddf193dd5a34e034151da389d09, attempt 1/20 [2021-06-15T23:48:12.366Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b8b160_} [2021-06-15T23:48:13.535Z] 2021/06/15 23:48:13 Finished clone gotest.tools/v3 [2021-06-15T23:48:13.535Z] 2021/06/15 23:48:13 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2021-06-15T23:48:13.731Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b8b180_} [2021-06-15T23:48:13.794Z] 2021/06/15 23:48:13 Finished clone golang.org/x/sync [2021-06-15T23:48:13.794Z] 2021/06/15 23:48:13 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2021-06-15T23:48:13.794Z] 2021/06/15 23:48:13 Finished clone github.com/docker/go-connections [2021-06-15T23:48:13.794Z] 2021/06/15 23:48:13 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2021-06-15T23:48:15.171Z] 2021/06/15 23:48:14 Finished clone github.com/syndtr/gocapability [2021-06-15T23:48:15.171Z] 2021/06/15 23:48:14 Clone github.com/moby/buildkit, revision 9f254e18360a24c2ae47b26f772c3c89533bcbb7, attempt 1/20 [2021-06-15T23:48:15.429Z] 2021/06/15 23:48:15 Finished clone github.com/RackSec/srslog [2021-06-15T23:48:15.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b8b1a0_} [2021-06-15T23:48:15.690Z] 2021/06/15 23:48:15 Finished clone github.com/imdario/mergo [2021-06-15T23:48:17.507Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-06-15T23:48:18.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-06-15T23:48:18.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-06-15T23:48:18.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-06-15T23:48:18.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-06-15T23:48:18.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-06-15T23:48:18.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-06-15T23:48:18.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-06-15T23:48:18.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-06-15T23:48:18.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-06-15T23:48:18.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-06-15T23:48:18.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-06-15T23:48:18.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-06-15T23:48:19.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-06-15T23:48:19.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-06-15T23:48:19.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-06-15T23:48:19.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-06-15T23:48:19.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-06-15T23:48:19.148Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-06-15T23:48:19.332Z] --- PASS: TestBuildWithHugeFile (124.67s) [2021-06-15T23:48:19.332Z] === RUN TestBuildWCOWSandboxSize [2021-06-15T23:48:20.958Z] 2021/06/15 23:48:20 Finished clone github.com/cloudflare/cfssl [2021-06-15T23:48:21.892Z] 2021/06/15 23:48:21 Finished clone golang.org/x/net [2021-06-15T23:48:23.315Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-06-15T23:48:24.424Z] 2021/06/15 23:48:24 Finished clone github.com/docker/swarmkit [2021-06-15T23:48:24.681Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-06-15T23:48:27.947Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-06-15T23:48:29.312Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-06-15T23:48:29.567Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-06-15T23:48:30.495Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-06-15T23:48:31.056Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-06-15T23:48:31.983Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-06-15T23:48:32.912Z] --- PASS: TestServicePlugin (33.31s) [2021-06-15T23:48:32.912Z] plugin_test.go:62: [dbb437f12695b] joining swarm manager [d086194f6c3c2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-15T23:48:32.912Z] plugin_test.go:65: [d52a283a6787d] joining swarm manager [d086194f6c3c2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-15T23:48:32.912Z] === RUN TestServiceUpdateLabel [2021-06-15T23:48:32.912Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-06-15T23:48:33.843Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-06-15T23:48:34.397Z] 2021/06/15 23:48:33 Finished clone github.com/coreos/etcd [2021-06-15T23:48:34.397Z] 2021/06/15 23:48:33 Finished clone golang.org/x/sys [2021-06-15T23:48:35.209Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-06-15T23:48:35.772Z] --- PASS: TestServiceUpdateLabel (2.94s) [2021-06-15T23:48:35.772Z] === RUN TestServiceUpdateSecrets [2021-06-15T23:48:36.302Z] 2021/06/15 23:48:36 Finished clone cloud.google.com/go [2021-06-15T23:48:36.333Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-06-15T23:48:37.238Z] 2021/06/15 23:48:37 Finished clone golang.org/x/text [2021-06-15T23:48:37.260Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-06-15T23:48:38.174Z] 2021/06/15 23:48:37 Finished clone github.com/containerd/containerd [2021-06-15T23:48:38.433Z] 2021/06/15 23:48:38 Finished clone github.com/moby/buildkit [2021-06-15T23:48:38.625Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-06-15T23:48:39.552Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-06-15T23:48:40.480Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-06-15T23:48:41.042Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-06-15T23:48:41.971Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-06-15T23:48:43.334Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-06-15T23:48:44.266Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-06-15T23:48:44.828Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-06-15T23:48:44.828Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-06-15T23:48:46.194Z] === RUN TestDockerSuite/TestCpRelativePath [2021-06-15T23:48:46.756Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-06-15T23:48:47.682Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-06-15T23:48:48.425Z] 2021/06/15 23:48:47 Finished clone google.golang.org/genproto [2021-06-15T23:48:48.608Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-06-15T23:48:49.536Z] === RUN TestDockerSuite/TestCpToCaseA [2021-06-15T23:48:50.909Z] === RUN TestDockerSuite/TestCpToCaseB [2021-06-15T23:48:50.957Z] 2021/06/15 23:48:50 Finished clone github.com/gogo/protobuf [2021-06-15T23:48:51.838Z] --- PASS: TestServiceUpdateSecrets (15.99s) [2021-06-15T23:48:51.838Z] === RUN TestServiceUpdateConfigs [2021-06-15T23:48:51.838Z] === RUN TestDockerSuite/TestCpToCaseC [2021-06-15T23:48:53.728Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-06-15T23:48:55.092Z] === RUN TestDockerSuite/TestCpToCaseD [2021-06-15T23:48:59.258Z] === RUN TestDockerSuite/TestCpToCaseE [2021-06-15T23:49:03.425Z] === RUN TestDockerSuite/TestCpToCaseF [2021-06-15T23:49:03.681Z] === RUN TestDockerSuite/TestCpToCaseG [2021-06-15T23:49:08.922Z] === RUN TestDockerSuite/TestCpToCaseH [2021-06-15T23:49:08.922Z] --- PASS: TestServiceUpdateConfigs (16.39s) [2021-06-15T23:49:08.922Z] === RUN TestServiceUpdateNetwork [2021-06-15T23:49:12.188Z] === RUN TestDockerSuite/TestCpToCaseI [2021-06-15T23:49:12.748Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-06-15T23:49:15.266Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-06-15T23:49:18.544Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-06-15T23:49:19.912Z] === RUN TestDockerSuite/TestCpToDot [2021-06-15T23:49:21.279Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-06-15T23:49:21.841Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-06-15T23:49:23.206Z] --- PASS: TestServiceUpdateNetwork (14.94s) [2021-06-15T23:49:23.206Z] === RUN TestServiceUpdatePidsLimit [2021-06-15T23:49:23.206Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-06-15T23:49:24.601Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-06-15T23:49:25.968Z] === RUN TestDockerSuite/TestCpToStdout [2021-06-15T23:49:26.896Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-06-15T23:49:27.458Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-06-15T23:49:29.973Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-06-15T23:49:29.973Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-06-15T23:49:31.340Z] === RUN TestDockerSuite/TestCpVolumePath [2021-06-15T23:49:33.230Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-06-15T23:49:33.230Z] === RUN TestDockerSuite/TestCreateArgs [2021-06-15T23:49:33.230Z] === RUN TestDockerSuite/TestCreateByImageID [2021-06-15T23:49:33.791Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-06-15T23:49:34.354Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-06-15T23:49:34.915Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-06-15T23:49:34.915Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-06-15T23:49:34.915Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-06-15T23:49:35.841Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-06-15T23:49:36.097Z] === RUN TestDockerSuite/TestCreateLabels [2021-06-15T23:49:36.097Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-06-15T23:49:36.097Z] === RUN TestDockerSuite/TestCreateRM [2021-06-15T23:49:36.353Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-06-15T23:49:36.353Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-06-15T23:49:36.353Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-06-15T23:49:36.615Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-06-15T23:49:37.643Z] 2021/06/15 23:49:35 Finished clone github.com/hashicorp/consul [2021-06-15T23:49:38.506Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-06-15T23:49:38.506Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-06-15T23:49:38.762Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-06-15T23:49:42.030Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-06-15T23:49:42.287Z] --- PASS: TestServiceUpdatePidsLimit (19.10s) [2021-06-15T23:49:42.287Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (2.01s) [2021-06-15T23:49:42.287Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.53s) [2021-06-15T23:49:42.287Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.32s) [2021-06-15T23:49:42.287Z] PASS [2021-06-15T23:49:42.287Z] [2021-06-15T23:49:42.287Z] === Skipped [2021-06-15T23:49:42.287Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-15T23:49:42.287Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-15T23:49:42.287Z] [2021-06-15T23:49:42.287Z] [2021-06-15T23:49:42.287Z] DONE 27 tests, 1 skipped in 202.315s [2021-06-15T23:49:42.287Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-15T23:49:42.287Z] ++ 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-06-15T23:49:42.287Z] ++ set -e [2021-06-15T23:49:42.287Z] ++ '[' -n 0 ']' [2021-06-15T23:49:42.287Z] ++ set -x [2021-06-15T23:49:42.287Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-06-15T23:49:42.287Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-06-15T23:49:42.287Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-06-15T23:49:42.287Z] INFO: Testing against a local daemon [2021-06-15T23:49:42.287Z] === RUN TestSessionCreate [2021-06-15T23:49:42.287Z] --- PASS: TestSessionCreate (0.07s) [2021-06-15T23:49:42.287Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-15T23:49:42.544Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-06-15T23:49:42.544Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-06-15T23:49:42.544Z] PASS [2021-06-15T23:49:42.544Z] [2021-06-15T23:49:42.544Z] DONE 2 tests in 0.221s [2021-06-15T23:49:42.544Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-15T23:49:42.544Z] ++ 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-06-15T23:49:42.544Z] ++ set -e [2021-06-15T23:49:42.544Z] ++ '[' -n 0 ']' [2021-06-15T23:49:42.544Z] ++ set -x [2021-06-15T23:49:42.544Z] ++ 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-06-15T23:49:42.544Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-06-15T23:49:42.544Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-06-15T23:49:42.544Z] INFO: Testing against a local daemon [2021-06-15T23:49:42.544Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-15T23:49:42.544Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-15T23:49:42.544Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-15T23:49:42.544Z] === RUN TestEventsExecDie [2021-06-15T23:49:42.918Z] 2021/06/15 23:49:42 Finished clone github.com/aws/aws-sdk-go [2021-06-15T23:49:43.471Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-06-15T23:49:44.033Z] --- PASS: TestEventsExecDie (1.46s) [2021-06-15T23:49:44.033Z] === RUN TestEventsBackwardsCompatible [2021-06-15T23:49:44.033Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2021-06-15T23:49:44.033Z] === RUN TestEventsVolumeCreate [2021-06-15T23:49:44.289Z] --- PASS: TestEventsVolumeCreate (0.06s) [2021-06-15T23:49:44.289Z] === RUN TestInfoBinaryCommits [2021-06-15T23:49:44.289Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-06-15T23:49:44.289Z] === RUN TestInfoAPIVersioned [2021-06-15T23:49:44.289Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-15T23:49:44.289Z] === RUN TestInfoDiscoveryBackend [2021-06-15T23:49:44.849Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-06-15T23:49:44.849Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-15T23:49:44.849Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-06-15T23:49:45.105Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-06-15T23:49:45.666Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-06-15T23:49:45.666Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-15T23:49:46.228Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-06-15T23:49:46.228Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2021-06-15T23:49:46.228Z] === RUN TestInfoAPI [2021-06-15T23:49:46.228Z] --- PASS: TestInfoAPI (0.03s) [2021-06-15T23:49:46.228Z] === RUN TestInfoAPIWarnings [2021-06-15T23:49:48.745Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-06-15T23:49:50.636Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-06-15T23:49:52.005Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-06-15T23:49:53.371Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-06-15T23:49:53.371Z] === RUN TestDockerSuite/TestDevicePermissions [2021-06-15T23:49:53.933Z] === RUN TestDockerSuite/TestDockerFails [2021-06-15T23:49:53.933Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-06-15T23:49:53.933Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-06-15T23:49:54.190Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-06-15T23:49:55.117Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-06-15T23:49:56.044Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-06-15T23:49:57.424Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-06-15T23:49:57.424Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-06-15T23:49:57.424Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-06-15T23:49:57.424Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-06-15T23:50:02.664Z] --- PASS: TestInfoAPIWarnings (16.31s) [2021-06-15T23:50:02.665Z] === RUN TestInfoDebug [2021-06-15T23:50:03.226Z] --- PASS: TestInfoDebug (0.53s) [2021-06-15T23:50:03.226Z] === RUN TestInfoInsecureRegistries [2021-06-15T23:50:03.790Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-06-15T23:50:03.790Z] === RUN TestInfoRegistryMirrors [2021-06-15T23:50:03.790Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-06-15T23:50:04.354Z] --- PASS: TestInfoRegistryMirrors (0.57s) [2021-06-15T23:50:04.354Z] === RUN TestLoginFailsWithBadCredentials [2021-06-15T23:50:04.354Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-06-15T23:50:04.611Z] --- PASS: TestLoginFailsWithBadCredentials (0.30s) [2021-06-15T23:50:04.611Z] === RUN TestPingCacheHeaders [2021-06-15T23:50:04.611Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-06-15T23:50:04.611Z] === RUN TestPingGet [2021-06-15T23:50:04.611Z] --- PASS: TestPingGet (0.02s) [2021-06-15T23:50:04.611Z] === RUN TestPingHead [2021-06-15T23:50:04.611Z] --- PASS: TestPingHead (0.03s) [2021-06-15T23:50:04.611Z] === RUN TestVersion [2021-06-15T23:50:04.611Z] --- PASS: TestVersion (0.05s) [2021-06-15T23:50:04.611Z] PASS [2021-06-15T23:50:04.611Z] [2021-06-15T23:50:04.611Z] === Skipped [2021-06-15T23:50:04.611Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-15T23:50:04.611Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-15T23:50:04.611Z] [2021-06-15T23:50:04.611Z] [2021-06-15T23:50:04.611Z] DONE 19 tests, 1 skipped in 22.254s [2021-06-15T23:50:04.611Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-15T23:50:04.611Z] ++ 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-06-15T23:50:04.611Z] ++ set -e [2021-06-15T23:50:04.611Z] ++ '[' -n 0 ']' [2021-06-15T23:50:04.611Z] ++ set -x [2021-06-15T23:50:04.611Z] ++ 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-06-15T23:50:04.867Z] INFO: Testing against a local daemon [2021-06-15T23:50:04.867Z] === RUN TestVolumesCreateAndList [2021-06-15T23:50:04.867Z] --- PASS: TestVolumesCreateAndList (0.05s) [2021-06-15T23:50:04.868Z] === RUN TestVolumesRemove [2021-06-15T23:50:05.127Z] --- PASS: TestVolumesRemove (0.11s) [2021-06-15T23:50:05.127Z] === RUN TestVolumesInspect [2021-06-15T23:50:05.127Z] --- PASS: TestVolumesInspect (0.03s) [2021-06-15T23:50:05.127Z] === RUN TestVolumesInvalidJSON [2021-06-15T23:50:05.127Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-15T23:50:05.127Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-15T23:50:05.127Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-15T23:50:05.127Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2021-06-15T23:50:05.127Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-15T23:50:05.127Z] PASS [2021-06-15T23:50:05.127Z] [2021-06-15T23:50:05.127Z] DONE 5 tests in 0.364s [2021-06-15T23:50:05.127Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-15T23:50:05.690Z] ++++ cat bundles/test-integration/docker.pid [2021-06-15T23:50:05.690Z] +++ kill 5785 [2021-06-15T23:50:07.056Z] +++ /etc/init.d/apparmor stop [2021-06-15T23:50:07.056Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-15T23:50:07.056Z] [2021-06-15T23:50:07.056Z] Unloading profiles will leave already running processes permanently [2021-06-15T23:50:07.056Z] unconfined, which can lead to unexpected situations. [2021-06-15T23:50:07.056Z] [2021-06-15T23:50:07.056Z] To set a process to complain mode, use the command line tool [2021-06-15T23:50:07.056Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-15T23:50:07.056Z] +++ true [2021-06-15T23:50:07.056Z] exiting test-integration [2021-06-15T23:50:07.056Z] ++ exit 0 [2021-06-15T23:50:07.056Z] [2021-06-15T23:50:07.617Z] + for job in $(jobs -p) [2021-06-15T23:50:07.617Z] + wait 4167 [2021-06-15T23:50:07.617Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-06-15T23:50:11.783Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-06-15T23:50:13.674Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-06-15T23:50:14.239Z] === RUN TestDockerSuite/TestEventsAttach [2021-06-15T23:50:15.169Z] === RUN TestDockerSuite/TestEventsCommit [2021-06-15T23:50:16.096Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-06-15T23:50:16.658Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-06-15T23:50:17.587Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-06-15T23:50:18.514Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-06-15T23:50:20.431Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-06-15T23:50:21.796Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-06-15T23:50:22.357Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-06-15T23:50:25.625Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-06-15T23:50:28.897Z] === RUN TestDockerSuite/TestEventsCopy [2021-06-15T23:50:29.824Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-06-15T23:50:30.080Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-06-15T23:50:32.597Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-06-15T23:50:39.131Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-06-15T23:50:39.131Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-06-15T23:50:40.059Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-06-15T23:50:40.059Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-06-15T23:50:40.315Z] === RUN TestDockerSuite/TestEventsFilterType [2021-06-15T23:50:40.570Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-06-15T23:50:40.826Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-06-15T23:50:40.826Z] === RUN TestDockerSuite/TestEventsFilters [2021-06-15T23:50:42.192Z] === RUN TestDockerSuite/TestEventsFormat [2021-06-15T23:50:44.089Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-06-15T23:50:44.089Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-06-15T23:50:44.089Z] === RUN TestDockerSuite/TestEventsImageImport [2021-06-15T23:50:44.650Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-06-15T23:50:44.906Z] === RUN TestDockerSuite/TestEventsImagePull [2021-06-15T23:50:45.467Z] === RUN TestDockerSuite/TestEventsImageTag [2021-06-15T23:50:46.393Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-06-15T23:50:46.648Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-06-15T23:50:46.648Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-06-15T23:50:46.648Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-06-15T23:50:48.012Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-06-15T23:50:48.940Z] === RUN TestDockerSuite/TestEventsRename [2021-06-15T23:50:49.503Z] === RUN TestDockerSuite/TestEventsResize [2021-06-15T23:50:50.431Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-06-15T23:50:56.961Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-06-15T23:50:56.961Z] === RUN TestDockerSuite/TestEventsStreaming [2021-06-15T23:50:57.887Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-06-15T23:50:58.812Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-06-15T23:51:00.701Z] === RUN TestDockerSuite/TestEventsTop [2021-06-15T23:51:01.262Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-06-15T23:51:01.825Z] === RUN TestDockerSuite/TestEventsUntag [2021-06-15T23:51:04.341Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-06-15T23:51:16.535Z] === RUN TestDockerSuite/TestExec [2021-06-15T23:51:17.461Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-06-15T23:51:18.022Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-06-15T23:51:18.948Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-06-15T23:51:19.509Z] === RUN TestDockerSuite/TestExecAPIStart [2021-06-15T23:51:22.025Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-06-15T23:51:22.953Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-06-15T23:51:23.881Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-06-15T23:51:24.812Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-06-15T23:51:25.375Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-06-15T23:51:25.941Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-06-15T23:51:27.831Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-06-15T23:51:28.759Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-06-15T23:51:31.275Z] === RUN TestDockerSuite/TestExecCgroup [2021-06-15T23:51:36.528Z] === RUN TestDockerSuite/TestExecEnv [2021-06-15T23:51:37.456Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-06-15T23:51:39.343Z] === RUN TestDockerSuite/TestExecExitStatus [2021-06-15T23:51:40.269Z] === RUN TestDockerSuite/TestExecInspectID [2021-06-15T23:51:42.783Z] === RUN TestDockerSuite/TestExecInteractive [2021-06-15T23:51:43.345Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-06-15T23:51:44.711Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-06-15T23:51:45.639Z] === RUN TestDockerSuite/TestExecParseError [2021-06-15T23:51:46.568Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-06-15T23:51:47.496Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-06-15T23:51:48.057Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-06-15T23:51:53.303Z] === RUN TestDockerSuite/TestExecSetEnv [2021-06-15T23:51:54.666Z] === RUN TestDockerSuite/TestExecStartFails [2021-06-15T23:51:55.593Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-06-15T23:51:58.109Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-06-15T23:52:08.062Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-06-15T23:52:08.062Z] === RUN TestDockerSuite/TestExecTTY [2021-06-15T23:52:09.623Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-06-15T23:52:10.987Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-06-15T23:52:11.913Z] === RUN TestDockerSuite/TestExecUlimits [2021-06-15T23:52:12.839Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-06-15T23:52:12.839Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-06-15T23:52:14.728Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-06-15T23:52:16.095Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-06-15T23:52:17.983Z] === RUN TestDockerSuite/TestExecWithTERM [2021-06-15T23:52:18.914Z] === RUN TestDockerSuite/TestExecWithUser [2021-06-15T23:52:20.280Z] === RUN TestDockerSuite/TestGetContainerStats [2021-06-15T23:52:25.517Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-06-15T23:52:26.443Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-06-15T23:52:29.726Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-06-15T23:52:32.246Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-06-15T23:52:34.418Z] 2021/06/15 23:52:23 Finished clone google.golang.org/api [2021-06-15T23:52:34.418Z] 2021/06/15 23:52:23 Dependencies downloaded. Download time: 4m58.803678717s [2021-06-15T23:52:34.418Z] 2021/06/15 23:52:23 Collecting all dependencies [2021-06-15T23:52:35.351Z] 2021/06/15 23:52:35 Clean vendor dir from unused packages [2021-06-15T23:52:35.351Z] 2021/06/15 23:52:35 Ignoring paths matching "^archive/tar" [2021-06-15T23:52:36.285Z] 2021/06/15 23:52:35 WARNING: package github.com/docker/libnetwork is unused, consider removing it from vendor.conf [2021-06-15T23:52:36.285Z] 2021/06/15 23:52:35 Success [2021-06-15T23:52:36.285Z] 2021/06/15 23:52:35 Running time: 5m16.690395313s [2021-06-15T23:52:36.285Z] Congratulations! All vendoring changes are done the right way. [2021-06-15T23:52:36.285Z] WARNING: github.com/docker/libnetwork is vendored but unused [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-15T23:52:37.158Z] + echo Ensuring container killed. [2021-06-15T23:52:37.158Z] Ensuring container killed. [2021-06-15T23:52:37.158Z] + docker rm -vf docker-pr17 [2021-06-15T23:52:37.158Z] Error: No such container: docker-pr17 [Pipeline] sh [2021-06-15T23:52:37.437Z] + echo Chowning /workspace to jenkins user [2021-06-15T23:52:37.437Z] Chowning /workspace to jenkins user [2021-06-15T23:52:37.437Z] + id -u [2021-06-15T23:52:37.437Z] + id -g [2021-06-15T23:52:37.437Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42473:/workspace busybox chown -R 1000:1000 /workspace [2021-06-15T23:52:37.484Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-06-15T23:52:37.740Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-06-15T23:52:37.740Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-06-15T23:52:37.740Z] === RUN TestDockerSuite/TestHealth [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-15T23:52:38.299Z] + bundleName=unit [2021-06-15T23:52:38.299Z] + echo Creating unit-bundles.tar.gz [2021-06-15T23:52:38.299Z] Creating unit-bundles.tar.gz [2021-06-15T23:52:38.299Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-06-15T23:52:38.299Z] bundles/junit-report.xml [2021-06-15T23:52:38.299Z] bundles/go-test-report.json [2021-06-15T23:52:38.299Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-06-15T23:52:38.310Z] Archiving artifacts [2021-06-15T23:52:38.779Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42473/17/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-15T23:52:39.091Z] + make clean [2021-06-15T23:52:39.091Z] docker volume rm -f docker-dev-cache [2021-06-15T23:52:39.348Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-15T23:53:04.228Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-06-15T23:53:04.228Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-06-15T23:53:04.228Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-06-15T23:53:04.228Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-06-15T23:53:04.228Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-06-15T23:53:04.228Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-06-15T23:53:04.228Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-06-15T23:53:04.228Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-06-15T23:53:04.228Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-06-15T23:53:04.228Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-06-15T23:53:04.228Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-06-15T23:53:04.228Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-06-15T23:53:04.228Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-06-15T23:53:04.228Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-06-15T23:53:04.228Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-06-15T23:53:04.228Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-06-15T23:53:04.790Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-06-15T23:53:05.718Z] === RUN TestDockerSuite/TestImagesFormat [2021-06-15T23:53:05.718Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-06-15T23:53:06.644Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-06-15T23:53:09.157Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-06-15T23:53:09.157Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-06-15T23:53:09.157Z] === RUN TestDockerSuite/TestImportBadURL [2021-06-15T23:53:09.157Z] === RUN TestDockerSuite/TestImportDisplay [2021-06-15T23:53:12.434Z] === RUN TestDockerSuite/TestImportFile [2021-06-15T23:53:14.948Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-06-15T23:53:14.948Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-06-15T23:53:17.462Z] === RUN TestDockerSuite/TestImportGzipped [2021-06-15T23:53:19.351Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-06-15T23:53:21.241Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-06-15T23:53:22.608Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-06-15T23:53:23.974Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-06-15T23:53:25.339Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-06-15T23:53:25.339Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-06-15T23:53:25.339Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-06-15T23:53:26.269Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-06-15T23:53:27.202Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-06-15T23:53:28.132Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-06-15T23:53:29.059Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-06-15T23:53:30.425Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-06-15T23:53:31.352Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-06-15T23:53:31.608Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-06-15T23:53:34.153Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-06-15T23:53:35.080Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-06-15T23:53:36.446Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-06-15T23:53:36.446Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-06-15T23:53:37.811Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-06-15T23:53:37.811Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-06-15T23:53:38.740Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-06-15T23:53:39.674Z] === RUN TestDockerSuite/TestInspectDefault [2021-06-15T23:53:41.039Z] === RUN TestDockerSuite/TestInspectHistory [2021-06-15T23:53:41.600Z] === RUN TestDockerSuite/TestInspectImage [2021-06-15T23:53:41.856Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-06-15T23:53:41.856Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-06-15T23:53:41.856Z] === RUN TestDockerSuite/TestInspectInt64 [2021-06-15T23:53:43.229Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-06-15T23:53:44.158Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-06-15T23:53:44.158Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-06-15T23:53:45.084Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-06-15T23:53:45.339Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-06-15T23:53:46.267Z] === RUN TestDockerSuite/TestInspectPlugin [2021-06-15T23:53:48.157Z] === RUN TestDockerSuite/TestInspectRootFS [2021-06-15T23:53:48.157Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-06-15T23:53:49.085Z] === RUN TestDockerSuite/TestInspectStatus [2021-06-15T23:53:50.454Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-06-15T23:53:51.383Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-06-15T23:53:52.760Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-06-15T23:53:53.687Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-06-15T23:53:54.248Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-06-15T23:53:54.809Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-06-15T23:53:55.737Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-06-15T23:53:57.102Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-06-15T23:53:58.028Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-06-15T23:53:58.028Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-06-15T23:53:58.589Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-06-15T23:53:58.845Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-06-15T23:54:02.113Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-06-15T23:54:02.113Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-06-15T23:54:03.478Z] === RUN TestDockerSuite/TestLinksEnvs [2021-06-15T23:54:05.993Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-06-15T23:54:05.993Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-06-15T23:54:05.993Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-06-15T23:54:08.506Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-06-15T23:54:08.763Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-06-15T23:54:12.030Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-06-15T23:54:13.919Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-06-15T23:54:14.185Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-06-15T23:54:14.185Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-06-15T23:54:17.467Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-06-15T23:54:17.723Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-06-15T23:54:18.285Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-06-15T23:54:18.848Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-06-15T23:54:31.017Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-06-15T23:54:32.903Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-06-15T23:54:34.793Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-06-15T23:54:35.721Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-06-15T23:54:38.985Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-06-15T23:54:38.985Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-06-15T23:54:38.985Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-06-15T23:54:38.985Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-06-15T23:54:38.985Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-06-15T23:54:39.546Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-06-15T23:54:40.106Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-06-15T23:54:43.370Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-06-15T23:54:43.974Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-06-15T23:54:45.353Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-06-15T23:54:50.597Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-06-15T23:54:50.852Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-06-15T23:54:50.852Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-06-15T23:54:51.780Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-06-15T23:54:52.707Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-06-15T23:54:54.076Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-06-15T23:54:55.442Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-06-15T23:54:56.369Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-06-15T23:54:56.930Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-06-15T23:54:57.859Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-06-15T23:55:01.124Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-06-15T23:55:01.380Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-06-15T23:55:01.941Z] === RUN TestDockerSuite/TestLogsSince [2021-06-15T23:55:10.018Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-06-15T23:55:10.018Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-06-15T23:55:12.560Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-06-15T23:55:15.073Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-06-15T23:55:15.634Z] === RUN TestDockerSuite/TestLogsTail [2021-06-15T23:55:16.195Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-06-15T23:55:16.757Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-06-15T23:55:17.686Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-06-15T23:55:18.614Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-06-15T23:55:18.870Z] === RUN TestDockerSuite/TestMountIntoProc [2021-06-15T23:55:19.125Z] === RUN TestDockerSuite/TestMountIntoSys [2021-06-15T23:55:20.055Z] === RUN TestDockerSuite/TestNetHostname [2021-06-15T23:55:23.323Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-06-15T23:55:23.323Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-06-15T23:55:23.578Z] === RUN TestDockerSuite/TestNetworkEvents [2021-06-15T23:55:26.092Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-06-15T23:55:29.358Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-06-15T23:55:29.613Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-06-15T23:55:32.131Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-06-15T23:55:32.387Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-06-15T23:55:32.957Z] === RUN TestDockerSuite/TestPluginActive [2021-06-15T23:55:34.325Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-06-15T23:55:36.847Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-06-15T23:55:42.092Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-06-15T23:55:42.092Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-06-15T23:55:42.092Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-06-15T23:55:45.357Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-06-15T23:55:45.357Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-06-15T23:55:46.721Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-06-15T23:55:48.609Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-06-15T23:55:51.876Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-06-15T23:55:53.242Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-06-15T23:55:56.510Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-06-15T23:55:57.874Z] === RUN TestDockerSuite/TestPortHostBinding [2021-06-15T23:55:59.240Z] === RUN TestDockerSuite/TestPortList [2021-06-15T23:56:05.777Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-06-15T23:56:09.043Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-06-15T23:56:09.605Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-06-15T23:56:11.493Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-06-15T23:56:13.379Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-06-15T23:56:15.897Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-06-15T23:56:19.162Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-06-15T23:56:19.162Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-06-15T23:56:19.162Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-06-15T23:56:19.724Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-06-15T23:56:19.724Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-06-15T23:56:20.650Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-06-15T23:56:20.650Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-06-15T23:56:20.908Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-06-15T23:56:21.469Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-06-15T23:56:21.725Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-06-15T23:56:23.626Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-06-15T23:56:23.626Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-06-15T23:56:25.000Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-06-15T23:56:27.519Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-06-15T23:56:28.884Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-06-15T23:56:29.445Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-06-15T23:56:29.445Z] === RUN TestDockerSuite/TestPsByOrder [2021-06-15T23:56:32.710Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-06-15T23:56:33.637Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-06-15T23:56:36.904Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-06-15T23:56:38.270Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-06-15T23:56:42.438Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-06-15T23:56:42.438Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-06-15T23:56:45.702Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-06-15T23:56:52.249Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-06-15T23:56:54.766Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-06-15T23:56:56.654Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-06-15T23:56:59.172Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-06-15T23:57:00.100Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-06-15T23:57:01.466Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-06-15T23:57:03.982Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-06-15T23:57:06.497Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-06-15T23:57:06.497Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-06-15T23:57:07.864Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-06-15T23:57:08.120Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-06-15T23:57:09.485Z] === RUN TestDockerSuite/TestPsRightTagName [2021-06-15T23:57:09.485Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-06-15T23:57:12.003Z] === RUN TestDockerSuite/TestPsShowMounts [2021-06-15T23:57:14.540Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-06-15T23:57:15.100Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-06-15T23:57:15.100Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-06-15T23:57:15.356Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-06-15T23:57:15.356Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-06-15T23:57:15.611Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-06-15T23:57:16.538Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-06-15T23:57:18.426Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-06-15T23:57:20.314Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-06-15T23:57:20.876Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-06-15T23:57:28.962Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-06-15T23:57:32.232Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-06-15T23:57:32.232Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-06-15T23:57:33.598Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-06-15T23:57:34.528Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-06-15T23:57:36.420Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-06-15T23:57:36.420Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-06-15T23:57:36.420Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-06-15T23:57:36.676Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-06-15T23:57:39.189Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-06-15T23:57:41.091Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-06-15T23:57:45.255Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-06-15T23:57:46.183Z] === RUN TestDockerSuite/TestRmiBlank [2021-06-15T23:57:46.183Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-06-15T23:57:46.183Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-06-15T23:57:49.448Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-06-15T23:57:50.374Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-06-15T23:57:50.630Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-06-15T23:57:52.521Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-06-15T23:57:53.447Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-06-15T23:57:53.704Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-06-15T23:57:55.070Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-06-15T23:57:56.436Z] === RUN TestDockerSuite/TestRmiTag [2021-06-15T23:57:56.694Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-06-15T23:57:57.621Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-06-15T23:58:01.788Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-06-15T23:58:02.359Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-06-15T23:58:02.620Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-06-15T23:58:03.546Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-06-15T23:58:03.802Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-06-15T23:58:05.165Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-06-15T23:58:05.726Z] === RUN TestDockerSuite/TestRunAddHost [2021-06-15T23:58:06.657Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-06-15T23:58:07.219Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-06-15T23:58:08.147Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-06-15T23:58:08.147Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-06-15T23:58:09.074Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-06-15T23:58:10.441Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-06-15T23:58:11.366Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-06-15T23:58:12.293Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-06-15T23:58:12.854Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-06-15T23:58:13.782Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-06-15T23:58:15.671Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-06-15T23:58:16.597Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-06-15T23:58:17.524Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-06-15T23:58:18.087Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-06-15T23:58:19.014Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-06-15T23:58:19.941Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-06-15T23:58:20.881Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-06-15T23:58:21.810Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-06-15T23:58:22.067Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-06-15T23:58:22.111Z] --- PASS: TestBuildWCOWSandboxSize (789.13s) [2021-06-15T23:58:22.111Z] === RUN TestBuildWithEmptyDockerfile [2021-06-15T23:58:22.111Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-15T23:58:22.111Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-15T23:58:22.111Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-15T23:58:22.111Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-15T23:58:22.111Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-15T23:58:22.111Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-15T23:58:22.111Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-15T23:58:22.111Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-15T23:58:22.111Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-15T23:58:22.111Z] --- PASS: TestBuildWithEmptyDockerfile (0.52s) [2021-06-15T23:58:22.111Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2021-06-15T23:58:22.111Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2021-06-15T23:58:22.111Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-06-15T23:58:22.111Z] === RUN TestBuildPreserveOwnership [2021-06-15T23:58:22.111Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-06-15T23:58:22.111Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-15T23:58:22.111Z] === RUN TestBuildPlatformInvalid [2021-06-15T23:58:22.111Z] --- PASS: TestBuildPlatformInvalid (0.69s) [2021-06-15T23:58:22.111Z] PASS [2021-06-15T23:58:22.111Z] ok github.com/docker/docker/integration/build 983.370s [2021-06-15T23:58:22.111Z] [2021-06-15T23:58:22.111Z] === Skipped [2021-06-15T23:58:22.111Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-06-15T23:58:22.111Z] build_session_test.go:25: TODO: BuildKit [2021-06-15T23:58:22.111Z] [2021-06-15T23:58:22.111Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-06-15T23:58:22.111Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:22.111Z] [2021-06-15T23:58:22.111Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-06-15T23:58:22.111Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-15T23:58:22.111Z] [2021-06-15T23:58:22.111Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-06-15T23:58:22.111Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-15T23:58:22.111Z] [2021-06-15T23:58:22.111Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-06-15T23:58:22.111Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-15T23:58:22.111Z] [2021-06-15T23:58:22.111Z] [2021-06-15T23:58:22.111Z] DONE 29 tests, 5 skipped in 1013.029s [2021-06-15T23:58:22.111Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-06-15T23:58:22.111Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-15T23:58:22.111Z] INFO: Testing against a local daemon [2021-06-15T23:58:22.111Z] === RUN TestConfigInspect [2021-06-15T23:58:22.111Z] --- SKIP: TestConfigInspect (0.00s) [2021-06-15T23:58:22.111Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:22.111Z] === RUN TestConfigList [2021-06-15T23:58:22.111Z] --- SKIP: TestConfigList (0.00s) [2021-06-15T23:58:22.111Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:22.111Z] === RUN TestConfigsCreateAndDelete [2021-06-15T23:58:22.111Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-06-15T23:58:22.111Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:22.111Z] === RUN TestConfigsUpdate [2021-06-15T23:58:22.111Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-06-15T23:58:22.111Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:22.111Z] === RUN TestTemplatedConfig [2021-06-15T23:58:22.111Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-06-15T23:58:22.111Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:22.111Z] === RUN TestConfigCreateResolve [2021-06-15T23:58:22.111Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-06-15T23:58:22.111Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-06-15T23:58:22.111Z] === RUN TestConfigDaemonLibtrustID [2021-06-15T23:58:22.111Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-06-15T23:58:22.111Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-06-15T23:58:22.111Z] PASS [2021-06-15T23:58:22.111Z] ok github.com/docker/docker/integration/config 0.164s [2021-06-15T23:58:22.111Z] [2021-06-15T23:58:22.111Z] === Skipped [2021-06-15T23:58:22.111Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-06-15T23:58:22.111Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:22.111Z] [2021-06-15T23:58:22.111Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-06-15T23:58:22.111Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:22.111Z] [2021-06-15T23:58:22.111Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-06-15T23:58:22.111Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:22.111Z] [2021-06-15T23:58:22.111Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-06-15T23:58:22.111Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:22.111Z] [2021-06-15T23:58:22.111Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-06-15T23:58:22.111Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:22.111Z] [2021-06-15T23:58:22.111Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-06-15T23:58:22.111Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-06-15T23:58:22.111Z] [2021-06-15T23:58:22.111Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-06-15T23:58:22.111Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-06-15T23:58:22.111Z] [2021-06-15T23:58:22.111Z] [2021-06-15T23:58:22.111Z] DONE 7 tests, 7 skipped in 3.102s [2021-06-15T23:58:22.111Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-06-15T23:58:22.111Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-15T23:58:22.111Z] INFO: Testing against a local daemon [2021-06-15T23:58:22.111Z] === RUN TestCheckpoint [2021-06-15T23:58:22.111Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-15T23:58:22.111Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-15T23:58:22.112Z] === RUN TestContainerInvalidJSON [2021-06-15T23:58:22.112Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-15T23:58:22.112Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-15T23:58:22.112Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-15T23:58:22.112Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-15T23:58:22.112Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-15T23:58:22.112Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-15T23:58:22.112Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-15T23:58:22.112Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-15T23:58:22.112Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-15T23:58:22.112Z] --- PASS: TestContainerInvalidJSON (0.59s) [2021-06-15T23:58:22.112Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-15T23:58:22.112Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-15T23:58:22.112Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-15T23:58:22.112Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-15T23:58:22.112Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2021-06-15T23:58:22.112Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-15T23:58:22.112Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.23s) [2021-06-15T23:58:22.112Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-15T23:58:22.112Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.23s) [2021-06-15T23:58:22.112Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-15T23:58:22.112Z] --- PASS: TestCopyToContainerPathIsNotDir (0.23s) [2021-06-15T23:58:22.112Z] === RUN TestCopyFromContainer [2021-06-15T23:58:22.112Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-06-15T23:58:22.112Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:22.112Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-15T23:58:22.112Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-15T23:58:22.112Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-15T23:58:22.112Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-15T23:58:22.112Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-15T23:58:22.112Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-15T23:58:22.112Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-15T23:58:22.112Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-15T23:58:22.112Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-15T23:58:22.112Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-15T23:58:22.112Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-06-15T23:58:22.112Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-15T23:58:22.112Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-15T23:58:22.112Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-15T23:58:22.112Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-15T23:58:22.112Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-06-15T23:58:22.112Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-15T23:58:22.112Z] === RUN TestCreateWithInvalidEnv [2021-06-15T23:58:22.112Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-15T23:58:22.112Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-15T23:58:22.112Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-15T23:58:22.112Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-15T23:58:22.112Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-15T23:58:22.112Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-15T23:58:22.112Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-15T23:58:22.112Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-15T23:58:22.112Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-15T23:58:22.112Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-06-15T23:58:22.112Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-15T23:58:22.112Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-15T23:58:22.112Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-15T23:58:22.112Z] === RUN TestCreateTmpfsMountsTarget [2021-06-15T23:58:22.112Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-06-15T23:58:22.112Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:22.112Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-15T23:58:22.112Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-06-15T23:58:22.112Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-15T23:58:22.112Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-15T23:58:22.112Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-15T23:58:22.112Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-15T23:58:22.112Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-15T23:58:22.112Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-15T23:58:22.112Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-15T23:58:22.112Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-15T23:58:22.112Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-15T23:58:22.112Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-15T23:58:22.112Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-15T23:58:22.112Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-15T23:58:22.112Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-15T23:58:22.112Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-15T23:58:22.112Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-15T23:58:22.112Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-15T23:58:22.112Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-15T23:58:22.112Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-15T23:58:22.112Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-15T23:58:22.112Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-15T23:58:22.112Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-06-15T23:58:22.112Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-15T23:58:22.112Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-15T23:58:22.112Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-15T23:58:22.112Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-15T23:58:22.112Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-06-15T23:58:22.112Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-15T23:58:22.112Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-15T23:58:22.112Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-15T23:58:22.112Z] === RUN TestCreateDifferentPlatform [2021-06-15T23:58:22.112Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-15T23:58:22.112Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-15T23:58:22.112Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-06-15T23:58:22.112Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-06-15T23:58:22.112Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-15T23:58:22.112Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-15T23:58:22.112Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.14s) [2021-06-15T23:58:22.112Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-15T23:58:22.112Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-06-15T23:58:22.112Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-15T23:58:22.112Z] === RUN TestContainerKillOnDaemonStart [2021-06-15T23:58:22.112Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-06-15T23:58:22.112Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:22.112Z] === RUN TestDiff [2021-06-15T23:58:22.112Z] --- SKIP: TestDiff (0.00s) [2021-06-15T23:58:22.112Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-15T23:58:22.112Z] === RUN TestExecWithCloseStdin [2021-06-15T23:58:22.993Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-06-15T23:58:23.660Z] --- PASS: TestExecWithCloseStdin (3.05s) [2021-06-15T23:58:23.660Z] === RUN TestExec [2021-06-15T23:58:23.923Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-06-15T23:58:24.851Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-06-15T23:58:24.851Z] === RUN TestDockerSuite/TestRunBindMounts [2021-06-15T23:58:25.847Z] --- PASS: TestExec (2.20s) [2021-06-15T23:58:25.847Z] === RUN TestExecUser [2021-06-15T23:58:25.847Z] --- SKIP: TestExecUser (0.00s) [2021-06-15T23:58:25.847Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-15T23:58:25.847Z] === RUN TestExportContainerAndImportImage [2021-06-15T23:58:25.847Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-06-15T23:58:25.847Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:25.847Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-15T23:58:25.847Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-06-15T23:58:25.847Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:25.847Z] === RUN TestHealthCheckWorkdir [2021-06-15T23:58:25.847Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-06-15T23:58:25.847Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-15T23:58:25.847Z] === RUN TestHealthKillContainer [2021-06-15T23:58:25.847Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-06-15T23:58:25.847Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-15T23:58:25.847Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-15T23:58:25.847Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-06-15T23:58:25.847Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-15T23:58:25.847Z] === RUN TestKillContainerInvalidSignal [2021-06-15T23:58:27.365Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-06-15T23:58:27.927Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-06-15T23:58:28.050Z] --- PASS: TestKillContainerInvalidSignal (2.02s) [2021-06-15T23:58:28.050Z] === RUN TestKillContainer [2021-06-15T23:58:28.050Z] === RUN TestKillContainer/no_signal [2021-06-15T23:58:28.854Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-06-15T23:58:29.782Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-06-15T23:58:30.236Z] === RUN TestKillContainer/non_killing_signal [2021-06-15T23:58:30.236Z] === RUN TestKillContainer/killing_signal [2021-06-15T23:58:30.345Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-06-15T23:58:30.345Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-06-15T23:58:31.274Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-06-15T23:58:31.836Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-06-15T23:58:32.397Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-06-15T23:58:33.157Z] --- PASS: TestKillContainer (4.67s) [2021-06-15T23:58:33.157Z] --- PASS: TestKillContainer/no_signal (1.98s) [2021-06-15T23:58:33.157Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-15T23:58:33.157Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-15T23:58:33.157Z] --- PASS: TestKillContainer/killing_signal (2.65s) [2021-06-15T23:58:33.157Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-15T23:58:33.157Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-15T23:58:33.157Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-15T23:58:33.157Z] === RUN TestKillStoppedContainer [2021-06-15T23:58:33.157Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-06-15T23:58:33.157Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-15T23:58:33.157Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-15T23:58:33.157Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-15T23:58:33.157Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-15T23:58:33.157Z] === RUN TestKillDifferentUserContainer [2021-06-15T23:58:33.157Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-06-15T23:58:33.157Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-15T23:58:33.157Z] === RUN TestInspectOomKilledTrue [2021-06-15T23:58:33.157Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-15T23:58:33.157Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:33.157Z] === RUN TestInspectOomKilledFalse [2021-06-15T23:58:33.157Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-15T23:58:33.157Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-15T23:58:33.157Z] === RUN TestLogsFollowTailEmpty [2021-06-15T23:58:33.323Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-06-15T23:58:33.885Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-06-15T23:58:33.885Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-06-15T23:58:34.704Z] --- PASS: TestLogsFollowTailEmpty (2.04s) [2021-06-15T23:58:34.704Z] === RUN TestNetworkNat [2021-06-15T23:58:34.704Z] --- SKIP: TestNetworkNat (0.00s) [2021-06-15T23:58:34.704Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-15T23:58:34.704Z] === RUN TestNetworkLocalhostTCPNat [2021-06-15T23:58:34.813Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-06-15T23:58:34.813Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-06-15T23:58:35.741Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-06-15T23:58:36.669Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-06-15T23:58:37.229Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-06-15T23:58:37.622Z] --- PASS: TestNetworkLocalhostTCPNat (2.39s) [2021-06-15T23:58:37.622Z] === RUN TestNetworkLoopbackNat [2021-06-15T23:58:37.622Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-06-15T23:58:37.622Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-15T23:58:37.622Z] === RUN TestPause [2021-06-15T23:58:37.622Z] --- SKIP: TestPause (0.00s) [2021-06-15T23:58:37.622Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-15T23:58:37.622Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-15T23:58:38.155Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-06-15T23:58:38.155Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-06-15T23:58:38.717Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-06-15T23:58:39.167Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.08s) [2021-06-15T23:58:39.167Z] === RUN TestPauseStopPausedContainer [2021-06-15T23:58:39.167Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-06-15T23:58:39.167Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:58:39.167Z] === RUN TestPsFilter [2021-06-15T23:58:39.628Z] --- PASS: TestPsFilter (0.38s) [2021-06-15T23:58:39.628Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-15T23:58:40.623Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-06-15T23:58:41.186Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-06-15T23:58:41.749Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-06-15T23:58:42.563Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.56s) [2021-06-15T23:58:42.563Z] === RUN TestRemoveContainerWithVolume [2021-06-15T23:58:43.637Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-06-15T23:58:44.197Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-06-15T23:58:44.759Z] --- PASS: TestRemoveContainerWithVolume (2.27s) [2021-06-15T23:58:44.759Z] === RUN TestRemoveContainerRunning [2021-06-15T23:58:45.122Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-06-15T23:58:45.683Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-06-15T23:58:46.303Z] --- PASS: TestRemoveContainerRunning (1.98s) [2021-06-15T23:58:46.303Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-15T23:58:46.611Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-06-15T23:58:47.174Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-06-15T23:58:48.491Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.85s) [2021-06-15T23:58:48.491Z] === RUN TestRemoveInvalidContainer [2021-06-15T23:58:48.491Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-06-15T23:58:48.491Z] === RUN TestRenameLinkedContainer [2021-06-15T23:58:48.491Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-06-15T23:58:48.491Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-15T23:58:48.491Z] === RUN TestRenameStoppedContainer [2021-06-15T23:58:49.063Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-06-15T23:58:49.625Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-06-15T23:58:51.406Z] --- PASS: TestRenameStoppedContainer (2.66s) [2021-06-15T23:58:51.406Z] === RUN TestRenameRunningContainerAndReuse [2021-06-15T23:58:53.792Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-06-15T23:58:53.792Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-06-15T23:58:54.049Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-06-15T23:58:55.158Z] --- PASS: TestRenameRunningContainerAndReuse (3.95s) [2021-06-15T23:58:55.158Z] === RUN TestRenameInvalidName [2021-06-15T23:58:56.569Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-06-15T23:58:56.702Z] --- PASS: TestRenameInvalidName (1.99s) [2021-06-15T23:58:56.702Z] === RUN TestRenameAnonymousContainer [2021-06-15T23:58:57.933Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-06-15T23:59:00.446Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-06-15T23:59:02.973Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-06-15T23:59:02.973Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-06-15T23:59:02.973Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-06-15T23:59:03.536Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-06-15T23:59:06.052Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-06-15T23:59:07.043Z] --- PASS: TestRenameAnonymousContainer (9.52s) [2021-06-15T23:59:07.043Z] === RUN TestRenameContainerWithSameName [2021-06-15T23:59:07.418Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-06-15T23:59:08.587Z] --- PASS: TestRenameContainerWithSameName (2.10s) [2021-06-15T23:59:08.587Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-15T23:59:08.587Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-06-15T23:59:08.587Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-15T23:59:08.587Z] === RUN TestResize [2021-06-15T23:59:09.936Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-06-15T23:59:10.498Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-06-15T23:59:10.778Z] --- PASS: TestResize (2.06s) [2021-06-15T23:59:10.778Z] === RUN TestResizeWithInvalidSize [2021-06-15T23:59:11.981Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-06-15T23:59:12.908Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-06-15T23:59:12.908Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-06-15T23:59:12.965Z] --- PASS: TestResizeWithInvalidSize (2.04s) [2021-06-15T23:59:12.965Z] === RUN TestResizeWhenContainerNotStarted [2021-06-15T23:59:13.469Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-06-15T23:59:15.157Z] --- PASS: TestResizeWhenContainerNotStarted (2.31s) [2021-06-15T23:59:15.157Z] === RUN TestDaemonRestartKillContainers [2021-06-15T23:59:15.157Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-06-15T23:59:15.157Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:59:15.157Z] === RUN TestStats [2021-06-15T23:59:15.157Z] --- SKIP: TestStats (0.00s) [2021-06-15T23:59:15.157Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-15T23:59:15.157Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-15T23:59:15.359Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-06-15T23:59:15.359Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-06-15T23:59:15.922Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-06-15T23:59:16.850Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-06-15T23:59:17.412Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-06-15T23:59:17.974Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-06-15T23:59:18.230Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-06-15T23:59:18.792Z] === RUN TestDockerSuite/TestRunEnvironment [2021-06-15T23:59:19.719Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-06-15T23:59:20.281Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-06-15T23:59:21.209Z] === RUN TestDockerSuite/TestRunExitCode [2021-06-15T23:59:21.770Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-06-15T23:59:22.258Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.32s) [2021-06-15T23:59:22.258Z] === RUN TestStopContainerWithTimeout [2021-06-15T23:59:22.258Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-06-15T23:59:22.258Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-15T23:59:22.258Z] === RUN TestUpdateRestartPolicy [2021-06-15T23:59:22.331Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-06-15T23:59:23.257Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-06-15T23:59:23.820Z] === RUN TestDockerSuite/TestRunExposePort [2021-06-15T23:59:23.820Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-06-15T23:59:24.747Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-06-15T23:59:25.308Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-06-15T23:59:27.202Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-06-15T23:59:27.459Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-15T23:59:27.459Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-06-15T23:59:30.728Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-06-15T23:59:31.289Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-06-15T23:59:43.382Z] --- PASS: TestUpdateRestartPolicy (21.64s) [2021-06-15T23:59:43.383Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-15T23:59:43.473Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-06-15T23:59:43.473Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-06-15T23:59:44.836Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-06-15T23:59:44.836Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-06-15T23:59:44.836Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-06-15T23:59:44.836Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-06-15T23:59:44.926Z] --- PASS: TestUpdateRestartWithAutoRemove (1.89s) [2021-06-15T23:59:44.926Z] === RUN TestWaitNonBlocked [2021-06-15T23:59:44.926Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-15T23:59:44.926Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-15T23:59:44.926Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-15T23:59:44.926Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-15T23:59:44.926Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-15T23:59:44.926Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-15T23:59:45.762Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-06-15T23:59:47.851Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-06-15T23:59:47.851Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.00s) [2021-06-15T23:59:47.851Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.09s) [2021-06-15T23:59:47.851Z] === RUN TestWaitBlocked [2021-06-15T23:59:47.851Z] --- SKIP: TestWaitBlocked (0.00s) [2021-06-15T23:59:47.851Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-15T23:59:47.851Z] PASS [2021-06-15T23:59:47.851Z] ok github.com/docker/docker/integration/container 89.181s [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === Skipped [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-06-15T23:59:47.851Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-06-15T23:59:47.851Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-06-15T23:59:47.851Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-06-15T23:59:47.851Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-06-15T23:59:47.851Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-15T23:59:47.851Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-15T23:59:47.851Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-06-15T23:59:47.851Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-06-15T23:59:47.851Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-06-15T23:59:47.851Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-06-15T23:59:47.851Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-06-15T23:59:47.851Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-06-15T23:59:47.851Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-06-15T23:59:47.851Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-06-15T23:59:47.851Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-06-15T23:59:47.851Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-06-15T23:59:47.851Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-15T23:59:47.851Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-15T23:59:47.851Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-06-15T23:59:47.851Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-15T23:59:47.851Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-06-15T23:59:47.851Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-06-15T23:59:47.851Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-06-15T23:59:47.851Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-06-15T23:59:47.851Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-06-15T23:59:47.851Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-06-15T23:59:47.851Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-06-15T23:59:47.851Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-06-15T23:59:47.851Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-06-15T23:59:47.851Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-06-15T23:59:47.851Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-06-15T23:59:47.851Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-06-15T23:59:47.851Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-06-15T23:59:47.851Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] [2021-06-15T23:59:47.851Z] DONE 88 tests, 33 skipped in 91.979s [2021-06-15T23:59:47.851Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-06-15T23:59:49.029Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-06-15T23:59:50.395Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-06-15T23:59:50.778Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-15T23:59:50.778Z] INFO: Testing against a local daemon [2021-06-15T23:59:50.778Z] === RUN TestCommitInheritsEnv [2021-06-15T23:59:50.778Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-06-15T23:59:50.778Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-15T23:59:50.778Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-15T23:59:50.778Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-06-15T23:59:50.778Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-15T23:59:50.778Z] === RUN TestImagesFilterMultiReference [2021-06-15T23:59:50.778Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-06-15T23:59:50.778Z] === RUN TestImagePullPlatformInvalid [2021-06-15T23:59:50.778Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-06-15T23:59:50.778Z] === RUN TestRemoveImageOrphaning [2021-06-15T23:59:51.240Z] --- PASS: TestRemoveImageOrphaning (1.11s) [2021-06-15T23:59:51.240Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-15T23:59:51.701Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-06-15T23:59:51.701Z] === RUN TestTagInvalidReference [2021-06-15T23:59:51.701Z] --- PASS: TestTagInvalidReference (0.04s) [2021-06-15T23:59:51.701Z] === RUN TestTagValidPrefixedRepo [2021-06-15T23:59:51.701Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-06-15T23:59:51.701Z] === RUN TestTagExistedNameWithoutForce [2021-06-15T23:59:51.701Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2021-06-15T23:59:51.701Z] === RUN TestTagOfficialNames [2021-06-15T23:59:51.701Z] --- PASS: TestTagOfficialNames (0.08s) [2021-06-15T23:59:51.701Z] === RUN TestTagMatchesDigest [2021-06-15T23:59:51.701Z] --- PASS: TestTagMatchesDigest (0.04s) [2021-06-15T23:59:51.701Z] PASS [2021-06-15T23:59:51.701Z] ok github.com/docker/docker/integration/image 1.688s [2021-06-15T23:59:51.701Z] [2021-06-15T23:59:51.701Z] === Skipped [2021-06-15T23:59:51.701Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-06-15T23:59:51.701Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-15T23:59:51.701Z] [2021-06-15T23:59:51.701Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-06-15T23:59:51.701Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-15T23:59:51.701Z] [2021-06-15T23:59:51.701Z] [2021-06-15T23:59:51.701Z] DONE 11 tests, 2 skipped in 3.823s [2021-06-15T23:59:51.759Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-06-15T23:59:52.162Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-06-15T23:59:54.349Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-15T23:59:54.349Z] INFO: Testing against a local daemon [2021-06-15T23:59:54.349Z] === RUN TestNetworkCreateDelete [2021-06-15T23:59:54.349Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-06-15T23:59:54.349Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-15T23:59:54.349Z] === RUN TestDockerNetworkDeletePreferID [2021-06-15T23:59:54.349Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-06-15T23:59:54.350Z] 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-06-15T23:59:54.350Z] === RUN TestDaemonDNSFallback [2021-06-15T23:59:54.350Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-06-15T23:59:54.350Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-15T23:59:54.350Z] === RUN TestInspectNetwork [2021-06-15T23:59:54.350Z] --- SKIP: TestInspectNetwork (0.00s) [2021-06-15T23:59:54.350Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-15T23:59:54.350Z] === RUN TestRunContainerWithBridgeNone [2021-06-15T23:59:54.350Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-06-15T23:59:54.350Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-15T23:59:54.350Z] === RUN TestNetworkInvalidJSON [2021-06-15T23:59:54.350Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-15T23:59:54.350Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-15T23:59:54.350Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-15T23:59:54.350Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-15T23:59:54.350Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-15T23:59:54.350Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-15T23:59:54.350Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-15T23:59:54.350Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-15T23:59:54.350Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-15T23:59:54.350Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-06-15T23:59:54.350Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-15T23:59:54.350Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-15T23:59:54.350Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-06-15T23:59:54.350Z] === RUN TestNetworkList [2021-06-15T23:59:54.350Z] === RUN TestNetworkList//networks [2021-06-15T23:59:54.350Z] === PAUSE TestNetworkList//networks [2021-06-15T23:59:54.350Z] === RUN TestNetworkList//networks/ [2021-06-15T23:59:54.350Z] === PAUSE TestNetworkList//networks/ [2021-06-15T23:59:54.350Z] === CONT TestNetworkList//networks [2021-06-15T23:59:54.350Z] === CONT TestNetworkList//networks/ [2021-06-15T23:59:54.350Z] --- PASS: TestNetworkList (0.04s) [2021-06-15T23:59:54.350Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-15T23:59:54.350Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-15T23:59:54.350Z] === RUN TestHostIPv4BridgeLabel [2021-06-15T23:59:54.350Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-06-15T23:59:54.350Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-15T23:59:54.350Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-15T23:59:54.350Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-06-15T23:59:54.350Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-15T23:59:54.350Z] === RUN TestDaemonDefaultNetworkPools [2021-06-15T23:59:54.350Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-06-15T23:59:54.350Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-15T23:59:54.350Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-15T23:59:54.350Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-15T23:59:54.350Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-15T23:59:54.350Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-15T23:59:54.350Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-15T23:59:54.350Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-15T23:59:54.350Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-15T23:59:54.350Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-15T23:59:54.350Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-15T23:59:54.350Z] === RUN TestServiceWithPredefinedNetwork [2021-06-15T23:59:54.350Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-06-15T23:59:54.350Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-15T23:59:54.350Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-15T23:59:54.350Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-15T23:59:54.350Z] service_test.go:242: FLAKY_TEST [2021-06-15T23:59:54.350Z] === RUN TestServiceWithDataPathPortInit [2021-06-15T23:59:54.350Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-06-15T23:59:54.350Z] service_test.go:332: testEnv.OSType == "windows" [2021-06-15T23:59:54.350Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-15T23:59:54.350Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-15T23:59:54.350Z] service_test.go:400: testEnv.OSType == "windows" [2021-06-15T23:59:54.350Z] PASS [2021-06-15T23:59:54.350Z] ok github.com/docker/docker/integration/network 0.284s [2021-06-15T23:59:54.810Z] [2021-06-15T23:59:54.810Z] === Skipped [2021-06-15T23:59:54.810Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-06-15T23:59:54.810Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-15T23:59:54.810Z] [2021-06-15T23:59:54.810Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-06-15T23:59:54.810Z] 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-06-15T23:59:54.810Z] [2021-06-15T23:59:54.810Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-06-15T23:59:54.810Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-15T23:59:54.810Z] [2021-06-15T23:59:54.810Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-06-15T23:59:54.810Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-15T23:59:54.810Z] [2021-06-15T23:59:54.810Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-06-15T23:59:54.810Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-15T23:59:54.810Z] [2021-06-15T23:59:54.810Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-06-15T23:59:54.810Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-15T23:59:54.810Z] [2021-06-15T23:59:54.810Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-06-15T23:59:54.810Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-15T23:59:54.810Z] [2021-06-15T23:59:54.810Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-06-15T23:59:54.810Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-15T23:59:54.810Z] [2021-06-15T23:59:54.810Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-15T23:59:54.810Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-15T23:59:54.810Z] [2021-06-15T23:59:54.810Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-15T23:59:54.810Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-15T23:59:54.810Z] [2021-06-15T23:59:54.810Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-15T23:59:54.810Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-15T23:59:54.810Z] [2021-06-15T23:59:54.810Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-06-15T23:59:54.810Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-15T23:59:54.810Z] [2021-06-15T23:59:54.810Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-15T23:59:54.811Z] service_test.go:242: FLAKY_TEST [2021-06-15T23:59:54.811Z] [2021-06-15T23:59:54.811Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-06-15T23:59:54.811Z] service_test.go:332: testEnv.OSType == "windows" [2021-06-15T23:59:54.811Z] [2021-06-15T23:59:54.811Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-15T23:59:54.811Z] service_test.go:400: testEnv.OSType == "windows" [2021-06-15T23:59:54.811Z] [2021-06-15T23:59:54.811Z] [2021-06-15T23:59:54.811Z] DONE 22 tests, 15 skipped in 2.745s [2021-06-15T23:59:54.811Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-06-15T23:59:55.782Z] testing: warning: no tests to run [2021-06-15T23:59:55.782Z] PASS [2021-06-15T23:59:55.782Z] ok github.com/docker/docker/integration/network/ipvlan 0.084s [2021-06-15T23:59:55.782Z] [2021-06-15T23:59:55.782Z] DONE 0 tests in 0.834s [2021-06-15T23:59:55.782Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-06-15T23:59:56.759Z] testing: warning: no tests to run [2021-06-15T23:59:56.759Z] PASS [2021-06-15T23:59:56.759Z] ok github.com/docker/docker/integration/network/macvlan 0.077s [2021-06-15T23:59:56.759Z] [2021-06-15T23:59:56.759Z] DONE 0 tests in 0.831s [2021-06-15T23:59:56.759Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-06-15T23:59:57.211Z] testing: warning: no tests to run [2021-06-15T23:59:57.211Z] PASS [2021-06-15T23:59:57.211Z] ok github.com/docker/docker/integration/plugin 0.078s [2021-06-15T23:59:57.211Z] [2021-06-15T23:59:57.211Z] DONE 0 tests in 0.793s [2021-06-15T23:59:57.211Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-06-15T23:59:58.166Z] testing: warning: no tests to run [2021-06-15T23:59:58.166Z] PASS [2021-06-15T23:59:58.166Z] ok github.com/docker/docker/integration/plugin/authz 0.092s [2021-06-15T23:59:58.166Z] [2021-06-15T23:59:58.166Z] DONE 0 tests in 0.880s [2021-06-15T23:59:58.166Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-06-15T23:59:58.289Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-06-15T23:59:58.289Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-06-15T23:59:58.545Z] === RUN TestDockerSuite/TestRunModeHostname [2021-06-15T23:59:59.908Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-06-15T23:59:59.908Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-06-16T00:00:00.164Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-06-16T00:00:02.078Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-06-16T00:00:03.442Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-06-16T00:00:04.807Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-06-16T00:00:04.807Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-06-16T00:00:05.063Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-06-16T00:00:06.428Z] === RUN TestDockerSuite/TestRunMount [2021-06-16T00:00:08.424Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-16T00:00:08.424Z] INFO: Testing against a local daemon [2021-06-16T00:00:08.424Z] === RUN TestPluginInvalidJSON [2021-06-16T00:00:08.424Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-16T00:00:08.424Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-16T00:00:08.424Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-16T00:00:08.424Z] --- PASS: TestPluginInvalidJSON (0.04s) [2021-06-16T00:00:08.424Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-16T00:00:08.424Z] === RUN TestPluginInstall [2021-06-16T00:00:08.424Z] --- SKIP: TestPluginInstall (0.00s) [2021-06-16T00:00:08.424Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-16T00:00:08.424Z] === RUN TestPluginsWithRuntimes [2021-06-16T00:00:08.424Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-06-16T00:00:08.424Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-16T00:00:08.424Z] === RUN TestPluginBackCompatMediaTypes [2021-06-16T00:00:08.424Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-06-16T00:00:08.424Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-16T00:00:08.424Z] PASS [2021-06-16T00:00:08.424Z] ok github.com/docker/docker/integration/plugin/common 0.201s [2021-06-16T00:00:08.424Z] [2021-06-16T00:00:08.424Z] === Skipped [2021-06-16T00:00:08.424Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-06-16T00:00:08.424Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-16T00:00:08.424Z] [2021-06-16T00:00:08.424Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-06-16T00:00:08.424Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-16T00:00:08.424Z] [2021-06-16T00:00:08.424Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-06-16T00:00:08.424Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-16T00:00:08.424Z] [2021-06-16T00:00:08.424Z] [2021-06-16T00:00:08.424Z] DONE 5 tests, 3 skipped in 9.890s [2021-06-16T00:00:08.424Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-06-16T00:00:11.304Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-16T00:00:11.305Z] INFO: Testing against a local daemon [2021-06-16T00:00:11.305Z] === RUN TestExternalGraphDriver [2021-06-16T00:00:11.305Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-06-16T00:00:11.305Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-16T00:00:11.305Z] === RUN TestGraphdriverPluginV2 [2021-06-16T00:00:11.305Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-06-16T00:00:11.305Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-16T00:00:11.305Z] PASS [2021-06-16T00:00:11.305Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.204s [2021-06-16T00:00:11.757Z] [2021-06-16T00:00:11.757Z] === Skipped [2021-06-16T00:00:11.757Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-06-16T00:00:11.757Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-16T00:00:11.757Z] [2021-06-16T00:00:11.757Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-06-16T00:00:11.757Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-16T00:00:11.757Z] [2021-06-16T00:00:11.757Z] [2021-06-16T00:00:11.757Z] DONE 2 tests, 2 skipped in 3.356s [2021-06-16T00:00:11.757Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-06-16T00:00:14.510Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-06-16T00:00:14.646Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-16T00:00:14.646Z] INFO: Testing against a local daemon [2021-06-16T00:00:14.646Z] === RUN TestReadPluginNoRead [2021-06-16T00:00:14.646Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-06-16T00:00:14.646Z] read_test.go:21: no unix domain sockets on Windows [2021-06-16T00:00:14.646Z] PASS [2021-06-16T00:00:14.646Z] ok github.com/docker/docker/integration/plugin/logging 0.187s [2021-06-16T00:00:14.646Z] [2021-06-16T00:00:14.646Z] === Skipped [2021-06-16T00:00:14.646Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-06-16T00:00:14.646Z] read_test.go:21: no unix domain sockets on Windows [2021-06-16T00:00:14.646Z] [2021-06-16T00:00:14.646Z] [2021-06-16T00:00:14.646Z] DONE 1 tests, 1 skipped in 2.848s [2021-06-16T00:00:14.646Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-06-16T00:00:15.436Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-06-16T00:00:15.996Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-06-16T00:00:16.166Z] testing: warning: no tests to run [2021-06-16T00:00:16.166Z] PASS [2021-06-16T00:00:16.166Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.121s [2021-06-16T00:00:16.166Z] [2021-06-16T00:00:16.166Z] DONE 0 tests in 1.441s [2021-06-16T00:00:16.166Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-06-16T00:00:17.359Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-06-16T00:00:19.034Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-16T00:00:19.034Z] INFO: Testing against a local daemon [2021-06-16T00:00:19.034Z] === RUN TestPluginWithDevMounts [2021-06-16T00:00:19.034Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-06-16T00:00:19.034Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:19.034Z] PASS [2021-06-16T00:00:19.034Z] ok github.com/docker/docker/integration/plugin/volumes 0.183s [2021-06-16T00:00:19.034Z] [2021-06-16T00:00:19.034Z] === Skipped [2021-06-16T00:00:19.034Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-06-16T00:00:19.034Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:19.034Z] [2021-06-16T00:00:19.034Z] [2021-06-16T00:00:19.034Z] DONE 1 tests, 1 skipped in 2.809s [2021-06-16T00:00:19.034Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-06-16T00:00:19.873Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-06-16T00:00:19.873Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-06-16T00:00:21.184Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-16T00:00:21.184Z] INFO: Testing against a local daemon [2021-06-16T00:00:21.184Z] === RUN TestSecretInspect [2021-06-16T00:00:21.184Z] --- SKIP: TestSecretInspect (0.00s) [2021-06-16T00:00:21.184Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:21.184Z] === RUN TestSecretList [2021-06-16T00:00:21.184Z] --- SKIP: TestSecretList (0.00s) [2021-06-16T00:00:21.184Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:21.184Z] === RUN TestSecretsCreateAndDelete [2021-06-16T00:00:21.184Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-06-16T00:00:21.184Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:21.184Z] === RUN TestSecretsUpdate [2021-06-16T00:00:21.184Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-06-16T00:00:21.184Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:21.184Z] === RUN TestTemplatedSecret [2021-06-16T00:00:21.184Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-06-16T00:00:21.184Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:21.184Z] === RUN TestSecretCreateResolve [2021-06-16T00:00:21.184Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-06-16T00:00:21.184Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:00:21.184Z] PASS [2021-06-16T00:00:21.184Z] ok github.com/docker/docker/integration/secret 0.186s [2021-06-16T00:00:21.184Z] [2021-06-16T00:00:21.184Z] === Skipped [2021-06-16T00:00:21.184Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-06-16T00:00:21.184Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:21.184Z] [2021-06-16T00:00:21.184Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-06-16T00:00:21.184Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:21.184Z] [2021-06-16T00:00:21.184Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-06-16T00:00:21.184Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:21.184Z] [2021-06-16T00:00:21.184Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-06-16T00:00:21.184Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:21.184Z] [2021-06-16T00:00:21.184Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-06-16T00:00:21.184Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:21.184Z] [2021-06-16T00:00:21.184Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-06-16T00:00:21.184Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:00:21.184Z] [2021-06-16T00:00:21.184Z] [2021-06-16T00:00:21.184Z] DONE 6 tests, 6 skipped in 2.266s [2021-06-16T00:00:21.184Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-06-16T00:00:24.061Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-16T00:00:24.061Z] INFO: Testing against a local daemon [2021-06-16T00:00:24.061Z] === RUN TestServiceCreateInit [2021-06-16T00:00:24.061Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-16T00:00:24.061Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-16T00:00:24.061Z] --- PASS: TestServiceCreateInit (0.03s) [2021-06-16T00:00:24.061Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-16T00:00:24.061Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.061Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-16T00:00:24.061Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.061Z] === RUN TestCreateServiceMultipleTimes [2021-06-16T00:00:24.061Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-06-16T00:00:24.061Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.061Z] === RUN TestCreateServiceConflict [2021-06-16T00:00:24.061Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-06-16T00:00:24.061Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.061Z] === RUN TestCreateServiceMaxReplicas [2021-06-16T00:00:24.061Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2021-06-16T00:00:24.061Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.061Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-16T00:00:24.061Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-16T00:00:24.061Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.061Z] === RUN TestCreateServiceSecretFileMode [2021-06-16T00:00:24.061Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-06-16T00:00:24.061Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.061Z] === RUN TestCreateServiceConfigFileMode [2021-06-16T00:00:24.061Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-06-16T00:00:24.061Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.061Z] === RUN TestCreateServiceSysctls [2021-06-16T00:00:24.061Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2021-06-16T00:00:24.061Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.061Z] === RUN TestCreateServiceCapabilities [2021-06-16T00:00:24.515Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-06-16T00:00:24.515Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] === RUN TestInspect [2021-06-16T00:00:24.515Z] --- SKIP: TestInspect (0.00s) [2021-06-16T00:00:24.515Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] === RUN TestCreateJob [2021-06-16T00:00:24.515Z] --- SKIP: TestCreateJob (0.00s) [2021-06-16T00:00:24.515Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] === RUN TestReplicatedJob [2021-06-16T00:00:24.515Z] --- SKIP: TestReplicatedJob (0.00s) [2021-06-16T00:00:24.515Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] === RUN TestUpdateReplicatedJob [2021-06-16T00:00:24.515Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-06-16T00:00:24.515Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] === RUN TestServiceListWithStatuses [2021-06-16T00:00:24.515Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-16T00:00:24.515Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] === RUN TestDockerNetworkConnectAlias [2021-06-16T00:00:24.515Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-06-16T00:00:24.515Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] === RUN TestDockerNetworkReConnect [2021-06-16T00:00:24.515Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-06-16T00:00:24.515Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] === RUN TestServicePlugin [2021-06-16T00:00:24.515Z] --- SKIP: TestServicePlugin (0.00s) [2021-06-16T00:00:24.515Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] === RUN TestServiceUpdateLabel [2021-06-16T00:00:24.515Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-06-16T00:00:24.515Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:00:24.515Z] === RUN TestServiceUpdateSecrets [2021-06-16T00:00:24.515Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-06-16T00:00:24.515Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:00:24.515Z] === RUN TestServiceUpdateConfigs [2021-06-16T00:00:24.515Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-06-16T00:00:24.515Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:00:24.515Z] === RUN TestServiceUpdateNetwork [2021-06-16T00:00:24.515Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-06-16T00:00:24.515Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:00:24.515Z] === RUN TestServiceUpdatePidsLimit [2021-06-16T00:00:24.515Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-06-16T00:00:24.515Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:00:24.515Z] PASS [2021-06-16T00:00:24.515Z] ok github.com/docker/docker/integration/service 0.344s [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === Skipped [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-16T00:00:24.515Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-16T00:00:24.515Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-16T00:00:24.515Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-16T00:00:24.515Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-06-16T00:00:24.515Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-06-16T00:00:24.515Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2021-06-16T00:00:24.515Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-16T00:00:24.515Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-06-16T00:00:24.515Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-06-16T00:00:24.515Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2021-06-16T00:00:24.515Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-06-16T00:00:24.515Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-06-16T00:00:24.515Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-06-16T00:00:24.515Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-06-16T00:00:24.515Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-06-16T00:00:24.515Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-06-16T00:00:24.515Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-06-16T00:00:24.515Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-06-16T00:00:24.515Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-06-16T00:00:24.515Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-06-16T00:00:24.515Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-06-16T00:00:24.515Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-06-16T00:00:24.515Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.01s) [2021-06-16T00:00:24.515Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-06-16T00:00:24.515Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] [2021-06-16T00:00:24.515Z] DONE 24 tests, 23 skipped in 3.202s [2021-06-16T00:00:24.515Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-06-16T00:00:25.116Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-06-16T00:00:25.116Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-06-16T00:00:26.665Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-16T00:00:26.665Z] INFO: Testing against a local daemon [2021-06-16T00:00:26.665Z] === RUN TestSessionCreate [2021-06-16T00:00:26.665Z] --- SKIP: TestSessionCreate (0.00s) [2021-06-16T00:00:26.665Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-16T00:00:26.665Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-16T00:00:26.665Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-06-16T00:00:26.665Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-16T00:00:26.665Z] PASS [2021-06-16T00:00:26.665Z] ok github.com/docker/docker/integration/session 0.176s [2021-06-16T00:00:26.665Z] [2021-06-16T00:00:26.665Z] === Skipped [2021-06-16T00:00:26.665Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-06-16T00:00:26.665Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-16T00:00:26.665Z] [2021-06-16T00:00:26.665Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-06-16T00:00:26.665Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-16T00:00:26.665Z] [2021-06-16T00:00:26.665Z] [2021-06-16T00:00:26.665Z] DONE 2 tests, 2 skipped in 2.231s [2021-06-16T00:00:26.665Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-06-16T00:00:27.638Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-06-16T00:00:29.532Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-16T00:00:29.532Z] INFO: Testing against a local daemon [2021-06-16T00:00:29.532Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-16T00:00:29.532Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-16T00:00:29.532Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:29.532Z] === RUN TestEventsExecDie [2021-06-16T00:00:29.532Z] --- SKIP: TestEventsExecDie (0.00s) [2021-06-16T00:00:29.532Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-16T00:00:29.532Z] === RUN TestEventsBackwardsCompatible [2021-06-16T00:00:29.532Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-06-16T00:00:29.532Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-16T00:00:29.532Z] === RUN TestEventsVolumeCreate [2021-06-16T00:00:29.532Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-06-16T00:00:29.532Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-06-16T00:00:29.532Z] === RUN TestInfoAPI [2021-06-16T00:00:29.532Z] --- PASS: TestInfoAPI (0.04s) [2021-06-16T00:00:29.532Z] === RUN TestInfoAPIWarnings [2021-06-16T00:00:29.532Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-06-16T00:00:29.532Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-16T00:00:29.532Z] === RUN TestInfoDebug [2021-06-16T00:00:29.532Z] --- SKIP: TestInfoDebug (0.00s) [2021-06-16T00:00:29.532Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-16T00:00:29.532Z] === RUN TestInfoInsecureRegistries [2021-06-16T00:00:29.532Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-06-16T00:00:29.532Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-16T00:00:29.532Z] === RUN TestInfoRegistryMirrors [2021-06-16T00:00:29.532Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-06-16T00:00:29.532Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-16T00:00:29.532Z] === RUN TestLoginFailsWithBadCredentials [2021-06-16T00:00:29.983Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2021-06-16T00:00:29.983Z] === RUN TestPingCacheHeaders [2021-06-16T00:00:30.157Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-06-16T00:00:30.438Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-06-16T00:00:30.438Z] === RUN TestPingGet [2021-06-16T00:00:30.438Z] --- PASS: TestPingGet (0.04s) [2021-06-16T00:00:30.438Z] === RUN TestPingHead [2021-06-16T00:00:30.438Z] --- PASS: TestPingHead (0.03s) [2021-06-16T00:00:30.438Z] === RUN TestVersion [2021-06-16T00:00:30.438Z] --- PASS: TestVersion (0.03s) [2021-06-16T00:00:30.438Z] PASS [2021-06-16T00:00:30.438Z] ok github.com/docker/docker/integration/system 1.364s [2021-06-16T00:00:30.438Z] [2021-06-16T00:00:30.438Z] === Skipped [2021-06-16T00:00:30.438Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-16T00:00:30.438Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:00:30.438Z] [2021-06-16T00:00:30.438Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-06-16T00:00:30.438Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-16T00:00:30.438Z] [2021-06-16T00:00:30.438Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-06-16T00:00:30.438Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-16T00:00:30.438Z] [2021-06-16T00:00:30.438Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-06-16T00:00:30.438Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-06-16T00:00:30.438Z] [2021-06-16T00:00:30.438Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-06-16T00:00:30.438Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-16T00:00:30.438Z] [2021-06-16T00:00:30.438Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-06-16T00:00:30.438Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-16T00:00:30.438Z] [2021-06-16T00:00:30.438Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-06-16T00:00:30.438Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-16T00:00:30.438Z] [2021-06-16T00:00:30.438Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-06-16T00:00:30.438Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-16T00:00:30.438Z] [2021-06-16T00:00:30.438Z] [2021-06-16T00:00:30.438Z] DONE 14 tests, 8 skipped in 3.504s [2021-06-16T00:00:30.438Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-06-16T00:00:32.591Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-16T00:00:32.591Z] INFO: Testing against a local daemon [2021-06-16T00:00:32.591Z] === RUN TestVolumesCreateAndList [2021-06-16T00:00:32.591Z] --- PASS: TestVolumesCreateAndList (0.06s) [2021-06-16T00:00:32.591Z] === RUN TestVolumesRemove [2021-06-16T00:00:32.673Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-06-16T00:00:33.044Z] --- PASS: TestVolumesRemove (0.16s) [2021-06-16T00:00:33.044Z] === RUN TestVolumesInspect [2021-06-16T00:00:33.044Z] --- PASS: TestVolumesInspect (0.04s) [2021-06-16T00:00:33.044Z] === RUN TestVolumesInvalidJSON [2021-06-16T00:00:33.044Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-16T00:00:33.044Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-16T00:00:33.044Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-16T00:00:33.044Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-06-16T00:00:33.044Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-16T00:00:33.044Z] PASS [2021-06-16T00:00:33.044Z] ok github.com/docker/docker/integration/volume 0.420s [2021-06-16T00:00:33.044Z] [2021-06-16T00:00:33.044Z] DONE 5 tests in 2.593s [2021-06-16T00:00:33.044Z] INFO: make.ps1 ended at 06/16/2021 00:00:32 [2021-06-16T00:00:33.044Z] INFO: Integration CLI tests being run from the host: [2021-06-16T00:00:33.044Z] 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-06-16T00:00:34.562Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-06-16T00:00:34.562Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-06-16T00:00:34.562Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-06-16T00:00:35.490Z] === RUN TestDockerSuite/TestRunNetHost [2021-06-16T00:00:37.379Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-06-16T00:00:38.309Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-06-16T00:00:39.675Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-06-16T00:00:41.550Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-16T00:00:41.550Z] INFO: Testing against a local daemon [2021-06-16T00:00:41.550Z] === RUN TestDockerSuite [2021-06-16T00:00:41.550Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-06-16T00:00:41.550Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-06-16T00:00:41.550Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-06-16T00:00:41.550Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-06-16T00:00:41.550Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-06-16T00:00:41.550Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-06-16T00:00:41.550Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-06-16T00:00:41.550Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-06-16T00:00:42.503Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-06-16T00:00:42.941Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-06-16T00:00:42.955Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-06-16T00:00:43.407Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-06-16T00:00:43.859Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-06-16T00:00:44.307Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-06-16T00:00:45.675Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-06-16T00:00:47.069Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-06-16T00:00:51.236Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-06-16T00:00:52.162Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-06-16T00:00:52.162Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-06-16T00:00:52.418Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-06-16T00:00:52.979Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-06-16T00:00:53.236Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-06-16T00:00:54.163Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-06-16T00:00:55.092Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-06-16T00:00:55.092Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-06-16T00:00:55.653Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-06-16T00:00:59.816Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-06-16T00:01:01.702Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-06-16T00:01:01.702Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-06-16T00:01:02.632Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-06-16T00:01:03.588Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-06-16T00:01:03.588Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-06-16T00:01:03.588Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-06-16T00:01:05.479Z] === RUN TestDockerSuite/TestRunPortInUse [2021-06-16T00:01:06.852Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-06-16T00:01:07.415Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-06-16T00:01:07.978Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-06-16T00:01:08.909Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-06-16T00:01:09.837Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-06-16T00:01:10.093Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-06-16T00:01:10.348Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-16T00:01:10.348Z] === RUN TestDockerSuite/TestRunPublishPort [2021-06-16T00:01:10.909Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-06-16T00:01:11.470Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-06-16T00:01:11.726Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-06-16T00:01:11.981Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-06-16T00:01:11.981Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-06-16T00:01:12.910Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-06-16T00:01:14.799Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-06-16T00:01:14.799Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-06-16T00:01:14.799Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-06-16T00:01:18.965Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-06-16T00:01:19.894Z] === RUN TestDockerSuite/TestRunRm [2021-06-16T00:01:20.823Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-06-16T00:01:24.983Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-06-16T00:01:25.239Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-06-16T00:01:26.188Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-06-16T00:01:27.552Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-06-16T00:01:28.114Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-06-16T00:01:32.281Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-06-16T00:01:36.446Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-06-16T00:01:36.446Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-06-16T00:01:37.007Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-06-16T00:01:37.934Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-06-16T00:01:38.494Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-06-16T00:01:38.750Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-06-16T00:01:39.310Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-06-16T00:01:39.872Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-06-16T00:01:40.801Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-06-16T00:01:41.362Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-06-16T00:01:44.627Z] === RUN TestDockerSuite/TestRunState [2021-06-16T00:01:45.554Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-06-16T00:01:46.488Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-06-16T00:01:47.051Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-06-16T00:01:47.306Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-06-16T00:01:47.306Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-06-16T00:01:48.232Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-06-16T00:01:48.487Z] === RUN TestDockerSuite/TestRunSysctls [2021-06-16T00:01:50.375Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-06-16T00:01:50.375Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-06-16T00:01:50.375Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-06-16T00:01:50.632Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-06-16T00:01:53.147Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-06-16T00:01:53.709Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-06-16T00:01:55.599Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-06-16T00:01:55.803Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-06-16T00:01:55.803Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-06-16T00:01:55.803Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-06-16T00:01:55.803Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-06-16T00:01:55.803Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-06-16T00:01:55.803Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-06-16T00:01:55.803Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-06-16T00:01:55.803Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-06-16T00:01:55.803Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-06-16T00:01:55.803Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-06-16T00:01:55.803Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-06-16T00:01:55.803Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-06-16T00:01:55.803Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-06-16T00:01:55.803Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-06-16T00:01:55.803Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-06-16T00:01:57.318Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-06-16T00:01:59.466Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-06-16T00:01:59.466Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-06-16T00:01:59.466Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-06-16T00:01:59.763Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-06-16T00:01:59.918Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-06-16T00:01:59.918Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-06-16T00:02:02.275Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-06-16T00:02:02.791Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-06-16T00:02:02.791Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-06-16T00:02:02.791Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-06-16T00:02:03.203Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-06-16T00:02:03.766Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-06-16T00:02:04.697Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-06-16T00:02:06.605Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-06-16T00:02:07.533Z] === RUN TestDockerSuite/TestRunUserByID [2021-06-16T00:02:08.460Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-06-16T00:02:08.716Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-06-16T00:02:08.716Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-06-16T00:02:08.716Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-06-16T00:02:09.643Z] === RUN TestDockerSuite/TestRunUserByName [2021-06-16T00:02:10.570Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-06-16T00:02:10.753Z] --- PASS: TestBuildWCOWSandboxSize (829.40s) [2021-06-16T00:02:10.753Z] === RUN TestBuildWithEmptyDockerfile [2021-06-16T00:02:10.753Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-16T00:02:10.753Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-16T00:02:10.753Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-16T00:02:10.753Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-16T00:02:10.753Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-16T00:02:10.753Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-16T00:02:10.753Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-16T00:02:10.753Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-16T00:02:10.753Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-16T00:02:10.753Z] --- PASS: TestBuildWithEmptyDockerfile (0.45s) [2021-06-16T00:02:10.753Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-06-16T00:02:10.753Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-06-16T00:02:10.753Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-06-16T00:02:10.753Z] === RUN TestBuildPreserveOwnership [2021-06-16T00:02:10.753Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-06-16T00:02:10.753Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-16T00:02:10.753Z] === RUN TestBuildPlatformInvalid [2021-06-16T00:02:10.753Z] --- PASS: TestBuildPlatformInvalid (0.43s) [2021-06-16T00:02:10.753Z] PASS [2021-06-16T00:02:10.753Z] ok github.com/docker/docker/integration/build 1016.354s [2021-06-16T00:02:10.753Z] [2021-06-16T00:02:10.753Z] === Skipped [2021-06-16T00:02:10.753Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-06-16T00:02:10.753Z] build_session_test.go:25: TODO: BuildKit [2021-06-16T00:02:10.753Z] [2021-06-16T00:02:10.753Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-06-16T00:02:10.753Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:10.753Z] [2021-06-16T00:02:10.753Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-06-16T00:02:10.753Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-16T00:02:10.753Z] [2021-06-16T00:02:10.753Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2021-06-16T00:02:10.753Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-16T00:02:10.753Z] [2021-06-16T00:02:10.753Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-06-16T00:02:10.753Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-16T00:02:10.753Z] [2021-06-16T00:02:10.753Z] [2021-06-16T00:02:10.753Z] DONE 29 tests, 5 skipped in 1038.743s [2021-06-16T00:02:10.753Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-06-16T00:02:10.753Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-16T00:02:10.753Z] INFO: Testing against a local daemon [2021-06-16T00:02:10.753Z] === RUN TestConfigInspect [2021-06-16T00:02:10.753Z] --- SKIP: TestConfigInspect (0.00s) [2021-06-16T00:02:10.753Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:10.753Z] === RUN TestConfigList [2021-06-16T00:02:10.753Z] --- SKIP: TestConfigList (0.00s) [2021-06-16T00:02:10.753Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:10.753Z] === RUN TestConfigsCreateAndDelete [2021-06-16T00:02:10.753Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-06-16T00:02:10.753Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:10.753Z] === RUN TestConfigsUpdate [2021-06-16T00:02:10.753Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-06-16T00:02:10.753Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:10.753Z] === RUN TestTemplatedConfig [2021-06-16T00:02:10.753Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-06-16T00:02:10.753Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:10.753Z] === RUN TestConfigCreateResolve [2021-06-16T00:02:10.753Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-06-16T00:02:10.753Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:02:10.753Z] === RUN TestConfigDaemonLibtrustID [2021-06-16T00:02:10.753Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-06-16T00:02:10.753Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:02:10.753Z] PASS [2021-06-16T00:02:10.753Z] ok github.com/docker/docker/integration/config 0.182s [2021-06-16T00:02:10.753Z] [2021-06-16T00:02:10.753Z] === Skipped [2021-06-16T00:02:10.753Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-06-16T00:02:10.753Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:10.753Z] [2021-06-16T00:02:10.753Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-06-16T00:02:10.753Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:10.753Z] [2021-06-16T00:02:10.753Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-06-16T00:02:10.753Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:10.753Z] [2021-06-16T00:02:10.753Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-06-16T00:02:10.753Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:10.753Z] [2021-06-16T00:02:10.753Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-06-16T00:02:10.753Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:10.753Z] [2021-06-16T00:02:10.753Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-06-16T00:02:10.753Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:02:10.753Z] [2021-06-16T00:02:10.753Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-06-16T00:02:10.753Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:02:10.753Z] [2021-06-16T00:02:10.753Z] [2021-06-16T00:02:10.753Z] DONE 7 tests, 7 skipped in 2.906s [2021-06-16T00:02:10.753Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-06-16T00:02:10.753Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-16T00:02:10.753Z] INFO: Testing against a local daemon [2021-06-16T00:02:10.753Z] === RUN TestCheckpoint [2021-06-16T00:02:10.753Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-16T00:02:10.753Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-16T00:02:10.753Z] === RUN TestContainerInvalidJSON [2021-06-16T00:02:10.753Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-16T00:02:10.753Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-16T00:02:10.753Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-16T00:02:10.753Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-16T00:02:10.753Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-16T00:02:10.753Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-16T00:02:10.753Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-16T00:02:10.753Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-16T00:02:10.753Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-16T00:02:10.753Z] --- PASS: TestContainerInvalidJSON (0.45s) [2021-06-16T00:02:10.753Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-16T00:02:10.753Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-06-16T00:02:10.753Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-06-16T00:02:10.753Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-16T00:02:10.753Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.22s) [2021-06-16T00:02:10.753Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-16T00:02:10.753Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.35s) [2021-06-16T00:02:10.753Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-16T00:02:10.753Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.17s) [2021-06-16T00:02:10.753Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-16T00:02:10.753Z] --- PASS: TestCopyToContainerPathIsNotDir (0.17s) [2021-06-16T00:02:10.753Z] === RUN TestCopyFromContainer [2021-06-16T00:02:10.753Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-06-16T00:02:10.753Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:10.753Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-16T00:02:10.753Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-16T00:02:10.753Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-16T00:02:10.753Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-16T00:02:10.753Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-16T00:02:10.753Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-16T00:02:10.753Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-16T00:02:10.753Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-16T00:02:10.753Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-16T00:02:10.753Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-16T00:02:10.753Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-06-16T00:02:10.753Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-16T00:02:10.753Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-16T00:02:10.753Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-16T00:02:10.753Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-16T00:02:10.753Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-06-16T00:02:10.753Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-16T00:02:10.753Z] === RUN TestCreateWithInvalidEnv [2021-06-16T00:02:10.753Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-16T00:02:10.753Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-16T00:02:10.753Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-16T00:02:10.753Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-16T00:02:10.753Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-16T00:02:10.753Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-16T00:02:10.753Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-16T00:02:10.753Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-16T00:02:10.753Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-16T00:02:10.753Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-06-16T00:02:10.753Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-16T00:02:10.753Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-16T00:02:10.753Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-16T00:02:10.753Z] === RUN TestCreateTmpfsMountsTarget [2021-06-16T00:02:10.753Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-06-16T00:02:10.753Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:10.753Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-16T00:02:10.753Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-06-16T00:02:10.753Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:02:10.753Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-16T00:02:10.753Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-16T00:02:10.753Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:02:10.753Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-16T00:02:10.753Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-16T00:02:10.753Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-16T00:02:10.753Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-16T00:02:10.753Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-16T00:02:10.753Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-16T00:02:10.753Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-16T00:02:10.753Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-16T00:02:10.753Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-16T00:02:10.753Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-16T00:02:10.753Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-16T00:02:10.753Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-16T00:02:10.753Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-16T00:02:10.753Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-16T00:02:10.753Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-16T00:02:10.753Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-16T00:02:10.753Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-06-16T00:02:10.754Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-16T00:02:10.754Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-16T00:02:10.754Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-16T00:02:10.754Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-16T00:02:10.754Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-06-16T00:02:10.754Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-16T00:02:10.754Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-16T00:02:10.754Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-16T00:02:10.754Z] === RUN TestCreateDifferentPlatform [2021-06-16T00:02:10.754Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-16T00:02:10.754Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-16T00:02:10.754Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-06-16T00:02:10.754Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-06-16T00:02:10.754Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-16T00:02:10.754Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-16T00:02:10.754Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-06-16T00:02:10.754Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-16T00:02:10.754Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-06-16T00:02:10.754Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-16T00:02:10.754Z] === RUN TestContainerKillOnDaemonStart [2021-06-16T00:02:10.754Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-06-16T00:02:10.754Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:10.754Z] === RUN TestDiff [2021-06-16T00:02:10.754Z] --- SKIP: TestDiff (0.00s) [2021-06-16T00:02:10.754Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-16T00:02:10.754Z] === RUN TestExecWithCloseStdin [2021-06-16T00:02:10.754Z] --- PASS: TestExecWithCloseStdin (2.79s) [2021-06-16T00:02:10.754Z] === RUN TestExec [2021-06-16T00:02:11.497Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-06-16T00:02:11.497Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-06-16T00:02:11.753Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-06-16T00:02:12.271Z] --- PASS: TestExec (1.97s) [2021-06-16T00:02:12.271Z] === RUN TestExecUser [2021-06-16T00:02:12.271Z] --- SKIP: TestExecUser (0.00s) [2021-06-16T00:02:12.271Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-16T00:02:12.271Z] === RUN TestExportContainerAndImportImage [2021-06-16T00:02:12.271Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-06-16T00:02:12.271Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:12.271Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-16T00:02:12.271Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-06-16T00:02:12.271Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:12.271Z] === RUN TestHealthCheckWorkdir [2021-06-16T00:02:12.271Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-06-16T00:02:12.271Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-16T00:02:12.271Z] === RUN TestHealthKillContainer [2021-06-16T00:02:12.271Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-06-16T00:02:12.271Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-16T00:02:12.271Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-16T00:02:12.271Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-06-16T00:02:12.271Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-16T00:02:12.271Z] === RUN TestKillContainerInvalidSignal [2021-06-16T00:02:12.314Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-06-16T00:02:13.790Z] --- PASS: TestKillContainerInvalidSignal (1.74s) [2021-06-16T00:02:13.790Z] === RUN TestKillContainer [2021-06-16T00:02:13.790Z] === RUN TestKillContainer/no_signal [2021-06-16T00:02:15.094Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-06-16T00:02:15.943Z] === RUN TestKillContainer/non_killing_signal [2021-06-16T00:02:15.943Z] === RUN TestKillContainer/killing_signal [2021-06-16T00:02:16.481Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-06-16T00:02:17.409Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-06-16T00:02:18.335Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-06-16T00:02:20.849Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-06-16T00:02:22.214Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-06-16T00:02:22.955Z] --- PASS: TestKillContainer (8.68s) [2021-06-16T00:02:22.955Z] --- PASS: TestKillContainer/no_signal (1.74s) [2021-06-16T00:02:22.955Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-16T00:02:22.955Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-16T00:02:22.955Z] --- PASS: TestKillContainer/killing_signal (6.90s) [2021-06-16T00:02:22.955Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-16T00:02:22.955Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-16T00:02:22.955Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-16T00:02:22.955Z] === RUN TestKillStoppedContainer [2021-06-16T00:02:22.955Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-06-16T00:02:22.955Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-16T00:02:22.955Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-16T00:02:22.955Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-16T00:02:22.955Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-16T00:02:22.955Z] === RUN TestKillDifferentUserContainer [2021-06-16T00:02:22.955Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-06-16T00:02:22.955Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-16T00:02:22.955Z] === RUN TestInspectOomKilledTrue [2021-06-16T00:02:22.955Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-16T00:02:22.955Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:22.955Z] === RUN TestInspectOomKilledFalse [2021-06-16T00:02:22.955Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-16T00:02:22.955Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-16T00:02:22.955Z] === RUN TestLogsFollowTailEmpty [2021-06-16T00:02:24.104Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-06-16T00:02:24.475Z] --- PASS: TestLogsFollowTailEmpty (1.78s) [2021-06-16T00:02:24.475Z] === RUN TestNetworkNat [2021-06-16T00:02:24.475Z] --- SKIP: TestNetworkNat (0.00s) [2021-06-16T00:02:24.475Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-16T00:02:24.475Z] === RUN TestNetworkLocalhostTCPNat [2021-06-16T00:02:26.636Z] --- PASS: TestNetworkLocalhostTCPNat (2.21s) [2021-06-16T00:02:26.636Z] === RUN TestNetworkLoopbackNat [2021-06-16T00:02:26.636Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-06-16T00:02:26.636Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-16T00:02:26.636Z] === RUN TestPause [2021-06-16T00:02:26.636Z] --- SKIP: TestPause (0.00s) [2021-06-16T00:02:26.636Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-16T00:02:26.636Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-16T00:02:26.650Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-06-16T00:02:27.582Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-06-16T00:02:27.582Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-06-16T00:02:27.582Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-06-16T00:02:27.582Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-06-16T00:02:27.582Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-06-16T00:02:27.582Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-06-16T00:02:28.790Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.79s) [2021-06-16T00:02:28.790Z] === RUN TestPauseStopPausedContainer [2021-06-16T00:02:28.790Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-06-16T00:02:28.790Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:02:28.790Z] === RUN TestPsFilter [2021-06-16T00:02:28.790Z] --- PASS: TestPsFilter (0.20s) [2021-06-16T00:02:28.790Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-16T00:02:30.941Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.07s) [2021-06-16T00:02:30.941Z] === RUN TestRemoveContainerWithVolume [2021-06-16T00:02:31.744Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-06-16T00:02:32.305Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-06-16T00:02:33.093Z] --- PASS: TestRemoveContainerWithVolume (2.05s) [2021-06-16T00:02:33.093Z] === RUN TestRemoveContainerRunning [2021-06-16T00:02:33.669Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-06-16T00:02:34.595Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-06-16T00:02:34.611Z] --- PASS: TestRemoveContainerRunning (1.74s) [2021-06-16T00:02:34.611Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-16T00:02:35.158Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-06-16T00:02:35.413Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-06-16T00:02:35.975Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-06-16T00:02:35.975Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-06-16T00:02:36.127Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.75s) [2021-06-16T00:02:36.127Z] === RUN TestRemoveInvalidContainer [2021-06-16T00:02:36.127Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-06-16T00:02:36.127Z] === RUN TestRenameLinkedContainer [2021-06-16T00:02:36.127Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-06-16T00:02:36.127Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-16T00:02:36.127Z] === RUN TestRenameStoppedContainer [2021-06-16T00:02:36.231Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-06-16T00:02:36.231Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-06-16T00:02:36.231Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-06-16T00:02:36.231Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-06-16T00:02:36.231Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-06-16T00:02:36.231Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-06-16T00:02:36.231Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-06-16T00:02:36.795Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-06-16T00:02:37.724Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-06-16T00:02:37.724Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-06-16T00:02:38.278Z] --- PASS: TestRenameStoppedContainer (2.02s) [2021-06-16T00:02:38.278Z] === RUN TestRenameRunningContainerAndReuse [2021-06-16T00:02:38.651Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-06-16T00:02:38.907Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-06-16T00:02:39.469Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-06-16T00:02:39.469Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-06-16T00:02:40.396Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-06-16T00:02:40.958Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-06-16T00:02:40.958Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-06-16T00:02:41.214Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-06-16T00:02:41.775Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-06-16T00:02:41.972Z] --- PASS: TestRenameRunningContainerAndReuse (3.52s) [2021-06-16T00:02:41.972Z] === RUN TestRenameInvalidName [2021-06-16T00:02:43.181Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-06-16T00:02:43.487Z] --- PASS: TestRenameInvalidName (1.73s) [2021-06-16T00:02:43.487Z] === RUN TestRenameAnonymousContainer [2021-06-16T00:02:44.107Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-06-16T00:02:44.107Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-06-16T00:02:44.668Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-06-16T00:02:44.668Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-06-16T00:02:46.035Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-06-16T00:02:46.595Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-06-16T00:02:49.111Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-06-16T00:02:49.368Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-06-16T00:02:49.368Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-06-16T00:02:49.368Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-06-16T00:02:50.296Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-06-16T00:02:51.662Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-06-16T00:02:52.588Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-06-16T00:02:52.588Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-06-16T00:02:54.475Z] === RUN TestDockerSuite/TestSaveImageId [2021-06-16T00:02:54.475Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-06-16T00:02:55.037Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-06-16T00:02:56.926Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-06-16T00:02:56.926Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-06-16T00:02:58.216Z] --- PASS: TestRenameAnonymousContainer (13.41s) [2021-06-16T00:02:58.216Z] === RUN TestRenameContainerWithSameName [2021-06-16T00:02:58.668Z] --- PASS: TestRenameContainerWithSameName (1.77s) [2021-06-16T00:02:58.668Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-16T00:02:58.668Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-06-16T00:02:58.668Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-16T00:02:58.668Z] === RUN TestResize [2021-06-16T00:02:58.814Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-06-16T00:02:58.814Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-06-16T00:02:58.814Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-06-16T00:03:00.179Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-06-16T00:03:00.819Z] --- PASS: TestResize (1.76s) [2021-06-16T00:03:00.819Z] === RUN TestResizeWithInvalidSize [2021-06-16T00:03:01.567Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-06-16T00:03:02.131Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-06-16T00:03:02.131Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-06-16T00:03:02.339Z] --- PASS: TestResizeWithInvalidSize (1.74s) [2021-06-16T00:03:02.339Z] === RUN TestResizeWhenContainerNotStarted [2021-06-16T00:03:02.386Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-06-16T00:03:02.386Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-06-16T00:03:02.947Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-06-16T00:03:04.488Z] --- PASS: TestResizeWhenContainerNotStarted (1.98s) [2021-06-16T00:03:04.488Z] === RUN TestDaemonRestartKillContainers [2021-06-16T00:03:04.488Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-06-16T00:03:04.488Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:03:04.488Z] === RUN TestStats [2021-06-16T00:03:04.488Z] --- SKIP: TestStats (0.00s) [2021-06-16T00:03:04.488Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-16T00:03:04.488Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-16T00:03:05.461Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-06-16T00:03:08.181Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.55s) [2021-06-16T00:03:08.181Z] === RUN TestStopContainerWithTimeout [2021-06-16T00:03:08.181Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-06-16T00:03:08.181Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-16T00:03:08.181Z] === RUN TestUpdateRestartPolicy [2021-06-16T00:03:10.699Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-06-16T00:03:10.699Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-06-16T00:03:13.968Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-06-16T00:03:14.894Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-06-16T00:03:16.257Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-06-16T00:03:19.519Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-06-16T00:03:21.407Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-06-16T00:03:22.334Z] === RUN TestDockerSuite/TestStartRecordError [2021-06-16T00:03:23.705Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-06-16T00:03:23.961Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-06-16T00:03:26.480Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-06-16T00:03:28.996Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-06-16T00:03:28.996Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-06-16T00:03:29.212Z] --- PASS: TestUpdateRestartPolicy (19.53s) [2021-06-16T00:03:29.212Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-16T00:03:29.212Z] --- PASS: TestUpdateRestartWithAutoRemove (1.77s) [2021-06-16T00:03:29.212Z] === RUN TestWaitNonBlocked [2021-06-16T00:03:29.212Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-16T00:03:29.212Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-16T00:03:29.212Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-16T00:03:29.212Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-16T00:03:29.212Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-16T00:03:29.212Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-16T00:03:32.122Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-06-16T00:03:32.122Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.49s) [2021-06-16T00:03:32.122Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.53s) [2021-06-16T00:03:32.122Z] === RUN TestWaitBlocked [2021-06-16T00:03:32.122Z] --- SKIP: TestWaitBlocked (0.00s) [2021-06-16T00:03:32.122Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:03:32.122Z] PASS [2021-06-16T00:03:32.122Z] ok github.com/docker/docker/integration/container 85.904s [2021-06-16T00:03:32.122Z] [2021-06-16T00:03:32.122Z] === Skipped [2021-06-16T00:03:32.122Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-06-16T00:03:32.122Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-16T00:03:32.122Z] [2021-06-16T00:03:32.122Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-06-16T00:03:32.122Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:03:32.122Z] [2021-06-16T00:03:32.122Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-06-16T00:03:32.122Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-16T00:03:32.122Z] [2021-06-16T00:03:32.122Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-06-16T00:03:32.122Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:03:32.122Z] [2021-06-16T00:03:32.122Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-06-16T00:03:32.122Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:03:32.122Z] [2021-06-16T00:03:32.122Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-16T00:03:32.122Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:03:32.122Z] [2021-06-16T00:03:32.122Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-16T00:03:32.122Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-16T00:03:32.122Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-06-16T00:03:32.123Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-06-16T00:03:32.123Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-06-16T00:03:32.123Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-06-16T00:03:32.123Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-06-16T00:03:32.123Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-06-16T00:03:32.123Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-06-16T00:03:32.123Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-06-16T00:03:32.123Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-06-16T00:03:32.123Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-06-16T00:03:32.123Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-16T00:03:32.123Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-16T00:03:32.123Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-06-16T00:03:32.123Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-16T00:03:32.123Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-06-16T00:03:32.123Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-06-16T00:03:32.123Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-06-16T00:03:32.123Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-06-16T00:03:32.123Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-06-16T00:03:32.123Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-06-16T00:03:32.123Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-06-16T00:03:32.123Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-06-16T00:03:32.123Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-06-16T00:03:32.123Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-06-16T00:03:32.123Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-06-16T00:03:32.123Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-06-16T00:03:32.123Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-06-16T00:03:32.123Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] [2021-06-16T00:03:32.123Z] DONE 88 tests, 33 skipped in 88.457s [2021-06-16T00:03:32.123Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-06-16T00:03:32.264Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-06-16T00:03:33.639Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-16T00:03:33.639Z] INFO: Testing against a local daemon [2021-06-16T00:03:33.639Z] === RUN TestCommitInheritsEnv [2021-06-16T00:03:33.639Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-06-16T00:03:33.639Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-16T00:03:33.639Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-16T00:03:33.639Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-06-16T00:03:33.639Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-16T00:03:33.639Z] === RUN TestImagesFilterMultiReference [2021-06-16T00:03:34.092Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-06-16T00:03:34.092Z] === RUN TestImagePullPlatformInvalid [2021-06-16T00:03:34.092Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-06-16T00:03:34.092Z] === RUN TestRemoveImageOrphaning [2021-06-16T00:03:35.047Z] --- PASS: TestRemoveImageOrphaning (0.88s) [2021-06-16T00:03:35.047Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-16T00:03:35.047Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-06-16T00:03:35.047Z] === RUN TestTagInvalidReference [2021-06-16T00:03:35.047Z] --- PASS: TestTagInvalidReference (0.03s) [2021-06-16T00:03:35.047Z] === RUN TestTagValidPrefixedRepo [2021-06-16T00:03:35.047Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-06-16T00:03:35.047Z] === RUN TestTagExistedNameWithoutForce [2021-06-16T00:03:35.047Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-06-16T00:03:35.047Z] === RUN TestTagOfficialNames [2021-06-16T00:03:35.047Z] --- PASS: TestTagOfficialNames (0.07s) [2021-06-16T00:03:35.047Z] === RUN TestTagMatchesDigest [2021-06-16T00:03:35.047Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-06-16T00:03:35.047Z] PASS [2021-06-16T00:03:35.047Z] ok github.com/docker/docker/integration/image 1.400s [2021-06-16T00:03:35.047Z] [2021-06-16T00:03:35.047Z] === Skipped [2021-06-16T00:03:35.047Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-06-16T00:03:35.047Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-16T00:03:35.047Z] [2021-06-16T00:03:35.047Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-06-16T00:03:35.047Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-16T00:03:35.047Z] [2021-06-16T00:03:35.047Z] [2021-06-16T00:03:35.047Z] DONE 11 tests, 2 skipped in 3.370s [2021-06-16T00:03:35.047Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-06-16T00:03:37.506Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-06-16T00:03:37.917Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-16T00:03:37.917Z] INFO: Testing against a local daemon [2021-06-16T00:03:37.917Z] === RUN TestNetworkCreateDelete [2021-06-16T00:03:37.917Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-06-16T00:03:37.917Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:03:37.917Z] === RUN TestDockerNetworkDeletePreferID [2021-06-16T00:03:37.917Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-06-16T00:03:37.917Z] 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-06-16T00:03:37.917Z] === RUN TestDaemonDNSFallback [2021-06-16T00:03:37.917Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-06-16T00:03:37.917Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:03:37.917Z] === RUN TestInspectNetwork [2021-06-16T00:03:37.917Z] --- SKIP: TestInspectNetwork (0.00s) [2021-06-16T00:03:37.917Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-16T00:03:37.917Z] === RUN TestRunContainerWithBridgeNone [2021-06-16T00:03:37.917Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-06-16T00:03:37.917Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:03:37.917Z] === RUN TestNetworkInvalidJSON [2021-06-16T00:03:37.917Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-16T00:03:37.917Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-16T00:03:37.917Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-16T00:03:37.917Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-16T00:03:37.917Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-16T00:03:37.917Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-16T00:03:37.917Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-16T00:03:37.917Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-16T00:03:37.917Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-16T00:03:37.917Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2021-06-16T00:03:37.917Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-16T00:03:37.917Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-06-16T00:03:37.917Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-06-16T00:03:37.917Z] === RUN TestNetworkList [2021-06-16T00:03:37.917Z] === RUN TestNetworkList//networks [2021-06-16T00:03:37.917Z] === PAUSE TestNetworkList//networks [2021-06-16T00:03:37.917Z] === RUN TestNetworkList//networks/ [2021-06-16T00:03:37.917Z] === PAUSE TestNetworkList//networks/ [2021-06-16T00:03:37.917Z] === CONT TestNetworkList//networks [2021-06-16T00:03:37.917Z] === CONT TestNetworkList//networks/ [2021-06-16T00:03:37.917Z] --- PASS: TestNetworkList (0.03s) [2021-06-16T00:03:37.917Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-16T00:03:37.917Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-16T00:03:37.917Z] === RUN TestHostIPv4BridgeLabel [2021-06-16T00:03:37.917Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-06-16T00:03:37.917Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-16T00:03:37.917Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] === RUN TestDaemonDefaultNetworkPools [2021-06-16T00:03:37.917Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-16T00:03:37.917Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-16T00:03:37.917Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-16T00:03:37.917Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] === RUN TestServiceWithPredefinedNetwork [2021-06-16T00:03:37.917Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-16T00:03:37.917Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:242: FLAKY_TEST [2021-06-16T00:03:37.917Z] === RUN TestServiceWithDataPathPortInit [2021-06-16T00:03:37.917Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:332: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-16T00:03:37.917Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:400: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] PASS [2021-06-16T00:03:37.917Z] ok github.com/docker/docker/integration/network 0.250s [2021-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] === Skipped [2021-06-16T00:03:37.917Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-06-16T00:03:37.917Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-06-16T00:03:37.917Z] 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-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-06-16T00:03:37.917Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-06-16T00:03:37.917Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-06-16T00:03:37.917Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-06-16T00:03:37.917Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:242: FLAKY_TEST [2021-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:332: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-16T00:03:37.917Z] service_test.go:400: testEnv.OSType == "windows" [2021-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] [2021-06-16T00:03:37.917Z] DONE 22 tests, 15 skipped in 2.451s [2021-06-16T00:03:37.917Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-06-16T00:03:38.369Z] testing: warning: no tests to run [2021-06-16T00:03:38.369Z] PASS [2021-06-16T00:03:38.369Z] ok github.com/docker/docker/integration/network/ipvlan 0.069s [2021-06-16T00:03:38.369Z] [2021-06-16T00:03:38.369Z] DONE 0 tests in 0.748s [2021-06-16T00:03:38.369Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-06-16T00:03:39.322Z] testing: warning: no tests to run [2021-06-16T00:03:39.322Z] PASS [2021-06-16T00:03:39.322Z] ok github.com/docker/docker/integration/network/macvlan 0.072s [2021-06-16T00:03:39.322Z] [2021-06-16T00:03:39.322Z] DONE 0 tests in 0.778s [2021-06-16T00:03:39.322Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-06-16T00:03:40.018Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-06-16T00:03:40.275Z] testing: warning: no tests to run [2021-06-16T00:03:40.275Z] PASS [2021-06-16T00:03:40.275Z] ok github.com/docker/docker/integration/plugin 0.070s [2021-06-16T00:03:40.275Z] [2021-06-16T00:03:40.275Z] DONE 0 tests in 0.759s [2021-06-16T00:03:40.275Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-06-16T00:03:40.726Z] testing: warning: no tests to run [2021-06-16T00:03:40.726Z] PASS [2021-06-16T00:03:40.726Z] ok github.com/docker/docker/integration/plugin/authz 0.063s [2021-06-16T00:03:40.726Z] [2021-06-16T00:03:40.726Z] DONE 0 tests in 0.755s [2021-06-16T00:03:40.726Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-06-16T00:03:40.995Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-06-16T00:03:40.995Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-06-16T00:03:40.995Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-06-16T00:03:40.995Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-06-16T00:03:45.259Z] === RUN TestDockerSuite/TestStatsNoStream [2021-06-16T00:03:48.011Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-06-16T00:03:48.463Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-06-16T00:03:48.463Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-06-16T00:03:48.463Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-06-16T00:03:48.541Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-06-16T00:03:48.914Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-06-16T00:03:48.914Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-06-16T00:03:49.868Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-06-16T00:03:49.906Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-06-16T00:03:50.468Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-06-16T00:03:51.000Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-16T00:03:51.000Z] INFO: Testing against a local daemon [2021-06-16T00:03:51.000Z] === RUN TestPluginInvalidJSON [2021-06-16T00:03:51.000Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-16T00:03:51.000Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-16T00:03:51.000Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-16T00:03:51.000Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-06-16T00:03:51.000Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-06-16T00:03:51.000Z] === RUN TestPluginInstall [2021-06-16T00:03:51.000Z] --- SKIP: TestPluginInstall (0.00s) [2021-06-16T00:03:51.000Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-16T00:03:51.000Z] === RUN TestPluginsWithRuntimes [2021-06-16T00:03:51.000Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-06-16T00:03:51.000Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-16T00:03:51.000Z] === RUN TestPluginBackCompatMediaTypes [2021-06-16T00:03:51.000Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-06-16T00:03:51.000Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-16T00:03:51.000Z] PASS [2021-06-16T00:03:51.000Z] ok github.com/docker/docker/integration/plugin/common 0.214s [2021-06-16T00:03:51.000Z] [2021-06-16T00:03:51.000Z] === Skipped [2021-06-16T00:03:51.000Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-06-16T00:03:51.000Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-16T00:03:51.000Z] [2021-06-16T00:03:51.000Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-06-16T00:03:51.000Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-16T00:03:51.000Z] [2021-06-16T00:03:51.000Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-06-16T00:03:51.000Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-16T00:03:51.000Z] [2021-06-16T00:03:51.000Z] [2021-06-16T00:03:51.000Z] DONE 5 tests, 3 skipped in 8.970s [2021-06-16T00:03:51.000Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-06-16T00:03:51.394Z] === RUN TestDockerSuite/TestTopPrivileged [2021-06-16T00:03:51.955Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-06-16T00:03:51.955Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-06-16T00:03:52.882Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-06-16T00:03:53.154Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-16T00:03:53.154Z] INFO: Testing against a local daemon [2021-06-16T00:03:53.154Z] === RUN TestExternalGraphDriver [2021-06-16T00:03:53.154Z] --- SKIP: TestExternalGraphDriver (0.01s) [2021-06-16T00:03:53.154Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-16T00:03:53.154Z] === RUN TestGraphdriverPluginV2 [2021-06-16T00:03:53.154Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-06-16T00:03:53.154Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-16T00:03:53.154Z] PASS [2021-06-16T00:03:53.154Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.189s [2021-06-16T00:03:53.154Z] [2021-06-16T00:03:53.154Z] === Skipped [2021-06-16T00:03:53.154Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2021-06-16T00:03:53.154Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-16T00:03:53.154Z] [2021-06-16T00:03:53.154Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-06-16T00:03:53.154Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-16T00:03:53.154Z] [2021-06-16T00:03:53.154Z] [2021-06-16T00:03:53.154Z] DONE 2 tests, 2 skipped in 3.159s [2021-06-16T00:03:53.154Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-06-16T00:03:53.557Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-06-16T00:03:55.072Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-06-16T00:03:55.072Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-06-16T00:03:55.072Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-06-16T00:03:55.072Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-06-16T00:03:55.303Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-16T00:03:55.303Z] INFO: Testing against a local daemon [2021-06-16T00:03:55.303Z] === RUN TestReadPluginNoRead [2021-06-16T00:03:55.303Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-06-16T00:03:55.303Z] read_test.go:21: no unix domain sockets on Windows [2021-06-16T00:03:55.756Z] PASS [2021-06-16T00:03:55.756Z] ok github.com/docker/docker/integration/plugin/logging 0.187s [2021-06-16T00:03:55.756Z] [2021-06-16T00:03:55.756Z] === Skipped [2021-06-16T00:03:55.756Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-06-16T00:03:55.756Z] read_test.go:21: no unix domain sockets on Windows [2021-06-16T00:03:55.756Z] [2021-06-16T00:03:55.756Z] [2021-06-16T00:03:55.756Z] DONE 1 tests, 1 skipped in 2.490s [2021-06-16T00:03:55.756Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-06-16T00:03:57.049Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-06-16T00:03:57.274Z] testing: warning: no tests to run [2021-06-16T00:03:57.274Z] PASS [2021-06-16T00:03:57.274Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.106s [2021-06-16T00:03:57.274Z] [2021-06-16T00:03:57.274Z] DONE 0 tests in 1.288s [2021-06-16T00:03:57.274Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-06-16T00:03:58.768Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-06-16T00:03:59.425Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-16T00:03:59.425Z] INFO: Testing against a local daemon [2021-06-16T00:03:59.425Z] === RUN TestPluginWithDevMounts [2021-06-16T00:03:59.425Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-06-16T00:03:59.425Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:03:59.425Z] PASS [2021-06-16T00:03:59.425Z] ok github.com/docker/docker/integration/plugin/volumes 0.233s [2021-06-16T00:03:59.877Z] [2021-06-16T00:03:59.877Z] === Skipped [2021-06-16T00:03:59.877Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-06-16T00:03:59.877Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:03:59.877Z] [2021-06-16T00:03:59.877Z] [2021-06-16T00:03:59.877Z] DONE 1 tests, 1 skipped in 2.594s [2021-06-16T00:03:59.877Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-06-16T00:04:00.312Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-06-16T00:04:00.875Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-06-16T00:04:01.805Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-06-16T00:04:01.805Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-06-16T00:04:01.805Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-06-16T00:04:02.037Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-16T00:04:02.037Z] INFO: Testing against a local daemon [2021-06-16T00:04:02.037Z] === RUN TestSecretInspect [2021-06-16T00:04:02.037Z] --- SKIP: TestSecretInspect (0.00s) [2021-06-16T00:04:02.037Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:02.037Z] === RUN TestSecretList [2021-06-16T00:04:02.037Z] --- SKIP: TestSecretList (0.00s) [2021-06-16T00:04:02.037Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:02.037Z] === RUN TestSecretsCreateAndDelete [2021-06-16T00:04:02.037Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-06-16T00:04:02.037Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:02.037Z] === RUN TestSecretsUpdate [2021-06-16T00:04:02.037Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-06-16T00:04:02.037Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:02.037Z] === RUN TestTemplatedSecret [2021-06-16T00:04:02.037Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-06-16T00:04:02.037Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:02.037Z] === RUN TestSecretCreateResolve [2021-06-16T00:04:02.037Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-06-16T00:04:02.037Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:04:02.037Z] PASS [2021-06-16T00:04:02.037Z] ok github.com/docker/docker/integration/secret 0.175s [2021-06-16T00:04:02.037Z] [2021-06-16T00:04:02.037Z] === Skipped [2021-06-16T00:04:02.037Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-06-16T00:04:02.037Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:02.037Z] [2021-06-16T00:04:02.037Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-06-16T00:04:02.037Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:02.037Z] [2021-06-16T00:04:02.037Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-06-16T00:04:02.037Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:02.037Z] [2021-06-16T00:04:02.037Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-06-16T00:04:02.037Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:02.037Z] [2021-06-16T00:04:02.037Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-06-16T00:04:02.037Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:02.037Z] [2021-06-16T00:04:02.037Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-06-16T00:04:02.037Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:04:02.037Z] [2021-06-16T00:04:02.037Z] [2021-06-16T00:04:02.037Z] DONE 6 tests, 6 skipped in 2.194s [2021-06-16T00:04:02.037Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-06-16T00:04:03.693Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-06-16T00:04:04.619Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-06-16T00:04:04.929Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-16T00:04:04.929Z] INFO: Testing against a local daemon [2021-06-16T00:04:04.929Z] === RUN TestServiceCreateInit [2021-06-16T00:04:04.929Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-16T00:04:04.929Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-16T00:04:04.929Z] --- PASS: TestServiceCreateInit (0.03s) [2021-06-16T00:04:04.929Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-16T00:04:04.929Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-16T00:04:04.929Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestCreateServiceMultipleTimes [2021-06-16T00:04:04.929Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-06-16T00:04:04.929Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestCreateServiceConflict [2021-06-16T00:04:04.929Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-06-16T00:04:04.929Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestCreateServiceMaxReplicas [2021-06-16T00:04:04.929Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-06-16T00:04:04.929Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-16T00:04:04.929Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-16T00:04:04.929Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestCreateServiceSecretFileMode [2021-06-16T00:04:04.929Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-06-16T00:04:04.929Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestCreateServiceConfigFileMode [2021-06-16T00:04:04.929Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-06-16T00:04:04.929Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestCreateServiceSysctls [2021-06-16T00:04:04.929Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-06-16T00:04:04.929Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestCreateServiceCapabilities [2021-06-16T00:04:04.929Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-06-16T00:04:04.929Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestInspect [2021-06-16T00:04:04.929Z] --- SKIP: TestInspect (0.00s) [2021-06-16T00:04:04.929Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestCreateJob [2021-06-16T00:04:04.929Z] --- SKIP: TestCreateJob (0.00s) [2021-06-16T00:04:04.929Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestReplicatedJob [2021-06-16T00:04:04.929Z] --- SKIP: TestReplicatedJob (0.00s) [2021-06-16T00:04:04.929Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestUpdateReplicatedJob [2021-06-16T00:04:04.929Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-06-16T00:04:04.929Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestServiceListWithStatuses [2021-06-16T00:04:04.929Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-16T00:04:04.929Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestDockerNetworkConnectAlias [2021-06-16T00:04:04.929Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-06-16T00:04:04.929Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestDockerNetworkReConnect [2021-06-16T00:04:04.929Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-06-16T00:04:04.929Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestServicePlugin [2021-06-16T00:04:04.929Z] --- SKIP: TestServicePlugin (0.00s) [2021-06-16T00:04:04.929Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] === RUN TestServiceUpdateLabel [2021-06-16T00:04:04.929Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-06-16T00:04:04.929Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:04:04.929Z] === RUN TestServiceUpdateSecrets [2021-06-16T00:04:04.929Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-06-16T00:04:04.929Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:04:04.929Z] === RUN TestServiceUpdateConfigs [2021-06-16T00:04:04.929Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-06-16T00:04:04.929Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:04:04.929Z] === RUN TestServiceUpdateNetwork [2021-06-16T00:04:04.929Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-06-16T00:04:04.929Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:04:04.929Z] === RUN TestServiceUpdatePidsLimit [2021-06-16T00:04:04.929Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-06-16T00:04:04.929Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:04:04.929Z] PASS [2021-06-16T00:04:04.929Z] ok github.com/docker/docker/integration/service 0.330s [2021-06-16T00:04:04.929Z] [2021-06-16T00:04:04.929Z] === Skipped [2021-06-16T00:04:04.929Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-16T00:04:04.929Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-16T00:04:04.929Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] [2021-06-16T00:04:04.929Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-16T00:04:04.929Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-16T00:04:04.929Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] [2021-06-16T00:04:04.929Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-06-16T00:04:04.929Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] [2021-06-16T00:04:04.929Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-06-16T00:04:04.929Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] [2021-06-16T00:04:04.929Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-06-16T00:04:04.929Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] [2021-06-16T00:04:04.929Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-16T00:04:04.929Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] [2021-06-16T00:04:04.929Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-06-16T00:04:04.929Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] [2021-06-16T00:04:04.929Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-06-16T00:04:04.929Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] [2021-06-16T00:04:04.929Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-06-16T00:04:04.929Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.929Z] [2021-06-16T00:04:04.930Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-06-16T00:04:04.930Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.930Z] [2021-06-16T00:04:04.930Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-06-16T00:04:04.930Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.930Z] [2021-06-16T00:04:04.930Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-06-16T00:04:04.930Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.930Z] [2021-06-16T00:04:04.930Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-06-16T00:04:04.930Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.930Z] [2021-06-16T00:04:04.930Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-06-16T00:04:04.930Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.930Z] [2021-06-16T00:04:04.930Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-06-16T00:04:04.930Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.930Z] [2021-06-16T00:04:04.930Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-06-16T00:04:04.930Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.930Z] [2021-06-16T00:04:04.930Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-06-16T00:04:04.930Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.930Z] [2021-06-16T00:04:04.930Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-06-16T00:04:04.930Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:04.930Z] [2021-06-16T00:04:04.930Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-06-16T00:04:04.930Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:04:04.930Z] [2021-06-16T00:04:04.930Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-06-16T00:04:04.930Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:04:04.930Z] [2021-06-16T00:04:04.930Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-06-16T00:04:04.930Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:04:04.930Z] [2021-06-16T00:04:04.930Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-06-16T00:04:04.930Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:04:04.930Z] [2021-06-16T00:04:04.930Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-06-16T00:04:04.930Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-16T00:04:04.930Z] [2021-06-16T00:04:04.930Z] [2021-06-16T00:04:04.930Z] DONE 24 tests, 23 skipped in 2.955s [2021-06-16T00:04:04.930Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-06-16T00:04:05.546Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-06-16T00:04:07.079Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-16T00:04:07.079Z] INFO: Testing against a local daemon [2021-06-16T00:04:07.079Z] === RUN TestSessionCreate [2021-06-16T00:04:07.080Z] --- SKIP: TestSessionCreate (0.00s) [2021-06-16T00:04:07.080Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-16T00:04:07.080Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-16T00:04:07.080Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-06-16T00:04:07.080Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-16T00:04:07.080Z] PASS [2021-06-16T00:04:07.080Z] ok github.com/docker/docker/integration/session 0.161s [2021-06-16T00:04:07.080Z] [2021-06-16T00:04:07.080Z] === Skipped [2021-06-16T00:04:07.080Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-06-16T00:04:07.080Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-16T00:04:07.080Z] [2021-06-16T00:04:07.080Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-06-16T00:04:07.080Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-16T00:04:07.080Z] [2021-06-16T00:04:07.080Z] [2021-06-16T00:04:07.080Z] DONE 2 tests, 2 skipped in 2.002s [2021-06-16T00:04:07.080Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-06-16T00:04:07.433Z] === RUN TestDockerSuite/TestUpdateStats [2021-06-16T00:04:09.233Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-16T00:04:09.233Z] INFO: Testing against a local daemon [2021-06-16T00:04:09.233Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-16T00:04:09.233Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-16T00:04:09.233Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:09.233Z] === RUN TestEventsExecDie [2021-06-16T00:04:09.233Z] --- SKIP: TestEventsExecDie (0.00s) [2021-06-16T00:04:09.233Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-16T00:04:09.233Z] === RUN TestEventsBackwardsCompatible [2021-06-16T00:04:09.233Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-06-16T00:04:09.233Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-16T00:04:09.233Z] === RUN TestEventsVolumeCreate [2021-06-16T00:04:09.233Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-06-16T00:04:09.233Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-06-16T00:04:09.233Z] === RUN TestInfoAPI [2021-06-16T00:04:09.233Z] --- PASS: TestInfoAPI (0.03s) [2021-06-16T00:04:09.233Z] === RUN TestInfoAPIWarnings [2021-06-16T00:04:09.233Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-06-16T00:04:09.233Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-16T00:04:09.233Z] === RUN TestInfoDebug [2021-06-16T00:04:09.233Z] --- SKIP: TestInfoDebug (0.00s) [2021-06-16T00:04:09.233Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-16T00:04:09.233Z] === RUN TestInfoInsecureRegistries [2021-06-16T00:04:09.233Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-06-16T00:04:09.233Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-16T00:04:09.233Z] === RUN TestInfoRegistryMirrors [2021-06-16T00:04:09.233Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-06-16T00:04:09.233Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-16T00:04:09.233Z] === RUN TestLoginFailsWithBadCredentials [2021-06-16T00:04:10.188Z] --- PASS: TestLoginFailsWithBadCredentials (0.96s) [2021-06-16T00:04:10.188Z] === RUN TestPingCacheHeaders [2021-06-16T00:04:10.188Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-06-16T00:04:10.188Z] === RUN TestPingGet [2021-06-16T00:04:10.188Z] --- PASS: TestPingGet (0.03s) [2021-06-16T00:04:10.188Z] === RUN TestPingHead [2021-06-16T00:04:10.188Z] --- PASS: TestPingHead (0.03s) [2021-06-16T00:04:10.188Z] === RUN TestVersion [2021-06-16T00:04:10.188Z] --- PASS: TestVersion (0.03s) [2021-06-16T00:04:10.188Z] PASS [2021-06-16T00:04:10.188Z] ok github.com/docker/docker/integration/system 1.288s [2021-06-16T00:04:10.188Z] [2021-06-16T00:04:10.188Z] === Skipped [2021-06-16T00:04:10.188Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-16T00:04:10.188Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-16T00:04:10.188Z] [2021-06-16T00:04:10.188Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-06-16T00:04:10.188Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-16T00:04:10.188Z] [2021-06-16T00:04:10.188Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-06-16T00:04:10.188Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-16T00:04:10.188Z] [2021-06-16T00:04:10.188Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-06-16T00:04:10.188Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-06-16T00:04:10.188Z] [2021-06-16T00:04:10.188Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-06-16T00:04:10.188Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-16T00:04:10.188Z] [2021-06-16T00:04:10.188Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-06-16T00:04:10.188Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-16T00:04:10.188Z] [2021-06-16T00:04:10.188Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-06-16T00:04:10.188Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-16T00:04:10.188Z] [2021-06-16T00:04:10.188Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-06-16T00:04:10.188Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-16T00:04:10.188Z] [2021-06-16T00:04:10.188Z] [2021-06-16T00:04:10.188Z] DONE 14 tests, 8 skipped in 3.269s [2021-06-16T00:04:10.188Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-06-16T00:04:11.101Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-06-16T00:04:11.620Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-06-16T00:04:12.338Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-16T00:04:12.338Z] INFO: Testing against a local daemon [2021-06-16T00:04:12.338Z] === RUN TestVolumesCreateAndList [2021-06-16T00:04:12.338Z] --- PASS: TestVolumesCreateAndList (0.05s) [2021-06-16T00:04:12.338Z] === RUN TestVolumesRemove [2021-06-16T00:04:12.790Z] --- PASS: TestVolumesRemove (0.08s) [2021-06-16T00:04:12.790Z] === RUN TestVolumesInspect [2021-06-16T00:04:12.790Z] --- PASS: TestVolumesInspect (0.03s) [2021-06-16T00:04:12.790Z] === RUN TestVolumesInvalidJSON [2021-06-16T00:04:12.790Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-16T00:04:12.790Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-16T00:04:12.790Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-16T00:04:12.790Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-06-16T00:04:12.790Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-16T00:04:12.790Z] PASS [2021-06-16T00:04:12.790Z] ok github.com/docker/docker/integration/volume 0.365s [2021-06-16T00:04:12.790Z] [2021-06-16T00:04:12.790Z] DONE 5 tests in 2.421s [2021-06-16T00:04:12.790Z] INFO: make.ps1 ended at 06/16/2021 00:04:12 [2021-06-16T00:04:12.790Z] INFO: Integration CLI tests being run from the host: [2021-06-16T00:04:12.790Z] 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-06-16T00:04:12.984Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-06-16T00:04:12.985Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-06-16T00:04:14.874Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-06-16T00:04:15.801Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-06-16T00:04:16.856Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-06-16T00:04:18.375Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-06-16T00:04:18.375Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-06-16T00:04:21.047Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-06-16T00:04:21.293Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-16T00:04:21.293Z] INFO: Testing against a local daemon [2021-06-16T00:04:21.293Z] === RUN TestDockerSuite [2021-06-16T00:04:21.293Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-06-16T00:04:21.293Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-06-16T00:04:21.293Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-06-16T00:04:21.293Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-06-16T00:04:21.293Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-06-16T00:04:21.293Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-06-16T00:04:21.293Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-06-16T00:04:21.293Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-06-16T00:04:21.744Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-06-16T00:04:21.744Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-06-16T00:04:22.075Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-06-16T00:04:22.197Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-06-16T00:04:22.649Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-06-16T00:04:23.591Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-06-16T00:04:26.289Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-06-16T00:04:29.331Z] === RUN TestDockerSuite/TestBuildAddScript [2021-06-16T00:04:29.331Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-06-16T00:04:29.331Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-06-16T00:04:29.331Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-06-16T00:04:29.331Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-06-16T00:04:29.331Z] === RUN TestDockerSuite/TestBuildAddTar [2021-06-16T00:04:29.553Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-06-16T00:04:32.073Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-06-16T00:04:37.328Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-06-16T00:04:42.573Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-06-16T00:04:44.462Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-06-16T00:04:46.975Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-06-16T00:04:47.905Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-06-16T00:04:49.269Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-06-16T00:04:51.786Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-06-16T00:04:53.677Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-06-16T00:04:56.193Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-06-16T00:04:58.094Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-06-16T00:05:00.620Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-06-16T00:05:11.728Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-06-16T00:05:11.728Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-06-16T00:05:11.728Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-06-16T00:05:15.451Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-06-16T00:05:15.451Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-06-16T00:05:15.451Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-06-16T00:05:16.013Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-06-16T00:05:16.270Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-06-16T00:05:16.270Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-06-16T00:05:16.270Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-06-16T00:05:17.198Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-06-16T00:05:17.198Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-06-16T00:05:18.125Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-06-16T00:05:18.125Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-06-16T00:05:18.125Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-06-16T00:05:18.125Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-06-16T00:05:18.125Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-06-16T00:05:20.639Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-06-16T00:05:20.639Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-06-16T00:05:20.639Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-06-16T00:05:20.639Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-06-16T00:05:20.639Z] === RUN TestDockerSuite/TestVolumeEvents [2021-06-16T00:05:26.448Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-06-16T00:05:26.448Z] === RUN TestDockerSuite/TestBuildBlankName [2021-06-16T00:05:26.901Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-06-16T00:05:27.174Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-06-16T00:05:28.543Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-06-16T00:05:28.543Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-06-16T00:05:28.543Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-06-16T00:05:31.807Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-06-16T00:05:35.977Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-06-16T00:05:35.978Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite (1931.45s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.84s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.75s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.61s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.19s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.03s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.40s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.14s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.56s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.14s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.55s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.93s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.53s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.22s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.42s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.39s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.58s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.38s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.52s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.80s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAttachDetach (1.44s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.53s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.37s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.57s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.50s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.99s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (3.24s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.87s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (2.05s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (2.21s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.95s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (27.40s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.75s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (2.31s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.09s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (3.69s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.23s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.18s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (12.49s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (6.58s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.18s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.43s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.29s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.71s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.69s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.20s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.85s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.17s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.92s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddScript (4.47s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (11.81s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.93s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.90s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.52s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddTar (11.79s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (2.25s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (2.23s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (6.85s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (12.06s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.67s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (3.56s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (3.23s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (2.03s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.58s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.38s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (4.22s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.81s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (5.20s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (17.66s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.64s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (4.06s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.43s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (3.22s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.43s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (8.60s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (2.06s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (2.18s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.05s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.22s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (9.10s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (2.07s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.07s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.57s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (8.80s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.17s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.25s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.67s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCmd (0.58s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.47s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.50s) [2021-06-16T00:05:35.978Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.02s) [2021-06-16T00:05:35.978Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.79s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (8.43s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.57s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.92s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.32s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.25s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.65s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.38s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.00s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.76s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.59s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.09s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (6.55s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.40s) [2021-06-16T00:05:35.978Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.05s) [2021-06-16T00:05:35.978Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.978Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-06-16T00:05:35.978Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.978Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-06-16T00:05:35.978Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.978Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-06-16T00:05:35.978Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.38s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.73s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.93s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.37s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (9.23s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.38s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.69s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (2.03s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (6.05s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.73s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.63s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.84s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.78s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerignore (17.19s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.88s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (5.40s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.35s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.19s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.95s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.19s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.25s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (9.69s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.56s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.61s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (22.66s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.24s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (6.96s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.33s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.36s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.62s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.16s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.33s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.32s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.54s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.41s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.78s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEnv (1.61s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.50s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.32s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (8.48s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (26.02s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.86s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.80s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.86s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.55s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.52s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.67s) [2021-06-16T00:05:35.978Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-06-16T00:05:35.978Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.34s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (14.72s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildExpose (0.51s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.99s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.53s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.36s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildFails (1.18s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.83s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.59s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.65s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.20s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.26s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.92s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.01s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.95s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.42s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.96s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.89s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.07s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildHistory (3.86s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.51s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.09s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.56s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.51s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.16s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildLabel (0.57s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.43s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.71s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.55s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildLabels (0.59s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.29s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.81s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.97s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.67s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.18s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.14s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.15s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.38s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.69s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.37s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.79s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.52s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.68s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (11.93s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.80s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.40s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.87s) [2021-06-16T00:05:35.978Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-06-16T00:05:35.978Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (6.74s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.72s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (3.32s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.51s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildNetContainer (3.58s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.93s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.17s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.07s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.43s) [2021-06-16T00:05:35.978Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.50s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.33s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.31s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.73s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.48s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.49s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.21s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.93s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (3.34s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.26s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.44s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.37s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.30s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildPATH (2.94s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.32s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.07s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.84s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.61s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (4.68s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildRm (3.29s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.38s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.30s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.50s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.70s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.70s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.54s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.45s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (5.93s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.25s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.52s) [2021-06-16T00:05:35.979Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2021-06-16T00:05:35.979Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.78s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.51s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.23s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildStderr (1.69s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.53s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildStopSignal (2.04s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.01s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.67s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.25s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.71s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildUser (2.42s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.10s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (18.03s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.03s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.29s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.12s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.08s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (2.27s) [2021-06-16T00:05:35.979Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2021-06-16T00:05:35.979Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.979Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2021-06-16T00:05:35.979Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.979Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.03s) [2021-06-16T00:05:35.979Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.979Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.05s) [2021-06-16T00:05:35.979Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.54s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.04s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.99s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.44s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.24s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (4.10s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.68s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.34s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.39s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.58s) [2021-06-16T00:05:35.979Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-06-16T00:05:35.979Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.17s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.93s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-06-16T00:05:35.979Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-16T00:05:35.979Z] docker_cli_sni_test.go:18: Flakey test [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.72s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.99s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCommitChange (1.10s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.03s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.56s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.53s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.91s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCommitTTY (2.07s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.38s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.04s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.38s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.04s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.05s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.21s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.06s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.00s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.41s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.90s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.79s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.75s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.72s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.04s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.06s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.70s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.75s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.74s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.77s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.64s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.76s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.73s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.85s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.96s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.17s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.95s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.97s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.15s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.93s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.82s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (2.00s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.92s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.71s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.09s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.93s) [2021-06-16T00:05:35.979Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-06-16T00:05:35.979Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.01s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.91s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.72s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (7.40s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (1.34s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.19s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.57s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (26.95s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.72s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.84s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (2.07s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (2.12s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b8b0c0_} (1.99s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1719820699_/foo_false____} (1.82s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1719820699_/foo_true____} (2.04s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3500310590_/foo_false____} (0.85s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3500310590_/foo_true____} (2.05s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3500310590_/foo_true__0xc000b8b120__} (1.62s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b8b140_} (1.92s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b8b160_} (1.72s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b8b180_} (1.60s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b8b1a0_} (1.88s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.55s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.33s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.04s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.04s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.70s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.83s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.04s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.52s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.17s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.79s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.82s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.83s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.01s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpFromCaseB (1.00s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpFromCaseC (1.11s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.19s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.06s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.24s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.91s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.92s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.78s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.90s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.14s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.89s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.82s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpNameHasColon (1.06s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.83s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.93s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.81s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.89s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.54s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.84s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToCaseC (3.14s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.38s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.33s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.92s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.51s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.76s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.77s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.90s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.15s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToDot (1.33s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (2.11s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (2.70s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToStdout (1.48s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (2.23s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.47s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.31s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.67s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.10s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCreateArgs (0.10s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.63s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.01s) [2021-06-16T00:05:35.979Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-06-16T00:05:35.979Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.77s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.32s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s) [2021-06-16T00:05:35.979Z] --- PASS: TestDockerSuite/TestCreateRM (0.14s) [2021-06-16T00:05:35.979Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-16T00:05:35.980Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.13s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.01s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.49s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.18s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.95s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.74s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (1.02s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (2.11s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (2.34s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (1.04s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (1.36s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.85s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.06s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.78s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.29s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.45s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (3.89s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.81s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.85s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.92s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsAttach (0.78s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsCommit (0.90s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.74s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.80s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.79s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.74s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.53s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (4.02s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.95s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsCopy (1.62s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (2.10s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.99s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.27s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.41s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.20s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.29s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsFilters (1.44s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsFormat (1.50s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.98s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.38s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.22s) [2021-06-16T00:05:35.980Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-06-16T00:05:35.980Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-06-16T00:05:35.980Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-16T00:05:35.980Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.31s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.84s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsRename (0.72s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsResize (0.78s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.63s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.09s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.76s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.09s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsTop (1.01s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsUntag (2.59s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.94s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExec (1.03s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.74s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.72s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.73s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.16s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.03s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.01s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.09s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.14s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.51s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.28s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (2.41s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecCgroup (4.72s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecEnv (1.45s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.80s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.05s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecInspectID (2.10s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecInteractive (1.15s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.09s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.11s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecParseError (0.80s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.86s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.76s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (5.32s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.07s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecStartFails (1.05s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.55s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (1.06s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecTTY (1.38s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.41s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.77s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecUlimits (1.05s) [2021-06-16T00:05:35.980Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-06-16T00:05:35.980Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.99s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.07s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.92s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.00s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestExecWithUser (1.37s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.73s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.76s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.33s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.98s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.73s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestHealth (22.87s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.84s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.87s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.10s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.23s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.21s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.34s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.70s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.67s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.83s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImagesFormat (0.08s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.89s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.62s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImportBadURL (0.13s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImportDisplay (2.67s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImportFile (2.69s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.03s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (2.54s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImportGzipped (2.12s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.01s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.35s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (1.21s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (1.19s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.97s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.90s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.25s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.85s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (1.17s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (1.18s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.05s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (2.17s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectAmpersand (1.22s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.24s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.08s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.30s) [2021-06-16T00:05:35.980Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-06-16T00:05:35.980Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.19s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.99s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectDefault (1.02s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectHistory (0.99s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectImage (0.03s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.06s) [2021-06-16T00:05:35.980Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-16T00:05:35.980Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.12s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.20s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.14s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.00s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.89s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.76s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.12s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectStatus (1.51s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (2.03s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.01s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.06s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.99s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.18s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.02s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.82s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.04s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.81s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.71s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLinksEnvs (2.32s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.53s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.61s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.86s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.61s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.93s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.55s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.02s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (11.85s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.23s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.09s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.73s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.79s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.74s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.73s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.74s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.09s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (5.04s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.85s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2021-06-16T00:05:35.980Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.54s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.41s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.53s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.36s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.12s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.61s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.75s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.74s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestLogsSince (6.80s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.91s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (1.01s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestLogsTail (0.95s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestLogsTimestamps (1.02s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.06s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.24s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.99s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestNetHostname (3.03s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.58s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestNetworkEvents (6.03s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.25s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.93s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPluginActive (1.49s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.87s) [2021-06-16T00:05:35.981Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-06-16T00:05:35.981Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.68s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.28s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.27s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.07s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.43s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (3.03s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.65s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.69s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPortList (10.13s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (2.10s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.41s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.82s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.93s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.80s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.85s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.95s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.53s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.42s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsByOrder (2.98s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.94s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.14s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.41s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.71s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.69s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (2.02s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.19s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.47s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.42s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.31s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.34s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.69s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.23s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.10s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.88s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.33s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.76s) [2021-06-16T00:05:35.981Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-16T00:05:35.981Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.17s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.84s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.87s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.76s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.73s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (10.97s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.66s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.87s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.11s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.11s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.24s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.60s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.46s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.75s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.47s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.47s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.92s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.61s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.92s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.86s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.31s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRmiTag (0.29s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.77s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.12s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.85s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.08s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.44s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.79s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAddHost (0.81s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.80s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.87s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.72s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.55s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.74s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.85s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.84s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.95s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.71s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.88s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.87s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.88s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.73s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.86s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.93s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.28s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.85s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.00s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.89s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.43s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.80s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.81s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.79s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.75s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.70s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.71s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.71s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.72s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.72s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.75s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.01s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.79s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.76s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.73s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.74s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.50s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.54s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.48s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.91s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.74s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.74s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.72s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.71s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.97s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (4.04s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.10s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.93s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.19s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.63s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.41s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.43s) [2021-06-16T00:05:35.981Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-06-16T00:05:35.981Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.981Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-06-16T00:05:35.981Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.73s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.46s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.40s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.18s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.86s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.56s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.74s) [2021-06-16T00:05:35.981Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-06-16T00:05:35.981Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.73s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.59s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.78s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.73s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.73s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.72s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.72s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.71s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.71s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.72s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunExitCode (0.76s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.69s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.70s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.75s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.68s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.76s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.51s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.54s) [2021-06-16T00:05:35.981Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-16T00:05:35.981Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.07s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.74s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.48s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.69s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.48s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.72s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.20s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.45s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.48s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.76s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.57s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.58s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.24s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.23s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.64s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.52s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.51s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.44s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunMount (8.12s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.70s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.72s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.42s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.14s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (4.71s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.87s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (3.12s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.97s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (2.07s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (1.20s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNetHost (1.71s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (1.06s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (1.24s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (3.09s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.91s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (5.66s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.87s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.08s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.88s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.11s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.80s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.00s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.72s) [2021-06-16T00:05:35.981Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.91s) [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.86s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (1.03s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.87s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.24s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.62s) [2021-06-16T00:05:35.982Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.71s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.69s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (1.00s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.65s) [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-16T00:05:35.982Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunPublishPort (1.04s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.63s) [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-16T00:05:35.982Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.93s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.90s) [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.70s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.39s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunRm (0.75s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.79s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.75s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.72s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.44s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.71s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.70s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (4.02s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.73s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.50s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.79s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.51s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.46s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.47s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.73s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.75s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.73s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.67s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunState (1.53s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.74s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.75s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.17s) [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.76s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.44s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunSysctls (1.46s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.70s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.25s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.73s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.76s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.63s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.19s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.72s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.76s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.73s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.12s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.04s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunUserByID (0.73s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.23s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.89s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunUserByName (0.85s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.07s) [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.14s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.69s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.01s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.81s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.14s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.15s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.40s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.31s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.47s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.74s) [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2021-06-16T00:05:35.982Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s) [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (3.91s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.70s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.42s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.81s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.78s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.77s) [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.72s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.77s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.99s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.73s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.78s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.71s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.71s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.48s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.72s) [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.59s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.39s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.44s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.20s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.70s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.96s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.01s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.07s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.84s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSaveImageId (0.08s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.51s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.95s) [2021-06-16T00:05:35.982Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents003978227 [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.67s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.48s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.49s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.40s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.13s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.08s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.53s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.18s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.50s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (3.26s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.13s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.41s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.82s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.34s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.75s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestStartRecordError (1.78s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.31s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.19s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.33s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (5.09s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.16s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.84s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.73s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.77s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.77s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.53s) [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (1.00s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.95s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.37s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.74s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.88s) [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-06-16T00:05:35.982Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.57s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.12s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.08s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.85s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUpdateStats (3.88s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.45s) [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-06-16T00:05:35.982Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (2.01s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.15s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (5.19s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (4.50s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.83s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.76s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.90s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.20s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.12s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.11s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.41s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.44s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.17s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.22s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.16s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.13s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.20s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.73s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.80s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.86s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.24s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.65s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.21s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.78s) [2021-06-16T00:05:35.982Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.29s) [2021-06-16T00:05:35.982Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-06-16T00:05:35.982Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-06-16T00:05:35.982Z] === RUN TestDockerRegistrySuite [2021-06-16T00:05:35.982Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-06-16T00:05:37.877Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-06-16T00:05:39.249Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-06-16T00:05:41.140Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-06-16T00:05:41.140Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-06-16T00:05:44.484Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-06-16T00:05:44.484Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-06-16T00:05:45.304Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-06-16T00:05:49.127Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-06-16T00:05:49.468Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-06-16T00:05:50.454Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-06-16T00:05:50.712Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-06-16T00:05:50.967Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-06-16T00:05:50.967Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-06-16T00:05:51.223Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-06-16T00:05:52.150Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-06-16T00:05:54.668Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-06-16T00:05:55.231Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-06-16T00:05:57.120Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-06-16T00:05:59.009Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-06-16T00:05:59.265Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-06-16T00:06:00.632Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-06-16T00:06:02.000Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-06-16T00:06:02.256Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-06-16T00:06:04.147Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-06-16T00:06:05.512Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-06-16T00:06:06.876Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-06-16T00:06:09.405Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-06-16T00:06:10.116Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-06-16T00:06:11.919Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-06-16T00:06:13.284Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-06-16T00:06:16.548Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-06-16T00:06:17.912Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-06-16T00:06:17.912Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-06-16T00:06:19.276Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-06-16T00:06:20.359Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-06-16T00:06:20.359Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-06-16T00:06:20.640Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-06-16T00:06:22.007Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-06-16T00:06:26.103Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-06-16T00:06:26.104Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-06-16T00:06:26.104Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-06-16T00:06:26.177Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-06-16T00:06:26.433Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-06-16T00:06:27.801Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-06-16T00:06:28.363Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-06-16T00:06:28.363Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-06-16T00:06:28.620Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-06-16T00:06:28.877Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-06-16T00:06:29.437Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-06-16T00:06:29.437Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-06-16T00:06:30.801Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-06-16T00:06:32.689Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-06-16T00:06:33.117Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-06-16T00:06:33.117Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-06-16T00:06:33.569Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-06-16T00:06:33.569Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-06-16T00:06:33.569Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-06-16T00:06:34.054Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-06-16T00:06:34.157Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-06-16T00:06:34.157Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-06-16T00:06:34.157Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-06-16T00:06:34.157Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-06-16T00:06:34.157Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-06-16T00:06:34.157Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-06-16T00:06:34.157Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-06-16T00:06:34.157Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-06-16T00:06:34.157Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-06-16T00:06:34.157Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-06-16T00:06:34.157Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-06-16T00:06:34.157Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-06-16T00:06:34.982Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-06-16T00:06:36.346Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite (61.14s) [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (2.05s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d51d16dba0970] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.60s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d792486c90e77] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.64s) [2021-06-16T00:06:36.908Z] check_test.go:196: [df538aa05a5a8] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2021-06-16T00:06:36.908Z] check_test.go:196: [db8bd6c75f9bf] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.55s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d63ae1f753674] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.16s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d42e1435ba67a] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.51s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d4a35b24f8d5f] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.73s) [2021-06-16T00:06:36.908Z] check_test.go:196: [dc227e651a2aa] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.56s) [2021-06-16T00:06:36.908Z] check_test.go:196: [de4d415e4009f] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.70s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d62e59f599a1d] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.65s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d1dcc2739e010] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.82s) [2021-06-16T00:06:36.908Z] check_test.go:196: [dce93ed981a93] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.47s) [2021-06-16T00:06:36.908Z] check_test.go:196: [dca7cc732f7ae] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.47s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d9b2eae65d6f5] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.66s) [2021-06-16T00:06:36.908Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:228ce888f7a4d3325d33564bc0418a14d94be1c5b72fea6bb855c2d25b253a00 [2021-06-16T00:06:36.908Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:29cf2d5df5dfd5e96838069d416847e7b11673dfe5d075343dc2d83942eb8c48 [2021-06-16T00:06:36.908Z] check_test.go:196: [d7174167ed06d] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.57s) [2021-06-16T00:06:36.908Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:dbdd1dc4d68f953ce01c9facf2c295a5f77dc0598c0a990dce96e61532e81334 [2021-06-16T00:06:36.908Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:eb622872e03435a762f9f3f031b5437b0d64b243af42ac9ff4183f47238d445f [2021-06-16T00:06:36.908Z] check_test.go:196: [d9e1f3d4da3b6] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.38s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d66d54c5a627a] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.12s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d83dc08bd9497] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.32s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d46122e65b2b6] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d6958291cfba8] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.38s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d11357f15dbe3] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.25s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d0a347a87cdfd] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.27s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d92e32b995ef5] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (4.13s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d0bb9a6e52a74] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.43s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d4b7f70ea50d6] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.38s) [2021-06-16T00:06:36.908Z] check_test.go:196: [dadc6ae93d438] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.45s) [2021-06-16T00:06:36.908Z] check_test.go:196: [da0a2fe036e67] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d18c82f37a339] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.30s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d5328d586ae5e] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.35s) [2021-06-16T00:06:36.908Z] check_test.go:196: [db17d7a0e65b7] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.35s) [2021-06-16T00:06:36.908Z] check_test.go:196: [dfff1d9364cf8] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d999541e81ebb] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.31s) [2021-06-16T00:06:36.908Z] check_test.go:196: [da32301f15d55] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.99s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d82f3cde46ce5] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.06s) [2021-06-16T00:06:36.908Z] check_test.go:196: [ded3a554c0d24] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.32s) [2021-06-16T00:06:36.908Z] check_test.go:196: [d5d406aea61bc] daemon is not started [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.94s) [2021-06-16T00:06:36.908Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2021-06-16T00:06:36.908Z] === RUN TestDockerSchema1RegistrySuite [2021-06-16T00:06:36.908Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-06-16T00:06:36.908Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-06-16T00:06:38.861Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-06-16T00:06:38.861Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-06-16T00:06:38.861Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-06-16T00:06:41.073Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-06-16T00:06:41.737Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-06-16T00:06:43.896Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-06-16T00:06:43.896Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-06-16T00:06:43.896Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-06-16T00:06:43.896Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-06-16T00:06:43.896Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-06-16T00:06:46.776Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-06-16T00:06:46.776Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-06-16T00:06:46.776Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-06-16T00:06:47.605Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-06-16T00:06:50.884Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-06-16T00:06:52.248Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-06-16T00:06:53.174Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-06-16T00:06:53.429Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-06-16T00:06:53.797Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-06-16T00:06:54.792Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-06-16T00:06:55.720Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-06-16T00:06:55.976Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-06-16T00:06:57.867Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-06-16T00:06:58.124Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-06-16T00:06:58.595Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-06-16T00:07:02.293Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-06-16T00:07:02.855Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-06-16T00:07:03.111Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-06-16T00:07:03.111Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-06-16T00:07:03.367Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-06-16T00:07:03.622Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-06-16T00:07:03.878Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-06-16T00:07:04.440Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-06-16T00:07:04.697Z] --- PASS: TestDockerSchema1RegistrySuite (27.77s) [2021-06-16T00:07:04.697Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.17s) [2021-06-16T00:07:04.697Z] check_test.go:223: [d186670bf5951] daemon is not started [2021-06-16T00:07:04.697Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.61s) [2021-06-16T00:07:04.697Z] check_test.go:223: [d386f49fcb0be] daemon is not started [2021-06-16T00:07:04.697Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (6.06s) [2021-06-16T00:07:04.697Z] check_test.go:223: [dbb0d5e8c8331] daemon is not started [2021-06-16T00:07:04.697Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.12s) [2021-06-16T00:07:04.697Z] check_test.go:223: [d26a6f4a5c5de] daemon is not started [2021-06-16T00:07:04.697Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.28s) [2021-06-16T00:07:04.697Z] check_test.go:223: [d1799ff2649a0] daemon is not started [2021-06-16T00:07:04.698Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.26s) [2021-06-16T00:07:04.698Z] check_test.go:223: [ded64b735b49b] daemon is not started [2021-06-16T00:07:04.698Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-06-16T00:07:04.698Z] check_test.go:223: [d3943db434ae4] daemon is not started [2021-06-16T00:07:04.698Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.31s) [2021-06-16T00:07:04.698Z] check_test.go:223: [d2f7bf14c253c] daemon is not started [2021-06-16T00:07:04.698Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.25s) [2021-06-16T00:07:04.698Z] check_test.go:223: [da5ca815d55a9] daemon is not started [2021-06-16T00:07:04.698Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.49s) [2021-06-16T00:07:04.698Z] check_test.go:223: [d831cf63e6140] daemon is not started [2021-06-16T00:07:04.698Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (4.51s) [2021-06-16T00:07:04.698Z] check_test.go:223: [d537fd8d65bd1] daemon is not started [2021-06-16T00:07:04.698Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.68s) [2021-06-16T00:07:04.698Z] check_test.go:223: [d54737b75e294] daemon is not started [2021-06-16T00:07:04.698Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.43s) [2021-06-16T00:07:04.698Z] check_test.go:223: [d3c0cd7919db2] daemon is not started [2021-06-16T00:07:04.698Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.13s) [2021-06-16T00:07:04.698Z] check_test.go:223: [d322d1f2e7abb] daemon is not started [2021-06-16T00:07:04.698Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2021-06-16T00:07:04.698Z] check_test.go:223: [dd75426fc746b] daemon is not started [2021-06-16T00:07:04.698Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.36s) [2021-06-16T00:07:04.698Z] check_test.go:223: [dd2f59ae585bd] daemon is not started [2021-06-16T00:07:04.698Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.55s) [2021-06-16T00:07:04.698Z] check_test.go:223: [dfbe64bef5d34] daemon is not started [2021-06-16T00:07:04.698Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.13s) [2021-06-16T00:07:04.698Z] check_test.go:223: [d26df45bb7485] daemon is not started [2021-06-16T00:07:04.698Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-06-16T00:07:04.698Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-06-16T00:07:05.625Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-06-16T00:07:05.625Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-06-16T00:07:06.188Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-06-16T00:07:06.444Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-06-16T00:07:07.835Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-06-16T00:07:08.091Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-06-16T00:07:08.653Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-06-16T00:07:08.844Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-06-16T00:07:09.297Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-06-16T00:07:09.580Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-06-16T00:07:09.580Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.02s) [2021-06-16T00:07:09.580Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.96s) [2021-06-16T00:07:09.580Z] check_test.go:252: [d88f24a7fc2d9] daemon is not started [2021-06-16T00:07:09.580Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.59s) [2021-06-16T00:07:09.580Z] check_test.go:252: [d6294dffca203] daemon is not started [2021-06-16T00:07:09.580Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.20s) [2021-06-16T00:07:09.580Z] check_test.go:252: [d734a95fb4d9d] daemon is not started [2021-06-16T00:07:09.580Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.47s) [2021-06-16T00:07:09.580Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.31s) [2021-06-16T00:07:09.580Z] check_test.go:252: [d31eafb26aad2] daemon is not started [2021-06-16T00:07:09.580Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.51s) [2021-06-16T00:07:09.580Z] check_test.go:252: [de891c5cc6a7f] daemon is not started [2021-06-16T00:07:09.580Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.83s) [2021-06-16T00:07:09.580Z] check_test.go:252: [da4a945a8c8ac] daemon is not started [2021-06-16T00:07:09.580Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2021-06-16T00:07:09.580Z] check_test.go:252: [d1d2ef5a269c1] daemon is not started [2021-06-16T00:07:09.580Z] === RUN TestDockerRegistryAuthTokenSuite [2021-06-16T00:07:09.580Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-06-16T00:07:09.749Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-06-16T00:07:09.836Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-06-16T00:07:11.263Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-06-16T00:07:11.263Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-06-16T00:07:13.099Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-06-16T00:07:14.986Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-06-16T00:07:14.986Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-06-16T00:07:15.241Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-06-16T00:07:15.241Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-06-16T00:07:15.496Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.86s) [2021-06-16T00:07:15.496Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2021-06-16T00:07:15.496Z] check_test.go:279: [d8a2e5cad915c] daemon is not started [2021-06-16T00:07:15.496Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.24s) [2021-06-16T00:07:15.496Z] check_test.go:279: [dfe3abc1d1c89] daemon is not started [2021-06-16T00:07:15.496Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s) [2021-06-16T00:07:15.496Z] check_test.go:279: [d38f459cfd2aa] daemon is not started [2021-06-16T00:07:15.496Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2021-06-16T00:07:15.496Z] check_test.go:279: [d14ddf7045a81] daemon is not started [2021-06-16T00:07:15.496Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2021-06-16T00:07:15.496Z] check_test.go:279: [d8265fa4d4141] daemon is not started [2021-06-16T00:07:15.496Z] === RUN TestDockerNetworkSuite [2021-06-16T00:07:15.496Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-06-16T00:07:15.900Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-06-16T00:07:17.416Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-06-16T00:07:17.416Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-06-16T00:07:17.416Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-06-16T00:07:18.011Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-06-16T00:07:18.932Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-06-16T00:07:19.376Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-06-16T00:07:20.448Z] === RUN TestDockerSuite/TestBuildCmd [2021-06-16T00:07:20.900Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-06-16T00:07:21.352Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-06-16T00:07:22.304Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-06-16T00:07:25.913Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-06-16T00:07:27.799Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-06-16T00:07:28.038Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-06-16T00:07:29.555Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-06-16T00:07:29.555Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-06-16T00:07:31.067Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-06-16T00:07:31.071Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-06-16T00:07:31.071Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-06-16T00:07:31.523Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-06-16T00:07:32.431Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-06-16T00:07:32.687Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-06-16T00:07:33.673Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-06-16T00:07:34.628Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-06-16T00:07:35.080Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-06-16T00:07:35.080Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-06-16T00:07:36.033Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-06-16T00:07:36.484Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-06-16T00:07:36.484Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-06-16T00:07:36.484Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-06-16T00:07:42.220Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-06-16T00:07:42.631Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-06-16T00:07:45.147Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-06-16T00:07:46.073Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-06-16T00:07:47.961Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-06-16T00:07:48.217Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-06-16T00:07:48.778Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-06-16T00:07:49.706Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-06-16T00:07:51.073Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-06-16T00:07:51.073Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-06-16T00:07:52.968Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-06-16T00:07:52.968Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-06-16T00:07:53.536Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-06-16T00:07:54.905Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-06-16T00:07:54.905Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-06-16T00:07:55.161Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-06-16T00:07:55.161Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-06-16T00:07:55.417Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-06-16T00:07:57.304Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-06-16T00:07:58.670Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-06-16T00:07:58.670Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-06-16T00:07:59.597Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-06-16T00:07:59.597Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-06-16T00:08:01.484Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-06-16T00:08:02.850Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-06-16T00:08:05.366Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-06-16T00:08:08.636Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-06-16T00:08:11.903Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-06-16T00:08:16.077Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-06-16T00:08:17.774Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-06-16T00:08:17.774Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-06-16T00:08:17.774Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-06-16T00:08:19.348Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-06-16T00:08:19.910Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-06-16T00:08:20.165Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-06-16T00:08:21.093Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-06-16T00:08:21.093Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-06-16T00:08:21.093Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-06-16T00:08:21.350Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-06-16T00:08:21.606Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-06-16T00:08:21.606Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-06-16T00:08:23.497Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-06-16T00:08:23.510Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-06-16T00:08:23.510Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-06-16T00:08:23.961Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-06-16T00:08:23.961Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-06-16T00:08:24.413Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-06-16T00:08:24.413Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-06-16T00:08:26.764Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-06-16T00:08:26.764Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-06-16T00:08:26.764Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-06-16T00:08:28.130Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-06-16T00:08:28.130Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-06-16T00:08:30.646Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-06-16T00:08:33.170Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-06-16T00:08:36.444Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-06-16T00:08:36.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-06-16T00:08:37.628Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-06-16T00:08:40.142Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-06-16T00:08:40.142Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-06-16T00:08:40.703Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-06-16T00:08:41.264Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-06-16T00:08:42.631Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite (92.08s) [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.68s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [da36cea6117e0] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.09s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d351a49743974] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (6.26s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d3983b3763847] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.16s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d960518a5044c] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.10s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:1233: [df1a6a030d88e] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.77s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [df8b758fbee11] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.69s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d7fe3c387d3f8] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.90s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [dc015a8816d7f] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.80s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d0e1327900669] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.95s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [ddc6ed11205a5] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.71s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d9c4bb3f734e2] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.51s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [de19c0b1c074c] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.66s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d31307c196f84] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.23s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d4f11b24f73d7] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.64s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [dc44b3422d48b] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.38s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d2a5bbb86c6d3] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d5f1f3e391d6e] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.07s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d46a2fa54167b] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.23s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d6847350f0213] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.58s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [dd346a1199972] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.48s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d48ed50446a61] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.09s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [dada3eba75dbb] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.74s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d70be13b2dba0] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.10s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [dcf585018cc84] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.41s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:968: [d6da44f7023ec] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.52s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [dd9f5668448cd] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (14.04s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:1116: [d75b176f79074] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.28s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d08f162ebf387] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.14s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [dd5193bb16e16] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.21s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d7a6cf8515902] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d3d86ab6b101a] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.24s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [def63b20e973f] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.28s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [dc833490230d1] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d18a4a639ba90] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.48s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [da2e24868e4bb] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.09s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [de1762681a625] daemon is not started [2021-06-16T00:08:47.873Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d5440195fa2c3] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.74s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [dd50e7121a15d] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.90s) [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.67s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:1084: [d13a900a1027b] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d0232d0863736] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.09s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [dffbbdbf44e0f] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.09s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d93d370a2a818] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d3bad13b2319c] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.97s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d9ccfaffdf92e] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.50s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [d04562eed9892] daemon is not started [2021-06-16T00:08:47.873Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.29s) [2021-06-16T00:08:47.873Z] docker_cli_network_unix_test.go:46: [db388d31c9d2d] daemon is not started [2021-06-16T00:08:47.874Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.92s) [2021-06-16T00:08:47.874Z] docker_cli_network_unix_test.go:46: [d26b7cbaf038b] daemon is not started [2021-06-16T00:08:47.874Z] === RUN TestDockerHubPullSuite [2021-06-16T00:08:47.874Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-06-16T00:08:48.800Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-06-16T00:08:49.441Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-06-16T00:08:49.893Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-06-16T00:08:50.141Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-06-16T00:08:50.141Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-06-16T00:08:50.141Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-06-16T00:08:50.141Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-06-16T00:08:50.141Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-06-16T00:08:50.141Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-06-16T00:08:50.141Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-06-16T00:08:50.141Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-06-16T00:08:50.141Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-06-16T00:08:50.141Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-06-16T00:08:50.345Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-06-16T00:08:50.595Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-06-16T00:08:51.314Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-06-16T00:08:51.314Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-06-16T00:08:52.677Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-06-16T00:08:52.933Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-06-16T00:08:52.933Z] --- PASS: TestDockerHubPullSuite (5.48s) [2021-06-16T00:08:52.933Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.33s) [2021-06-16T00:08:52.933Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.20s) [2021-06-16T00:08:52.933Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.38s) [2021-06-16T00:08:52.933Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.27s) [2021-06-16T00:08:52.933Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.21s) [2021-06-16T00:08:52.933Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2021-06-16T00:08:52.933Z] PASS [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === Skipped [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.02s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.02s) [2021-06-16T00:08:52.933Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.05s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.05s) [2021-06-16T00:08:52.933Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-06-16T00:08:52.933Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-06-16T00:08:52.933Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-06-16T00:08:52.933Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-06-16T00:08:52.933Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-06-16T00:08:52.933Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2021-06-16T00:08:52.933Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2021-06-16T00:08:52.933Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2021-06-16T00:08:52.933Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.03s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.03s) [2021-06-16T00:08:52.933Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.05s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.05s) [2021-06-16T00:08:52.933Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-06-16T00:08:52.933Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-16T00:08:52.933Z] docker_cli_sni_test.go:18: Flakey test [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-06-16T00:08:52.933Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-16T00:08:52.933Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-16T00:08:52.933Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-06-16T00:08:52.933Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-06-16T00:08:52.933Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-16T00:08:52.933Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-16T00:08:52.933Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2021-06-16T00:08:52.933Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-06-16T00:08:52.933Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-06-16T00:08:52.933Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-06-16T00:08:52.933Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-06-16T00:08:52.933Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-06-16T00:08:52.933Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-06-16T00:08:52.933Z] docker_cli_network_unix_test.go:46: [d5440195fa2c3] daemon is not started [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] [2021-06-16T00:08:52.933Z] DONE 1269 tests, 51 skipped in 2173.743s [2021-06-16T00:08:52.933Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-16T00:08:52.933Z] ++++ cat bundles/test-integration/docker.pid [2021-06-16T00:08:52.933Z] +++ kill 8312 [2021-06-16T00:08:53.472Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-06-16T00:08:54.311Z] +++ /etc/init.d/apparmor stop [2021-06-16T00:08:54.311Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-16T00:08:54.311Z] [2021-06-16T00:08:54.311Z] Unloading profiles will leave already running processes permanently [2021-06-16T00:08:54.311Z] unconfined, which can lead to unexpected situations. [2021-06-16T00:08:54.311Z] [2021-06-16T00:08:54.311Z] To set a process to complain mode, use the command line tool [2021-06-16T00:08:54.311Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-16T00:08:54.311Z] +++ true [2021-06-16T00:08:54.311Z] exiting test-integration [2021-06-16T00:08:54.311Z] ++ exit 0 [2021-06-16T00:08:54.311Z] [2021-06-16T00:08:54.311Z] + for job in $(jobs -p) [2021-06-16T00:08:54.311Z] + wait 4168 [2021-06-16T00:08:54.991Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-06-16T00:08:54.991Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-06-16T00:08:54.991Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-06-16T00:08:54.991Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-06-16T00:08:57.867Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-06-16T00:09:10.183Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-06-16T00:09:11.326Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-06-16T00:09:11.326Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-06-16T00:09:11.326Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-06-16T00:09:13.060Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-06-16T00:09:14.017Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-06-16T00:09:14.017Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-06-16T00:09:15.971Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-06-16T00:09:17.717Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-06-16T00:09:18.674Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-06-16T00:09:18.840Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-06-16T00:09:22.544Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-06-16T00:09:26.322Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-06-16T00:09:28.942Z] === RUN TestDockerSuite/TestBuildAddScript [2021-06-16T00:09:28.942Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-06-16T00:09:28.942Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-06-16T00:09:28.942Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-06-16T00:09:28.942Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-06-16T00:09:28.942Z] === RUN TestDockerSuite/TestBuildAddTar [2021-06-16T00:09:41.151Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite (1750.62s) [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.39s) [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.94s) [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.87s) [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.49s) [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.98s) [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (30.07s) [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:562: [d42d7f5f5e344] joining swarm manager [d9e6724d045c8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:584: [db80caed10724] joining swarm manager [d9e6724d045c8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.187Z] check_test.go:380: [d42d7f5f5e344] daemon is not started [2021-06-16T00:09:59.187Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.54s) [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:45: [dee548f328af6] joining swarm manager [d83824baf4561]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.00s) [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.98s) [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (34.04s) [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:303: [d117405b6f7b7] joining swarm manager [df7d983de4352]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:304: [d75f7dbc7d1ec] joining swarm manager [df7d983de4352]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.22s) [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:271: [d53ca0e3a03fd] joining swarm manager [ddc253ce5dd55]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:272: [df24bc65bf618] joining swarm manager [ddc253ce5dd55]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.26s) [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (6.47s) [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.58s) [2021-06-16T00:09:59.187Z] docker_api_swarm_node_test.go:19: [d2ed4a0176eec] joining swarm manager [dc4f3de866090]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.187Z] docker_api_swarm_node_test.go:20: [d4550ad953532] joining swarm manager [dc4f3de866090]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (45.08s) [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:501: [dd2c4d09f9297] joining swarm manager [d762b911a6611]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:506: [d448f4532419e] joining swarm manager [d762b911a6611]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (20.88s) [2021-06-16T00:09:59.187Z] docker_api_swarm_node_test.go:80: [d7322348673db] joining swarm manager [d3eafebf27140]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.50s) [2021-06-16T00:09:59.187Z] docker_api_swarm_node_test.go:52: [dc2ba65838ff5] joining swarm manager [d502ad733383d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.187Z] docker_api_swarm_node_test.go:53: [dd163dfc90f0a] joining swarm manager [d502ad733383d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.25s) [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (22.74s) [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:201: [dba1969595b82] joining swarm manager [dcb49a52ba486]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (65.00s) [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:383: [d7a1d8d645c56] joining swarm manager [dfbd98fef8585]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:384: [d4cd20cd02f15] joining swarm manager [dfbd98fef8585]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.187Z] check_test.go:380: [d4cd20cd02f15] daemon is not started [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (57.90s) [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:801: [d667ec015f9be] joining swarm manager [deef0523a0fc3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:801: [d4cf00236ceda] joining swarm manager [deef0523a0fc3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:801: [d30ee6afac57c] joining swarm manager [deef0523a0fc3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:801: [de6a2b7725389] joining swarm manager [deef0523a0fc3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-06-16T00:09:59.187Z] docker_api_swarm_test.go:809: [d795696f60b0a] joining swarm manager [deef0523a0fc3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.75s) [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (6.48s) [2021-06-16T00:09:59.187Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (23.15s) [2021-06-16T00:09:59.187Z] docker_api_swarm_service_test.go:394: [d51009bd6b323] joining swarm manager [db63d00c3574e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:394: [d4f6db50927cb] joining swarm manager [db63d00c3574e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (19.42s) [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:342: [de5b07a75c20d] joining swarm manager [d2a4d4ac0e09f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:342: [d014c21b0f634] joining swarm manager [d2a4d4ac0e09f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (17.86s) [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:489: [d7e8fe6a55ca4] joining swarm manager [d58563ff2659e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:489: [df9888e420c90] joining swarm manager [d58563ff2659e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (7.66s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.89s) [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:127: [da759cda565f9] joining swarm manager [d6580ec5a9882]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:128: [d026258392f8a] joining swarm manager [d6580ec5a9882]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:136: [dd8a799cd179d] joining swarm manager [d6580ec5a9882]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:137: [d5e3d39ac46c9] joining swarm manager [d6580ec5a9882]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.46s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (24.23s) [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:303: [d7be05fe6843e] joining swarm manager [de7e760b8b1d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:303: [d98195950f580] joining swarm manager [de7e760b8b1d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.74s) [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:99: [d78d7b41b39a7] joining swarm manager [dd36bc835f1dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:100: [d21ad98398bef] joining swarm manager [dd36bc835f1dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.188Z] check_test.go:380: [d78d7b41b39a7] daemon is not started [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (28.24s) [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:532: [d6d672cd78743] joining swarm manager [ddc45fc860494]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:533: [d2a4dc84c68d0] joining swarm manager [ddc45fc860494]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (42.20s) [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:147: [d2f5efb4a4f5d] joining swarm manager [d0c9a76417e46]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.188Z] docker_api_swarm_service_test.go:147: [d6e8ef387af2b] joining swarm manager [d0c9a76417e46]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (36.46s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (6.21s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.90s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.76s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.61s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (4.02s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.99s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.95s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.62s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.71s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.85s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.52s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.35s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.73s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.78s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.34s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.29s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.24s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.46s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.91s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (4.52s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (8.35s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.08s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.21s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.54s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.10s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.79s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.99s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.81s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.61s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.84s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.32s) [2021-06-16T00:09:59.188Z] docker_cli_service_logs_test.go:245: checking task mnnv55mv6qb4 [2021-06-16T00:09:59.188Z] docker_cli_service_logs_test.go:250: checking messages for mnnv55mv6qb4 [2021-06-16T00:09:59.188Z] docker_cli_service_logs_test.go:245: checking task mo8oni7kgt99 [2021-06-16T00:09:59.188Z] docker_cli_service_logs_test.go:250: checking messages for mo8oni7kgt99 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.91s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.48s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.74s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.78s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.30s) [2021-06-16T00:09:59.188Z] docker_cli_swarm_test.go:1901: [dc340b58369c6] joining swarm manager [d30ba860c1f08]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.188Z] docker_cli_swarm_test.go:1902: [d2ce8a61bce61] joining swarm manager [d30ba860c1f08]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.93s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.35s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.58s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.52s) [2021-06-16T00:09:59.188Z] docker_cli_swarm_test.go:1802: [dcd9c891af4ef] joining swarm manager [d2ecbd19eaf92]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.188Z] docker_cli_swarm_test.go:1803: [d99d3608e22e8] joining swarm manager [d2ecbd19eaf92]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.53s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (89.98s) [2021-06-16T00:09:59.188Z] docker_cli_swarm_test.go:1321: [deceb3af8046d] joining swarm manager [dd0bcdc222977]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.188Z] docker_cli_swarm_test.go:1322: [d600939926d04] joining swarm manager [dd0bcdc222977]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.08s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (9.74s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.74s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.91s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.39s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.86s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.35s) [2021-06-16T00:09:59.188Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-06-16T00:09:59.188Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.46s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.83s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.88s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.75s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.10s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (61.40s) [2021-06-16T00:09:59.188Z] docker_cli_swarm_test.go:1186: [d797632f1aafe] joining swarm manager [dd73eb4f6822a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.188Z] docker_cli_swarm_test.go:1195: [dd0a6c43f8336] joining swarm manager [dd73eb4f6822a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.37s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.37s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (126.43s) [2021-06-16T00:09:59.188Z] docker_cli_swarm_test.go:1118: [de3755e15c80b] joining swarm manager [db5d640f673e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.188Z] docker_cli_swarm_test.go:1119: [de56fe806baae] joining swarm manager [db5d640f673e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.188Z] docker_cli_swarm_test.go:1172: [d9ea42abbc42f] joining swarm manager [db5d640f673e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.87s) [2021-06-16T00:09:59.188Z] docker_cli_swarm_test.go:1453: [d2c279f00e394] joining swarm manager [dbdf62e7b3a8a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.188Z] docker_cli_swarm_test.go:1454: [daf2b73e74b57] joining swarm manager [dbdf62e7b3a8a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.84s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.36s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.20s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.09s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.09s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.77s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.63s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.78s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (53.70s) [2021-06-16T00:09:59.188Z] docker_cli_swarm_unix_test.go:62: [dc801354b6bd3] joining swarm manager [d9da56e622419]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.30s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (5.03s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.27s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.36s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.88s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.98s) [2021-06-16T00:09:59.188Z] docker_api_swarm_test.go:961: [dbf3ebcf7be40] joining swarm manager [d021391b2536f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.57s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.91s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.70s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.79s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.80s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (7.02s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.52s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.62s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (4.64s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.30s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (4.66s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.46s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.83s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.31s) [2021-06-16T00:09:59.188Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.24s) [2021-06-16T00:09:59.188Z] === RUN TestDockerExternalVolumeSuite [2021-06-16T00:09:59.188Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-06-16T00:10:14.044Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-06-16T00:10:19.546Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-06-16T00:10:19.546Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-06-16T00:10:19.546Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-06-16T00:10:22.837Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-06-16T00:10:22.837Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-06-16T00:10:22.837Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-06-16T00:10:40.549Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-06-16T00:10:41.002Z] === RUN TestDockerSuite/TestBuildBlankName [2021-06-16T00:10:41.456Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-06-16T00:10:48.486Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-06-16T00:10:48.939Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-06-16T00:10:53.587Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-06-16T00:11:02.098Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-06-16T00:11:10.613Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-06-16T00:11:10.613Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-06-16T00:11:15.261Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-06-16T00:11:15.261Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-06-16T00:11:15.261Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-06-16T00:11:21.010Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-06-16T00:11:21.010Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-06-16T00:11:21.010Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-06-16T00:11:21.465Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-06-16T00:11:21.465Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-06-16T00:11:21.652Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-06-16T00:11:23.131Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-06-16T00:11:23.131Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-06-16T00:11:23.131Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-06-16T00:11:31.585Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-06-16T00:11:42.471Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-06-16T00:11:44.162Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-06-16T00:11:46.170Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-06-16T00:11:46.623Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-06-16T00:11:46.623Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-06-16T00:11:48.143Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-06-16T00:11:48.143Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-06-16T00:11:52.794Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-06-16T00:11:53.750Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-06-16T00:11:53.750Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-06-16T00:11:53.750Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-06-16T00:11:54.510Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-06-16T00:11:55.270Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-06-16T00:11:56.227Z] === RUN TestDockerSuite/TestBuildCmd [2021-06-16T00:11:56.680Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-06-16T00:11:57.136Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-06-16T00:11:57.590Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-06-16T00:12:03.336Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-06-16T00:12:03.608Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-06-16T00:12:04.854Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-06-16T00:12:04.860Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-06-16T00:12:04.860Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-06-16T00:12:06.378Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-06-16T00:12:06.378Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-06-16T00:12:06.832Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-06-16T00:12:08.987Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-06-16T00:12:09.442Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-06-16T00:12:09.895Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-06-16T00:12:09.895Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-06-16T00:12:10.853Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-06-16T00:12:11.306Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-06-16T00:12:11.306Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-06-16T00:12:11.306Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-06-16T00:12:15.765Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-06-16T00:12:17.057Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-06-16T00:12:34.847Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-06-16T00:12:46.919Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-06-16T00:12:47.256Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-06-16T00:12:47.373Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-06-16T00:12:47.776Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-06-16T00:12:48.332Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-06-16T00:12:54.079Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-06-16T00:12:54.079Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-06-16T00:12:54.079Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-06-16T00:12:54.079Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-06-16T00:12:54.532Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-06-16T00:12:54.532Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-06-16T00:13:02.097Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-06-16T00:13:02.622Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-06-16T00:13:34.634Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-06-16T00:13:37.036Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-06-16T00:13:37.036Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-06-16T00:13:37.036Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-06-16T00:13:49.463Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-06-16T00:14:04.317Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-06-16T00:14:07.109Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-06-16T00:14:07.109Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-06-16T00:14:07.573Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-06-16T00:14:10.499Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-06-16T00:14:14.267Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-06-16T00:14:16.466Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-06-16T00:14:28.204Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-06-16T00:14:28.204Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-06-16T00:14:28.204Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-06-16T00:14:28.204Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-06-16T00:14:28.204Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-06-16T00:14:28.204Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-06-16T00:14:28.204Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-06-16T00:14:28.204Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-06-16T00:14:28.204Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-06-16T00:14:40.613Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-06-16T00:14:49.208Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-06-16T00:14:50.921Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-06-16T00:14:52.956Z] === RUN TestDockerSuite/TestBuildEnv [2021-06-16T00:14:52.956Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-06-16T00:14:53.418Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-06-16T00:14:53.418Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-06-16T00:14:53.418Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-06-16T00:14:53.418Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-06-16T00:14:57.178Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-06-16T00:14:57.178Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-06-16T00:14:57.638Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-06-16T00:14:57.638Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-06-16T00:14:58.610Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-06-16T00:15:08.955Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-06-16T00:15:12.793Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-06-16T00:15:16.983Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-06-16T00:15:21.676Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-06-16T00:15:21.676Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-06-16T00:15:23.806Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-06-16T00:15:23.806Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-06-16T00:15:23.806Z] === RUN TestDockerSuite/TestBuildExpose [2021-06-16T00:15:23.806Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-06-16T00:15:23.806Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-06-16T00:15:23.806Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-06-16T00:15:23.806Z] === RUN TestDockerSuite/TestBuildFails [2021-06-16T00:15:25.999Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-06-16T00:15:25.999Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-06-16T00:15:31.811Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-06-16T00:15:38.907Z] === RUN TestDockerSuite/TestBuildForceRm [2021-06-16T00:15:44.807Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-06-16T00:15:46.002Z] === RUN TestDockerSuite/TestBuildFromGit [2021-06-16T00:15:51.811Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-06-16T00:15:52.783Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-06-16T00:15:58.602Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-06-16T00:15:58.602Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-06-16T00:15:58.602Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-06-16T00:15:59.575Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-06-16T00:15:59.575Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-06-16T00:16:14.432Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-06-16T00:16:14.432Z] === RUN TestDockerSuite/TestBuildHistory [2021-06-16T00:16:16.820Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-06-16T00:16:26.843Z] === RUN TestDockerSuite/TestBuildIidFile [2021-06-16T00:16:26.843Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-06-16T00:16:28.385Z] === RUN TestDockerSuite/TestBuildInheritance [2021-06-16T00:16:28.385Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-06-16T00:16:28.979Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-06-16T00:16:29.359Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-06-16T00:16:29.359Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-06-16T00:16:35.181Z] === RUN TestDockerSuite/TestBuildLabel [2021-06-16T00:16:35.181Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-06-16T00:16:36.157Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-06-16T00:16:37.129Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-06-16T00:16:37.590Z] === RUN TestDockerSuite/TestBuildLabels [2021-06-16T00:16:39.135Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-06-16T00:16:40.683Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-06-16T00:16:46.500Z] === RUN TestDockerSuite/TestBuildLastModified [2021-06-16T00:16:46.961Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-06-16T00:16:46.961Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-06-16T00:16:46.961Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-06-16T00:16:46.961Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-06-16T00:16:46.961Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-06-16T00:16:46.961Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-06-16T00:16:47.016Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-06-16T00:16:47.827Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-06-16T00:16:47.827Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-06-16T00:16:47.933Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-06-16T00:16:48.287Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-06-16T00:16:48.394Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-06-16T00:16:54.206Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-06-16T00:17:01.860Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-06-16T00:17:11.920Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-06-16T00:17:11.920Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-06-16T00:17:12.893Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-06-16T00:17:13.442Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite (440.02s) [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.84s) [2021-06-16T00:17:19.899Z] docker_cli_external_volume_driver_test.go:53: [daeafe4f0841e] daemon is not started [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.45s) [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2021-06-16T00:17:19.899Z] docker_cli_external_volume_driver_test.go:53: [d4a07c6ce8b5b] daemon is not started [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2021-06-16T00:17:19.899Z] docker_cli_external_volume_driver_test.go:53: [d0ae550da6fb2] daemon is not started [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-06-16T00:17:19.899Z] docker_cli_external_volume_driver_test.go:53: [d5987d0b058e9] daemon is not started [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.48s) [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.52s) [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s) [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.48s) [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.59s) [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.91s) [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.46s) [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.25s) [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.29s) [2021-06-16T00:17:19.899Z] docker_cli_external_volume_driver_test.go:485: [da665916e4a89] daemon is not started [2021-06-16T00:17:19.899Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2021-06-16T00:17:19.899Z] docker_cli_external_volume_driver_test.go:53: [d300cae04a7b7] daemon is not started [2021-06-16T00:17:19.899Z] PASS [2021-06-16T00:17:19.899Z] [2021-06-16T00:17:19.899Z] === Skipped [2021-06-16T00:17:19.899Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2021-06-16T00:17:19.899Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2021-06-16T00:17:19.899Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-06-16T00:17:19.899Z] check_test.go:309: [d0dfa7e30a698] daemon is not started [2021-06-16T00:17:19.899Z] [2021-06-16T00:17:19.899Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-06-16T00:17:19.899Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-06-16T00:17:19.899Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-06-16T00:17:19.899Z] check_test.go:309: [dc2ca8ff0e82f] daemon is not started [2021-06-16T00:17:19.899Z] [2021-06-16T00:17:19.899Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-06-16T00:17:19.899Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-06-16T00:17:19.899Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-06-16T00:17:19.899Z] check_test.go:309: [d217a808bb56f] daemon is not started [2021-06-16T00:17:19.899Z] [2021-06-16T00:17:19.899Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-06-16T00:17:19.899Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-06-16T00:17:19.899Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-06-16T00:17:19.899Z] [2021-06-16T00:17:19.899Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-06-16T00:17:19.899Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-06-16T00:17:19.899Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-06-16T00:17:19.899Z] [2021-06-16T00:17:19.899Z] [2021-06-16T00:17:19.899Z] DONE 273 tests, 5 skipped in 2679.500s [2021-06-16T00:17:19.899Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-16T00:17:19.899Z] ++++ cat bundles/test-integration/docker.pid [2021-06-16T00:17:19.899Z] +++ kill 8323 [2021-06-16T00:17:19.899Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dee0996fe6092/docker.pid [2021-06-16T00:17:19.899Z] +++ kill 8892 [2021-06-16T00:17:19.899Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 8892 is not a child of this shell [2021-06-16T00:17:19.899Z] warning: PID 8892 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dee0996fe6092/docker.pid had a nonzero exit code [2021-06-16T00:17:19.899Z] +++ /etc/init.d/apparmor stop [2021-06-16T00:17:19.899Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-16T00:17:19.899Z] [2021-06-16T00:17:19.899Z] Unloading profiles will leave already running processes permanently [2021-06-16T00:17:19.899Z] unconfined, which can lead to unexpected situations. [2021-06-16T00:17:19.899Z] [2021-06-16T00:17:19.899Z] To set a process to complain mode, use the command line tool [2021-06-16T00:17:19.899Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-16T00:17:19.899Z] +++ true [2021-06-16T00:17:19.899Z] exiting test-integration [2021-06-16T00:17:19.899Z] ++ exit 0 [2021-06-16T00:17:19.899Z] [2021-06-16T00:17:19.899Z] + exit 0 [2021-06-16T00:17:19.899Z] ++ jobs -p [2021-06-16T00:17:19.899Z] + pids= [2021-06-16T00:17:19.899Z] + echo 'Remaining pids to kill: []' [2021-06-16T00:17:19.899Z] Remaining pids to kill: [] [2021-06-16T00:17:19.899Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-06-16T00:17:19.912Z] Recording test results [2021-06-16T00:17:21.581Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-16T00:17:21.898Z] + echo Ensuring container killed. [2021-06-16T00:17:21.898Z] Ensuring container killed. [2021-06-16T00:17:21.898Z] + docker ps -aq -f name=docker-pr17-* [2021-06-16T00:17:21.898Z] + cids=41d881e9105b [2021-06-16T00:17:21.898Z] 25a290301d43 [2021-06-16T00:17:21.898Z] 3e541bd6cd1c [2021-06-16T00:17:21.898Z] + [ -n 41d881e9105b [2021-06-16T00:17:21.898Z] 25a290301d43 [2021-06-16T00:17:21.898Z] 3e541bd6cd1c ] [2021-06-16T00:17:21.898Z] + docker rm -vf 41d881e9105b 25a290301d43 3e541bd6cd1c [2021-06-16T00:17:25.168Z] 41d881e9105b [2021-06-16T00:17:25.168Z] 25a290301d43 [2021-06-16T00:17:25.168Z] 3e541bd6cd1c [Pipeline] sh [2021-06-16T00:17:25.488Z] + echo Chowning /workspace to jenkins user [2021-06-16T00:17:25.488Z] Chowning /workspace to jenkins user [2021-06-16T00:17:25.488Z] + id -u [2021-06-16T00:17:25.488Z] + id -g [2021-06-16T00:17:25.488Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42473:/workspace busybox chown -R 1000:1000 /workspace [2021-06-16T00:17:25.872Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-16T00:17:29.992Z] + bundleName=amd64 [2021-06-16T00:17:29.992Z] + echo Creating amd64-bundles.tar.gz [2021-06-16T00:17:29.992Z] Creating amd64-bundles.tar.gz [2021-06-16T00:17:29.992Z] + + find bundles -path */root/*overlay2 -prune -o -typexargs f tar -czf amd64-bundles.tar.gz [2021-06-16T00:17:29.992Z] ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-06-16T00:17:31.365Z] Archiving artifacts [2021-06-16T00:17:33.108Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42473/17/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-16T00:17:33.453Z] + make clean [2021-06-16T00:17:33.453Z] docker volume rm -f docker-dev-cache [2021-06-16T00:17:33.709Z] docker-dev-cache [Pipeline] deleteDir [2021-06-16T00:17:34.466Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-16T00:17:48.622Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-06-16T00:18:03.471Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-06-16T00:18:08.174Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-06-16T00:18:10.177Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-06-16T00:18:15.288Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-06-16T00:18:19.993Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-06-16T00:18:29.534Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-06-16T00:18:38.563Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-06-16T00:18:38.563Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-06-16T00:18:41.953Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-06-16T00:18:45.655Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-06-16T00:18:45.655Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-06-16T00:18:45.655Z] === RUN TestDockerSuite/TestBuildNetNone [2021-06-16T00:18:46.117Z] === RUN TestDockerSuite/TestBuildNoContext [2021-06-16T00:18:49.033Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-06-16T00:18:53.736Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-06-16T00:18:56.658Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-06-16T00:18:56.658Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-06-16T00:18:57.121Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-06-16T00:19:00.038Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-06-16T00:19:01.010Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-06-16T00:19:02.554Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-06-16T00:19:12.901Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-06-16T00:19:13.873Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-06-16T00:19:24.221Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-06-16T00:19:27.970Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-06-16T00:19:36.562Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-06-16T00:19:40.311Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-06-16T00:19:50.656Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-06-16T00:19:51.118Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-06-16T00:19:51.118Z] === RUN TestDockerSuite/TestBuildPATH [2021-06-16T00:19:51.118Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-06-16T00:19:53.307Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-06-16T00:19:53.307Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-06-16T00:20:23.225Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-06-16T00:20:23.225Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-06-16T00:20:23.225Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-06-16T00:20:23.225Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-06-16T00:20:23.225Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-06-16T00:20:23.675Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-06-16T00:20:23.675Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-06-16T00:20:24.125Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-06-16T00:20:25.074Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-06-16T00:20:30.798Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-06-16T00:20:33.661Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-06-16T00:20:38.288Z] === RUN TestDockerSuite/TestBuildEnv [2021-06-16T00:20:38.288Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-06-16T00:20:38.288Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-06-16T00:20:38.288Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-06-16T00:20:38.288Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-06-16T00:20:38.288Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-06-16T00:20:41.971Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-06-16T00:20:41.971Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-06-16T00:20:41.971Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-06-16T00:20:41.971Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-06-16T00:20:42.921Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-06-16T00:20:44.040Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-06-16T00:20:47.550Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-06-16T00:20:58.906Z] === RUN TestDockerSuite/TestBuildRm [2021-06-16T00:21:02.278Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-06-16T00:21:03.228Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-06-16T00:21:03.228Z] === RUN TestDockerSuite/TestBuildExpose [2021-06-16T00:21:03.228Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-06-16T00:21:03.228Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-06-16T00:21:03.228Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-06-16T00:21:03.228Z] === RUN TestDockerSuite/TestBuildFails [2021-06-16T00:21:10.217Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-06-16T00:21:10.217Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-06-16T00:21:16.626Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-06-16T00:21:18.812Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-06-16T00:21:18.812Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-06-16T00:21:19.273Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-06-16T00:21:20.815Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-06-16T00:21:24.922Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-06-16T00:21:25.533Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-06-16T00:21:29.280Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-06-16T00:21:30.650Z] === RUN TestDockerSuite/TestBuildForceRm [2021-06-16T00:21:33.981Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-06-16T00:21:42.931Z] === RUN TestDockerSuite/TestBuildFromGit [2021-06-16T00:21:46.621Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-06-16T00:21:48.130Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-06-16T00:21:52.755Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-06-16T00:21:52.755Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-06-16T00:21:53.705Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-06-16T00:21:54.154Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-06-16T00:21:54.154Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-06-16T00:21:55.109Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-06-16T00:21:55.571Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-06-16T00:21:56.032Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-06-16T00:22:06.381Z] === RUN TestDockerSuite/TestBuildSpaces [2021-06-16T00:22:06.381Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-06-16T00:22:08.855Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-06-16T00:22:08.855Z] === RUN TestDockerSuite/TestBuildHistory [2021-06-16T00:22:10.137Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-06-16T00:22:10.597Z] === RUN TestDockerSuite/TestBuildStderr [2021-06-16T00:22:15.300Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-06-16T00:22:19.092Z] === RUN TestDockerSuite/TestBuildIidFile [2021-06-16T00:22:19.092Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-06-16T00:22:20.607Z] === RUN TestDockerSuite/TestBuildInheritance [2021-06-16T00:22:20.607Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-06-16T00:22:21.558Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-06-16T00:22:21.558Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-06-16T00:22:25.240Z] === RUN TestDockerSuite/TestBuildLabel [2021-06-16T00:22:26.750Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-06-16T00:22:27.200Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-06-16T00:22:28.152Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-06-16T00:22:28.601Z] === RUN TestDockerSuite/TestBuildLabels [2021-06-16T00:22:29.552Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-06-16T00:22:31.068Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-06-16T00:22:36.793Z] === RUN TestDockerSuite/TestBuildLastModified [2021-06-16T00:22:36.793Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-06-16T00:22:36.793Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-06-16T00:22:36.793Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-06-16T00:22:37.242Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-06-16T00:22:37.242Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-06-16T00:22:37.242Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-06-16T00:22:37.692Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-06-16T00:22:38.644Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-06-16T00:22:43.277Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-06-16T00:22:45.284Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-06-16T00:22:45.284Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-06-16T00:22:46.256Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-06-16T00:22:47.798Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-06-16T00:22:57.971Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-06-16T00:22:57.971Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-06-16T00:22:58.141Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-06-16T00:23:00.112Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-06-16T00:23:01.891Z] === RUN TestDockerSuite/TestBuildUser [2021-06-16T00:23:01.891Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-06-16T00:23:01.891Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-06-16T00:23:01.891Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-06-16T00:23:10.481Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-06-16T00:23:10.942Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-06-16T00:23:14.690Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-06-16T00:23:14.690Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-06-16T00:23:14.690Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-06-16T00:23:39.874Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-06-16T00:23:39.874Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-06-16T00:23:42.462Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-06-16T00:23:48.466Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-06-16T00:23:53.178Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-06-16T00:23:53.639Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-06-16T00:23:53.639Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-06-16T00:23:55.826Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-06-16T00:23:56.286Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-06-16T00:23:57.162Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-06-16T00:24:06.636Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-06-16T00:24:07.381Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-06-16T00:24:11.339Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-06-16T00:24:11.339Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-06-16T00:24:17.608Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-06-16T00:24:22.234Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-06-16T00:24:26.183Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-06-16T00:24:26.183Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-06-16T00:24:26.183Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-06-16T00:24:26.183Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-06-16T00:24:27.725Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-06-16T00:24:39.799Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-06-16T00:24:39.799Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-06-16T00:24:40.145Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-06-16T00:24:41.688Z] === RUN TestDockerSuite/TestBuildXZHost [2021-06-16T00:24:42.149Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-06-16T00:24:42.149Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-06-16T00:24:42.149Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-06-16T00:24:44.336Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-06-16T00:24:45.524Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-06-16T00:24:45.524Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-06-16T00:24:45.524Z] === RUN TestDockerSuite/TestBuildNetNone [2021-06-16T00:24:45.524Z] === RUN TestDockerSuite/TestBuildNoContext [2021-06-16T00:24:48.386Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-06-16T00:24:49.043Z] === RUN TestDockerSuite/TestCommitChange [2021-06-16T00:24:54.852Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-06-16T00:24:58.615Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-06-16T00:24:59.568Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-06-16T00:24:59.568Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-06-16T00:24:59.568Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-06-16T00:24:59.570Z] === RUN TestDockerSuite/TestCommitHardlink [2021-06-16T00:24:59.570Z] === RUN TestDockerSuite/TestCommitNewFile [2021-06-16T00:25:02.445Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-06-16T00:25:03.399Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-06-16T00:25:04.918Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-06-16T00:25:06.662Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-06-16T00:25:06.662Z] === RUN TestDockerSuite/TestCommitTTY [2021-06-16T00:25:15.258Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-06-16T00:25:19.009Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-06-16T00:25:19.009Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-06-16T00:25:19.009Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-06-16T00:25:19.009Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-06-16T00:25:19.009Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-06-16T00:25:19.009Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-06-16T00:25:19.009Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-06-16T00:25:19.009Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-06-16T00:25:19.009Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-06-16T00:25:19.644Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-06-16T00:25:19.644Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-06-16T00:25:26.103Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-06-16T00:25:34.426Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-06-16T00:25:34.697Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-06-16T00:25:34.697Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-06-16T00:25:36.240Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-06-16T00:25:36.240Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-06-16T00:25:36.240Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-06-16T00:25:36.240Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-06-16T00:25:36.577Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-06-16T00:25:39.156Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-06-16T00:25:39.156Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-06-16T00:25:39.156Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-06-16T00:25:41.344Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-06-16T00:25:41.344Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-06-16T00:25:41.344Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-06-16T00:25:41.344Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-06-16T00:25:41.344Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-06-16T00:25:45.080Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-06-16T00:25:45.098Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-06-16T00:25:47.285Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-06-16T00:25:48.778Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-06-16T00:25:49.472Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-06-16T00:25:49.472Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-06-16T00:25:49.472Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-06-16T00:25:51.659Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-06-16T00:25:51.659Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-06-16T00:25:53.434Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-06-16T00:25:53.848Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-06-16T00:25:53.848Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-06-16T00:25:53.848Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-06-16T00:25:54.391Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-06-16T00:25:54.391Z] === RUN TestDockerSuite/TestBuildPATH [2021-06-16T00:25:54.391Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-06-16T00:25:56.542Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-06-16T00:25:56.542Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-06-16T00:25:56.767Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-06-16T00:25:56.767Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-06-16T00:25:58.956Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-06-16T00:25:58.956Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-06-16T00:26:01.874Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-06-16T00:26:01.874Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-06-16T00:26:04.793Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-06-16T00:26:08.541Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-06-16T00:26:13.242Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-06-16T00:26:13.242Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-06-16T00:26:13.242Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-06-16T00:26:13.242Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-06-16T00:26:13.242Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-06-16T00:26:14.786Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-06-16T00:26:14.786Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-06-16T00:26:17.706Z] === RUN TestDockerSuite/TestContainerAPITop [2021-06-16T00:26:17.706Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-06-16T00:26:19.897Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-06-16T00:26:19.897Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-06-16T00:26:24.598Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-06-16T00:26:26.786Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-06-16T00:26:26.786Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-06-16T00:26:26.786Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-06-16T00:26:26.786Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-06-16T00:26:26.786Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-06-16T00:26:26.786Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-06-16T00:26:33.878Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-06-16T00:26:33.878Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-06-16T00:26:36.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-06-16T00:26:38.943Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-06-16T00:26:38.984Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-06-16T00:26:41.172Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-06-16T00:26:44.092Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000712680_} [2021-06-16T00:26:46.278Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1138198890_c:\foo_false____} [2021-06-16T00:26:49.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1138198890_c:\foo_true____} [2021-06-16T00:26:51.383Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-06-16T00:26:51.383Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-06-16T00:26:51.383Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-06-16T00:26:51.383Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-06-16T00:26:51.383Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-06-16T00:26:51.383Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-06-16T00:26:51.383Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-06-16T00:26:51.383Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-06-16T00:26:51.383Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-06-16T00:26:51.844Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-06-16T00:26:51.844Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-06-16T00:26:51.844Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-06-16T00:26:51.844Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-06-16T00:26:51.844Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-06-16T00:26:51.844Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-06-16T00:26:51.844Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-06-16T00:26:51.844Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-06-16T00:26:51.844Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-06-16T00:26:54.759Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-06-16T00:26:54.759Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-06-16T00:26:54.759Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-06-16T00:26:54.759Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-06-16T00:26:54.759Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-06-16T00:26:54.759Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-06-16T00:26:54.759Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-06-16T00:26:54.759Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-06-16T00:26:54.759Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-06-16T00:26:54.759Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-06-16T00:26:54.759Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-06-16T00:26:54.759Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-06-16T00:26:54.759Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-06-16T00:26:54.759Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-06-16T00:26:56.541Z] === RUN TestDockerSuite/TestBuildRm [2021-06-16T00:26:57.674Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-06-16T00:26:57.674Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-06-16T00:26:57.674Z] === RUN TestDockerSuite/TestCpRelativePath [2021-06-16T00:27:00.595Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-06-16T00:27:00.595Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-06-16T00:27:00.595Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-06-16T00:27:00.595Z] === RUN TestDockerSuite/TestCpToCaseA [2021-06-16T00:27:05.300Z] === RUN TestDockerSuite/TestCpToCaseB [2021-06-16T00:27:08.219Z] === RUN TestDockerSuite/TestCpToCaseC [2021-06-16T00:27:08.219Z] === RUN TestDockerSuite/TestCpToCaseD [2021-06-16T00:27:08.219Z] === RUN TestDockerSuite/TestCpToCaseE [2021-06-16T00:27:08.853Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-06-16T00:27:11.726Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-06-16T00:27:11.726Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-06-16T00:27:11.726Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-06-16T00:27:13.245Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-06-16T00:27:16.117Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-06-16T00:27:18.568Z] === RUN TestDockerSuite/TestCpToCaseF [2021-06-16T00:27:18.568Z] === RUN TestDockerSuite/TestCpToCaseG [2021-06-16T00:27:18.568Z] === RUN TestDockerSuite/TestCpToCaseH [2021-06-16T00:27:19.810Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-06-16T00:27:28.316Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-06-16T00:27:28.920Z] === RUN TestDockerSuite/TestCpToCaseI [2021-06-16T00:27:28.920Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-06-16T00:27:28.920Z] === RUN TestDockerSuite/TestCpToDot [2021-06-16T00:27:30.462Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-06-16T00:27:30.462Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-06-16T00:27:30.462Z] === RUN TestDockerSuite/TestCpToStdout [2021-06-16T00:27:33.379Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-06-16T00:27:33.379Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-06-16T00:27:33.379Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-06-16T00:27:33.379Z] === RUN TestDockerSuite/TestCpVolumePath [2021-06-16T00:27:33.379Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-06-16T00:27:33.379Z] === RUN TestDockerSuite/TestCreateArgs [2021-06-16T00:27:33.379Z] === RUN TestDockerSuite/TestCreateByImageID [2021-06-16T00:27:35.567Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-06-16T00:27:38.481Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-06-16T00:27:38.481Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-06-16T00:27:38.942Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-06-16T00:27:40.486Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-06-16T00:27:41.460Z] === RUN TestDockerSuite/TestCreateLabels [2021-06-16T00:27:41.460Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-06-16T00:27:41.460Z] === RUN TestDockerSuite/TestCreateRM [2021-06-16T00:27:41.921Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-06-16T00:27:41.921Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-06-16T00:27:42.382Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-06-16T00:27:42.844Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-06-16T00:27:43.043Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-06-16T00:27:43.495Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-06-16T00:27:43.947Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-06-16T00:27:51.433Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-06-16T00:27:51.433Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-06-16T00:27:51.895Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-06-16T00:27:54.207Z] === RUN TestDockerSuite/TestBuildSpaces [2021-06-16T00:27:54.207Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-06-16T00:27:56.601Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-06-16T00:27:56.601Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-06-16T00:27:56.601Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-06-16T00:27:58.795Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-06-16T00:27:58.795Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-06-16T00:27:58.856Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-06-16T00:27:58.856Z] === RUN TestDockerSuite/TestBuildStderr [2021-06-16T00:27:59.258Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-06-16T00:27:59.258Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-06-16T00:27:59.258Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-06-16T00:27:59.258Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-06-16T00:27:59.258Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-06-16T00:27:59.258Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-06-16T00:27:59.258Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-06-16T00:27:59.258Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-06-16T00:27:59.258Z] === RUN TestDockerSuite/TestDevicePermissions [2021-06-16T00:27:59.258Z] === RUN TestDockerSuite/TestDockerFails [2021-06-16T00:27:59.258Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-06-16T00:27:59.258Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-06-16T00:27:59.258Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-06-16T00:27:59.258Z] === RUN TestDockerSuite/TestEventsAttach [2021-06-16T00:27:59.258Z] === RUN TestDockerSuite/TestEventsCommit [2021-06-16T00:27:59.258Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-06-16T00:28:02.182Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-06-16T00:28:02.551Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-06-16T00:28:05.108Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-06-16T00:28:12.213Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-06-16T00:28:23.545Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-06-16T00:28:23.545Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-06-16T00:28:23.999Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-06-16T00:28:25.515Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-06-16T00:28:27.068Z] === RUN TestDockerSuite/TestEventsCopy [2021-06-16T00:28:30.163Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-06-16T00:28:30.832Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-06-16T00:28:34.809Z] === RUN TestDockerSuite/TestBuildUser [2021-06-16T00:28:34.809Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-06-16T00:28:34.809Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-06-16T00:28:34.809Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-06-16T00:28:35.555Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-06-16T00:28:38.476Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-06-16T00:28:38.505Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-06-16T00:28:38.957Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-06-16T00:28:39.452Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-06-16T00:28:41.831Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-06-16T00:28:41.831Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-06-16T00:28:41.831Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-06-16T00:28:44.170Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-06-16T00:28:44.170Z] === RUN TestDockerSuite/TestEventsFilterType [2021-06-16T00:28:45.718Z] === RUN TestDockerSuite/TestEventsFilters [2021-06-16T00:28:51.537Z] === RUN TestDockerSuite/TestEventsFormat [2021-06-16T00:28:56.253Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-06-16T00:28:56.253Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-06-16T00:28:56.253Z] === RUN TestDockerSuite/TestEventsImageImport [2021-06-16T00:28:56.253Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-06-16T00:28:56.253Z] === RUN TestDockerSuite/TestEventsImagePull [2021-06-16T00:28:56.253Z] === RUN TestDockerSuite/TestEventsImageTag [2021-06-16T00:28:57.228Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-06-16T00:28:57.228Z] === RUN TestDockerSuite/TestEventsRename [2021-06-16T00:29:00.149Z] === RUN TestDockerSuite/TestEventsResize [2021-06-16T00:29:02.830Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-06-16T00:29:02.830Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-06-16T00:29:08.754Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-06-16T00:29:10.302Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-06-16T00:29:11.340Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-06-16T00:29:13.228Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-06-16T00:29:17.946Z] === RUN TestDockerSuite/TestEventsTop [2021-06-16T00:29:17.946Z] === RUN TestDockerSuite/TestEventsUntag [2021-06-16T00:29:20.866Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-06-16T00:29:21.605Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-06-16T00:29:21.605Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-06-16T00:29:21.605Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-06-16T00:29:23.126Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-06-16T00:29:23.126Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-06-16T00:29:25.577Z] === RUN TestDockerSuite/TestExec [2021-06-16T00:29:25.577Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-06-16T00:29:25.577Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-06-16T00:29:27.768Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-06-16T00:29:29.960Z] === RUN TestDockerSuite/TestExecAPIStart [2021-06-16T00:29:29.960Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-06-16T00:29:29.960Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-06-16T00:29:29.960Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-06-16T00:29:32.150Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-06-16T00:29:33.381Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-06-16T00:29:34.341Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-06-16T00:29:35.891Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-06-16T00:29:38.024Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-06-16T00:29:38.024Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-06-16T00:29:38.084Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-06-16T00:29:42.799Z] === RUN TestDockerSuite/TestExecCgroup [2021-06-16T00:29:42.799Z] === RUN TestDockerSuite/TestExecEnv [2021-06-16T00:29:43.261Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-06-16T00:29:43.261Z] === RUN TestDockerSuite/TestExecExitStatus [2021-06-16T00:29:45.453Z] === RUN TestDockerSuite/TestExecInspectID [2021-06-16T00:29:49.210Z] === RUN TestDockerSuite/TestExecInteractive [2021-06-16T00:29:49.210Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-06-16T00:29:49.210Z] === RUN TestDockerSuite/TestExecParseError [2021-06-16T00:29:49.210Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-06-16T00:29:49.210Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-06-16T00:29:49.210Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-06-16T00:29:51.404Z] === RUN TestDockerSuite/TestExecSetEnv [2021-06-16T00:29:51.404Z] === RUN TestDockerSuite/TestExecStartFails [2021-06-16T00:29:51.404Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-06-16T00:29:51.404Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-06-16T00:29:51.404Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-06-16T00:29:51.404Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-06-16T00:29:53.595Z] === RUN TestDockerSuite/TestExecUlimits [2021-06-16T00:29:54.058Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-06-16T00:29:59.880Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-06-16T00:29:59.880Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-06-16T00:29:59.880Z] === RUN TestDockerSuite/TestExecWithUser [2021-06-16T00:29:59.880Z] === RUN TestDockerSuite/TestGetContainerStats [2021-06-16T00:30:03.057Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-06-16T00:30:03.057Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-06-16T00:30:03.057Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-06-16T00:30:03.057Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-06-16T00:30:03.057Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-06-16T00:30:05.701Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-06-16T00:30:10.074Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-06-16T00:30:11.593Z] === RUN TestDockerSuite/TestBuildXZHost [2021-06-16T00:30:11.593Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-06-16T00:30:11.593Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-06-16T00:30:11.593Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-06-16T00:30:12.803Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-06-16T00:30:13.751Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-06-16T00:30:14.994Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-06-16T00:30:18.392Z] === RUN TestDockerSuite/TestCommitChange [2021-06-16T00:30:20.812Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-06-16T00:30:20.812Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-06-16T00:30:20.812Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-06-16T00:30:21.275Z] === RUN TestDockerSuite/TestHealth [2021-06-16T00:30:21.275Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-06-16T00:30:21.275Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-06-16T00:30:21.275Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-06-16T00:30:21.275Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-06-16T00:30:22.090Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-06-16T00:30:26.743Z] === RUN TestDockerSuite/TestCommitHardlink [2021-06-16T00:30:26.743Z] === RUN TestDockerSuite/TestCommitNewFile [2021-06-16T00:30:27.098Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-06-16T00:30:27.098Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-06-16T00:30:27.098Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-06-16T00:30:27.098Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-06-16T00:30:27.098Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-06-16T00:30:27.098Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-06-16T00:30:27.560Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-06-16T00:30:27.560Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-06-16T00:30:28.537Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-06-16T00:30:28.999Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-06-16T00:30:30.545Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-06-16T00:30:31.007Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-06-16T00:30:32.485Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-06-16T00:30:32.485Z] === RUN TestDockerSuite/TestCommitTTY [2021-06-16T00:30:33.200Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-06-16T00:30:36.123Z] === RUN TestDockerSuite/TestImagesFormat [2021-06-16T00:30:36.123Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-06-16T00:30:36.123Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-06-16T00:30:39.503Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-06-16T00:30:40.832Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-06-16T00:30:40.832Z] === RUN TestDockerSuite/TestImportBadURL [2021-06-16T00:30:43.022Z] === RUN TestDockerSuite/TestImportDisplay [2021-06-16T00:30:43.022Z] === RUN TestDockerSuite/TestImportFile [2021-06-16T00:30:43.022Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-06-16T00:30:43.022Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-06-16T00:30:43.022Z] === RUN TestDockerSuite/TestImportGzipped [2021-06-16T00:30:43.022Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-06-16T00:30:43.022Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-06-16T00:30:43.022Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-06-16T00:30:43.022Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-06-16T00:30:43.022Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-06-16T00:30:43.022Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-06-16T00:30:43.022Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-06-16T00:30:43.022Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-06-16T00:30:45.947Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-06-16T00:30:48.010Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-06-16T00:30:48.010Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-06-16T00:30:48.010Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-06-16T00:30:48.010Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-06-16T00:30:48.010Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-06-16T00:30:48.010Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-06-16T00:30:48.010Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-06-16T00:30:48.010Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-06-16T00:30:48.010Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-06-16T00:30:48.137Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-06-16T00:30:48.137Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-06-16T00:30:48.137Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-06-16T00:30:48.137Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-06-16T00:30:48.137Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-06-16T00:30:51.061Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-06-16T00:30:51.061Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-06-16T00:30:53.254Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-06-16T00:30:53.716Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-06-16T00:30:53.716Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-06-16T00:30:53.716Z] === RUN TestDockerSuite/TestInspectDefault [2021-06-16T00:30:53.756Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-06-16T00:30:55.910Z] === RUN TestDockerSuite/TestInspectHistory [2021-06-16T00:31:00.624Z] === RUN TestDockerSuite/TestInspectImage [2021-06-16T00:31:00.624Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-06-16T00:31:00.624Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-06-16T00:31:00.624Z] === RUN TestDockerSuite/TestInspectInt64 [2021-06-16T00:31:02.816Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-06-16T00:31:05.744Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-06-16T00:31:05.744Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-06-16T00:31:06.060Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-06-16T00:31:06.061Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-06-16T00:31:08.670Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-06-16T00:31:10.864Z] === RUN TestDockerSuite/TestInspectPlugin [2021-06-16T00:31:10.864Z] === RUN TestDockerSuite/TestInspectRootFS [2021-06-16T00:31:10.864Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-06-16T00:31:13.064Z] === RUN TestDockerSuite/TestInspectStatus [2021-06-16T00:31:13.081Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-06-16T00:31:13.081Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-06-16T00:31:13.081Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-06-16T00:31:13.081Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-06-16T00:31:14.600Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-06-16T00:31:14.600Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-06-16T00:31:14.600Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-06-16T00:31:16.818Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-06-16T00:31:17.480Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-06-16T00:31:17.480Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-06-16T00:31:17.480Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-06-16T00:31:17.480Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-06-16T00:31:17.480Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-06-16T00:31:19.636Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-06-16T00:31:20.578Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-06-16T00:31:21.802Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-06-16T00:31:22.776Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-06-16T00:31:23.953Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-06-16T00:31:23.954Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-06-16T00:31:23.954Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-06-16T00:31:25.699Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-06-16T00:31:26.104Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-06-16T00:31:26.104Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-06-16T00:31:27.890Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-06-16T00:31:28.259Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-06-16T00:31:28.259Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-06-16T00:31:28.259Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-06-16T00:31:30.128Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-06-16T00:31:30.533Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-06-16T00:31:30.534Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-06-16T00:31:32.062Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-06-16T00:31:32.062Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-06-16T00:31:33.051Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-06-16T00:31:34.933Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-06-16T00:31:34.933Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-06-16T00:31:35.242Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-06-16T00:31:35.242Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-06-16T00:31:35.242Z] === RUN TestDockerSuite/TestLinksEnvs [2021-06-16T00:31:35.242Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-06-16T00:31:35.242Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-06-16T00:31:35.242Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-06-16T00:31:35.242Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-06-16T00:31:35.242Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-06-16T00:31:35.242Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-06-16T00:31:35.242Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-06-16T00:31:35.242Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-06-16T00:31:35.242Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-06-16T00:31:35.242Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-06-16T00:31:35.242Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-06-16T00:31:35.242Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-06-16T00:31:35.242Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-06-16T00:31:35.705Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-06-16T00:31:35.705Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-06-16T00:31:35.705Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-06-16T00:31:35.705Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-06-16T00:31:37.086Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-06-16T00:31:37.896Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-06-16T00:31:40.088Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-06-16T00:31:45.612Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-06-16T00:31:45.908Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-06-16T00:31:48.099Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-06-16T00:31:48.099Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-06-16T00:31:49.310Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-06-16T00:31:49.310Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-06-16T00:31:49.310Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-06-16T00:31:49.310Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-06-16T00:31:49.310Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-06-16T00:31:50.828Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-06-16T00:31:50.828Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-06-16T00:31:51.024Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-06-16T00:31:51.024Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-06-16T00:31:57.850Z] === RUN TestDockerSuite/TestContainerAPITop [2021-06-16T00:31:57.850Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-06-16T00:31:58.133Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-06-16T00:32:00.004Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-06-16T00:32:00.004Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-06-16T00:32:03.953Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-06-16T00:32:04.653Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-06-16T00:32:06.171Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-06-16T00:32:06.171Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-06-16T00:32:06.171Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-06-16T00:32:06.171Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-06-16T00:32:06.171Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-06-16T00:32:06.171Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-06-16T00:32:08.322Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-06-16T00:32:08.322Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-06-16T00:32:11.056Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-06-16T00:32:11.195Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-06-16T00:32:13.247Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-06-16T00:32:13.349Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-06-16T00:32:15.502Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-06-16T00:32:16.172Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-06-16T00:32:16.172Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-06-16T00:32:18.366Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-06-16T00:32:18.379Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0009769a0_} [2021-06-16T00:32:20.533Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1138435802_c:\foo_false____} [2021-06-16T00:32:21.287Z] === RUN TestDockerSuite/TestLogsSince [2021-06-16T00:32:23.408Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1138435802_c:\foo_true____} [2021-06-16T00:32:25.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-06-16T00:32:25.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-06-16T00:32:25.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-06-16T00:32:25.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-06-16T00:32:25.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-06-16T00:32:25.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-06-16T00:32:25.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-06-16T00:32:25.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-06-16T00:32:25.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-06-16T00:32:25.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-06-16T00:32:25.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-06-16T00:32:25.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-06-16T00:32:26.014Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-06-16T00:32:26.014Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-06-16T00:32:26.014Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-06-16T00:32:26.014Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-06-16T00:32:26.014Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-06-16T00:32:26.014Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-06-16T00:32:28.169Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-06-16T00:32:28.169Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-06-16T00:32:28.169Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-06-16T00:32:28.169Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-06-16T00:32:28.169Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-06-16T00:32:28.169Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-06-16T00:32:28.169Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-06-16T00:32:28.169Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-06-16T00:32:28.169Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-06-16T00:32:28.169Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-06-16T00:32:28.169Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-06-16T00:32:28.169Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-06-16T00:32:28.169Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-06-16T00:32:28.169Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-06-16T00:32:30.320Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-06-16T00:32:30.772Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-06-16T00:32:30.772Z] === RUN TestDockerSuite/TestCpRelativePath [2021-06-16T00:32:31.642Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-06-16T00:32:31.642Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-06-16T00:32:31.642Z] === RUN TestDockerSuite/TestLogsTail [2021-06-16T00:32:32.924Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-06-16T00:32:32.924Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-06-16T00:32:32.924Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-06-16T00:32:32.924Z] === RUN TestDockerSuite/TestCpToCaseA [2021-06-16T00:32:33.847Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-06-16T00:32:36.776Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-06-16T00:32:37.571Z] === RUN TestDockerSuite/TestCpToCaseB [2021-06-16T00:32:38.981Z] === RUN TestDockerSuite/TestMountIntoProc [2021-06-16T00:32:38.981Z] === RUN TestDockerSuite/TestMountIntoSys [2021-06-16T00:32:38.981Z] === RUN TestDockerSuite/TestNetHostname [2021-06-16T00:32:38.981Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-06-16T00:32:38.981Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-06-16T00:32:38.981Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-06-16T00:32:39.089Z] === RUN TestDockerSuite/TestCpToCaseC [2021-06-16T00:32:39.089Z] === RUN TestDockerSuite/TestCpToCaseD [2021-06-16T00:32:39.089Z] === RUN TestDockerSuite/TestCpToCaseE [2021-06-16T00:32:39.446Z] === RUN TestDockerSuite/TestPluginActive [2021-06-16T00:32:39.446Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-06-16T00:32:39.446Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-06-16T00:32:39.446Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-06-16T00:32:39.446Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-06-16T00:32:39.446Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-06-16T00:32:39.446Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-06-16T00:32:39.446Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-06-16T00:32:39.446Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-06-16T00:32:39.446Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-06-16T00:32:39.446Z] === RUN TestDockerSuite/TestPortHostBinding [2021-06-16T00:32:39.446Z] === RUN TestDockerSuite/TestPortList [2021-06-16T00:32:39.446Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-06-16T00:32:44.165Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-06-16T00:32:44.165Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-06-16T00:32:44.165Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-06-16T00:32:44.165Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-06-16T00:32:44.165Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-06-16T00:32:44.165Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-06-16T00:32:44.165Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-06-16T00:32:44.165Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-06-16T00:32:44.627Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-06-16T00:32:44.627Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-06-16T00:32:47.593Z] === RUN TestDockerSuite/TestCpToCaseF [2021-06-16T00:32:47.593Z] === RUN TestDockerSuite/TestCpToCaseG [2021-06-16T00:32:47.593Z] === RUN TestDockerSuite/TestCpToCaseH [2021-06-16T00:32:50.449Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-06-16T00:32:50.449Z] === RUN TestDockerSuite/TestPsByOrder [2021-06-16T00:32:56.099Z] === RUN TestDockerSuite/TestCpToCaseI [2021-06-16T00:32:56.099Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-06-16T00:32:56.099Z] === RUN TestDockerSuite/TestCpToDot [2021-06-16T00:32:58.252Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-06-16T00:32:58.252Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-06-16T00:32:58.252Z] === RUN TestDockerSuite/TestCpToStdout [2021-06-16T00:32:59.055Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-06-16T00:32:59.055Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-06-16T00:33:00.409Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-06-16T00:33:00.409Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-06-16T00:33:00.409Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-06-16T00:33:00.409Z] === RUN TestDockerSuite/TestCpVolumePath [2021-06-16T00:33:00.862Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-06-16T00:33:00.862Z] === RUN TestDockerSuite/TestCreateArgs [2021-06-16T00:33:00.862Z] === RUN TestDockerSuite/TestCreateByImageID [2021-06-16T00:33:03.015Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-06-16T00:33:05.173Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-06-16T00:33:05.173Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-06-16T00:33:05.626Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-06-16T00:33:07.678Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-06-16T00:33:07.777Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-06-16T00:33:08.229Z] === RUN TestDockerSuite/TestCreateLabels [2021-06-16T00:33:08.229Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-06-16T00:33:08.229Z] === RUN TestDockerSuite/TestCreateRM [2021-06-16T00:33:08.682Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-06-16T00:33:08.682Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-06-16T00:33:08.682Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-06-16T00:33:09.134Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-06-16T00:33:16.151Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-06-16T00:33:16.604Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-06-16T00:33:17.056Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-06-16T00:33:20.751Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-06-16T00:33:21.203Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-06-16T00:33:21.203Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-06-16T00:33:22.542Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-06-16T00:33:22.542Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-06-16T00:33:22.542Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-06-16T00:33:23.360Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-06-16T00:33:23.361Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-06-16T00:33:23.361Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-06-16T00:33:23.361Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-06-16T00:33:23.361Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-06-16T00:33:23.361Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-06-16T00:33:23.361Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-06-16T00:33:23.361Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-06-16T00:33:23.361Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-06-16T00:33:23.361Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-06-16T00:33:23.361Z] === RUN TestDockerSuite/TestDevicePermissions [2021-06-16T00:33:23.361Z] === RUN TestDockerSuite/TestDockerFails [2021-06-16T00:33:23.814Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-06-16T00:33:23.814Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-06-16T00:33:23.814Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-06-16T00:33:23.814Z] === RUN TestDockerSuite/TestEventsAttach [2021-06-16T00:33:23.814Z] === RUN TestDockerSuite/TestEventsCommit [2021-06-16T00:33:23.814Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-06-16T00:33:30.828Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-06-16T00:33:32.989Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-06-16T00:33:34.968Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-06-16T00:33:35.873Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-06-16T00:33:39.682Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-06-16T00:33:46.785Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-06-16T00:33:48.180Z] === RUN TestDockerSuite/TestEventsCopy [2021-06-16T00:33:51.500Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-06-16T00:33:51.500Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-06-16T00:33:51.500Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-06-16T00:33:52.821Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-06-16T00:33:56.273Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-06-16T00:33:56.273Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-06-16T00:33:56.273Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-06-16T00:33:56.273Z] === RUN TestDockerSuite/TestPsRightTagName [2021-06-16T00:33:56.273Z] === RUN TestDockerSuite/TestPsShowMounts [2021-06-16T00:33:57.463Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-06-16T00:33:59.615Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-06-16T00:34:00.067Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-06-16T00:34:03.376Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-06-16T00:34:03.376Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-06-16T00:34:03.763Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-06-16T00:34:04.216Z] === RUN TestDockerSuite/TestEventsFilterType [2021-06-16T00:34:04.920Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-06-16T00:34:04.920Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-06-16T00:34:05.171Z] === RUN TestDockerSuite/TestEventsFilters [2021-06-16T00:34:05.894Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-06-16T00:34:06.869Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-06-16T00:34:06.869Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-06-16T00:34:09.819Z] === RUN TestDockerSuite/TestEventsFormat [2021-06-16T00:34:11.582Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-06-16T00:34:14.462Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-06-16T00:34:14.462Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-06-16T00:34:14.462Z] === RUN TestDockerSuite/TestEventsImageImport [2021-06-16T00:34:14.462Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-06-16T00:34:14.462Z] === RUN TestDockerSuite/TestEventsImagePull [2021-06-16T00:34:14.462Z] === RUN TestDockerSuite/TestEventsImageTag [2021-06-16T00:34:15.418Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-06-16T00:34:15.418Z] === RUN TestDockerSuite/TestEventsRename [2021-06-16T00:34:18.292Z] === RUN TestDockerSuite/TestEventsResize [2021-06-16T00:34:21.939Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-06-16T00:34:22.914Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-06-16T00:34:25.320Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-06-16T00:34:27.471Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-06-16T00:34:30.344Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-06-16T00:34:34.990Z] === RUN TestDockerSuite/TestEventsTop [2021-06-16T00:34:34.990Z] === RUN TestDockerSuite/TestEventsUntag [2021-06-16T00:34:37.144Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-06-16T00:34:40.842Z] === RUN TestDockerSuite/TestExec [2021-06-16T00:34:40.842Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-06-16T00:34:40.842Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-06-16T00:34:42.996Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-06-16T00:34:44.244Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-06-16T00:34:44.244Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-06-16T00:34:44.514Z] === RUN TestDockerSuite/TestExecAPIStart [2021-06-16T00:34:44.514Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-06-16T00:34:44.514Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-06-16T00:34:44.514Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-06-16T00:34:46.672Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-06-16T00:34:48.822Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-06-16T00:34:50.064Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-06-16T00:34:50.064Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-06-16T00:34:50.064Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-06-16T00:34:50.973Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-06-16T00:34:51.038Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-06-16T00:34:53.127Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-06-16T00:34:55.752Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-06-16T00:34:56.856Z] === RUN TestDockerSuite/TestExecCgroup [2021-06-16T00:34:56.856Z] === RUN TestDockerSuite/TestExecEnv [2021-06-16T00:34:56.856Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-06-16T00:34:56.856Z] === RUN TestDockerSuite/TestExecExitStatus [2021-06-16T00:34:59.007Z] === RUN TestDockerSuite/TestExecInspectID [2021-06-16T00:35:00.466Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-06-16T00:35:00.466Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-06-16T00:35:02.699Z] === RUN TestDockerSuite/TestExecInteractive [2021-06-16T00:35:02.699Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-06-16T00:35:02.699Z] === RUN TestDockerSuite/TestExecParseError [2021-06-16T00:35:02.699Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-06-16T00:35:02.699Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-06-16T00:35:02.699Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-06-16T00:35:04.847Z] === RUN TestDockerSuite/TestExecSetEnv [2021-06-16T00:35:04.847Z] === RUN TestDockerSuite/TestExecStartFails [2021-06-16T00:35:04.847Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-06-16T00:35:04.847Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-06-16T00:35:04.847Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-06-16T00:35:04.847Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-06-16T00:35:05.181Z] === RUN TestDockerSuite/TestRmiBlank [2021-06-16T00:35:05.181Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-06-16T00:35:05.181Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-06-16T00:35:07.710Z] === RUN TestDockerSuite/TestExecUlimits [2021-06-16T00:35:07.710Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-06-16T00:35:16.197Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-06-16T00:35:16.197Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-06-16T00:35:16.197Z] === RUN TestDockerSuite/TestExecWithUser [2021-06-16T00:35:16.197Z] === RUN TestDockerSuite/TestGetContainerStats [2021-06-16T00:35:21.927Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-06-16T00:35:26.323Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-06-16T00:35:27.298Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-06-16T00:35:27.654Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-06-16T00:35:27.763Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-06-16T00:35:30.518Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-06-16T00:35:34.863Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-06-16T00:35:36.244Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-06-16T00:35:36.244Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-06-16T00:35:36.244Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-06-16T00:35:36.244Z] === RUN TestDockerSuite/TestHealth [2021-06-16T00:35:36.244Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-06-16T00:35:36.244Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-06-16T00:35:36.244Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-06-16T00:35:36.244Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-06-16T00:35:39.580Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-06-16T00:35:40.877Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-06-16T00:35:40.877Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-06-16T00:35:40.877Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-06-16T00:35:40.877Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-06-16T00:35:40.877Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-06-16T00:35:41.327Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-06-16T00:35:41.777Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-06-16T00:35:41.777Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-06-16T00:35:42.728Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-06-16T00:35:42.728Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-06-16T00:35:44.871Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-06-16T00:35:44.871Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-06-16T00:35:47.012Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-06-16T00:35:48.181Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-06-16T00:35:51.938Z] === RUN TestDockerSuite/TestRmiTag [2021-06-16T00:35:52.400Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-06-16T00:35:55.321Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-06-16T00:35:55.523Z] === RUN TestDockerSuite/TestImagesFormat [2021-06-16T00:35:55.524Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-06-16T00:35:55.524Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-06-16T00:35:58.385Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-06-16T00:35:58.385Z] === RUN TestDockerSuite/TestImportBadURL [2021-06-16T00:36:01.252Z] === RUN TestDockerSuite/TestImportDisplay [2021-06-16T00:36:01.252Z] === RUN TestDockerSuite/TestImportFile [2021-06-16T00:36:01.252Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-06-16T00:36:01.252Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-06-16T00:36:01.252Z] === RUN TestDockerSuite/TestImportGzipped [2021-06-16T00:36:01.252Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-06-16T00:36:01.252Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-06-16T00:36:01.252Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-06-16T00:36:01.252Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-06-16T00:36:01.252Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-06-16T00:36:01.252Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-06-16T00:36:01.252Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-06-16T00:36:01.252Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-06-16T00:36:03.397Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-06-16T00:36:05.539Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-06-16T00:36:05.539Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-06-16T00:36:05.539Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-06-16T00:36:05.539Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-06-16T00:36:05.539Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-06-16T00:36:07.684Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-06-16T00:36:07.684Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-06-16T00:36:09.827Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-06-16T00:36:09.827Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-06-16T00:36:09.827Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-06-16T00:36:09.827Z] === RUN TestDockerSuite/TestInspectDefault [2021-06-16T00:36:11.972Z] === RUN TestDockerSuite/TestInspectHistory [2021-06-16T00:36:16.468Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-06-16T00:36:16.608Z] === RUN TestDockerSuite/TestInspectImage [2021-06-16T00:36:16.608Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-06-16T00:36:16.608Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-06-16T00:36:16.608Z] === RUN TestDockerSuite/TestInspectInt64 [2021-06-16T00:36:18.758Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-06-16T00:36:19.411Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-06-16T00:36:20.269Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-06-16T00:36:20.719Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-06-16T00:36:22.865Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-06-16T00:36:24.131Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-06-16T00:36:25.012Z] === RUN TestDockerSuite/TestInspectPlugin [2021-06-16T00:36:25.012Z] === RUN TestDockerSuite/TestInspectRootFS [2021-06-16T00:36:25.012Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-06-16T00:36:25.106Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-06-16T00:36:25.106Z] === RUN TestDockerSuite/TestRunAddHost [2021-06-16T00:36:25.106Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-06-16T00:36:25.106Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-06-16T00:36:25.106Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-06-16T00:36:25.106Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-06-16T00:36:25.106Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-06-16T00:36:25.106Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-06-16T00:36:27.154Z] === RUN TestDockerSuite/TestInspectStatus [2021-06-16T00:36:27.297Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-06-16T00:36:27.297Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-06-16T00:36:27.297Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-06-16T00:36:29.297Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-06-16T00:36:32.016Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-06-16T00:36:33.929Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-06-16T00:36:34.940Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-06-16T00:36:35.444Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-06-16T00:36:37.133Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-06-16T00:36:37.589Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-06-16T00:36:39.326Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-06-16T00:36:39.733Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-06-16T00:36:41.876Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-06-16T00:36:42.247Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-06-16T00:36:42.247Z] === RUN TestDockerSuite/TestRunBindMounts [2021-06-16T00:36:44.027Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLinksEnvs [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-06-16T00:36:46.174Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-06-16T00:36:46.629Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-06-16T00:36:46.629Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-06-16T00:36:48.072Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-06-16T00:36:48.072Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-06-16T00:36:48.072Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-06-16T00:36:48.072Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-06-16T00:36:48.072Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-06-16T00:36:48.072Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-06-16T00:36:48.072Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-06-16T00:36:48.072Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-06-16T00:36:48.072Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-06-16T00:36:48.072Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-06-16T00:36:48.072Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-06-16T00:36:48.072Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-06-16T00:36:48.141Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-06-16T00:36:50.263Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-06-16T00:36:50.263Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-06-16T00:36:50.284Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-06-16T00:36:53.183Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-06-16T00:36:53.183Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-06-16T00:36:53.183Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-06-16T00:36:55.375Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-06-16T00:36:55.375Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-06-16T00:36:55.375Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-06-16T00:36:55.375Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-06-16T00:36:55.375Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-06-16T00:36:55.375Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-06-16T00:36:55.375Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-06-16T00:36:55.375Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-06-16T00:36:56.007Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-06-16T00:36:57.572Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-06-16T00:36:58.152Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-06-16T00:36:58.152Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-06-16T00:36:59.764Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-06-16T00:37:00.295Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-06-16T00:37:00.295Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-06-16T00:37:02.685Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-06-16T00:37:02.685Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-06-16T00:37:02.685Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-06-16T00:37:02.685Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-06-16T00:37:04.876Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-06-16T00:37:04.876Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-06-16T00:37:04.876Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-06-16T00:37:04.876Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-06-16T00:37:04.876Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-06-16T00:37:06.019Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-06-16T00:37:07.067Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-06-16T00:37:11.747Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-06-16T00:37:15.672Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-06-16T00:37:15.672Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-06-16T00:37:15.672Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-06-16T00:37:15.672Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-06-16T00:37:15.672Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-06-16T00:37:15.672Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-06-16T00:37:15.672Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-06-16T00:37:17.220Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-06-16T00:37:17.220Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-06-16T00:37:17.220Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-06-16T00:37:17.220Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-06-16T00:37:17.478Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-06-16T00:37:20.144Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-06-16T00:37:20.344Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-06-16T00:37:22.339Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-06-16T00:37:22.339Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-06-16T00:37:22.581Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-06-16T00:37:22.581Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-06-16T00:37:24.722Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-06-16T00:37:25.261Z] === RUN TestDockerSuite/TestRunEnvironment [2021-06-16T00:37:25.261Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-06-16T00:37:25.261Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-06-16T00:37:25.261Z] === RUN TestDockerSuite/TestRunExitCode [2021-06-16T00:37:26.871Z] === RUN TestDockerSuite/TestLogsSince [2021-06-16T00:37:28.183Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-06-16T00:37:30.378Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-06-16T00:37:33.301Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-06-16T00:37:35.493Z] === RUN TestDockerSuite/TestRunExposePort [2021-06-16T00:37:35.493Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-06-16T00:37:35.956Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-06-16T00:37:35.956Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-06-16T00:37:35.956Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-06-16T00:37:35.956Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-16T00:37:35.956Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-06-16T00:37:35.956Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-06-16T00:37:35.956Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-06-16T00:37:37.100Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-06-16T00:37:37.100Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-06-16T00:37:37.100Z] === RUN TestDockerSuite/TestLogsTail [2021-06-16T00:37:39.714Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-06-16T00:37:39.714Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-06-16T00:37:39.714Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-06-16T00:37:39.714Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-06-16T00:37:39.714Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-06-16T00:37:39.714Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-06-16T00:37:39.714Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-06-16T00:37:44.099Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-06-16T00:37:45.609Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-06-16T00:37:47.752Z] === RUN TestDockerSuite/TestMountIntoProc [2021-06-16T00:37:47.752Z] === RUN TestDockerSuite/TestMountIntoSys [2021-06-16T00:37:47.752Z] === RUN TestDockerSuite/TestNetHostname [2021-06-16T00:37:47.752Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-06-16T00:37:47.752Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-06-16T00:37:47.752Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-06-16T00:37:47.752Z] === RUN TestDockerSuite/TestPluginActive [2021-06-16T00:37:47.752Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-06-16T00:37:47.752Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-06-16T00:37:47.752Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-06-16T00:37:47.752Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-06-16T00:37:47.752Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-06-16T00:37:47.752Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-06-16T00:37:47.752Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-06-16T00:37:48.206Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-06-16T00:37:48.206Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-06-16T00:37:48.206Z] === RUN TestDockerSuite/TestPortHostBinding [2021-06-16T00:37:48.206Z] === RUN TestDockerSuite/TestPortList [2021-06-16T00:37:48.206Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-06-16T00:37:48.322Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-06-16T00:37:48.322Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-06-16T00:37:48.785Z] === RUN TestDockerSuite/TestRunModeHostname [2021-06-16T00:37:48.785Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-06-16T00:37:48.785Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-06-16T00:37:48.785Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-06-16T00:37:48.785Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-06-16T00:37:48.785Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-06-16T00:37:48.785Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-06-16T00:37:48.785Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-06-16T00:37:48.785Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-06-16T00:37:48.785Z] === RUN TestDockerSuite/TestRunMount [2021-06-16T00:37:48.785Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-06-16T00:37:48.785Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-06-16T00:37:48.785Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-06-16T00:37:48.785Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-06-16T00:37:52.833Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-06-16T00:37:52.833Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-06-16T00:37:52.833Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-06-16T00:37:52.833Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-06-16T00:37:52.833Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-06-16T00:37:52.833Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-06-16T00:37:52.833Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-06-16T00:37:52.833Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-06-16T00:37:52.833Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-06-16T00:37:52.833Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-06-16T00:37:57.392Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-06-16T00:37:57.392Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-06-16T00:37:57.392Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-06-16T00:37:57.392Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-06-16T00:37:57.466Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-06-16T00:37:57.466Z] === RUN TestDockerSuite/TestPsByOrder [2021-06-16T00:38:03.224Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-06-16T00:38:05.953Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-06-16T00:38:05.953Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-06-16T00:38:07.939Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-06-16T00:38:07.939Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-06-16T00:38:07.939Z] === RUN TestDockerSuite/TestRunNetHost [2021-06-16T00:38:07.939Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-06-16T00:38:07.939Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-06-16T00:38:07.939Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-06-16T00:38:07.939Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-06-16T00:38:07.939Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-06-16T00:38:07.939Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-06-16T00:38:07.939Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-06-16T00:38:07.939Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-06-16T00:38:08.915Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-06-16T00:38:11.107Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-06-16T00:38:12.654Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-06-16T00:38:14.204Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-06-16T00:38:14.441Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-06-16T00:38:15.757Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-06-16T00:38:16.224Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-06-16T00:38:16.224Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-06-16T00:38:16.224Z] === RUN TestDockerSuite/TestRunPortInUse [2021-06-16T00:38:16.224Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-06-16T00:38:16.224Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-06-16T00:38:16.224Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-06-16T00:38:16.224Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-06-16T00:38:16.224Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-16T00:38:19.985Z] === RUN TestDockerSuite/TestRunPublishPort [2021-06-16T00:38:19.985Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-06-16T00:38:19.985Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-06-16T00:38:19.985Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-06-16T00:38:19.985Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-06-16T00:38:19.985Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-06-16T00:38:28.608Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-06-16T00:38:28.608Z] === RUN TestDockerSuite/TestRunRm [2021-06-16T00:38:29.143Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-06-16T00:38:29.143Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-06-16T00:38:29.143Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-06-16T00:38:30.155Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-06-16T00:38:35.974Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-06-16T00:38:38.901Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-06-16T00:38:39.375Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-06-16T00:38:41.093Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-06-16T00:38:43.058Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-06-16T00:38:43.284Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-06-16T00:38:46.207Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-06-16T00:38:46.207Z] === RUN TestDockerSuite/TestRunState [2021-06-16T00:38:46.207Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-06-16T00:38:49.129Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-06-16T00:38:49.129Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-06-16T00:38:51.322Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-06-16T00:38:51.322Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-06-16T00:38:51.322Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-06-16T00:38:51.322Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-06-16T00:38:51.322Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-06-16T00:38:51.322Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-06-16T00:38:51.538Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-06-16T00:38:57.146Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-06-16T00:38:57.146Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-06-16T00:38:57.146Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-06-16T00:38:57.146Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-06-16T00:38:57.146Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-06-16T00:38:57.146Z] === RUN TestDockerSuite/TestRunUserByID [2021-06-16T00:38:57.146Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-06-16T00:38:57.146Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-06-16T00:38:57.146Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-06-16T00:38:57.146Z] === RUN TestDockerSuite/TestRunUserByName [2021-06-16T00:38:57.146Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-06-16T00:38:59.338Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-06-16T00:38:59.338Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-06-16T00:39:00.021Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-06-16T00:39:00.021Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-06-16T00:39:00.021Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-06-16T00:39:02.264Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-06-16T00:39:02.264Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-06-16T00:39:02.264Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-06-16T00:39:05.185Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-06-16T00:39:10.251Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-06-16T00:39:10.251Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-06-16T00:39:10.251Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-06-16T00:39:10.251Z] === RUN TestDockerSuite/TestPsRightTagName [2021-06-16T00:39:10.251Z] === RUN TestDockerSuite/TestPsShowMounts [2021-06-16T00:39:13.787Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-06-16T00:39:15.976Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-06-16T00:39:15.976Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-06-16T00:39:17.488Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-06-16T00:39:17.488Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-06-16T00:39:18.440Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-06-16T00:39:18.459Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-06-16T00:39:19.394Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-06-16T00:39:19.394Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-06-16T00:39:24.028Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-06-16T00:39:25.471Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-06-16T00:39:25.471Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-06-16T00:39:25.471Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-06-16T00:39:27.712Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-06-16T00:39:29.165Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-06-16T00:39:29.855Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-06-16T00:39:31.315Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-06-16T00:39:34.191Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-06-16T00:39:34.191Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-06-16T00:39:34.191Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-06-16T00:39:34.191Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-06-16T00:39:34.191Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-06-16T00:39:34.191Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-06-16T00:39:34.191Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-06-16T00:39:34.191Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-06-16T00:39:34.191Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-06-16T00:39:37.886Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-06-16T00:39:39.402Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-06-16T00:39:41.552Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-06-16T00:39:46.195Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-06-16T00:39:46.195Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-06-16T00:39:46.195Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-06-16T00:39:46.195Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-06-16T00:39:46.650Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-06-16T00:39:46.650Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-06-16T00:39:46.650Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-06-16T00:39:46.650Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-06-16T00:39:46.650Z] === RUN TestDockerSuite/TestSaveImageId [2021-06-16T00:39:46.650Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-06-16T00:39:46.650Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-06-16T00:39:46.650Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-06-16T00:39:46.650Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-06-16T00:39:46.650Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-06-16T00:39:46.650Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-06-16T00:39:46.650Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-06-16T00:39:46.650Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-06-16T00:39:46.650Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-06-16T00:39:48.799Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-06-16T00:39:49.251Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-06-16T00:39:49.703Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-06-16T00:39:49.703Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-06-16T00:39:51.853Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-06-16T00:39:59.672Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-06-16T00:39:59.672Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-06-16T00:40:00.355Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-06-16T00:40:00.355Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-06-16T00:40:04.304Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-06-16T00:40:04.304Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-06-16T00:40:04.304Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-06-16T00:40:05.256Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-06-16T00:40:08.856Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-06-16T00:40:08.856Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-06-16T00:40:09.902Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-06-16T00:40:12.553Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-06-16T00:40:12.553Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-06-16T00:40:12.553Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-06-16T00:40:12.553Z] === RUN TestDockerSuite/TestStartRecordError [2021-06-16T00:40:12.553Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-06-16T00:40:18.387Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-06-16T00:40:18.387Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-06-16T00:40:19.568Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-06-16T00:40:19.568Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-06-16T00:40:19.568Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-06-16T00:40:19.568Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-06-16T00:40:19.568Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-06-16T00:40:19.568Z] === RUN TestDockerSuite/TestStatsNoStream [2021-06-16T00:40:19.568Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-06-16T00:40:21.086Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-06-16T00:40:22.081Z] === RUN TestDockerSuite/TestRmiBlank [2021-06-16T00:40:22.673Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-06-16T00:40:22.673Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-06-16T00:40:23.237Z] === RUN TestDockerSuite/TestTopPrivileged [2021-06-16T00:40:23.237Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-06-16T00:40:25.386Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-06-16T00:40:25.841Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-06-16T00:40:25.841Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-06-16T00:40:25.841Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-06-16T00:40:25.841Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-06-16T00:40:25.841Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-06-16T00:40:25.841Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-06-16T00:40:43.430Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-06-16T00:40:43.430Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-06-16T00:40:43.430Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-06-16T00:40:43.430Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-06-16T00:40:43.430Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-06-16T00:40:43.430Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-06-16T00:40:43.430Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-06-16T00:40:43.642Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-06-16T00:40:43.642Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-06-16T00:40:44.093Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-06-16T00:40:44.947Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-06-16T00:40:44.947Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-06-16T00:40:48.641Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-06-16T00:40:48.641Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-06-16T00:40:49.093Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-06-16T00:40:49.093Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-06-16T00:40:49.093Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-06-16T00:40:51.088Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-06-16T00:40:54.776Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-06-16T00:40:57.599Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-06-16T00:40:57.599Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-06-16T00:40:58.553Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-06-16T00:40:58.553Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-06-16T00:40:58.553Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-06-16T00:41:01.771Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-06-16T00:41:05.457Z] === RUN TestDockerSuite/TestRmiTag [2021-06-16T00:41:06.408Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-06-16T00:41:07.055Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-06-16T00:41:07.055Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-06-16T00:41:07.055Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-06-16T00:41:08.554Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-06-16T00:41:17.303Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-06-16T00:41:17.304Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-06-16T00:41:17.756Z] --- PASS: TestDockerSuite (2436.13s) [2021-06-16T00:41:17.756Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-06-16T00:41:17.756Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-06-16T00:41:17.756Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.756Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-06-16T00:41:17.756Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2021-06-16T00:41:17.756Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-06-16T00:41:17.756Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-16T00:41:17.756Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.756Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-06-16T00:41:17.756Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.87s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.25s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.62s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (63.43s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.75s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-06-16T00:41:17.757Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-16T00:41:17.757Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-16T00:41:17.757Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-06-16T00:41:17.757Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-06-16T00:41:17.757Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-06-16T00:41:17.757Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-06-16T00:41:17.757Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-06-16T00:41:17.757Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.64s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-16T00:41:17.757Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-16T00:41:17.757Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.27s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.62s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.15s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (10.78s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (79.52s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.45s) [2021-06-16T00:41:17.757Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.51s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (8.57s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.92s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.95s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.35s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.63s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.15s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.98s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.90s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.21s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.41s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.91s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.31s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.55s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAddTar (36.82s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.50s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.83s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.64s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (16.37s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.21s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.54s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (18.26s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (12.69s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.41s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.32s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.12s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.63s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (25.20s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (9.61s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.88s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.45s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.68s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.57s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.47s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-06-16T00:41:17.757Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.61s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.07s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCmd (0.64s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.62s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.64s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.22s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.41s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.30s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.52s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.75s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.05s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.55s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.96s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.72s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.76s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (32.33s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.67s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.38s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.29s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.42s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.60s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (24.62s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.77s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.43s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (18.18s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.91s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.88s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.94s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.28s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.37s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerignore (52.59s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.05s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (58.55s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.81s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.90s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.22s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.20s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.99s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (29.61s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (11.48s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (15.25s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (80.67s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.49s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.40s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.61s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.20s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.55s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.58s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (14.72s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (8.00s) [2021-06-16T00:41:17.757Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.35s) [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.39s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-16T00:41:17.757Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.757Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.13s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.09s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (9.34s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.35s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.69s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildFails (2.65s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.02s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.27s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.01s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.25s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.46s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.19s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.73s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.61s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.79s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildHistory (12.48s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.08s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.82s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.80s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.82s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildLabel (1.06s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.66s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.06s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.63s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildLabels (1.09s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.59s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.23s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.62s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.62s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.44s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (16.38s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.53s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (33.21s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.07s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.70s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.60s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.40s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.03s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.33s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.69s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.14s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.82s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.80s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.17s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.69s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.09s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.48s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.76s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.83s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.54s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.97s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.07s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.74s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (9.39s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.41s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.95s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (43.45s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (21.03s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildRm (17.64s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.34s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.48s) [2021-06-16T00:41:17.758Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.58s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.20s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.07s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.86s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (20.92s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.88s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.68s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.15s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.59s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildStderr (4.25s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (27.91s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.38s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.10s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.44s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildTagEvent (9.18s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.13s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (8.69s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.58s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.26s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (22.66s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.98s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.30s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.84s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.38s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.91s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.30s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.45s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.22s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.42s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.40s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.29s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (12.29s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.10s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.39s) [2021-06-16T00:41:17.758Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-06-16T00:41:17.758Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-06-16T00:41:17.758Z] docker_cli_sni_test.go:18: Flakey test [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.87s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.93s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestCommitChange (5.38s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.06s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-06-16T00:41:17.758Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.14s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2021-06-16T00:41:17.758Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestCommitTTY (7.42s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.45s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-06-16T00:41:17.758Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-16T00:41:17.758Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-16T00:41:17.758Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.12s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.42s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.15s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-16T00:41:17.758Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.64s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-16T00:41:17.758Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-16T00:41:17.758Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-16T00:41:17.758Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.66s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-16T00:41:17.758Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.64s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-16T00:41:17.758Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-16T00:41:17.758Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-16T00:41:17.758Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.33s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.14s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.22s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-06-16T00:41:17.758Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.31s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-06-16T00:41:17.758Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.33s) [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-16T00:41:17.758Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.758Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-16T00:41:17.758Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.76s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.13s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-16T00:41:17.759Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.85s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.29s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.57s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.04s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.09s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.92s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-16T00:41:17.759Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.73s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-06-16T00:41:17.759Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.24s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.13s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.57s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.10s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-06-16T00:41:17.759Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (6.61s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.13s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.70s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.55s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.60s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.56s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000712680_} (2.55s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1138198890_c:\foo_false____} (2.54s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1138198890_c:\foo_true____} (2.59s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-16T00:41:17.759Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.47s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.01s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-06-16T00:41:17.759Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-06-16T00:41:17.759Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.77s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-06-16T00:41:17.759Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.74s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.76s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.85s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.43s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-06-16T00:41:17.759Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.90s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.73s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCpToDot (2.75s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCpToStdout (2.78s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.22s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateArgs (0.23s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.12s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.66s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.23s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.73s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.76s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateLabels (0.25s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateRM (0.44s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-06-16T00:41:17.759Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.47s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.40s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.26s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.52s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.00s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.23s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-16T00:41:17.759Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.76s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-16T00:41:17.759Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.20s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-16T00:41:17.759Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-16T00:41:17.759Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-16T00:41:17.759Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-16T00:41:17.759Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-16T00:41:17.759Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-16T00:41:17.759Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-06-16T00:41:17.759Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-16T00:41:17.759Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-06-16T00:41:17.759Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.81s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.75s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (7.21s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (13.34s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestEventsCopy (4.87s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.41s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.62s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.86s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.65s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.46s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.07s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestEventsFilters (5.40s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestEventsFormat (4.98s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-06-16T00:41:17.759Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestEventsRename (2.63s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestEventsResize (7.98s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.58s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.56s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.19s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2021-06-16T00:41:17.760Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestEventsUntag (2.73s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.60s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-16T00:41:17.760Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.10s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.09s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-16T00:41:17.760Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-16T00:41:17.760Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-16T00:41:17.760Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.11s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.09s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.14s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.08s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.84s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.22s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestExecInspectID (3.64s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-16T00:41:17.760Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.44s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-16T00:41:17.760Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.33s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.89s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.05s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.02s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.08s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.98s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-06-16T00:41:17.760Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.04s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-06-16T00:41:17.760Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.32s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.67s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.11s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.92s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.20s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.90s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.85s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestImportBadURL (2.41s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-06-16T00:41:17.760Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-16T00:41:17.760Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-16T00:41:17.760Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.64s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.61s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-16T00:41:17.760Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-06-16T00:41:17.760Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.63s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.37s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-06-16T00:41:17.760Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectDefault (2.22s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectHistory (4.47s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-06-16T00:41:17.760Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.76s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.22s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.25s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.71s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.28s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-06-16T00:41:17.760Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.23s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectStatus (3.47s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.38s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.28s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.77s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.23s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.37s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.60s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.31s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-06-16T00:41:17.760Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-06-16T00:41:17.760Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.04s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.09s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.92s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.63s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-16T00:41:17.760Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.29s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.55s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.69s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.76s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.63s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.51s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-16T00:41:17.760Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.75s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.70s) [2021-06-16T00:41:17.760Z] --- PASS: TestDockerSuite/TestLogsSince (9.28s) [2021-06-16T00:41:17.760Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-06-16T00:41:17.761Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestLogsTail (3.09s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.80s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.65s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2021-06-16T00:41:17.761Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2021-06-16T00:41:17.761Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-06-16T00:41:17.761Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2021-06-16T00:41:17.761Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.81s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-16T00:41:17.761Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-16T00:41:17.761Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-16T00:41:17.761Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-16T00:41:17.761Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-16T00:41:17.761Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-16T00:41:17.761Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-06-16T00:41:17.761Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-16T00:41:17.761Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.20s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-16T00:41:17.761Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPsByOrder (8.34s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.22s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.15s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.35s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-16T00:41:17.761Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.36s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.97s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.84s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.47s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-06-16T00:41:17.761Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-06-16T00:41:17.761Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.58s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.98s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.59s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.23s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-16T00:41:17.761Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.30s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (9.37s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.36s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (19.73s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.91s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.30s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.23s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.89s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.82s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.30s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.86s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.35s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (18.52s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.25s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.72s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.40s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.27s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.28s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.00s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRmiTag (0.63s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.39s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (21.09s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.01s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.87s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.26s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.76s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.79s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.77s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.26s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.63s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.70s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.39s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.67s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.98s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.77s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.95s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.45s) [2021-06-16T00:41:17.761Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.64s) [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-16T00:41:17.761Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-16T00:41:17.761Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.57s) [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.00s) [2021-06-16T00:41:18.214Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (7.50s) [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.44s) [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.17s) [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.55s) [2021-06-16T00:41:18.214Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.63s) [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.62s) [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.214Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-16T00:41:18.214Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunExitCode (2.67s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.61s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.63s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.67s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.87s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.33s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.56s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.54s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.96s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.77s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.46s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.20s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.80s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.85s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.22s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.91s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.22s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.37s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunRm (2.36s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.71s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.73s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.33s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.24s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.76s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.63s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.41s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.91s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.66s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.70s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.42s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.03s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.20s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.53s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.59s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.67s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.67s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.52s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.54s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.81s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.18s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-06-16T00:41:18.215Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-16T00:41:18.215Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.25s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.70s) [2021-06-16T00:41:18.215Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.94s) [2021-06-16T00:41:18.215Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-06-16T00:41:18.215Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.55s) [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-06-16T00:41:18.216Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.39s) [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-06-16T00:41:18.216Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.09s) [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-06-16T00:41:18.216Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.20s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.44s) [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.22s) [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-06-16T00:41:18.216Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.28s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.27s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.87s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.29s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.39s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.37s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.47s) [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.64s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-06-16T00:41:18.216Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.26s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s) [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.95s) [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-16T00:41:18.216Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.29s) [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-06-16T00:41:18.216Z] --- PASS: TestDockerRegistrySuite (0.14s) [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-06-16T00:41:18.216Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-06-16T00:41:18.216Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-16T00:41:18.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-06-16T00:41:18.216Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-06-16T00:41:18.216Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.04s) [2021-06-16T00:41:18.216Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] === RUN TestDockerRegistryAuthTokenSuite [2021-06-16T00:41:18.217Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-06-16T00:41:18.217Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-06-16T00:41:18.217Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-06-16T00:41:18.217Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-06-16T00:41:18.217Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-06-16T00:41:18.217Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] === RUN TestDockerDaemonSuite [2021-06-16T00:41:18.217Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-06-16T00:41:18.217Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-06-16T00:41:18.217Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-06-16T00:41:18.217Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] === RUN TestDockerSwarmSuite [2021-06-16T00:41:18.217Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-06-16T00:41:18.217Z] === RUN TestDockerPluginSuite [2021-06-16T00:41:18.217Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-06-16T00:41:18.217Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-06-16T00:41:18.217Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-06-16T00:41:18.217Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-06-16T00:41:18.217Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-06-16T00:41:18.217Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-06-16T00:41:18.217Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-06-16T00:41:18.217Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-06-16T00:41:18.217Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-06-16T00:41:18.217Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-06-16T00:41:18.217Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-06-16T00:41:18.217Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] === RUN TestDockerExternalVolumeSuite [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] === RUN TestDockerNetworkSuite [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] === RUN TestDockerHubPullSuite [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-06-16T00:41:18.217Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] PASS [2021-06-16T00:41:18.217Z] ok github.com/docker/docker/integration-cli 2436.796s [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === Skipped [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-06-16T00:41:18.217Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-16T00:41:18.217Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-06-16T00:41:18.217Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-16T00:41:18.217Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-16T00:41:18.217Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-06-16T00:41:18.217Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-06-16T00:41:18.217Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-06-16T00:41:18.217Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-06-16T00:41:18.217Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-06-16T00:41:18.217Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-16T00:41:18.217Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-16T00:41:18.217Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-16T00:41:18.217Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-16T00:41:18.217Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-16T00:41:18.217Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-16T00:41:18.217Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-16T00:41:18.217Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-16T00:41:18.217Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.45s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.45s) [2021-06-16T00:41:18.217Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.83s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.83s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.21s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.21s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.41s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.41s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.217Z] [2021-06-16T00:41:18.217Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-16T00:41:18.217Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-16T00:41:18.217Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.88s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.88s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.45s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.45s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-06-16T00:41:18.218Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.42s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.42s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.43s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.43s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.40s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.40s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.39s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.39s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.48s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.48s) [2021-06-16T00:41:18.218Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.38s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.38s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.42s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.42s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.40s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.40s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.39s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.39s) [2021-06-16T00:41:18.218Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-06-16T00:41:18.218Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-06-16T00:41:18.218Z] docker_cli_sni_test.go:18: Flakey test [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-06-16T00:41:18.218Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.03s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2021-06-16T00:41:18.218Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-06-16T00:41:18.218Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-06-16T00:41:18.218Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.218Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-16T00:41:18.219Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-16T00:41:18.219Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-16T00:41:18.219Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-16T00:41:18.219Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-16T00:41:18.219Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-16T00:41:18.219Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-16T00:41:18.219Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-16T00:41:18.219Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-16T00:41:18.219Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-06-16T00:41:18.219Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-16T00:41:18.219Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-16T00:41:18.219Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-16T00:41:18.219Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-16T00:41:18.219Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-06-16T00:41:18.219Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-06-16T00:41:18.219Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-16T00:41:18.219Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-06-16T00:41:18.219Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-06-16T00:41:18.219Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-06-16T00:41:18.219Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-06-16T00:41:18.219Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-16T00:41:18.219Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-16T00:41:18.219Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.219Z] [2021-06-16T00:41:18.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-16T00:41:18.220Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-16T00:41:18.220Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.220Z] [2021-06-16T00:41:18.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-16T00:41:18.220Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-16T00:41:18.220Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.220Z] [2021-06-16T00:41:18.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-06-16T00:41:18.220Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-06-16T00:41:18.220Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.220Z] [2021-06-16T00:41:18.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-16T00:41:18.220Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-16T00:41:18.220Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.220Z] [2021-06-16T00:41:18.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-06-16T00:41:18.220Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-06-16T00:41:18.220Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-16T00:41:18.220Z] [2021-06-16T00:41:18.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-16T00:41:18.220Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-16T00:41:18.220Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.220Z] [2021-06-16T00:41:18.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-16T00:41:18.220Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-16T00:41:18.220Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.220Z] [2021-06-16T00:41:18.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-16T00:41:18.220Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-16T00:41:18.220Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.220Z] [2021-06-16T00:41:18.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-16T00:41:18.674Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-16T00:41:18.674Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-16T00:41:18.674Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-16T00:41:18.674Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-16T00:41:18.674Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-06-16T00:41:18.674Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-16T00:41:18.674Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2021-06-16T00:41:18.674Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2021-06-16T00:41:18.674Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-16T00:41:18.674Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-16T00:41:18.674Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-16T00:41:18.674Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-16T00:41:18.674Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-06-16T00:41:18.674Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-16T00:41:18.674Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-16T00:41:18.674Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-06-16T00:41:18.674Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2021-06-16T00:41:18.674Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-06-16T00:41:18.674Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-06-16T00:41:18.674Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-06-16T00:41:18.674Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-16T00:41:18.674Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-16T00:41:18.674Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-16T00:41:18.674Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-06-16T00:41:18.674Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-16T00:41:18.674Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-06-16T00:41:18.674Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-06-16T00:41:18.674Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.674Z] [2021-06-16T00:41:18.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-06-16T00:41:18.675Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-06-16T00:41:18.675Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-06-16T00:41:18.675Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-06-16T00:41:18.675Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-16T00:41:18.675Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-06-16T00:41:18.675Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-06-16T00:41:18.675Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.03s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2021-06-16T00:41:18.675Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-06-16T00:41:18.675Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.03s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2021-06-16T00:41:18.675Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-06-16T00:41:18.675Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2021-06-16T00:41:18.675Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-16T00:41:18.675Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-16T00:41:18.675Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-16T00:41:18.675Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-16T00:41:18.675Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-16T00:41:18.675Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-16T00:41:18.675Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-06-16T00:41:18.675Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-16T00:41:18.675Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-16T00:41:18.675Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-16T00:41:18.675Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-06-16T00:41:18.675Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-06-16T00:41:18.675Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-16T00:41:18.675Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-16T00:41:18.675Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2021-06-16T00:41:18.675Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-06-16T00:41:18.675Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.675Z] [2021-06-16T00:41:18.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-16T00:41:18.676Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-16T00:41:18.676Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.676Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-16T00:41:18.677Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-16T00:41:18.677Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.677Z] [2021-06-16T00:41:18.677Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-06-16T00:41:18.678Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-06-16T00:41:18.678Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-06-16T00:41:18.678Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-06-16T00:41:18.678Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-06-16T00:41:18.678Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-06-16T00:41:18.678Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-06-16T00:41:18.678Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-16T00:41:18.678Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-16T00:41:18.678Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.678Z] [2021-06-16T00:41:18.678Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-16T00:41:18.678Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-16T00:41:18.679Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-16T00:41:18.679Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.679Z] [2021-06-16T00:41:18.679Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-16T00:41:18.680Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-16T00:41:18.680Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.680Z] [2021-06-16T00:41:18.680Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-16T00:41:18.680Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-16T00:41:18.680Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.680Z] [2021-06-16T00:41:18.680Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-16T00:41:18.680Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-16T00:41:18.680Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.680Z] [2021-06-16T00:41:18.680Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-16T00:41:18.680Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-16T00:41:18.680Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.680Z] [2021-06-16T00:41:18.680Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-16T00:41:18.680Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-16T00:41:18.680Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.680Z] [2021-06-16T00:41:18.680Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-16T00:41:18.680Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-16T00:41:18.680Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.680Z] [2021-06-16T00:41:18.680Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-06-16T00:41:18.680Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.680Z] [2021-06-16T00:41:18.680Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-06-16T00:41:18.680Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.680Z] [2021-06-16T00:41:18.680Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-06-16T00:41:18.680Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-16T00:41:18.680Z] [2021-06-16T00:41:18.680Z] [2021-06-16T00:41:18.680Z] DONE 1092 tests, 546 skipped in 2445.645s [2021-06-16T00:41:18.680Z] INFO: Integration tests ended at 06/16/2021 00:41:18. Duration:00:40:45.7510488 [2021-06-16T00:41:18.680Z] INFO: Docker info of the daemon under test at end of run [2021-06-16T00:41:18.680Z] [2021-06-16T00:41:19.131Z] Containers: 2 [2021-06-16T00:41:19.131Z] Running: 0 [2021-06-16T00:41:19.131Z] Paused: 0 [2021-06-16T00:41:19.131Z] Stopped: 2 [2021-06-16T00:41:19.131Z] Images: 18 [2021-06-16T00:41:19.131Z] Server Version: 0.0.0-dev [2021-06-16T00:41:19.131Z] Storage Driver: windowsfilter [2021-06-16T00:41:19.131Z] Windows: [2021-06-16T00:41:19.131Z] Logging Driver: json-file [2021-06-16T00:41:19.131Z] Plugins: [2021-06-16T00:41:19.131Z] Volume: local [2021-06-16T00:41:19.131Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-16T00:41:19.131Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-16T00:41:19.131Z] Swarm: inactive [2021-06-16T00:41:19.131Z] Default Isolation: process [2021-06-16T00:41:19.131Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-16T00:41:19.131Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-16T00:41:19.131Z] OSType: windows [2021-06-16T00:41:19.131Z] Architecture: x86_64 [2021-06-16T00:41:19.131Z] CPUs: 4 [2021-06-16T00:41:19.131Z] Total Memory: 32GiB [2021-06-16T00:41:19.131Z] Name: azwin-2-febbc0 [2021-06-16T00:41:19.131Z] ID: 7YVT:POS2:6YBQ:NTU4:P4M4:QS4K:QAKF:FOAL:VU6F:XPI5:VEQH:6CIO [2021-06-16T00:41:19.131Z] Docker Root Dir: D:\CI\PR-42473\17\daemon [2021-06-16T00:41:19.131Z] Debug Mode (client): false [2021-06-16T00:41:19.131Z] Debug Mode (server): true [2021-06-16T00:41:19.131Z] File Descriptors: -1 [2021-06-16T00:41:19.131Z] Goroutines: 17 [2021-06-16T00:41:19.131Z] System Time: 2021-06-16T00:41:18.7900155Z [2021-06-16T00:41:19.131Z] EventsListeners: 0 [2021-06-16T00:41:19.131Z] Registry: https://index.docker.io/v1/ [2021-06-16T00:41:19.131Z] Labels: [2021-06-16T00:41:19.131Z] Experimental: false [2021-06-16T00:41:19.131Z] Insecure Registries: [2021-06-16T00:41:19.131Z] 127.0.0.0/8 [2021-06-16T00:41:19.131Z] Live Restore Enabled: false [2021-06-16T00:41:19.131Z] [2021-06-16T00:41:19.131Z] [2021-06-16T00:41:19.131Z] INFO: Stopping daemon under test [2021-06-16T00:41:19.131Z] SUCCESS: The process with PID 6024 (child process of PID 4328) has been terminated. [2021-06-16T00:41:19.131Z] SUCCESS: The process with PID 4328 (child process of PID 2500) has been terminated. [2021-06-16T00:41:19.131Z] INFO: Stop tailing logs of the daemon under tests [2021-06-16T00:41:19.131Z] INFO: executeCI.ps1 Completed successfully at 06/16/2021 00:41:18. [2021-06-16T00:41:19.131Z] INFO: Tidying up at end of run [2021-06-16T00:41:19.131Z] INFO: Saving daemon under test log (d:\CI\PR-42473\17\dut.out) to bundles\CIDUT.out [2021-06-16T00:41:19.131Z] INFO: Saving daemon under test log (d:\CI\PR-42473\17\dut.err) to bundles\CIDUT.err [2021-06-16T00:41:19.131Z] INFO: Nuke-Everything... [2021-06-16T00:41:19.583Z] INFO: Container count on control daemon to delete is 2 [2021-06-16T00:41:20.036Z] ba6ff0e0611d [2021-06-16T00:41:20.036Z] 987ea74fda6e [2021-06-16T00:41:20.488Z] INFO: Tidying pidfile d:\CI\PR-42473\17\docker.pid [2021-06-16T00:41:20.488Z] INFO: Nuking d:\CI [2021-06-16T00:41:26.121Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-06-16T00:41:27.074Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-06-16T00:41:31.705Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-06-16T00:41:32.656Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-06-16T00:41:32.656Z] === RUN TestDockerSuite/TestRunAddHost [2021-06-16T00:41:32.656Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-06-16T00:41:32.656Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-06-16T00:41:32.656Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-06-16T00:41:32.656Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-06-16T00:41:32.656Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-06-16T00:41:32.656Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-06-16T00:41:34.801Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-06-16T00:41:34.801Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-06-16T00:41:34.801Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-06-16T00:41:35.208Z] INFO: Zapped successfully [2021-06-16T00:41:35.208Z] [2021-06-16T00:41:35.208Z] INFO: executeCI.ps1 exiting at Wed Jun 16 00:41:34 CUT 2021. Duration 01:18:51.5583692 [2021-06-16T00:41:35.208Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-06-16T00:41:35.439Z] Recording test results [2021-06-16T00:41:39.432Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-06-16T00:41:41.901Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-06-16T00:41:42.298Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-06-16T00:41:43.921Z] Creating win-2022-integration-bundles.zip [2021-06-16T00:41:44.442Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [Pipeline] archiveArtifacts [2021-06-16T00:41:45.080Z] Archiving artifacts [2021-06-16T00:41:46.584Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-06-16T00:41:48.730Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-06-16T00:41:48.730Z] === RUN TestDockerSuite/TestRunBindMounts [2021-06-16T00:41:53.364Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-06-16T00:41:53.364Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-06-16T00:41:53.364Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-06-16T00:41:53.364Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-06-16T00:41:53.364Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-06-16T00:41:53.364Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-06-16T00:41:53.364Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-06-16T00:41:53.364Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-06-16T00:41:53.364Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-06-16T00:41:53.364Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-06-16T00:41:53.364Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-06-16T00:41:53.364Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-06-16T00:41:55.513Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-06-16T00:41:55.513Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-06-16T00:41:58.374Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-06-16T00:41:58.374Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-06-16T00:41:58.374Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-06-16T00:41:58.463Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42473/17/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-16T00:41:59.370Z] + make clean [2021-06-16T00:42:00.326Z] docker volume rm -f docker-dev-cache [2021-06-16T00:42:00.326Z] docker-dev-cache [Pipeline] deleteDir [2021-06-16T00:42:00.519Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-06-16T00:42:00.519Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-06-16T00:42:00.519Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-06-16T00:42:00.519Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-06-16T00:42:00.519Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-06-16T00:42:00.519Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-06-16T00:42:00.519Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-06-16T00:42:00.519Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-06-16T00:42:02.665Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-16T00:42:09.661Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-06-16T00:42:12.531Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-06-16T00:42:12.531Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-06-16T00:42:12.531Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-06-16T00:42:12.531Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-06-16T00:42:14.675Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-06-16T00:42:14.675Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-06-16T00:42:14.675Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-06-16T00:42:14.675Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-06-16T00:42:14.675Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-06-16T00:42:16.817Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-06-16T00:42:21.445Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-06-16T00:42:21.445Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-06-16T00:42:21.445Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-06-16T00:42:21.445Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-06-16T00:42:21.445Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-06-16T00:42:21.445Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-06-16T00:42:21.445Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-06-16T00:42:23.590Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-06-16T00:42:23.590Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-06-16T00:42:24.041Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-06-16T00:42:24.041Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-06-16T00:42:26.185Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-06-16T00:42:28.328Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-06-16T00:42:28.328Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-06-16T00:42:30.471Z] === RUN TestDockerSuite/TestRunEnvironment [2021-06-16T00:42:30.471Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-06-16T00:42:30.471Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-06-16T00:42:30.471Z] === RUN TestDockerSuite/TestRunExitCode [2021-06-16T00:42:32.614Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-06-16T00:42:34.766Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-06-16T00:42:36.911Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-06-16T00:42:39.088Z] === RUN TestDockerSuite/TestRunExposePort [2021-06-16T00:42:39.088Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-06-16T00:42:39.088Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-06-16T00:42:39.088Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-06-16T00:42:39.088Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-06-16T00:42:39.088Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-16T00:42:39.088Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-06-16T00:42:39.088Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-06-16T00:42:39.088Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-06-16T00:42:42.826Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-06-16T00:42:42.826Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-06-16T00:42:42.826Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-06-16T00:42:42.826Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-06-16T00:42:42.826Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-06-16T00:42:42.826Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-06-16T00:42:42.826Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-06-16T00:42:53.155Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-06-16T00:42:53.155Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-06-16T00:42:53.615Z] === RUN TestDockerSuite/TestRunModeHostname [2021-06-16T00:42:53.615Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-06-16T00:42:53.615Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-06-16T00:42:53.615Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-06-16T00:42:53.615Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-06-16T00:42:53.615Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-06-16T00:42:53.615Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-06-16T00:42:53.615Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-06-16T00:42:53.615Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-06-16T00:42:53.615Z] === RUN TestDockerSuite/TestRunMount [2021-06-16T00:42:53.615Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-06-16T00:42:53.615Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-06-16T00:42:53.615Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-06-16T00:42:53.615Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-06-16T00:43:00.697Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-06-16T00:43:00.697Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-06-16T00:43:00.697Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-06-16T00:43:00.697Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-06-16T00:43:05.390Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-06-16T00:43:09.132Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-06-16T00:43:09.132Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-06-16T00:43:09.132Z] === RUN TestDockerSuite/TestRunNetHost [2021-06-16T00:43:09.133Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-06-16T00:43:09.133Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-06-16T00:43:09.133Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-06-16T00:43:09.133Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-06-16T00:43:09.133Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-06-16T00:43:09.133Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-06-16T00:43:09.133Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-06-16T00:43:09.133Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-06-16T00:43:10.672Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-06-16T00:43:12.210Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-06-16T00:43:14.390Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-06-16T00:43:15.930Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-06-16T00:43:17.474Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-06-16T00:43:17.934Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-06-16T00:43:17.934Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-06-16T00:43:17.934Z] === RUN TestDockerSuite/TestRunPortInUse [2021-06-16T00:43:17.934Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-06-16T00:43:17.934Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-06-16T00:43:17.934Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-06-16T00:43:17.934Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-06-16T00:43:17.934Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-16T00:43:20.117Z] === RUN TestDockerSuite/TestRunPublishPort [2021-06-16T00:43:20.117Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-06-16T00:43:20.576Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-06-16T00:43:20.576Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-06-16T00:43:20.576Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-06-16T00:43:20.576Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-06-16T00:43:27.667Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-06-16T00:43:27.667Z] === RUN TestDockerSuite/TestRunRm [2021-06-16T00:43:29.849Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-06-16T00:43:35.647Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-06-16T00:43:42.734Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-06-16T00:43:44.274Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-06-16T00:43:46.453Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-06-16T00:43:49.363Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-06-16T00:43:49.363Z] === RUN TestDockerSuite/TestRunState [2021-06-16T00:43:49.363Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-06-16T00:43:51.543Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-06-16T00:43:51.543Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-06-16T00:43:53.084Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-06-16T00:43:53.084Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-06-16T00:43:53.084Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-06-16T00:43:53.546Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-06-16T00:43:53.546Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-06-16T00:43:53.546Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-06-16T00:43:58.257Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-06-16T00:43:58.257Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-06-16T00:43:58.257Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-06-16T00:43:58.257Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-06-16T00:43:58.257Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-06-16T00:43:58.257Z] === RUN TestDockerSuite/TestRunUserByID [2021-06-16T00:43:58.257Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-06-16T00:43:58.257Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-06-16T00:43:58.257Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-06-16T00:43:58.257Z] === RUN TestDockerSuite/TestRunUserByName [2021-06-16T00:43:58.257Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-06-16T00:44:00.439Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-06-16T00:44:00.439Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-06-16T00:44:02.621Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-06-16T00:44:02.621Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-06-16T00:44:02.621Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-06-16T00:44:05.534Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-06-16T00:44:12.618Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-06-16T00:44:16.359Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-06-16T00:44:22.159Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-06-16T00:44:22.159Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-06-16T00:44:22.159Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-06-16T00:44:25.902Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-06-16T00:44:28.085Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-06-16T00:44:30.271Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-06-16T00:44:30.271Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-06-16T00:44:30.271Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-06-16T00:44:30.731Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-06-16T00:44:30.731Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-06-16T00:44:30.731Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-06-16T00:44:30.731Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-06-16T00:44:30.731Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-06-16T00:44:30.731Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-06-16T00:44:34.467Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-06-16T00:44:36.007Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-06-16T00:44:38.189Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestSaveImageId [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-06-16T00:44:42.885Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-06-16T00:44:45.071Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-06-16T00:44:45.071Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-06-16T00:44:45.531Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-06-16T00:44:45.991Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-06-16T00:44:47.531Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-06-16T00:44:54.619Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-06-16T00:44:54.619Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-06-16T00:45:01.700Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-06-16T00:45:01.700Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-06-16T00:45:05.446Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-06-16T00:45:05.446Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-06-16T00:45:05.446Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-06-16T00:45:05.446Z] === RUN TestDockerSuite/TestStartRecordError [2021-06-16T00:45:05.446Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-06-16T00:45:11.270Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-06-16T00:45:11.270Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-06-16T00:45:11.270Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-06-16T00:45:11.270Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-06-16T00:45:11.270Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-06-16T00:45:11.270Z] === RUN TestDockerSuite/TestStatsNoStream [2021-06-16T00:45:11.270Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-06-16T00:45:13.463Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-06-16T00:45:15.655Z] === RUN TestDockerSuite/TestTopPrivileged [2021-06-16T00:45:15.655Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-06-16T00:45:17.847Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-06-16T00:45:17.847Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-06-16T00:45:17.847Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-06-16T00:45:17.847Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-06-16T00:45:17.847Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-06-16T00:45:17.847Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-06-16T00:45:17.847Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-06-16T00:45:35.578Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-06-16T00:45:35.578Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-06-16T00:45:35.578Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-06-16T00:45:35.578Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-06-16T00:45:35.578Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-06-16T00:45:35.578Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-06-16T00:45:35.578Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-06-16T00:45:36.554Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-06-16T00:45:36.554Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-06-16T00:45:40.306Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-06-16T00:45:40.306Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-06-16T00:45:40.780Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-06-16T00:45:41.241Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-06-16T00:45:41.241Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-06-16T00:45:49.839Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-06-16T00:45:49.839Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-06-16T00:45:49.839Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-06-16T00:45:49.839Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-06-16T00:45:49.839Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-06-16T00:45:56.940Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-06-16T00:45:56.940Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-06-16T00:45:56.940Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-06-16T00:46:05.541Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-06-16T00:46:05.541Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite (2505.88s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2021-06-16T00:46:06.515Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-16T00:46:06.515Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.77s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.23s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.56s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (128.37s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.11s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-06-16T00:46:06.515Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-06-16T00:46:06.515Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-06-16T00:46:06.515Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-06-16T00:46:06.515Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-06-16T00:46:06.515Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-06-16T00:46:06.515Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2021-06-16T00:46:06.515Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-06-16T00:46:06.515Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.11s) [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-16T00:46:06.515Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-06-16T00:46:06.515Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.13s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.13s) [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-16T00:46:06.515Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-16T00:46:06.515Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-06-16T00:46:06.515Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-16T00:46:06.515Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.08s) [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-16T00:46:06.515Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-16T00:46:06.515Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.59s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (105.16s) [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.40s) [2021-06-16T00:46:06.515Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.45s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.73s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.88s) [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-16T00:46:06.515Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-16T00:46:06.515Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-06-16T00:46:06.515Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.90s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.15s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.45s) [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-06-16T00:46:06.515Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-16T00:46:06.515Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.73s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.63s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.48s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.00s) [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-06-16T00:46:06.515Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.16s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.52s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (9.44s) [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-16T00:46:06.515Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-06-16T00:46:06.515Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-16T00:46:06.515Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-16T00:46:06.515Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.49s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAddTar (50.07s) [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-06-16T00:46:06.515Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2021-06-16T00:46:06.515Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (21.13s) [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s) [2021-06-16T00:46:06.515Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.50s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.76s) [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.85s) [2021-06-16T00:46:06.515Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.48s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.57s) [2021-06-16T00:46:06.515Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.74s) [2021-06-16T00:46:06.515Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.49s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.01s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.56s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (20.45s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.23s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.29s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.25s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.26s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.28s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-06-16T00:46:06.516Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.44s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.94s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCmd (0.57s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.54s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.56s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.15s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.19s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.19s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.47s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.87s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.86s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.50s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.83s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.66s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.73s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (29.92s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.29s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.09s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.72s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.50s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (39.51s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.71s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.34s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (30.30s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.52s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.61s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.13s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.34s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.63s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerignore (59.57s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.06s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (84.51s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.53s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.67s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (21.86s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.27s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.11s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (34.56s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (18.94s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.91s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (100.63s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.39s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.57s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.10s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.46s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.54s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.24s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.20s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.61s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.58s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.95s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.59s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.98s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.58s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildFails (6.99s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (14.86s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.29s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildForceRm (10.97s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.26s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.33s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.89s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.71s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.55s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (12.75s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildHistory (10.66s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.96s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.92s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.75s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.02s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildLabel (1.06s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.64s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.95s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.57s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildLabels (0.96s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.51s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.67s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.57s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.63s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.65s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (14.46s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.52s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (38.67s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (17.96s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (9.77s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (10.51s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.24s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (15.41s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.02s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.65s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.78s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (8.90s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.28s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.73s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.04s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.33s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildOnBuild (13.16s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.51s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (13.16s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.49s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.06s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.64s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.53s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.09s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.06s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (37.33s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (22.11s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildRm (12.09s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.15s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-06-16T00:46:06.516Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-06-16T00:46:06.516Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.29s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.33s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.33s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildShellInherited (8.85s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (14.21s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.65s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.64s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.75s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.28s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.37s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildStderr (4.21s) [2021-06-16T00:46:06.516Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.26s) [2021-06-16T00:46:06.516Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2021-06-16T00:46:06.517Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.87s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.20s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.23s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.87s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-06-16T00:46:06.517Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-06-16T00:46:06.517Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-16T00:46:06.517Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.77s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.54s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.70s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-16T00:46:06.517Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-16T00:46:06.517Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.11s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.86s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.80s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (9.84s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.34s) [2021-06-16T00:46:06.517Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-06-16T00:46:06.517Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.45s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2021-06-16T00:46:06.517Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.24s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.10s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.35s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (21.96s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2021-06-16T00:46:06.517Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s) [2021-06-16T00:46:06.517Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-16T00:46:06.517Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.26s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.44s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.05s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s) [2021-06-16T00:46:06.517Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-06-16T00:46:06.517Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-06-16T00:46:06.517Z] docker_cli_sni_test.go:18: Flakey test [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.08s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.93s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestCommitChange (4.51s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.05s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-06-16T00:46:06.517Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.23s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-16T00:46:06.517Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestCommitTTY (6.25s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (8.87s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-06-16T00:46:06.517Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-06-16T00:46:06.517Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-16T00:46:06.517Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-16T00:46:06.517Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-16T00:46:06.517Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-16T00:46:06.517Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-16T00:46:06.517Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.86s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (11.85s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-16T00:46:06.517Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (6.95s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-06-16T00:46:06.517Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-16T00:46:06.517Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2021-06-16T00:46:06.517Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.10s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-16T00:46:06.517Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.34s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-16T00:46:06.517Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-16T00:46:06.517Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-16T00:46:06.517Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.43s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.10s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.04s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-06-16T00:46:06.517Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.20s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.21s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-16T00:46:06.517Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-16T00:46:06.517Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.20s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.95s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-16T00:46:06.517Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.35s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.22s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.11s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.36s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.66s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.76s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-16T00:46:06.517Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.01s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-06-16T00:46:06.517Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.14s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.27s) [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.90s) [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-16T00:46:06.517Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-16T00:46:06.517Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-16T00:46:06.517Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-16T00:46:06.517Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-06-16T00:46:06.517Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.517Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.87s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (17.39s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.49s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.47s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.45s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.52s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0009769a0_} (2.46s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1138435802_c:\foo_false____} (2.51s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1138435802_c:\foo_true____} (2.47s) [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-06-16T00:46:06.980Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.22s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.04s) [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-16T00:46:06.980Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-16T00:46:06.980Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-06-16T00:46:06.980Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2021-06-16T00:46:06.980Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-16T00:46:06.980Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.25s) [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-16T00:46:06.980Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-16T00:46:06.980Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-16T00:46:06.980Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-16T00:46:06.980Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-16T00:46:06.980Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-16T00:46:06.980Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-16T00:46:06.980Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-16T00:46:06.980Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-16T00:46:06.980Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-16T00:46:06.980Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-16T00:46:06.980Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.980Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.22s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.23s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.08s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.29s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-06-16T00:46:06.981Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.37s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.29s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCpToDot (2.25s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCpToStdout (2.32s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2021-06-16T00:46:06.981Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.17s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateArgs (0.17s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.00s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.19s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.18s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.19s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.95s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.67s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateLabels (0.17s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateRM (0.32s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-06-16T00:46:06.981Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.17s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.33s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.22s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.19s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.43s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.89s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-16T00:46:06.981Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.24s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-16T00:46:06.981Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-16T00:46:06.981Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-16T00:46:06.981Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-16T00:46:06.981Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-16T00:46:06.981Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-16T00:46:06.981Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-16T00:46:06.981Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-16T00:46:06.981Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-16T00:46:06.981Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-06-16T00:46:06.981Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (7.09s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.39s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.34s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.32s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsCopy (4.76s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.76s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.14s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.78s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.63s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.39s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.98s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsFilters (4.56s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsFormat (4.40s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.17s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsRename (2.25s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsResize (7.59s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.12s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.42s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.61s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsUntag (2.75s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.62s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2021-06-16T00:46:06.981Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-16T00:46:06.981Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.88s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.84s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-16T00:46:06.981Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-16T00:46:06.981Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-16T00:46:06.981Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.83s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.14s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.16s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.91s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.94s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.18s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestExecInspectID (3.50s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-16T00:46:06.981Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.48s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-16T00:46:06.981Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.24s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.66s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.15s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.98s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.94s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.99s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-16T00:46:06.981Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.11s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.23s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.31s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.63s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.05s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.72s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.25s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.04s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.40s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestImagesFormat (0.20s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.77s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestImportBadURL (2.39s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-06-16T00:46:06.981Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-16T00:46:06.981Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-16T00:46:06.981Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-16T00:46:06.981Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.981Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.15s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.13s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-16T00:46:06.982Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-16T00:46:06.982Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.18s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.12s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectDefault (2.11s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectHistory (4.05s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-06-16T00:46:06.982Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.19s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.04s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.16s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.08s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.04s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.05s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectStatus (2.51s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.09s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.15s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.13s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.03s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.11s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.13s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.11s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-06-16T00:46:06.982Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.85s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.89s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.55s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.34s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-16T00:46:06.982Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.13s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.71s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.78s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.73s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.49s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.46s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.21s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.15s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsSince (8.96s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsTail (7.38s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.44s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.11s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-06-16T00:46:06.982Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.19s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-16T00:46:06.982Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-16T00:46:06.982Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-16T00:46:06.982Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-16T00:46:06.982Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-16T00:46:06.982Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-16T00:46:06.982Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-16T00:46:06.982Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-16T00:46:06.982Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.75s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-16T00:46:06.982Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPsByOrder (7.85s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.63s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.65s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.27s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-16T00:46:06.982Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.04s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.50s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.41s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (9.23s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-06-16T00:46:06.982Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (9.31s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-06-16T00:46:06.982Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.54s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-06-16T00:46:06.982Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.58s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.25s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.90s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-16T00:46:06.982Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.97s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.94s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.26s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (28.45s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.93s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.25s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.73s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.19s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (8.88s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.01s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.30s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (18.08s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.76s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.68s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.11s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.50s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.88s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.91s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRmiTag (0.66s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.18s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.15s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.42s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.52s) [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.18s) [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-16T00:46:06.982Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.982Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.99s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.64s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.68s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.22s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.14s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.15s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.39s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.19s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.08s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.89s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.27s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (7.07s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.60s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.16s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.78s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.06s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.16s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.13s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.10s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.12s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunExitCode (2.23s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.21s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.08s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.19s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.70s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.01s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.63s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.60s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.51s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.76s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.32s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.19s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.05s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.05s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.20s) [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.86s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.44s) [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-16T00:46:06.983Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.983Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.34s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunRm (2.28s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.22s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (7.08s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.16s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.02s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.52s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.18s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.94s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.56s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.20s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.27s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.94s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.56s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.33s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.53s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.32s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.70s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.24s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.88s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.66s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.04s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.16s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-06-16T00:46:06.984Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.28s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.77s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.40s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-06-16T00:46:06.984Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.42s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.96s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.81s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2021-06-16T00:46:06.984Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.06s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.21s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.05s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.28s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.33s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.28s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.42s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.45s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.38s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.42s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.49s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.55s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-16T00:46:06.984Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.68s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.27s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s) [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.51s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.03s) [2021-06-16T00:46:06.984Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.39s) [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-06-16T00:46:06.984Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-06-16T00:46:06.984Z] --- PASS: TestDockerRegistrySuite (0.12s) [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-16T00:46:06.984Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-16T00:46:06.984Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-16T00:46:06.984Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-16T00:46:06.984Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-16T00:46:06.984Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-16T00:46:06.984Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-16T00:46:06.984Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.984Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-16T00:46:06.984Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-06-16T00:46:06.985Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-06-16T00:46:06.985Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-06-16T00:46:06.985Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-06-16T00:46:06.985Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-06-16T00:46:06.985Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-06-16T00:46:06.985Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-06-16T00:46:06.985Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-06-16T00:46:06.985Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-06-16T00:46:06.985Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-06-16T00:46:06.985Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-06-16T00:46:06.985Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] === RUN TestDockerRegistryAuthTokenSuite [2021-06-16T00:46:06.985Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-06-16T00:46:06.985Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-06-16T00:46:06.985Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-06-16T00:46:06.985Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-06-16T00:46:06.985Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-06-16T00:46:06.985Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] === RUN TestDockerDaemonSuite [2021-06-16T00:46:06.985Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-06-16T00:46:06.985Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-06-16T00:46:06.985Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-06-16T00:46:06.985Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] === RUN TestDockerSwarmSuite [2021-06-16T00:46:06.985Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-06-16T00:46:06.985Z] === RUN TestDockerPluginSuite [2021-06-16T00:46:06.985Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-06-16T00:46:06.985Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-06-16T00:46:06.985Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-06-16T00:46:06.985Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-06-16T00:46:06.985Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-06-16T00:46:06.985Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-06-16T00:46:06.985Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-06-16T00:46:06.985Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-06-16T00:46:06.985Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-06-16T00:46:06.985Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-06-16T00:46:06.985Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-06-16T00:46:06.985Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] === RUN TestDockerExternalVolumeSuite [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] === RUN TestDockerNetworkSuite [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] === RUN TestDockerHubPullSuite [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-06-16T00:46:06.985Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] PASS [2021-06-16T00:46:06.985Z] ok github.com/docker/docker/integration-cli 2506.472s [2021-06-16T00:46:06.985Z] [2021-06-16T00:46:06.985Z] === Skipped [2021-06-16T00:46:06.985Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2021-06-16T00:46:06.985Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] [2021-06-16T00:46:06.985Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-16T00:46:06.985Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] [2021-06-16T00:46:06.985Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-06-16T00:46:06.985Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] [2021-06-16T00:46:06.985Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-06-16T00:46:06.985Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] [2021-06-16T00:46:06.985Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-06-16T00:46:06.985Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] [2021-06-16T00:46:06.985Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-06-16T00:46:06.985Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] [2021-06-16T00:46:06.985Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-06-16T00:46:06.985Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] [2021-06-16T00:46:06.985Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-06-16T00:46:06.985Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.985Z] [2021-06-16T00:46:06.985Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2021-06-16T00:46:06.985Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2021-06-16T00:46:06.986Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-06-16T00:46:06.986Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-16T00:46:06.986Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-06-16T00:46:06.986Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-06-16T00:46:06.986Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.40s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.40s) [2021-06-16T00:46:06.986Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.85s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.85s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.29s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.29s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-06-16T00:46:06.986Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.34s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.34s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.31s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.32s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-16T00:46:06.986Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-16T00:46:06.986Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.986Z] [2021-06-16T00:46:06.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-16T00:46:06.987Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-16T00:46:06.987Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.987Z] [2021-06-16T00:46:06.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-06-16T00:46:06.987Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-06-16T00:46:06.987Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.987Z] [2021-06-16T00:46:06.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-16T00:46:06.987Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-16T00:46:06.987Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.987Z] [2021-06-16T00:46:06.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-06-16T00:46:06.987Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-06-16T00:46:06.987Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.987Z] [2021-06-16T00:46:06.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-06-16T00:46:06.987Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-06-16T00:46:06.987Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.987Z] [2021-06-16T00:46:06.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-16T00:46:06.987Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-16T00:46:06.987Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.987Z] [2021-06-16T00:46:06.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-16T00:46:06.987Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-16T00:46:06.987Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.987Z] [2021-06-16T00:46:06.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-16T00:46:06.987Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-16T00:46:06.987Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.987Z] [2021-06-16T00:46:06.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-16T00:46:06.987Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-16T00:46:06.987Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-16T00:46:06.987Z] [2021-06-16T00:46:06.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-06-16T00:46:06.987Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-06-16T00:46:06.987Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.987Z] [2021-06-16T00:46:06.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-06-16T00:46:06.987Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-06-16T00:46:06.987Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.987Z] [2021-06-16T00:46:06.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2021-06-16T00:46:06.987Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-06-16T00:46:06.987Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.987Z] [2021-06-16T00:46:06.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2021-06-16T00:46:06.987Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-06-16T00:46:06.987Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.987Z] [2021-06-16T00:46:06.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2021-06-16T00:46:06.987Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-06-16T00:46:06.987Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.987Z] [2021-06-16T00:46:06.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-06-16T00:46:06.987Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-06-16T00:46:06.987Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-16T00:46:06.987Z] [2021-06-16T00:46:06.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-06-16T00:46:06.987Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-06-16T00:46:07.450Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.31s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.34s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.34s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.31s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.29s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s) [2021-06-16T00:46:07.450Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-06-16T00:46:07.450Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-06-16T00:46:07.450Z] docker_cli_sni_test.go:18: Flakey test [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-06-16T00:46:07.450Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-16T00:46:07.450Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-06-16T00:46:07.450Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-06-16T00:46:07.450Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-16T00:46:07.450Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-16T00:46:07.450Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-16T00:46:07.450Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-16T00:46:07.450Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-16T00:46:07.450Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-16T00:46:07.450Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.450Z] [2021-06-16T00:46:07.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-06-16T00:46:07.450Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-06-16T00:46:07.451Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-16T00:46:07.451Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2021-06-16T00:46:07.451Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-16T00:46:07.451Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-16T00:46:07.451Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-16T00:46:07.451Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-16T00:46:07.451Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-06-16T00:46:07.451Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-16T00:46:07.451Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-16T00:46:07.451Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-16T00:46:07.451Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-16T00:46:07.451Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-06-16T00:46:07.451Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-06-16T00:46:07.451Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-06-16T00:46:07.451Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2021-06-16T00:46:07.451Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-06-16T00:46:07.451Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2021-06-16T00:46:07.451Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-06-16T00:46:07.451Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-16T00:46:07.451Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-16T00:46:07.451Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-16T00:46:07.451Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-16T00:46:07.451Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-16T00:46:07.451Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-16T00:46:07.451Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-16T00:46:07.451Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-16T00:46:07.451Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-16T00:46:07.451Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-16T00:46:07.451Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-16T00:46:07.451Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-16T00:46:07.451Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.451Z] [2021-06-16T00:46:07.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-06-16T00:46:07.452Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2021-06-16T00:46:07.452Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-16T00:46:07.452Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-16T00:46:07.452Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-16T00:46:07.452Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-16T00:46:07.452Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-16T00:46:07.452Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-16T00:46:07.452Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-16T00:46:07.452Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-06-16T00:46:07.452Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-16T00:46:07.452Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-16T00:46:07.452Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-16T00:46:07.452Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-16T00:46:07.452Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-06-16T00:46:07.452Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-16T00:46:07.452Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-16T00:46:07.452Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.452Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-06-16T00:46:07.453Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-16T00:46:07.453Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-06-16T00:46:07.453Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-16T00:46:07.453Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-16T00:46:07.453Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-16T00:46:07.453Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-16T00:46:07.453Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-16T00:46:07.453Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-16T00:46:07.453Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-16T00:46:07.453Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-16T00:46:07.453Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-16T00:46:07.453Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-16T00:46:07.453Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-06-16T00:46:07.453Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-06-16T00:46:07.453Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-16T00:46:07.453Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-16T00:46:07.453Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-16T00:46:07.453Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.453Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-16T00:46:07.454Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-16T00:46:07.454Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.454Z] [2021-06-16T00:46:07.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-06-16T00:46:07.455Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-16T00:46:07.455Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-06-16T00:46:07.455Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-06-16T00:46:07.455Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.455Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2021-06-16T00:46:07.456Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-06-16T00:46:07.456Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-16T00:46:07.456Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.03s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.03s) [2021-06-16T00:46:07.456Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-16T00:46:07.456Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-16T00:46:07.456Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.456Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-16T00:46:07.457Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-06-16T00:46:07.457Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.457Z] DONE 1092 tests, 546 skipped in 2514.690s [2021-06-16T00:46:07.457Z] INFO: Integration tests ended at 06/16/2021 00:46:07. Duration:00:41:54.8005695 [2021-06-16T00:46:07.457Z] INFO: Docker info of the daemon under test at end of run [2021-06-16T00:46:07.457Z] [2021-06-16T00:46:07.920Z] Containers: 2 [2021-06-16T00:46:07.920Z] Running: 0 [2021-06-16T00:46:07.920Z] Paused: 0 [2021-06-16T00:46:07.920Z] Stopped: 2 [2021-06-16T00:46:07.920Z] Images: 18 [2021-06-16T00:46:07.920Z] Server Version: 0.0.0-dev [2021-06-16T00:46:07.920Z] Storage Driver: windowsfilter [2021-06-16T00:46:07.920Z] Windows: [2021-06-16T00:46:07.920Z] Logging Driver: json-file [2021-06-16T00:46:07.920Z] Plugins: [2021-06-16T00:46:07.920Z] Volume: local [2021-06-16T00:46:07.920Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-16T00:46:07.920Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-16T00:46:07.920Z] Swarm: inactive [2021-06-16T00:46:07.920Z] Default Isolation: process [2021-06-16T00:46:07.920Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-06-16T00:46:07.920Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879) [2021-06-16T00:46:07.920Z] OSType: windows [2021-06-16T00:46:07.920Z] Architecture: x86_64 [2021-06-16T00:46:07.920Z] CPUs: 4 [2021-06-16T00:46:07.920Z] Total Memory: 32GiB [2021-06-16T00:46:07.920Z] Name: azwin-2-d8feb0 [2021-06-16T00:46:07.920Z] ID: YKT2:PVZ6:YQUZ:LL4W:HWPC:D24M:DHXE:P6RD:TGHE:I2F6:RETI:OTYL [2021-06-16T00:46:07.920Z] Docker Root Dir: D:\CI\PR-42473\17\daemon [2021-06-16T00:46:07.920Z] Debug Mode (client): false [2021-06-16T00:46:07.920Z] Debug Mode (server): true [2021-06-16T00:46:07.920Z] File Descriptors: -1 [2021-06-16T00:46:07.920Z] Goroutines: 17 [2021-06-16T00:46:07.920Z] System Time: 2021-06-16T00:46:07.5636052Z [2021-06-16T00:46:07.920Z] EventsListeners: 0 [2021-06-16T00:46:07.920Z] Registry: https://index.docker.io/v1/ [2021-06-16T00:46:07.920Z] Labels: [2021-06-16T00:46:07.920Z] Experimental: false [2021-06-16T00:46:07.920Z] Insecure Registries: [2021-06-16T00:46:07.920Z] 127.0.0.0/8 [2021-06-16T00:46:07.920Z] Live Restore Enabled: false [2021-06-16T00:46:07.920Z] [2021-06-16T00:46:07.920Z] [2021-06-16T00:46:07.920Z] INFO: Stopping daemon under test [2021-06-16T00:46:07.920Z] SUCCESS: The process with PID 4464 (child process of PID 2232) has been terminated. [2021-06-16T00:46:07.920Z] SUCCESS: The process with PID 2232 (child process of PID 2364) has been terminated. [2021-06-16T00:46:07.920Z] INFO: Stop tailing logs of the daemon under tests [2021-06-16T00:46:07.920Z] INFO: executeCI.ps1 Completed successfully at 06/16/2021 00:46:07. [2021-06-16T00:46:07.920Z] INFO: Tidying up at end of run [2021-06-16T00:46:07.920Z] INFO: Saving daemon under test log (d:\CI\PR-42473\17\dut.out) to bundles\CIDUT.out [2021-06-16T00:46:07.920Z] INFO: Saving daemon under test log (d:\CI\PR-42473\17\dut.err) to bundles\CIDUT.err [2021-06-16T00:46:07.920Z] INFO: Nuke-Everything... [2021-06-16T00:46:08.385Z] INFO: Container count on control daemon to delete is 2 [2021-06-16T00:46:08.849Z] b84b73fde4f1 [2021-06-16T00:46:08.849Z] f13ff54ddce7 [2021-06-16T00:46:08.849Z] INFO: Tidying pidfile d:\CI\PR-42473\17\docker.pid [2021-06-16T00:46:08.849Z] INFO: Nuking d:\CI [2021-06-16T00:46:38.883Z] INFO: Zapped successfully [2021-06-16T00:46:38.883Z] [2021-06-16T00:46:38.883Z] INFO: executeCI.ps1 exiting at Wed Jun 16 00:46:34 CUT 2021. Duration 01:24:28.1440359 [2021-06-16T00:46:38.883Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-06-16T00:46:39.126Z] Recording test results [2021-06-16T00:46:46.079Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-06-16T00:46:47.575Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-06-16T00:46:49.335Z] Archiving artifacts [2021-06-16T00:47:03.364Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42473/17/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-16T00:47:04.307Z] + make clean [2021-06-16T00:47:05.856Z] docker volume rm -f docker-dev-cache [2021-06-16T00:47:05.856Z] 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